Genymotion offers a shell: Genymotion Shell . It is currently not possible to start a virtual machine with it.
But you can start Genymotion VM thanks to this command:
player --vm-name <VM id | VM name>
This command launches the Genymotion player, which gives you access to all Genymotion enhancement widgets (GPS, battery, rotation, ...), screen scaling, rendering, ... Like the standard GUI launch.
If you want to use the Genymotion virtual machine without improvements, you can start it through the VirtualBox command line as follows:
VBoxManage startvm gui <VM id | VM name>
The VM ID can be found thanks to this command line:
VBoxManage list vms
It displays a list of your VirtualBox machines in this format: name {id} .
UPDATE
With Genymotion 2.5.0, you can control all your Genymotion devices with the command line tool. With this tool you can create, start, stop, delete, click files, blink a device, ... Here is a simple example of creating a device and starting it:
gmtool admin create "Google Nexus 5 - 4.4.4 - API 19 - 1080x1920" myNexus gmtool admin start myNexus
This feature is available for paid licenses.
eyal-lezmy Sep 12 '13 at 19:47 2013-09-12 19:47
source share