mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-01 00:19:22 +01:00
adb-permissions.bash: add missing argument, check if DoH3 is supported
This commit is contained in:
parent
1faedee5c6
commit
9437d3fa56
@ -40,7 +40,10 @@ adb "$@" shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CON
|
||||
|
||||
# Shizuku
|
||||
#(adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh &)
|
||||
(adb shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh &)
|
||||
(adb "$@" shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh &)
|
||||
|
||||
# If 1, DoH3 is supported
|
||||
(adb "$@" shell cmd device_config get netd_native doh &)
|
||||
|
||||
# Wait a bit and then reboot the device
|
||||
sleep 5
|
||||
|
Loading…
Reference in New Issue
Block a user