Genymotion Desktop
If you live in China, Wifi will probably be disabled when you start your device: Genymotion devices try to connect to google.com
at boot to verify the Internet connection, but due to restrictions in China, this test fails and the device thinks that Internet is not connected.
To solve this problem, you can either use a VPN and connect to a non-Chinese network, or use the following method:
- Open a terminal and run the following ADB commands:
adb shell settings put global captive_portal_http_url https://www.google.cn/generate_204
adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204
adb shell settings put global ntp_server 1.hk.pool.ntp.orgFor more information about ADB usage with Genymotion, please refer to Genymotion Desktop documentation.
- Reboot the device.
Wifi should then be available.
Genymotion SaaS
This should not happen with Genymotion SaaS, since our servers in Asia are located in Singapore.
Genymotion Device Image
This problem occurs if you are using Alibaba Cloud in the Chinese Zone.
For detailed instructions, please refer to this article: I am using Genymotion Device Image on Alibaba, in the Chinese zone, and Wifi/Internet is not connected.