Unity Installer allows 1 zip to work for multiple devices and root solutions. More details in support thread.
- Android Jellybean+
- Selinux enforcing
- All root solutions (requires init.d support if not using magisk or supersu. Try Init.d Injector)
- Fix bug with ramdisk file copying
- Updated to new magisk module template - only compatible with magisk 17 and newer now
- Fix old BOOTMODE bug - rework busybox logic
- Fix bug in install_scripts function with bootmode
- Fix/improve cp_ch functions. Combine cp_ch, cp_ch_nb, and check_bak into cp_ch function - see OP on xda for how it works
- Improve how unity handles ramdisk stuff
- Modify install_script function so it can be used by devs - see OP on xda for details
- Need busybox for ramdisk stuff - note that since busybox is now bundled into unity, you can use it with any of your mods (it replaces sbin in path like magisk does so you can call it like any binary)
- Compress unity tools to save space (cut size in ~half)
- Fix debug in magisk manager
- Misc bug fixes and improvements
- Added debug flag (set debug to true in config.sh or add debug to zipname)
- Added ramdisk patching capability - limited usage, most people won't need this
- Fix propfile removal on system uninstalls
- Update functions with magisk 16.6 stuff
- Use local variables in some unity functions
- Added support for init.d injector late_start and post-fs-data method
- Fixed/overhauled SYSOVERRIDE
- Fixes/improvements with system installs
- Removed ALWAYSRW
- Fixes for file copying
- Add DYNAMICAPP option
- Add SYSOVERRIDE option
- Add ALWAYSRW option
- Rework some of the copy logic
- Don't use dynamic oreo for system kernel modules
- Fix prop file permissions for system installs
- Remove redundant code
- Don't use install binary anymore since it's weird on some devices
- Install apps to priv-app if /vendor/app folder doesn't exist
- Misc improvements
- Fix seg faults on system installs
- Fine tune prop logic
- Update util_functions with magisk 15.4 stuff
- Bootmode fixes
- Initial release
- Module GitHub