Click to open the settings widget.
> Warning: This feature is not available with Genymotion SaaS at this time. > Warning: This feature is not available with Genymotion PaaS at this time.
Information
This section contains information related to Genymotion and your virtual device.
- Emulator version: Genymotion version.
- Android version: the Android version of the virtual device.
- ADB serial: the ADB serial (local IP and port) of the virtual device.
Toolbar
You can click the right-side toolbar to reach this feature.
This feature lets you:
- Select which widgets to display in the right-side toolbar by checking them.
- Drag'n drop the widgets to change their order in the right-side toolbar.
- Click to reset to default.
Shortcuts
This feature allows you to change the default virtual device shortcuts and add custom shortcuts.
1. Click on a feature to create or edit a shorcut:
2. Press a key sequence (for example, Ctrl + A) and click SET to confirm.
3. Click to restore the default value.
Device link
With the Device Link feature, you can use a smartphone as an emulation companion for your development.
This feature allows you to:
- Forward touch event from your smartphone to the emulator.
- Mirror emulator screen on your smartphone.
- Forward smartphone sensors to the emulator (precisely accelerometer, gyroscope and magnetometer). See Motion sensors widget.
As a result, you can test your application as if you were holding a device in your hands.
To use Device Link, open the settings window.
Connect your smartphone to your computer. Ensure USB debugging is enabled. Please refer to this article for detailed instructions. You may also need to configure your system to enable ADB connection through USB. See Set up a device for development for detailed instructions.
You can also use ADB wirelessly.
Once your smartphone is ready and connected via USB to your host computer, click to refresh the list. The smartphone appears in the Available devices section.
Click LINK DEVICE to proceed. This action installs the Genymotion Link app on your device and automatically opens it.
When completed, you should see your virtual device display on your physical device screen. The display should show “Device linked”.
You can then use the toggle switches to:
- Disable or enable screen and touch events replication.
- Disable or enable motion sensors connection (cf. Motion sensors).
Licenses
Displays the licenses of Genymotion open-source components.
Click COPY to copy the full text of the license.
ffmpeg license text
Most files in FFmpeg are under the GNU Lesser General Public License version 2.1 or later (LGPL v2.1+). Read the file COPYING.LGPLv2.1 for details. Some other files have MIT/X11/BSD-style licenses. In combination the LGPL v2.1+ applies to FFmpeg.
Some optional parts of FFmpeg are licensed under the GNU General Public License version 2 or later (GPL v2+). See the file COPYING.GPLv2 for details. None of these parts are used by default, you have to explicitly pass “-enable-gpl” configure option to activate them. In this case, FFmpeg’s license changes to GPL v2+.
Specifically, the GPL parts of FFmpeg are:
- libpostproc
- optional x86 optimization in the files
libavcodec/x86/… - libavcodec/x86/dct_func.c
- libavcodec/x86/…
- libswscale/x86/…
- libavfilter/x86/…
- the following building and testing tools(…)
Additionally, the hiridies component is included.
Copyright (c) 2009-2011, Salvator Sanfilippo <antirez at gmail dot com> Copyright (c) 2010-2011, Pieter Noordhuis <pchoor… at gmail dot com>
All rights reserved.
Click COPY to copy the full text of the license.