Skip to content

mauronofrio/android_device_asus_I01WD_TWRP

Repository files navigation

Device Tree Asus ZenFone 6 (ASUS_I01WD)

The Asus ZenFone 6 (codenamed "ASUS_I01WD") is a smartphone from Asus. It was released in May 2019.

Compile

First download omni-9.0 tree:

repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-9.0

Then add these string to .repo/manifests/remove.xml

Then add these projects to .repo/local_manifests/roomservice.xml (If you don't have it, you can add them to .repo/manifest.xml):

<project name="mauronofrio/android_device_asus_I01WD_TWRP" path="device/asus/ASUS_I01WD" remote="github" revision="android-9.0" />

Now you can sync your source:

repo sync

To auotomatic make the twrp installer, you need to import this commit in the build/make path: https://gerrit.omnirom.org/#/c/android_build/+/33182/

Finally execute these:

. build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
export LC_ALL=C
lunch omni_ASUS_I01WD-eng 
mka adbd recoveryimage 

To test it:

fastboot boot out/target/product/ASUS_I01WD/recovery.img

Kernel Source: https://github.com/LineageOS/android_kernel_asus_sm8150

About

TWRP Source for Asus ZenFone 6 I01WD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published