簡單的fastboot命令:
. 8 v$h
1.重啟g1:5 t%s# y9 ~$ ^2 v5 h+ o
5 g* x+ v5 j%~- x1 ]1 y/ z
$ fastboot reboot
2.刷所有分割槽:以下命令會在當前目錄尋找各種所有的image檔案,並且在刷完所有分割槽後重啟手機9 b8 l2 `4 p5x& s
8 w( e! s. j(v) o( k8 l
$ fastboot flashall' q)y5 p* p) @8 |+ j* k7 p
3.刷指定分割槽:
5 |$ e9 r, r! \7 ^5[( s/ q: v
$ fastboot flash * t) j2 q5 @$m+ }( j3 i1 n* h
如:fastboot flash system/備份/system.img
7 b) i6 b; h- b) k;w9 s
4.擦除分割槽:" x1 |! q* g(c& z6 @
$ fastboot erase 8x
r0 # i* l/ t. a+ f) m)}7 ]
3 f- b$ d, r# m/ u:|& u9 y
6.刷自定義開機畫面:(替代預設的白色"t-mobileg1"畫面):2 b: w0x& l6 d( f! [" x/ m3 b' r/ k
$ fasboot flash splash1mysplash.rgb565. ?( o6 d! e8 s5 r(y/ i2 ]2 \
注意開機畫面檔案需要乙個特定格式,參考:custom bootimage. f+ g7 r6 i/ p
. e, n! s( i1r8 l9 s; f
*通常需要完全恢復的操作是:9 i8 ^:n& s) o4 j: h# _4 a. r
; _#n8 p4 k1 s( z" v# y! g
$ fastboot flash boot boot.img9 z, o" a9 x1 f7 _9d
$ fastboot flash system system.img$ d, v* d3 @1u
$ fastboot flash userdata data.img$ z# k4 q( i/ w; m2^; f! o7 \
" t6 t' r$ k# m* }*q) f) n! b
$ fastboot flash recovery recovery.img$ m8 ]$ a: d1u, r+ r8 ^4 w
以下是完整的fastboot命令的使用說明:
' k2 w' m# e! d* j0i1 p4 m& c! w
usage: fastboot [ ]; g) x8 ~! d1v9 i
commands:, h) ?* f" c6 v: w"v
update
reflash device fromupdate.zip; s, e7 h* x7 q# j.v0 a
flashall
"flash boot" + "flashsystem")q
o2 i) w* a8 m- j7 z' ^7s
flash write a file to a flashpartition' r' l- [4 i0 t, x-d6 b" q
erase
erase a flash partition$ ?5 l8 _1 m%s
getvar
display a bootloader variable2 w%v% q$ m" t! }# u
boot
download and boot kernel
flash:raw boot create bootimage andflash it+ `- h2 s" z/ i3 y$l! f
devices
list allconnected devices
reboot
reboot devicenormally
reboot-bootloader
reboot device into bootloader% @$f
|1 j1 }- z% g; z(s
options:
-w eraseuserdata and cache
-s specifydevice serial number
-p specify product name0 i: f* o* z#c+ l- e9 t
-c override kernel commandline
-i specify acustom usb vendor id
fastboot的使用方法
fastboot的使用方法 簡單的fastboot命令 1.重啟g1 fastboot reboot 2.刷所有分割槽 以下命令會在當前目錄尋找各種所有的image檔案,並且在刷完所有分割槽後重啟手機 fastboot flashall 3.刷指定分割槽 fastboot flash 如 fastb...
Fastboot使用詳解
文章出處 1.fastboot簡介 fastboot是android快速公升級的一種方法,fastboot的協議fastboot protocol.txt在原始碼目錄.bootable bootloader legacy下可以找到。fastboot客戶端是作為android系統編譯的一部分,編譯後位...
FASTBOOT刷機的方法
見好多論壇朋友對 fastboot 刷機相當困惑和不解 抑或是相當害怕使用 fastboot刷機.不管是什麼原因 我只需要告訴你 其實用 fastboot 很簡單,也很快捷。下面把我自己總結的一些方法寫出來 希望能給廣大 g友在刷機路上助一臂之力。fastboot for windows 已加入附件...