Magisk/scripts
osm0sis c85b1c56af signing: fixes for bootimg hdr_v1 and hdr_v2
- increase SignBoot bootimg header version maximum from 4 to 8 (upstream AOSP is already at 3) and make a variable for future ease
- hdr read size of 1024 bytes was too small as hdr_v1 and hdr_v2 have increased the used header page areas to 1632 and 1648 bytes, respectively, so raise this to the minimum page size of 2048 and also make a variable for future ease
- do not return "not signed" for all caught exceptions, show StackTrace for future debugging then still return false for script purposes
- correct "test keys" boot image signing strings (scripts and app) to "verity keys"
2019-11-02 00:27:56 -04:00
..
addon.d.sh scripts: refactor and major addon.d fixes 2019-11-02 00:27:56 -04:00
boot_patch.sh Update vars for 2SI 2019-09-22 06:45:23 -04:00
emulator.sh Allow upgrade Magisk daemon in emulator 2019-10-21 13:58:57 -04:00
flash_script.sh scripts: refactor and major addon.d fixes 2019-11-02 00:27:56 -04:00
magisk_uninstaller.sh Fix uninstaller missing recent changes 2019-05-09 20:28:48 -07:00
module_installer.sh Make on_install happen earlier to allow more customization 2019-03-31 15:37:12 -04:00
update_binary.sh scripts: hide expected x86 busybox error on arm 2019-09-01 02:19:59 +08:00
util_functions.sh signing: fixes for bootimg hdr_v1 and hdr_v2 2019-11-02 00:27:56 -04:00