User Tools

Site Tools


android:fastboot

This is an old revision of the document!


使用fastboot刷image

长时间没有使用fastboot刷过image了,都快忘记了,把使用方法贴在这里吧:

#!/bin/sh
echo "Download the boot.img,system.img,userdata.img"

echo "fastboot flash boot boot.img..." 
fastboot flash boot boot.img;echo "fastboot flash system system.img..." ;fastboot flash system system.img;echo "fastboot flash userdata userdata.img...";fastboot flash userdata userdata.img;echo "Finished!";

/var/www/dokuwiki/wiki/data/attic/android/fastboot.1283840367.txt.gz · Last modified: 2016/05/05 13:06 (external edit)