Android Enthusiasts
Q&A for enthusiasts and power users of the Android operating system
Latest Questions
2
votes
3
answers
15045
views
Genymotion ARM Translation Tool Image for Android 10.0
I'm currently trying to get Genymotion up and running. I'm installing an app which requires ARM. I'm running Android 10.0 (Samsung Galaxy S10), and for the life of me, I can't find an image for Android 10.0. I've found images for Android 8.x and below, but I believe that the images aren't compatible...
I'm currently trying to get Genymotion up and running. I'm installing an app which requires ARM. I'm running Android 10.0 (Samsung Galaxy S10), and for the life of me, I can't find an image for Android 10.0.
I've found images for Android 8.x and below, but I believe that the images aren't compatible with the newest version.
I just need a zip image of an ARM Translation tool for Genymotion Android v10.
Dawood Sulaiman Syed
(21 rep)
Jul 2, 2022, 04:18 PM
• Last activity: May 26, 2025, 12:32 AM
1
votes
0
answers
2142
views
How to map keys in Genymotion?
I am using Genymotion to play Android games on Linux. But I can not play some games, as they have special control layout. Do you know how to add keyboard mapping feature to Genymotion, like in other Android emulators for Windows such as Nox, Memu, BlueStack?
I am using Genymotion to play Android games on Linux. But I can not play some games, as they have special control layout.
Do you know how to add keyboard mapping feature to Genymotion, like in other Android emulators for Windows such as Nox, Memu, BlueStack?
Huy Vu Hoan
(21 rep)
Oct 24, 2019, 10:30 AM
• Last activity: Jun 29, 2024, 05:37 AM
0
votes
1
answers
262
views
In Genymotion, a couple of apps are not visible in Play store. Reason?
In Genymotion, a couple of apps, for example, Brawl Stars are not available in the Google Play Store on any of the OS I tried. Why is this? and how do I sort it out? Any workarounds?
In Genymotion, a couple of apps, for example, Brawl Stars are not available in the Google Play Store on any of the OS I tried.
Why is this? and how do I sort it out? Any workarounds?
Arjun
(103 rep)
Jun 12, 2024, 02:02 PM
• Last activity: Jun 12, 2024, 06:34 PM
2
votes
0
answers
1310
views
Genymotion + VPN
I am running Genymotion on a MAC. I tried the changed settings in VirtualBox on Adapter 2 to "Bridged" also trying NAT / NAT Network but it does not work. It runs fine on my physical Android device. I am using WiFi on my Mac to connect to the Internet. Can someone give a hint what I am doing wrong?...
I am running Genymotion on a MAC. I tried the changed settings in VirtualBox on Adapter 2 to "Bridged" also trying NAT / NAT Network but it does not work. It runs fine on my physical Android device.
I am using WiFi on my Mac to connect to the Internet.
Can someone give a hint what I am doing wrong?
[!
]


