Skip to content

Releases: anasfanani/magisk-autoboot

Magisk Autoboot v2.0.0

08 Jun 09:21
Compare
Choose a tag to compare

Magisk-Autoboot-v2.0.0.zip

  • Better error handling at shell script.
  • Check if battery capacity is exists, if exists then check if has minimum 5% battery each 10 second.
  • Max check is 6x / 1 minute, force reboot.
  • If files does not exist, reboot directly.
  • Use all known rc to trigger autoboot.
  • Supported for most new android device.

Test Result:

  • Samsung S8+ / dream2lte / Android 9
  • Redmi Note 11 / spesn / Android 13

Magisk-Autoboot-simple-v2.0.0.zip

  • Only inject all known rc to reboot.
  • For old device ( Android 4 / 5 / 6 / 7 / 8 / 9 )
  • Supported all device.

Test Result:

  • Samsung S8+ / dream2lte / Android 9
  • Redmi Note 11 / spesn / Android 13

Group support & Community

Telegram Discussion

Warning

Reupload / distributing zip files is not permitted if not include this repository / this release.

Download Stats

GitHub Downloads (specific asset, specific tag)
GitHub Downloads (specific asset, specific tag)

Full Changelog: v1.0.1...v2.0.0

Magisk Autoboot v1.0.1

21 Dec 07:24
Compare
Choose a tag to compare

ReadMe

Magisk-Autoboot-v1.0.1.zip

With MIN_CAPACITY at 5%, not recomended, most device would fail boot.

Magisk-Autoboot-Simple-v1.0.1.zip

Only inject init.rc, recomended for most android.

If the module not work, restore previously boot.img then change the .rc script.

Changelog

v1.0.1 Device Architecture Matching Update

  • Removed the magiskboot binary and utilized the system-installed magiskboot for matching device architecture.
  • Added a check for local magiskboot in customize.sh.
  • Replaced ./magiskboot with $magiskboot in customize.sh & scripts/boot_patch.sh for better compatibility.

Full Changelog: v1.0.0...v1.0.1

Magisk Autoboot v1.0.0

15 Dec 14:54
Compare
Choose a tag to compare

Initial Release

  • Imported necessary scripts from /data/adb/magisk to the scripts directory.
  • Modified scripts/boot_patch.sh to enable autoboot.
  • The module can now be flashed through either TWRP or the Magisk App.

Full Changelog: v0.1...v1.0.0