Releases: anasfanani/magisk-autoboot
Releases · anasfanani/magisk-autoboot
Magisk Autoboot v2.0.0
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
Warning
Reupload / distributing zip files is not permitted if not include this repository / this release.
Download Stats
Full Changelog: v1.0.1...v2.0.0
Magisk Autoboot v1.0.1
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-installedmagiskboot
for matching device architecture. - Added a check for local
magiskboot
incustomize.sh
. - Replaced
./magiskboot
with$magiskboot
incustomize.sh
&scripts/boot_patch.sh
for better compatibility.
Full Changelog: v1.0.0...v1.0.1
Magisk Autoboot v1.0.0
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