mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-18 12:27:25 +02: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
|
||||
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
|
||||
# permissions of apps on an Android device.
|
||||
adb "$@" shell pm reset-permissions
|
||||
sleep 5
|
||||
adb "$@" reboot
|
||||
set +x
|
||||
|
Loading…
x
Reference in New Issue
Block a user