# ZenFoneSystemImageCreator **Repository Path**: android_ios_test/ZenFoneSystemImageCreator ## Basic Information - **Project Name**: ZenFoneSystemImageCreator - **Description**: Create system.img for ZenFone - **Primary Language**: Shell - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-01 - **Last Updated**: 2021-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ZenFoneSystemImageCreator ========================= Create system.img for ZenFone ### How to use 1. run `scripts/build_make_ext4fs.sh` - Fetch required source tree from AOSP to `src` directory - Build `make_ext4fs` binary for packing `system.img` - `make_ext4fs` will be in `work` directory 2. run `scripts/build.sh` - Fetch ROM file of ZenFone 5 (1.17.40.16, WW version) to `work` directory - Extract ROM file and get system directory - Inject root package - Put whatever your want in `work/system` when pausing - Pack `system.img` from `work/system` ### Download * 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