Create system.img for ASUS TF303CL and add root package
- run
scripts/build_make_ext4fs.sh
- Fetch required source tree from AOSP to
srcdirectory - Build
make_ext4fsbinary for packingsystem.img make_ext4fswill be inbindirectory
- run
scripts/build_applypatch.sh
- Fetch required source tree from AOSP to
srcdirectory - Build
applypatchbinary for applying delta OTA updates applypatchwill be inbindirectory
- run
scripts/build.sh
- Fetch ROM file of TF303CL (11.4.1.34, WW version) to
workdirectory - Extract ROM file and get system directory
- Inject root package
- Put whatever your want in
work/systemwhen pausing - Pack
system.imgfromwork/system
- Enter fastboot mode by issuing 'adb reboot bootloader' command or power-on with 'power key + volume up'
- Use 'fastboot flash system system.img' to download image to your phone
- Reboot to recovery and wipe data if needed