-
Notifications
You must be signed in to change notification settings - Fork 1
Astro troubleshooting
Dom Rodriguez edited this page Aug 5, 2023
·
2 revisions
To disable Zygisk, connect the device to your computer, and while it's stuck booting:
$ adb shell
Astro:/ $ su
Astro:/ # magisk --sqlite 'select * from settings'
key=su_biometric|value=0
key=zygisk|value=1
key=denylist|value=0
Astro:/ # magisk --sqlite "update settings set value=0 WHERE key='zygisk'"
Astro:/ # exit
Astro:/ $ exit
$ adb reboot