当前位置:百问九>生活百科>activate-power-mode怎么使用

activate-power-mode怎么使用

2023-03-21 08:16:47 编辑:zane 浏览量:647

activate-power-mode怎么使用

enymotion是一款号称速度最快性能最好的android模拟器,它基于Oracle VM VirtualBox。支持GPS、重力感应、光、温度等诸多传感器;支持OpenGL 3D加速;电池电量模拟;能够运行在windows、linux、mac系统下;并提供塌正的有eclipse下的插件,可以支持旅肆在eclipse下进行应用开发测试。(一)首先介绍下如何下载并运行genymotion模拟器在http://www.genymotion.com/网站上点击sign up按钮开始进行注册。填写相关注册信息完成注册后会提示你有邮件发到你上一步填写的邮箱去激活账户在邮箱里激活刚注册的账户激活刚注册的账户会提示你可以开始下载genymotion登陆刚注册的账户选择下载genymotion选择包含virtualbox的genymotion-1.0-vbox.exe进行下载下载完genymotion-1.0-vbox.exe,运行该exe按照默认的选项一路安装下去即可安装完成后在桌面上会发现genymotion命令行工具图标:Genymotion Shell;genymotion程序图标:Genymotion:Genymotion;以及虚拟机Oracle VM VirtualBox的图标。点击Genymotion图标运行genymotion会提示你需要创建虚拟设备,点击yes按钮开拆衫轿始创建虚拟设备。使用注册好的用户名和密码连接服务器连接好服务器后开始添加自己需要的虚拟机按Next按钮创建虚拟设备点击Next点击Create按钮创建完成运行虚拟设备设置android SDK目录再次运行genymotion中的虚拟设备使用起来确实比google提供的模拟器流畅不少(二)安装安兔兔进行测分genymotion模拟器的安兔兔测试得分google模拟器的安兔兔测试得分:安兔兔测得在同一台电脑上同是Nexus 480X800的虚拟设备genymotion分值高达13836,而http://blog.csdn.net/yearafteryear/article/details/9255431测试得到的google模拟器只有区区953,genymotion在各项参数上均表现好不少。(三)在eclipse下安装genymotion插件启动eclipse,选择Help->Install New Software菜单点击add按钮填入Genymobile、http://plugins.genymotion.com/eclipse点击OK按钮选择genymotion相关插件选项进行安装接受相关协议忽略相关警告提示重启eclipse即已经完成genymotion插件的安装,点击yes按钮重启eclipse重启eclipse会在工具栏上发现genymotion的图标,点击即可启动该插件。第一次启动genymotion插件需要填入genymotion的安装目录:C:\Program Files\Genymobile\Genymotion(四)调试应用程序,这里我调试一个OpenGL的程序。发现OpenGL的程序在genymotion上运行的很好。点击eclipse上的genymotion插件图标,在弹出的对话框选择以前创建的虚拟设备启动。在eclipse下的工程项目上单击鼠标右键,在弹出的菜单里选择Run as->Run Configurations.在Run Configurations对话框选择下面的选项即可之后运行工程项目即可发现当前的这个opengl项目在genymotion上能很流畅的运行(五)genymotion shell命令行工具可在genymotion shell下输入相关指令获取一些信息或者设置一些参数之类genymotion shell支持的命令行如下所示:Command line options•-h Print help•-r ip_address Connect to specific Genymotion Virtual Device•-c "command" Execute the given command in genyshell environment and return•-f file Execute the content of the file. Each command per lineAvailable commands•battery getmodeReturn the current battery mode of the selected virtual device. The mode can only be: ◦host: The virtual battery reflect the host battery (if exists)◦manual: In this mode, you can set the level and status battery values•battery setmodeSet the battery mode. The mode can only be: ◦host: The virtual battery reflect the host battery (if exists)◦manual: In this mode, you can set the level and status battery values•battery getlevelReturn the current battery amount of power. The value can only be between 0% and 100%.If the battery mode is "host", the returned value is the host value. •battery setlevelSet the current battery amount of power. The value can only be between 0% and 100%.Set the battery level force the "manual" mode: if the last mode was "host", then it's turned to "manual" •battery getstatusReturn the current battery status. There are 4 possible status: ◦Discharging: The power supply is disconnected and the battery is discharging. ◦Charging: The power supply is connected and the battery is charging. ◦Full: The battery is full. ◦Unknown: Sometimes, the battery status cannot be established, it happens when there is no host battery. •battery setstatusSet the current battery status. There are 4 possible status: ◦Discharging: The power supply is disconnected and the battery is discharging. ◦Charging: The power supply is connected and the battery is charging. ◦Full: The battery is full. ◦Unknown: Sometimes, the battery status cannot be established, it happens when there is no host battery. •devices listList available Genymotion virtual devices and provides details like current states or IP address.•devices pingSend a ping message to check if virtual device if responding •devices refreshRefresh Genymotion virtual device list. Use it to keep the list up-to-date.•devices selectSelect the Genymotion virtual device you want to interact with.•devices showList available Genymotion virtual devices and provides details like current states or IP address•gps activateActivate the GPS sensor (if not already activated)•gps desactivateDesactivate the GPS sensor (if activated)•gps getlatitudeReturn the actual latitude (if GPS is activated AND already has a latitude) or 0•gps setlatitudeSet latitude (and activate GPS if not allready activated)•gps getlongitudeReturn the actual longitude (if GPS is activated AND allready has a longitude) or 0•gps setlongitudeSet longitude (and activate GPS if not allready activated)•gps getaltitudeReturn the actual altitude (if GPS is activated AND allready has a altitude) or 0•gps setaltitudeSet altitude (and activate GPS if not allready activated)•gps getaccuracyReturn the actual accuracy in meters (if GPS is activated AND allready has a accuracy) or 0•gps setaccuracySet accuracy (and activate GPS if not allready activated)•gps getorientationReturn the actual orientation in meters (if GPS is activated AND allready has a orientation) or 0•gps setorientationSet orientation (and activate GPS if not allready activated)•android versionReturn the Android version of the selected virtual device•build numberReturn the genymotion shell build number•helpPrompt the help.•pausePause execution (in number of seconds).•versionReturn GenyShell version.•exit or quitClose Genymotion Shell.

版权声明:文章由 百问九 整理收集,来源于互联网或者用户投稿,如有侵权,请联系我们,我们会立即处理。如转载请保留本文链接:https://www.baiwen9.com/life/106872.html
热门文章
二维码