Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 817 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 817 Bytes

ABC rom

Tip and tricks:

Repo init command:

repo init -u https://github.com/ezio84/abc_manifest.git -b r

Sync source (for future syncs, if you have errors, try "repo sync --force-sync")

repo sync

Generate your signature keys and move them into vendor/security folder: https://github.com/ezio84/scripts/tree/r/signed%20build

To build, use the build_rom.sh script in the "scripts" tree or:

. build/envsetup.sh
make clean
brunch "abc_taimen-user" 2>&1 | tee build.log

To flash the first time: flash stock factory img, get the built boot.img from the OUT folder and flash it with fastboot (you need to do this once, to flash the custom recovery), then boot to recovery and adb sideload the build zip you got in the OUT folder. Before rebooting wipe data once.

=====================