remote-android/redroid-doc

Proxy Issues for ADB shell

HackettZhang opened this issue · 0 comments

Problem Description:
I am trying to configure the proxy on my Android instance using the following adb command:

bash
adb shell settings put global http_proxy xx.xxx.xxx.xx:xxxx
After setting the proxy, I verify it by checking the configuration with:

bash
adb shell settings get global http_proxy
This returns the correct IP and port as expected.

However, after setting the proxy, the network connectivity seems to be unstable or poor. Despite the proxy configuration being correctly set, I am unable to access the internet reliably, and the network seems to be significantly slower or not working properly.

Observations:
The proxy settings appear to be correctly configured and retrievable using the adb shell settings get global http_proxy command.
The network performance is impacted after applying the proxy settings, with poor connectivity or complete failure to access the network.