magisk-autoboot icon indicating copy to clipboard operation
magisk-autoboot copied to clipboard

OnePlus 8 Pro (Android 13)

Open Swap-File opened this issue 6 months ago • 2 comments

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?

Swap-File avatar Feb 15 '24 16:02 Swap-File