36

Is it possible to change the orientation of the genymotion emulator? Is there a shotcut or setting to change this?

I've tried to google it but have not find it. Any suggestion would be appreciated,thank you.

topxebec
  • 1,417
  • 3
  • 15
  • 29

7 Answers7

48

Two ways :

  • Button in the sidebar
  • CTRL + F11

Edit : And if it does not work, it's surely because the application in foreground is orientation locked.

slvn
  • 1,215
  • 11
  • 8
  • It seems that this doesn't work when you are in the home screen but works when you open an app. – nima Feb 16 '16 at 12:49
  • 1
    True - on Mac it's Cmd+F11. However, there seems to be a bug where emulator window orientation is not in sync with android's orientation. Not sure how to reach this state, but I've managed to 'fix' it by restarting the emulator. – tishma May 14 '17 at 17:34
  • Worked on windows 10. – Rahul Rastogi Aug 03 '17 at 07:51
6

When device rotates after pressing vibration-like icon, this icon disappears preventing the device from rotating back from landscape to portrait. My solution for this is:

  1. Open genymotion shell and
  2. type rotation setangle 180 (user guide documentation)

This will return device again to landscape. I just tried it.

Laur Ivan
  • 4,117
  • 3
  • 38
  • 62
farooq shaik
  • 71
  • 1
  • 2
  • There is actually a menu button at the bottom of the list of buttons that contains the "Rotate Screen" button. – Lee Jun 20 '16 at 17:30
5

It seems on Mac it is in the latest version CMD + F11 and not CTRL + F11, although it is documented to be the last one.

winterDroid
  • 91
  • 1
  • 2
4

Maybe you can just go to the :

Settings >> Display

And uncheck the "auto-rotate" option.It will turn back it's initial rotation.

Hope it helps.

Recomer
  • 178
  • 2
  • 12
3

In landscape mode, the Rotate screen button does not appear (for some devices at least) and the CMD + F11 (for mac) did not work for me. I solved this with the following steps:

  1. from landscape, click the Home button (go back to the home screen)

  2. on home screen, press CMD + F11 (for mac)

  3. relaunch the app from the genymotion emulator, this should restore the portrait mode.

Hope this helps someone.

Emzor
  • 1,380
  • 17
  • 28
3

Just do the following,

  1. navigate to Settings -> Configuration -> Custom
  2. change from ex: 800x1280 to 1280x800
  3. reset

hope this helps.

Vineeth Sai
  • 3,389
  • 7
  • 23
  • 34
vlatko606
  • 909
  • 1
  • 13
  • 21
2

This worked for me.

In genymotion start screen, Right click on the device. Select settings And inside it change height and width values.

Hamlet Kraskian
  • 683
  • 9
  • 11