Availability
This feature is not available with the free for personal use edition; a paying license is required.
System files
There is no system.prop in the Genymotion OS build; the file is merged with build.prop which is partially read-only.
Modifying product properties with gmtool
To modify these product properties, you need to use gmtool with the admin edit and --sysprop options:
gmtool admin edit "Virtual_device_name" --sysprop=<PROPERTY:VALUE>
Example: changing the model property
For example, to change the model property value to "new_phone" for a virtual device called Samsung Galaxy S9:
gmtool admin edit "Samsung Galaxy S9" --sysprop=MODEL:new_phone
Available properties
Available properties are:
- MODEL
- PRODUCT
- MANUFACTURER
- BOARD
- BRAND
- DEVICE
- DISPLAY
- SERIAL
- TYPE
- FINGERPRINT
- TAGS
You can set multiple system properties.
Further information
For more information, please refer to GMTool user guide.
Related articles
- How to change a device product properties (manufacturer, model, etc.) with Genymotion SaaS?
- How to run applications and games for arm (arm64)?
- Installing Open GApps fails with error "Open GApps archive is corrupted."
- How to install Magisk on Genymotion?
- I can't find Google Play Store. Where is it?