Sven Hezel
(21 rep)
Sep 5, 2015, 11:18 PM
• Last activity: Apr 24, 2024, 02:09 AM
1
votes
0
answers
400
views
Genymotion: Why is Android version 9.0 the highest I can use on an S10 emulator?
I'm trying to replicate an issue a customer is having on their Samsung Galaxy S10 running Android version 11. When I spin up an S10 emulator, the highest Android version I can use is 9. Does anyone know why this would be, and if there's a way to get higher versions?
I'm trying to replicate an issue a customer is having on their Samsung Galaxy S10 running Android version 11. When I spin up an S10 emulator, the highest Android version I can use is 9. Does anyone know why this would be, and if there's a way to get higher versions?
gkeenley
(111 rep)
Mar 10, 2021, 08:58 PM
• Last activity: Dec 12, 2023, 09:01 PM
0
votes
0
answers
1105
views
How to configure static IP in Genymotion emulator via adb?
I need to configure Genymotion emulator (Android backed by VirtualBox). I need to setup static IP for eth0. The full list of commands i need to apply: su ifconfig eth0 10.152.152.12 netmask 255.255.192.0 ip rule add from all lookup main pref 0 busybox route add default gw 10.152.152.10 ndc resolver...
I need to configure Genymotion emulator (Android backed by VirtualBox). I need to setup static IP for eth0. The full list of commands i need to apply:
su
ifconfig eth0 10.152.152.12 netmask 255.255.192.0
ip rule add from all lookup main pref 0
busybox route add default gw 10.152.152.10
ndc resolver setnetdns 100 localdomain 10.152.152.10
I use adb that is included in Genymotion tools.
adb devices
shows that device 192.168.8.101:5555 is connected
adb -s 192.168.8.101:5555 shell
let me enter the shell. I can run ifconfig in that shell - it will show that eth0 is assigned 192.168.8.101.
But entering the first command from list:
ifconfig eth0 10.152.152.12 netmask 255.255.192.0
hangs the window with Android screen (opened when I started VM) and closes adb session and
adb devices
shows that 192.168.8.101:5555 offline
I guess that I've changed IP that is used by adb to control emulator device - therefore I lost the control of VM (both the console/screen of Android and adb session). So I tried some other way to start adb session using adb usb
that shows output: restarted to usb
But adb devices
after that shows that connected device has IP 192.168.8.101 nevertheless.
**How can I both preserve control over emulator VM and change to needed static IP with ifconfig?**
**Updated:**
I added additional network adapter in VirtualBox's Network Settings (Internal network). That is I added additional interface because eth0 is used for adb connection and likely for displaying Android console/screen launched by Genymotion manager.
Then I invoked aforementioned list of commands but for eth2
(not eth0
). The last command ndc resolver setnetdns 100 localdomain 10.152.152.10
says 500 0 Command not recognized
- I see that different versions of Android have different flavor of this command. So, It works - ipleak.net shows Tor IP, not mine. But - the settings are restored to factory settings after restart and DNS may reveal my IP(since ndc resolver
fails). So now I need to make commands persistent and apply the last ndc resolver
command. The version of Android is 12
Vlad
(141 rep)
May 27, 2023, 10:16 AM
• Last activity: May 28, 2023, 09:05 AM
0
votes
0
answers
938
views
Root access on Genymotion devices
How to grant root access in Genymotion devices which doesn't have `Superuser` application? In Nexus9 API 23 and S8 API 24 I have no `Superuser`, and so I couldn't provide root access to my application. the result of `whoami` command for both of them is `root`. more information: Host is Ubuntu 16.04
How to grant root access in Genymotion devices which doesn't have
Superuser
application?
In Nexus9 API 23 and S8 API 24 I have no Superuser
, and so I couldn't provide root access to my application.
the result of whoami
command for both of them is root
.
more information: Host is Ubuntu 16.04
user3933607
(123 rep)
Jul 16, 2017, 01:26 PM
• Last activity: Apr 2, 2023, 01:49 PM
1
votes
1
answers
1205
views
Connect laptop's webcam with new Genymotion
I noticed that the new version of Genymotion 3.3.x doesn't have anymore the (very useful) webcam activation feature. As I would just need that and I have no need to use more advanced features, is there a way to attach the webcam to the emulated android device maybe using adb? Thanks a lot!
I noticed that the new version of Genymotion 3.3.x doesn't have anymore the (very useful) webcam activation feature. As I would just need that and I have no need to use more advanced features, is there a way to attach the webcam to the emulated android device maybe using adb?
Thanks a lot!
rubiker
(11 rep)
Jan 7, 2023, 02:09 PM
• Last activity: Jan 7, 2023, 02:23 PM
1
votes
0
answers
42
views
Need to lock Genymotion SaaS appliance to run only 1 app in restricted user by default and prevent install 3rd party apps and access to settings
(solved) I need to run an app in Genymotion that is used for data entry and upload of the entered data into 3rd party sites. The logins to 3rd party sites are stored in this application (probably encrypted). The application will store multiple logins for my different customers of who need to have th...
(solved)
I need to run an app in Genymotion that is used for data entry and upload of the entered data into 3rd party sites. The logins to 3rd party sites are stored in this application (probably encrypted). The application will store multiple logins for my different customers of who need to have the data uploaded into the 3rd party sites. The data into the app will then be entered by other people to whom I outsource the data entry.
So I created Genymotion appliance, installed the app and in this application I entered logins for sites such as ebay. I am looking for suggestions on what can I do to secure the appliance to prevent the data being copied out from it.
I want to prevent the person to whom I outsource data entry to be able to install and load 3rd party other apps, modify system settings, install other apps, copy the system directory, copy the login and password information saved by the application.
Let's assume the worst possible case here when application is well written but the passwords mentioned above (for the ecommerce sites like ebay) is saved in plain text in this application in the internal application directory. What I know about the application is it doesn't support access to SD Card, only can read and write data to the internal memory.
What can I do in Gennymotion to improve the security of my appliance. Genymotion virtual machines are rooted. So I looked at following steps already:
1. Setup restricted user on Android
2. Set restriction for the restricted user to only be able to use the one application. Disable anything else (including disabled browser, email, youtube etc..)
3. Try to get the restricted user loading on boot of Android. When Android restarts, however, it doesn't allow choice to login into the restricted user or the admin user, sort of like a Windows or MacOS login menu. To get the appliance to always start with restricted user by default, I need to add a script and the scripted will need to start using Tasker or MacroDroid.
However, how do I prevent the user from installing 3rd party apps? Is it good enough to disable all user apps (except that one used for data entry) from the restricted user? Is there any other way the user could abuse the access to the virtual appliance and load something there? Are there any system android apps I need to disable for the restricted user to prevent the user to be able to do anything bad with it?
The application used for data entry can not download any application or data, however, I believe it does use the webview because it loads sites like ebay and fills the forms on those sites. It only interacts with select websites only like Ebay to enter data into Ebay forms..
Is there anything I can do to secure Genymotion appliance any other than what I already mentioned. I would like to send the link to the Genymotion SaaS Android to people who will do data entry for me into Ebay and other sites. So I need to make sure the virtual appliance is secured as much as possible from tinkering with it. I need to make sure somebody doesn't get hand on the stored login details.
Just to clarify for the login credentials:
I am not sure how the user credentials are stored and I will find it out, however, for now, I go from the worst case scenario when the credentials are stored in plain text in the app settings. The user name and password is stored in the application with exception for Ebay because the many other sites do not have API key or any webservices interface, so the application would access those sites simply via a webview, and when it goes to login there it will do that by filling in the login information on the login form (simulates keystrokes). The user name and password is entered into the login form for the site. That's why the login info is stored in the application itself.
This question is not about how to secure the specific application I will be using, but how to secure the actual whole Android appliance from tinkering with.
I am aware I will the risks here, just want to do as much due diligence as I can.
Update:
Done some digging so this cannot be done. Neither Genymobile or Appetize or other online Android emulators can offer fine-tuning in terms of user access. The closest is Genymobile because at least allows adding and removing access of users to individual appliances. That is however not resolving the issue with Android and in particular rooted Android, since all online emulators run rooted Android and I am not sure how that is secured against potentially malicious actors who receive access link.
The only easy way to solve it, kind of in a mickey-mousy way is to install Kiosk mode application. That kiosk app will run at every boot and it only shows the specific application. There is always risk of course the malicious user would do something to crash the application and the Kiosk app, but if the application is not a web browser or email client or similar it should be relatively safe.
There are plenty of Kiosk mode apps for Android but none of them is free (don't try to look, no chance to find one), the cheapest cost about 7 USD one-time purchase, the more expensive ones cost 20 per month per device or more and come with remote control etc... Not cheap but kiosk mode apps are almost exlusively used by businesses so that's why there is lack of free apps.
Anyhow I believe this is the closest as I could get to deal with this.
----
Sources for Genymotion restricted user setup ..
https://android.stackexchange.com/questions/176827/how-to-set-restricted-user-as-default-user-on-reboot
https://docs.genymotion.com/paas/10_Using_root_access/
itoldusoandso
(23 rep)
Nov 20, 2022, 02:58 AM
• Last activity: Nov 24, 2022, 03:04 AM
0
votes
0
answers
366
views
Everything freezes during booting virtual device in genymotion/android studio
I can't understand what's going - every time I try to boot virtual device in genymotion or android studio my laptop just freezes and needs to reboot. Every process just stuck. Can't fix this problem. I boot my Linux from an external ssd. Technical parameters of my computer is more over than enough t...
I can't understand what's going - every time I try to boot virtual device in genymotion or android studio my laptop just freezes and needs to reboot. Every process just stuck. Can't fix this problem.
I boot my Linux from an external ssd.
Technical parameters of my computer is more over than enough to using android emulator like android studio or genymotion (
i7-10750H and 2070 RTX
).
Any ideas?
Dscarve
(1 rep)
Jul 8, 2022, 12:49 PM
• Last activity: Jul 8, 2022, 12:50 PM
4
votes
0
answers
5718
views
How to change the Android emulator phone number
Is it possible to change the phone number of mine on the android emulator, just like Genymotion which is always show me 1-555-521-xxx number. any ideas would be nice and appreciated.
Is it possible to change the phone number of mine on the android emulator, just like Genymotion which is always show me 1-555-521-xxx number. any ideas would be nice and appreciated.
user3627127
(41 rep)
Sep 4, 2015, 05:12 AM
• Last activity: Mar 29, 2022, 11:33 PM
0
votes
0
answers
947
views
How do I change Genymotion physical keyboard to type scandic letters?
I have enabled scandics (äöå) on-screen keyboard and they work, but when I type them from physical keyboard they do not work, nothing comes out. All english keyboard keys do work.
I have enabled scandics (äöå) on-screen keyboard and they work, but when I type them from physical keyboard they do not work, nothing comes out. All english keyboard keys do work.
Ohto Nordberg
(101 rep)
Aug 12, 2016, 01:30 PM
• Last activity: Dec 29, 2021, 05:01 AM
7
votes
6
answers
10912
views
Feed an image to Genymotion Camera
Context: I use WhatsApp on Genymotion. Chatting in the WhatsApp via Genymotion is fine, except, I wish to enable the WhatsApp web too, so I could free myself from bringing up the genymotion window all the time, instead, could just have all in my host machine browser. To enable WhatsApp Web, it requi...
Context:
I use WhatsApp on Genymotion. Chatting in the WhatsApp via Genymotion is fine, except, I wish to enable the WhatsApp web too, so I could free myself from bringing up the genymotion window all the time, instead, could just have all in my host machine browser.
To enable WhatsApp Web, it requires to scan a QR code generated on the web.
What I want to do:
- Open web.whatsapp.com
- Take a screenshot, crop the QR code only
- Make the image available in Genymotion
- Feed that image into the preview camera, which would be in turn available when I bring up the WhatsApp Web activation in WhatsApp.
- The WhatsApp app would then think of the feed as coming live, thus enable the authorization.
Summary:
I wish to feed an image to show in the Genymotion camera preview. How do I do that?
KhoPhi
(623 rep)
Jun 19, 2017, 11:43 AM
• Last activity: Nov 25, 2021, 07:04 PM
6
votes
2
answers
1885
views
Genymotion how to hide back/home/menu button that shown after ALT button pressed
This button shown up after pressing ALT button, that automatically show virtual keyboard (but all I want to do is ALT+TAB). How to make them disappear? Or how to disable calling virtual keyboard when pressing ALT? [![these buttons][1]][1] [1]: https://i.sstatic.net/ie2GQ.png
This button shown up after pressing ALT button, that automatically show virtual keyboard (but all I want to do is ALT+TAB). How to make them disappear?
Or how to disable calling virtual keyboard when pressing ALT?

Kokizzu
(315 rep)
Sep 29, 2017, 04:27 PM
• Last activity: Nov 10, 2021, 09:45 PM
3
votes
2
answers
2410
views
"not executable: magic 7F45" when running redsocks on Android emulator
I'm trying to get [ProxyDroid](https://github.com/madeye/proxydroid) or [redsocks](https://github.com/darkk/redsocks) to run on the Genymotion Android emulator (x86). ADB shell into the device, run redsocks and I get `not executable: magic 7F45`. I know it means that the version doesn't comply with...
I'm trying to get [ProxyDroid](https://github.com/madeye/proxydroid) or [redsocks](https://github.com/darkk/redsocks) to run on the Genymotion Android emulator (x86). ADB shell into the device, run redsocks and I get
not executable: magic 7F45
.
I know it means that the version doesn't comply with the CPU. However, on Genymotion, I'm able to run a bunch of ARM packages with no problem (having installed the Genymotion ARM translation files).
I have compiled redsocks sources on my Ubuntu box (binary works fine on my Ubuntu x86), but when I copied the binary to the emulator, it still gives the same error message when I try to run it (not executable: magic 7F45
). So, it looks like neither the ARM nor the x86 versions are working on the emulator.
I also have taken the redsocks binary that I compiled on my Ubuntu x86 box and pushed it to x86 AVD (standard SDK) - it worked perfectly. So it appears that the not executable: magic 7F45
error is not related to the cross-CPU compilation?
Is there a way to get redsocks run on Genymotion?
azv
(131 rep)
Feb 15, 2015, 11:03 AM
• Last activity: Jul 21, 2021, 04:02 AM
1
votes
1
answers
323
views
Genymotion player crashes when selecting the webcam option
Every time I select the webcam option on the Genymotion player, the title of the webcam option comes up, but then the hole emulator crashes. I'm using the free version of Genymotion. I get this problem, regardless of the Android type or screen size etc. **System Info:** ``` System: Host: ALU Kernel:...
Every time I select the webcam option on the Genymotion player, the title of the webcam option comes up, but then the hole emulator crashes.
I'm using the free version of Genymotion. I get this problem, regardless of the Android type or screen size etc.
**System Info:**
System: Host: ALU Kernel: 5.10.7-3-MANJARO x86_64 bits: 64 compiler: gcc v: 10.2.1
parameters: BOOT_IMAGE=/boot/vmlinuz-5.10-x86_64 root=UUID=138895c2-cc5c-4591-bc68-fd58c682d6f3 rw quiet apparmor=1
security=apparmor resume=UUID=cbdc85f0-ae63-47be-89e8-038462fcc2f3 udev.log_priority=3
Desktop: KDE Plasma 5.20.5 tk: Qt 5.15.2 info: plank wm: kwin_x11 dm: SDDM Distro: Manjaro Linux
Machine: Type: Laptop System: LENOVO product: 80TU v: Lenovo ideapad 310-14IKB serial: Chassis:
type: 10 v: Lenovo ideapad 310-14IKB serial:
Mobo: LENOVO model: Torronto 4C2 v: NO DPK serial: UEFI: LENOVO v: 3JCN21WW date: 09/23/2016
Battery: ID-1: BAT0 charge: 23.6 Wh condition: 25.4/30.0 Wh (85%) volts: 8.6/7.4 model: SMP L15M2PB2 type: Li-poly
serial: 9238 status: Charging
CPU: Info: Dual Core model: Intel Core i7-7500U bits: 64 type: MT MCP arch: Amber/Kaby Lake note: check family: 6
model-id: 8E (142) stepping: 9 microcode: DE L2 cache: 4 MiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 23209
Speed: 1192 MHz min/max: 400/3500 MHz Core speeds (MHz): 1: 1192 2: 1200 3: 1200 4: 1200
Vulnerabilities: Type: itlb_multihit status: KVM: Split huge pages
Type: l1tf mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable
Type: mds mitigation: Clear CPU buffers; SMT vulnerable
Type: meltdown mitigation: PTI
Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl and seccomp
Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization
Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional, IBRS_FW, STIBP: conditional, RSB filling
Type: srbds mitigation: Microcode
Type: tsx_async_abort status: Not affected
Graphics: Device-1: Intel HD Graphics 620 vendor: Lenovo driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:5916
Device-2: NVIDIA GM108M [GeForce 920MX] vendor: Lenovo driver: nvidia v: 460.32.03 alternate: nouveau,nvidia_drm
bus ID: 03:00.0 chip ID: 10de:134f
Device-3: Chicony EasyCamera type: USB driver: uvcvideo bus ID: 1-4:2 chip ID: 04f2:b57d serial: 0001
Display: x11 server: X.Org 1.20.10 compositor: kwin_x11 driver: loaded: modesetting display ID: :0 screens: 1
Screen-1: 0 s-res: 1366x768 s-dpi: 96 s-size: 361x203mm (14.2x8.0") s-diag: 414mm (16.3")
Monitor-1: eDP-1 res: 1366x768 hz: 60 dpi: 112 size: 309x173mm (12.2x6.8") diag: 354mm (13.9")
OpenGL: renderer: Mesa Intel HD Graphics 620 (KBL GT2) v: 4.6 Mesa 20.3.3 direct render: Yes
Audio: Device-1: Intel Sunrise Point-LP HD Audio vendor: Lenovo driver: snd_hda_intel v: kernel alternate: snd_soc_skl
bus ID: 00:1f.3 chip ID: 8086:9d71
Sound Server: ALSA v: k5.10.7-3-MANJARO
Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Lenovo driver: r8169 v: kernel port: 4000
bus ID: 01:00.0 chip ID: 10ec:8168
IF: enp1s0 state: down mac: c8:5b:76:78:e3:cd
Device-2: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter vendor: Lenovo driver: ath10k_pci v: kernel
port: 4000 bus ID: 02:00.0 chip ID: 168c:0042
IF: wlp2s0 state: up mac: 58:00:e3:41:87:99
Device-3: Qualcomm Atheros type: USB driver: btusb bus ID: 1-7:4 chip ID: 0cf3:e500
IF-ID-1: vboxnet0 state: up speed: 10 Mbps duplex: full mac: 0a:00:27:00:00:00
Drives: Local Storage: total: 372.62 GiB used: 275.8 GiB (74.0%)
SMART Message: Unable to run smartctl. Root privileges required.
ID-1: /dev/sda maj-min: 8:0 vendor: Kingston model: SA400S37240G size: 223.57 GiB block size: physical: 512 B
logical: 512 B speed: 6.0 Gb/s serial: 50026B73801F8542 rev: 0102
ID-2: /dev/sdb maj-min: 8:16 vendor: Seagate model: ST9160412AS size: 149.05 GiB block size: physical: 512 B
logical: 512 B speed: 3.0 Gb/s serial: 5VGCALEC rev: HPM1
Partition: ID-1: / raw size: 214.47 GiB size: 210.11 GiB (97.96%) used: 171.58 GiB (81.7%) fs: ext4 dev: /dev/sda2
maj-min: 8:2
ID-2: /boot/efi raw size: 300 MiB size: 299.4 MiB (99.80%) used: 312 KiB (0.1%) fs: vfat dev: /dev/sda1
maj-min: 8:1
Swap: Kernel: swappiness: 60 (default) cache pressure: 100 (default)
ID-1: swap-1 type: partition size: 8.8 GiB used: 2.61 GiB (29.7%) priority: -2 dev: /dev/sda3 maj-min: 8:3
Sensors: System Temperatures: cpu: 43.0 C mobo: N/A
Fan Speeds (RPM): N/A
Info: Processes: 265 Uptime: 8h 55m wakeups: 7 Memory: 7.67 GiB used: 6.19 GiB (80.6%) Init: systemd v: 247 Compilers:
gcc: 10.2.0 Packages: 1676 apt: 3 pacman: 1660 lib: 464 flatpak: 0 snap: 13
**Last 20 lines of genymotion-palyer.log :**
2021-01-24T17:50:02+05:00 [Genymotion Player:135865] [debug] [Adb][shell] command: "/home/UserName/Software/genymotion/tools/adb" -s "ipaddress"" shell ("getprop", "dev.bootcomplete")
2021-01-24T17:50:02+05:00 [Genymotion Player:135865] [debug] [Adb][shell] ("getprop", "dev.bootcomplete") - exit code: 0
2021-01-24T17:50:03+05:00 [Genymotion Player:135865] [debug] [Adb][shell] command: "/home/UserName/Software/genymotion/tools/adb" -s "ipaddress"" shell ("getprop", "dev.bootcomplete")
2021-01-24T17:50:03+05:00 [Genymotion Player:135865] [debug] [Adb][shell] ("getprop", "dev.bootcomplete") - exit code: 0
2021-01-24T17:50:04+05:00 [Genymotion Player:135865] [debug] [Adb][shell] command: "/home/UserName/Software/genymotion/tools/adb" -s "ipaddress"" shell ("getprop", "dev.bootcomplete")
2021-01-24T17:50:04+05:00 [Genymotion Player:135865] [debug] [Adb][shell] ("getprop", "dev.bootcomplete") - exit code: 0
2021-01-24T17:50:05+05:00 [Genymotion Player:135865] [debug] [Adb][shell] command: "/home/UserName/Software/genymotion/tools/adb" -s "ipaddress"" shell ("getprop", "dev.bootcomplete")
2021-01-24T17:50:05+05:00 [Genymotion Player:135865] [debug] [Adb][shell] ("getprop", "dev.bootcomplete") - exit code: 0
2021-01-24T17:50:05+05:00 [Genymotion Player:135865] [debug] Device booted in 7474 ms
2021-01-24T17:50:05+05:00 [Genymotion Player:135865] [debug] "Notifying launchpad of status change: 8bb23482-88eb-41a1-b946-32593ca6654d ON"
2021-01-24T17:50:05+05:00 [Genymotion Player:135865] [debug] [Adb][shell] command: "/home/UserName/Software/genymotion/tools/adb" -s "ipaddress":5555" shell ("pm list packages")
2021-01-24T17:50:06+05:00 [Genymotion Player:135865] [debug] [Adb][shell] ("pm list packages") - exit code: 0
2021-01-24T17:50:06+05:00 [Genymotion Player:135865] [debug] [Adb][shell] command: "/home/UserName/Software/genymotion/tools/adb" -s "ipaddress":5555" shell ("ls /data/.genymotion")
2021-01-24T17:50:06+05:00 [Genymotion Player:135865] [debug] [Adb][shell] ("ls /data/.genymotion") - exit code: 0
2021-01-24T17:52:07+05:00 [Genymotion Player:135865] [debug] "Dummy camera" released by DeviceCameraPipe(0x1b42f30) count: 0
2021-01-24T17:52:07+05:00 [Genymotion Player:135865] [debug] "Dummy camera" acquired by CameraView(0x1b0d2a0) count: 1
2021-01-24T17:52:07+05:00 [Genymotion Player:135865] [debug] "Dummy camera" released by DeviceCameraPipe(0x1a35ff0) count: 1
2021-01-24T17:52:07+05:00 [Genymotion Player:135865] [debug] "Dummy camera" acquired by CameraView(0x192d2d0) count: 2
2021-01-24T17:52:07+05:00 [Genymotion Player:135865] [debug] Linux/Windows: media permissions are authorized by default
Thanks a lot.
Young Fellow
(11 rep)
Jan 24, 2021, 01:09 PM
• Last activity: Feb 5, 2021, 11:08 AM
2
votes
1
answers
177
views
Share virtual machine between Genymotion and Android AVD Manager?
I've installed Genymotion and configure it to use the SDK folder from Android SDK. (In preferences, ADB -> Use custom Android SDK tools, and select `/Users/XXX/Library/Android/sdk`) But when I open both Genymotion and Android AVD manager, it can't see the same virtual machine created in each other:...
I've installed Genymotion and configure it to use the SDK folder from Android SDK. (In preferences, ADB -> Use custom Android SDK tools, and select
Is there a way to share the virtual machine, without taking extra disk spaces?
/Users/XXX/Library/Android/sdk
)
But when I open both Genymotion and Android AVD manager, it can't see the same virtual machine created in each other:


