Android5.0 ROM,AndroidL ROM编译步骤及刷机步骤

前提:编译环境已经完成

Android5.0编译步骤如下:

1、source build/envsetup.sh
2、lunch byt_t_crv2_a05-eng (可以是对应产品序号)
3、make bootimage -j24
4、make flashfiles -j24

最后生成的zip放在:
pub/BYT_T_CRV2_A05/flash_files

烧录方法:
1:请使用phoneflashtool (5.1.0)
2:烧录时,请先烧录byt_t_crv2_a05-blankphone.zip,选择flash-EraseFactory.xml
   再烧录byt_t_crv2_a05-eng-fastboot-eng.sam.zip,选择flash.xml
3:烧录完成后,机器会直接重启进入系统(p)


ps:命令行刷机步骤:

1、adb reboot bootloader进入刷机模式
2、fast boot -w flash system system.img,等待刷机完成(5-6分钟)
3、fastboot continue,重启
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章