Genymotion android 5 network error - android

I have downloaded a new genymotion android 5 ova file, and imported it to virtual box successfully. When I start the new device, it takes a long time and shows this error:
Unable to connect to the virtual device. Genymotion will now close.
Please check VirtualBox network configuration.
for more information please refer to :
https://cloud.genymotion.com/page/faq/#collapse-nostart
I read the troubleshot followed the error message. My network configuration is correct as the instruction. (The address is 192.168.56.100/24, and DHCP is the same rang. Also other virtual devices correctly start.)
I ran the vm with the VirtualBox and got this error:
init : cannot find '/system/bin/install-recovery.sh' , disabling 'flash_recovery'
IP Management : 192.168.56.101
failed to execute /sbin/v86d make sure that the v86d helper is
installed and executable Getting VBE info block failed (eax=0x4f00,err=-2)
vbe_init() failed with -22
What should I do ?

Related

selenium.common.exceptions.WebDriverException: Message:. . Original error: Error: socket hang up

only launch application , not run further Test it only happening with latest build . test was running successfully on older build. Also in INtelj idea test keep running not end the test also not not executing in reality on real device
selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up
Please try to toggle OFF and then toggle ON again the debugging mode on your real device.
Also, please grant the permission with checkbox enabled pop up when you run adb devices after doing the above step. Please let me know if this resolves your issue.

Unable to run Ionic app

I am unable to run my Ionic app in --livereload mode. It gives me an error as:
Error: C:\softwares\android-sdks\platform-tools\adb.exe: Command failed with exit code 1 Error output:
error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037: Only one usage of each socket address (protocol/network address/port) is normally permitted. (10048)
could not read ok from ADB Server
* failed to start daemon *
error: cannot connect to daemon
I started task manager and found 3 adb server are running.I tried to kill them but unable to do that. Please help.
I had same problem while running application with genymotion. I gave the custom path of my sdk in adb settings in configuration of genymotion. And it worked for me.
Also same problem occurs if there is duplication of sdk paths.So you should also check your environment variables for that.

VirtualBox : Failed to open a session for the virtual machine (for Genymotion)

I have been trying to solve this problem the last two days without success.
I installed Genymotion and VirtualBox, when I try to run a virtual android device (anyone) on Genymotion I get this message:
when I run the virtual box and try to start the virtual machine from it, I get this error:
I looked around here but I couldn't find a similar problem.
Any suggestions?
If you think it is a registry entry, you might want to check and delete the following entry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"C:\Program Files\Oracle\VirtualBox\VirtualBox.exe"="DISABLEUSERCALLBACKEXCEPTION"
From https://community.oracle.com/thread/3639877

Genymotion error after windows 10 upgrade

Genymotion is giving me this error after the Windows 10 upgrade:
Unable to load virtual box engine
How to fix this?
I solved this issue. It's working fine now.
I'm using:
+ Window 10
+ VirtualBox-5.0.2-102096-Win
+ Genymotion-2.5.3
Step 1: We should set Run as this program as an administrator & Compatibility mode Window 7 for those file.
C:\Program Files\Oracle\VirtualBox
+ VBoxHeadless.exe
+ VBoxManage.exe
+ VirtualBox.exe
C:\Program Files\Genymobile\Genymotion
+ genymotion.exe
Step 2: My Computer -> Manage-> Device Manager-> Network adapters
Remove all items with name: VirtualBox Host-Only Ethenet Adapter #...
Step 3: Open Virtual Box and go to File -> Preferences -> Network -> Host Only Networks
Remove all and create new host with information:
Adapter Tab:
IPv4 Address: 192.168.1.201
IPv4 Network Mask: 255.255.255.0
DHCP Server Tab:
Server Address: 192.168.1.100
Server Mask: 255.255.255.0
Lower Address Bound: 192.168.1.101
Upper Address Bound: 192.168.1.199
Step 4: Run Genymotion again. It's will work.
=====> You can see here
I used to have the same issue. I've download VirtualBox 5 an reinstall it (or repair) over the old install. Reboot and that's it.
Worked for me:
-Changed Network on VB to HOST ONLY
-Changed on Win 10 network configuration to obtain dynamic IP
1.Remember machine images' paths/locations in VirtualBox. Bakup them.
2.Go to
[enter link description here][1]http://www.tenforums.com/tutorials/2087-hyper-v-virtualization-setup-use-windows-10-a.html
Only part two.Follow those instructions.
3.remove machines from VirtualBox(but dont check 'delete files'). Remove adapters from 'network adapters' in device manager. Thier name starts with 'Virtual...'.
Close VirtualBox.
start genymotion.
Will work.
After Windows Anniversary update Genymotion stopped working,
It always raised an error dialog saying (not exact but something like this) "Failed to start the virtual machine, Please start Virtual box to see the error details".
I had tried many solutions some of them were saying open Virtual box and make some changes to it, but my issue was Virtual box itself was not starting up explicitly,
I had observed that process starts up and gets killed after few seconds, Then I realized, the problem is actual with a virtual machine.
And when I was looking for it I came across this thread which says there is Bug in the virtual box, just download and install the latest setup file for a Virtual box. Thereafter at least you will be able to start the virtual machine,
After this, if you face some issue you can follow aLoi Ho answer above

Error in configuring virtual box to ADB

I have setup virtual box for android emulator. Everything was fine till now, but when I am trying to connect to add to virtual box it is throwing me the message:
unable to connect to 10.0.2.15/24:5555
I have Win 7 machine
Please help me to resolve this.
I am answering the question so that any one can use it if they similar error
Removed the virtual device and installed the again. This time I changed the network adaptor from NAT to Bridge Adapter in settings.
Pressed Alt+F1 and typed netcfg, Noted down the IP and got successfully connected from command prompt using adb connect to IP.

Categories

Resources