mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-11-24 21:57:23 +01:00
adb-reset-permissions.bash: add adblocking and sleeping
This commit is contained in:
parent
467bacb209
commit
e1ea7d1815
@ -1,7 +1,16 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
# Enable adblocking DNS-over-TLS
|
||||||
|
(adb "$@" shell settings put global private_dns_mode hostname &)
|
||||||
|
(adb "$@" shell settings put global private_dns_specifier noads.joindns4.eu &)
|
||||||
|
(adb "$@" shell cmd device_config put netd_native doh 1 &)
|
||||||
|
|
||||||
|
sleep 5
|
||||||
|
|
||||||
# As the GUI method did nothing for me, this will hopefully reset all
|
# As the GUI method did nothing for me, this will hopefully reset all
|
||||||
# permissions of apps on an Android device.
|
# permissions of apps on an Android device.
|
||||||
adb "$@" shell pm reset-permissions
|
adb "$@" shell pm reset-permissions
|
||||||
|
sleep 5
|
||||||
adb "$@" reboot
|
adb "$@" reboot
|
||||||
set +x
|
set +x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user