Typo
This commit is contained in:
parent
b36847817d
commit
6a0f135247
|
@ -49,7 +49,7 @@ function enable_proxy_if_needed () {
|
||||||
adb root
|
adb root
|
||||||
|
|
||||||
echo "Set up the Proxy"
|
echo "Set up the Proxy"
|
||||||
adb shell "content update --uri content://telephony/carriers --bind proxy:s:"0.0.0.0" --bind port:s:"$0000" --where "mcc=310" --where "mnc=260""
|
adb shell "content update --uri content://telephony/carriers --bind proxy:s:"0.0.0.0" --bind port:s:"0000" --where "mcc=310" --where "mnc=260""
|
||||||
sleep 5
|
sleep 5
|
||||||
adb shell "content update --uri content://telephony/carriers --bind proxy:s:"${p[0]}" --bind port:s:"${p[1]}" --where "mcc=310" --where "mnc=260""
|
adb shell "content update --uri content://telephony/carriers --bind proxy:s:"${p[0]}" --bind port:s:"${p[1]}" --where "mcc=310" --where "mnc=260""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue