首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

写在2011111:烧录app侧编译资料的批处理脚本

2013-08-04 
写在2011111:烧录app侧编译文件的批处理脚本如题,也即是烧录arm11,烧录时保证此时能识别手机的adb端口,将

写在2011111:烧录app侧编译文件的批处理脚本
如题,也即是烧录arm11,烧录时保证此时能识别手机的adb端口,将下面的脚本写入一个fast_boot.bat文件中,要烧录时,双击该批处理文件即可
adb reboot bootloader
fastboot flash boot boot.img
fastboot flash userdata userdata.img
fastboot flash system system.img
fastboot reboot

热点排行