Problem description
Genymotion devices try to connect to google.com at boot to verify the Internet connection.
Due to restrictions in China, the test fails.
The device thinks that Internet is not connected.
Manual fix
To solve this problem, you need to manually change the setting.
Open a shell from the device UI (see documentation).
Enter the following commands:
settings put global captive_portal_http_url https://www.google.cn/generate_204
settings put global captive_portal_https_url https://www.google.cn/generate_204
settings put global ntp_server 1.hk.pool.ntp.org
Reboot the device. Wifi/Internet should now be reported as connected.
Feedback
Was the article helpful?
4 out of 5 found the article helpful.
Need more help?
Request Technical Support
Related articles
- The camera does not work after a reboot (Mac)
- The Wifi is disabled (no network) when I boot the device
- I get the error "Network error - can't connect" when I launch Genymotion Desktop
- Can I use VirtualBox 7.2 or 7.1 with Genymotion Desktop?
- The Virtual Device display doesn't show in web browser with Genymotion Device image (PaaS).