Emulated Sensors and Features¶
To simulate various behaviors of your application according to specific use cases, Genymotion Desktop provides easy-to-use widgets which emulate the following sensors and features:
Open GApps¶
Disclaimer
GENYMOBILE SAS assumes no liability whatsoever resulting from the download, install and use of Google Play Services within your virtual devices. You are solely responsible for the use and assume all liability related thereto. Moreover, GENYMOBILE SAS disclaims any warranties of any kind, either express or implied, including, without limitation, implied warranties of merchantability, or fitness for a particular purpose regarding the compatibility of the Open GApps packages with any version of Genymotion. In no event shall GENYMOBILE SAS or its affiliates, or their respective officers, directors, employees, or agents be liable with respect to your download or use of the Google Play Services and you release GENYMOBILE SAS from any liability related thereto. You agree to defend, indemnify and hold harmless GENYMOBILE SAS for any claims or costs related to your use or download of the Google Play Services.
The application you are developing or testing may require an interaction with Google Play Services (e.g.: in-app purchasing, advertising, etc.). The Open GApps widget allows you to install a minimum package of those services, also containing an application store.
Standard method (recommended)¶
- Click and follow the instructions. At the end of the installation, you are redirected to the Open GApps website.
- Reboot the virtual device when prompted.
Alternative method from the Open GApps website¶
Warning
Using this method may not work since opengapps.org regularly update their package and may introduce unforeseen bugs. This should only be used in case the Standard method fails.
- Visit opengapps.org
- Select platform
x86
- Select the Android version corresponding to your virtual device
- Select variant
pico
- Download the selected Open GApps package
- Drag and drop the
open_gapps-x86-X.X-pico-XXXXXXXX.zip
zip archive to the Genymotion virtual device display, or use the command line method.
Command line method
Use ADB:
-
Upload the opengapps zip file:
adb push open_gapps-x86-X.X-pico-XXXXXXXX.zip /sdcard/Download/open_gapps-x86-X.X-pico-XXXXXXXX.zip
-
Flash the archive:
adb shell "/system/bin/flash-archive.sh /sdcard/Download/open_gapps-x86-X.X-pico-XXXXXXXX.zip"
When flashing is complete, reboot the virtual device.
Battery¶
The Battery widget allows you to test how your application reacts with different battery charge levels and states of charge. To use the Battery widget:
- Click
- Modify the charge level using the slider or enter a value in the Charge level field.
- Modify the state of charge by checking the State of charge box:
- Check to activate the Charging state. This simulates that the power supply is plugged in and the battery is charging.
- Uncheck to activate the Discharging state. This simulates that the power supply is unplugged and the battery is discharging.
GPS¶
Single position¶
To use the GPS widget and set a single position:
- Click and activate the GPS emulation.
- Select the Manual tab.
- Set the following fields:
Field | Description | Value range |
---|---|---|
Latitude | The latitude value you wish to simulate. | -90° to 90° |
Longitude | The longitude value you wish to simulate. | -180° to 180° |
Altitude | The altitude value you wish to simulate. | -10000m to 10000m |
Accuracy | Use the slider or enter a value to set the accuracy. | 0m to 200m |
Bearing | Use the compass or enter a value to set the bearing. | 0° to 359.99° |
You can also define a location using the Map button.
Note
Many applications do not rely on the GPS orientation, but use the device accelerometer or gyroscope to determine the bearing of the device. This is not emulated yet, but you can use the remote control widget to use a real device with accelerometer and/or gyroscope. Please refer to Remote Control section.
Simulate routes¶
It is now possible to simulate routes by uploading a track file.
Warning
This feature only supports GPX trace format for the moment. More formats may be added in the future.
Your GPX file must contain timestamps and elevation, such as:
<trkpt lat="46.0538" lon="6.6692"><ele>1410.734375</ele><time>2020-02-21T13:51:25Z</time></trkpt>
If your GPX file contains more than one track, only the first track will be played.
- Generate a GPX track file with your favourite application, such as GoogleEarth.
- Click and activate the GPS emulation.
- Select the Replay tab:
- Click Open to upload your GPX.
- Click Play/Pause to start or pause the route simulation:
- Change play speed by selecting a replay speed in the drop-down menu.
Camera¶
The Camera widget allows you to send a video stream to the virtual device cameras. With this widget, you can test an Android application that uses an Android built-in camera. The video stream comes from a real physical webcam connected or integrated into your computer.
To use the Camera widget, click
Note
Virtual cameras, such as CamTwist, Virtual Webcam or akvcam, are not supported.
Capture¶
The Capture widget allows you to take a screenshot or screencast of virtual devices. This way, you can share images or videos of your applications.
To open the capture window, click , then select an action:
Icon | Action |
---|---|
Take a screenshot. | |
Record a screencast. Click to start recording and click again to stop. | |
Browse the recorded screenshots and/or screencasts folder. |
Note
The default folder can be changed in Genymotion > Settings > Device.
Remote control¶
With the Remote control widget, you can take control of a virtual device from a physical device (any phone or tablet running Android version 2.2/API level 8/Froyo or above). This widget works with a specific Android application that runs on the physical device and forwards touch inputs and accelerometer events to Genymotion Desktop. As a result, you can test your application as if you were holding a device in your hands.
The Remote control widget requires to have ADB installed on your computer. For more information, please refer to Use third party ADB
To use the Remote control widget:
- Connect your physical device either by wire or with Wi-Fi. To connect with Wi-Fi, your physical device must support ADB over network.
- On your physical device, go to Settings → Developer options. If you haven't unlocked the Developer options menu yet, go to Settings → About and click several times on Build number until you get a message saying that Developer options are now available.
- Check Android debugging and then ADB over network.
- Connect your physical device to the Wi-Fi and retrieve its IP address from the Wi-Fi menu.
- Open a terminal or command prompt and enter
adb connect {your_device_IP}
. - Click
- Activate the widget by clicking On. Genymotion Desktop tries to detect any connected Android device.
- Select your device from the Available devices drop-down list and click Start. If the device is connected to ADB and not visible in the list, restart the widget.
- Check the desired options:
- Enable preview: enables previewing your Genymotion Desktop screen on your physical device.
- Enable touch screen: allows your physical device to send touch events to Genymotion Desktop.
- Enable accelerometer: allows your physical device to send accelerometer events to Genymotion Desktop.
The Remote control widget automatically stops when you disconnect your device.
Identifiers¶
The Identifiers widget shows Android ID and Device ID numbers. You can view and edit these values at any time, without having to reboot your virtual device.
To open the identifiers window, click and enter an Android ID and/or a Device ID/IMEI/MEID.
Android ID
An Android ID is a 64-bit number randomly generated when the user first sets up the device. It remains the same for the whole lifetime of the user's device. Android 4.2.2 and greater versions support multiple user accounts, each one having a unique Android ID.
When clicking , a random Android identifier is generated. Valid Android ID numbers are 16-hexadecimal digits long.
You cannot set an empty Android ID.
On Android 8.0 and above, the Android ID has a different value for each application on the device. This is not the case in Genymotion: the Android ID remains the same for all applications.
Device ID / IMEI / MEID
By default, a new virtual device is deployed with the default device ID number 000000000000000.
When clicking , a random identifier is generated. As IMEI or MEID numbers are used as device ID, Genymotion Desktop generates numbers compliant with the GSM 02.16 standard and the 3GPP2 specification (14 digits or hexadecimal digits + a checksum digit). Valid characters for setting device ID/IMEI/MEID are:
- lower-case and upper-case letters [a-z, A-Z]
- digits [0-9]
- dots [ . ], dashes [ - ] and underscores [ _ ]
Disk I/O¶
The Disk I/O widget allows you to emulate devices with slow internal storage. It can be very handy if your app requires reading large amount of data from the disk such as gallery apps that load locally stored images or games that load large assets.
To simulate high or poor disk performance:
- Click
-
From Profile, select a type of device:
Profile Read speed limit High-end device 200 MiB per second Mid-range device 100 MiB per second Low-end device 50 MiB per second Custom device Enter the read speed limit you wish to emulate in MiB -
Click Update.
Note
When switching from a device profile to another, the disk cache is automatically cleared. You can force clearing the cache by clicking Clear Cache.
Network¶
The Network widget allows you to test how your application reacts with different network quality and performance types:
- Click
- Activate the network simulation by clicking On.
- Select a network profile from the Profile drop-down list:
Profile | Upload speed | Download speed | Upload/Download delay (in ms) | Packet loss | DNS delay (in ms) |
---|---|---|---|---|---|
No data | 0Kb/s | 0Kb/s | 0 | 100% | 0 |
GPRS | 40Kb/s | 40Kb/s | 500 | 0.01% | 1000 |
Edge | 200Kb/s | 240Kb/s | 400 | 0.01% | 800 |
3G | 1.5Mb/s | 7.2Mb/s | 100 | 0.01% | 200 |
4G | 5.5Mb/s | 17.9Mb/s | 50 | 0.01% | 100 |
4G (high DNS delay) |
5.5Mb/s | 17.9Mb/s | 50 | 0.01% | 3000 |
4G (high packet losses) |
5.5Mb/s | 17.9Mb/s | 50 | 10% | 100 |
Wifi | 33.0Mb/s | 40.0Mb/s | 0 | 0% | 0 |
Note
When activating the widget for the first time, the profile network is automatically set to Wifi . It then takes the last network profile used.
Phone¶
Note
Base band is not emulated - it is not possible to call, receive or send text messages to physical devices.
The Phone widget allows you to test applications relying on telephony features and observe their behavior when receiving a call or a text message.
To use the Phone widget:
- Click
- Enter an incoming phone number
- Click Call or enter a text message and click Send message
Tip
Text messages are displayed in the virtual device via a notification, but they can also be read in the Messaging application.
App Sharing¶
The App sharing feature allows you to share an application with other users via Genymotion Cloud SaaS so they can have access to the application within a web browser. As the shared application is being made accessible via a virtual machine running in Genymotion Cloud SaaS, designers, sales representatives or any stakeholders not having Genymotion Desktop Software installed on their workstation are able to see the application being developed or tested in order to give their feedback.
To share an application, you must have previously installed it in a virtual device of Genymotion Desktop. Please refer to Deploy an Application for details.
Then:
- From your virtual device, click
- In Users, enter the e-mail addresses of the users with whom you wish to share the application
- (Optional) In the Message field, add the message of your choice to give information to the users about the purpose of the shared application
- Click Share
This uploads the application and makes it available to the users you have specified. In the meantime, a notification e-mail is sent to them. They can access the shared application via that e-mail or by signing in directly to Genymotion Cloud SaaS.
Warning
An application shared from Genymotion Desktop software to multiple users is not shared among all receivers but instead cloned individually into virtual devices with said application running in Genymotion Cloud SaaS for each one of the receivers.
Sound Control¶
You can control the volume of the sound emitted by your virtual device by clicking or
Rotate Screen¶
You can rotate the screen of your virtual device by
Pixel Perfect¶
With Pixel Perfect, you can be highly precise in the development of your user interface and ensure every pixel of your application really looks as it should. One pixel of the virtual device is displayed using one pixel of your computer screen.
Click once to enable Pixel Perfect; click again to disable it.
Warning
If the virtual device screen size is larger than your computer screen size, the virtual device window will be maximized and you will be able to use scrollbars to move inside the screen.
Navigation Widgets¶
Icon | |
---|---|
Brings the Android Recent Screen which lists recently accessed activities and tasks. | |
Emulates the Home button of a real device. Navigate to Android Home page. |
|
Emulates the Back button of a real device. |
Power¶
The power widget simulates a real device power button:
- click to put the virtual device to sleep
- click and hold your mouse button to simulate a power button hold (reset/power off)