Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy Issues for ADB shell #787

Open
HackettZhang opened this issue Nov 19, 2024 · 0 comments
Open

Proxy Issues for ADB shell #787

HackettZhang opened this issue Nov 19, 2024 · 0 comments

Comments

@HackettZhang
Copy link

HackettZhang commented Nov 19, 2024

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.

@HackettZhang HackettZhang changed the title Hey, Guys Proxy Issues for ADB shell Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant