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. As a result, you can test your application as if you were holding a device in your hands.
This feature is only available with Indie and Business licenses.
The Remote control widget requires to have ADB installed on your computer. For more information, please refer to section 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. If so:- On your physical device, go to Menu > System settings > Developer options.
If you have not unlocked this menu yet, go to Menu > System settings > About and click several times on Build number until you get a message meaning 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 command prompt and enter
<path to ADB>\connect <IP>
.
- On your physical device, go to Menu > System settings > Developer options.
- Click
.
- Activate the widget by clicking On.
Genymotion 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:
The Remote control widget automatically stops when you disconnect your device.