Genymotion自动化启动

 
一.启动方式
命令行:
player.exe --vm-name [模拟器名称]
 
例子:
"D:\Program files\Genymobile\Genymotion\player.exe" --vm-name eking_1
 
 
二.启动状态
启动时候会启动如下进程
"C:\Program Files\Oracle\VirtualBox\VBoxSVC.exe" -Embedding
 
"C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe" 
--comment eking_1 
--startvm f893f251-3ff0-44c6-b174-8c4c99733073
--vrde config 
--sup-startup-log=C:\Users\bingghost\AppData\Local\Genymobile\Genymotion\Genymobile\Genymotion\deployed\eking_1\Logs\VBoxStartup.log
 
C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe
60eaff78-4bdd-042d-2e72-669728efd737-suplib-3rdchild --comment eking_1 
--startvm f893f251-3ff0-44c6-b174-8c4c99733073 
--vrde config --sup-startup-log=C:\Users\bingghost\AppData\Local\Genymobile\Genymotion\Genymobile\Genymotion\deployed\eking_1\Logs\VBoxStartup.log
 
C:\Program Files\Oracle\VirtualBox\VBoxNetDHCP.exe
--ip-address 192.168.56.100 --lower-ip 192.168.56.101 --mac-address 08:00:27:60:32:9D --netmask 255.255.255.0 
--network "HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter" 
--trunk-name \DEVICE\{A6EB0095-D9FD-40DD-8273-1847249C4EE8} 
--trunk-type netadp --upper-ip 192.168.56.254
 
"D:\Program files\Genymobile\Genymotion\tools\adb.exe"  -s 192.168.56.101:5555 shell
"D:\Program files\Genymobile\Genymotion\tools\adb.exe"  -s 192.168.56.101:5555 logcat -v time
 
 
posted @ 2016-07-30 12:39  Bingghost  阅读(666)  评论(0编辑  收藏  举报