magisk-autoboot
magisk-autoboot copied to clipboard
OnePlus 8 Pro (Android 13)
On my OnePlus 8 Pro running Android 13, the module didn't do anything once it was installed.
To get autoboot to work, I had to edit scripts/files/init.autoboot.rc to this:
on property:ro.bootmode=charger
setprop sys.powerctl "reboot"
(Found here: https://github.com/hasanbulat/android-autoboot/blob/master/autoboot.op8t12.rc)
What would be the best way to provide this as an option to others?