Created by Shakalaca Original Post : http://23pin.logdown.com/posts/244949-zenfone-aosp-rom
DWYOR (Do it With Your Own Risks) 
Changelog
2014-11-29 First alpha release
http://goo.gl/XJB9x1 (ASUS webstorage)
http://goo.gl/ODBFVF (MEGA)
http://goo.gl/BpqzBt (MediaFire)
 http://goo.gl/XJB9x1 (ASUS webstorage)
http://goo.gl/ODBFVF (MEGA)
http://goo.gl/BpqzBt (MediaFire)
- can boot, woot ! ;-)
 - only tested on ZenFone 5 (T00F), (T00G)
 
How to use
Simple version
 - make sure youre phone is in 4.4.x KitKat stock ROM
 - not necessary, but you can unlock bootloader with the toolkit if you want to replace boot.img
 - Download ADB Fastboot Tools HERE
 - Download File above and place it to ADB Folder
 - Go to Droidboot Mode by Pressing Volume up + Power
 - Connect Zenfone to PC / Laptop
 - At ADB Folder Press Shift + Right Click and Open Command Window Here, and Type:
 fastboot flash boot boot.imgfastboot flash system system.img- factory reset (in bootloader or in recovery)
 
Bug :
- Not Include Gapps
 - GPS: Gps will crash
 - SD Card
 - Video: Codec did not load successfully
 
Long version
 - not finished yet
 
How to build one ?
- RTFM here : http://s.android.com/source/building.html
 git clone https://github.com/shakalaca/android_device_asus_a500cgand place the folder indevice/asus/a500cgsource build/envsetup.sh && lunch aosp_a500cg-userdebug && make -j4- for system.img: out/target/product/a500cg/system.img
 - for kernel: out/target/product/a500cg/kernel
 - for ramdisk.img: out/target/product/a500cg/ramdisk.img
 - for creating bootable boot.img: 
out/host/linux-x86/bin/pack_intel device/asus/a500cg/blobs/boot-ww-2.20.40.13.img kernel ramdisk.img new_boot.img 
Screenshots:
T00F:     
T00G









No comments:
Post a Comment