PermanentProxy-for-WearOS icon indicating copy to clipboard operation
PermanentProxy-for-WearOS copied to clipboard

Can't turn if off on Pixel Watch 2

Open on6hz opened this issue 1 year ago • 3 comments
trafficstars

Deleted 0 rows /system/bin/sh: adb: inaccessible or not found

on6hz avatar Feb 25 '24 14:02 on6hz

You should try to execute:

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; adb shell settings delete global global_http_proxy_exclusion_list; adb shell settings delete global global_proxy_pac_url; adb shell reboot

on a PC that has adb installed and that is connected via adb to your watch.

Jolanrensen avatar Feb 25 '24 19:02 Jolanrensen

Yes, I did as readme, that's the commands result output Deleted 0 rows /system/bin/sh: adb: inaccessible or not found

Also the in wear app button Disable proxy toast wrong, try again.

on6hz avatar Feb 26 '24 03:02 on6hz

See XDA for my answers :) better than in two places

Jolanrensen avatar Feb 26 '24 11:02 Jolanrensen