daisy
(133 rep)
Oct 3, 2020, 02:33 PM
• Last activity: Oct 3, 2020, 11:54 PM
0
votes
1
answers
446
views
Use laptop's keyboard shortcut in in Android device
I am using Ubuntu 18.04 with Genymotion version 3.1.0 for my laptop. How do I use the laptop's keyboard shortcuts like Ctrl+C and Ctrl+V in the installed android device?
I am using Ubuntu 18.04 with Genymotion version 3.1.0 for my laptop. How do I use the laptop's keyboard shortcuts like Ctrl+C and Ctrl+V in the installed android device?
mohd
(1 rep)
Jul 9, 2020, 02:45 AM
• Last activity: Jul 9, 2020, 05:25 AM
0
votes
1
answers
823
views
genymotion icon is not shown in android studio
i want to use genymotion in android studio. i have installed genymoiton and oracle virtualbox. in android studio i went to: File> settings> plugins , and installed genymotion. i should say that, previously, i have create a virtual device in genymotion. the problem is: i expect that the genymotion ic...
i want to use genymotion in android studio. i have installed genymoiton and oracle virtualbox. in android studio i went to: File> settings> plugins , and installed genymotion. i should say that, previously, i have create a virtual device in genymotion.
the problem is: i expect that the genymotion icon to appear in android studio
but: nothing appears
any help is highly appreciated...
user324903
(103 rep)
Jun 6, 2020, 12:12 PM
• Last activity: Jun 6, 2020, 12:44 PM
0
votes
0
answers
267
views
Is it possible to restore an ASUS Backup on an emulator?
I had created a backup file using Asus Backup app [Link][1] [Playstore][2] from my Asus ZenFone (Android 5.1). I have lost my Asus phone and I'd like to restore the backup into an emulator. 1. Does Genymotion have any ASUS VM? 2. Is there any Emulator that support Asus Backup App? 3. Are there ASUS...
I had created a backup file using Asus Backup app Link Playstore from my Asus ZenFone (Android 5.1).
I have lost my Asus phone and I'd like to restore the backup into an emulator.
1. Does Genymotion have any ASUS VM?
2. Is there any Emulator that support Asus Backup App?
3. Are there ASUS Zenfone Emulators?
4. Can I, in any way use Android Studio to restore my Backup created using ASUS Backup App?
5. Asus Provide System file from there official site. Can I flash that(Custom Rom) into any Emulator?
Is there any way I can install Asus Backup app in Laptop and restore the Backup I have made?
Is there anything that I can try?
hasoma
(11 rep)
Oct 23, 2019, 01:35 PM
• Last activity: Oct 31, 2019, 08:03 PM
Showing page 1 of 20 total questions