gpt4 book ai didi

android - 在不重启安卓设备的情况下移除全局 http_proxy

转载 作者:行者123 更新时间:2023-12-03 23:35:58 24 4
gpt4 key购买 nike

我使用 following code通过命令行工具 adb 设置 Android HTTP 代理。

adb shell settings put global http_proxy <ip>:<port>

但是,当我想撤消代理设置时,以下代码不会删除代理。尽管它清除了那些系统属性,但 Android 设备仍然尝试连接 <ip>:<port>

adb shell settings delete global http_proxy
adb shell settings delete global global_http_proxy_host
adb shell settings delete global global_http_proxy_port

我必须重新启动 Android 设备才能删除代理。有没有办法在不重启设备的情况下清理代理?

Android 版本为 7.0。

重现此问题:

# Set up a proxy
adb shell settings put global http_proxy <ip>:<port>

# Remove them
adb shell settings delete global http_proxy
adb shell settings delete global global_http_proxy_host
adb shell settings delete global global_http_proxy_port

# Then open a browser, it will still connect to the proxy ip and port

最佳答案

做:

~$ adb shell settings put global http_proxy :0

关于android - 在不重启安卓设备的情况下移除全局 http_proxy,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56830858/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com