Most important changes:
- Added an helper script (
zip-install.sh
) for the installation of the flashable zip via terminal or via ADB (recovery not needed) - Refactored some code, now most apps can be enabled/disabled directly in the Live setup
- Installed "MinUtil" script on the device (can be used from terminal if rooted or via ADB:
adb shell minutil
) - Added a function to reinstall packages as if they were installed from Play Store in the MinUtil script
- Added a function to remove all accounts of the device in the MinUtil script
- Added a function to rescan storage in the MinUtil script
- Added a function to force GCM reconnection in the MinUtil script
- Added Android Auto stub (disabled by default, probably not working on all devices)
- Vastly improved compatibility with legacy devices
See the full changelog.