精华 | |
金钱 | BA |
威望 | 点 |
贡献值 | 点 |
爱心 | 点 |
经验 | 点 |
注册时间 | 2010-10-17 |
最后登录 | 1970-1-1 |
在线时间 | 小时 |
| |
| |
| |
|
立即注册,加入爱黑武论坛的大家庭!爱黑武,爱上搞机生活!
您需要 登录 才可以下载或查看,没有账号?注册
x
近日入的droid maxx, 然后从尘封那解的锁(尘封速度杠杠杠)可以在4.4和4.22之间来回穿梭了。。。(根据@永心无亦 的帖子http://bbs.ihei5.com/thread-310821-1-1.html删除了那三行)
现在Fastboot界面下 bootloader版本是30.B2,刷过4.4又没修改过xml文件的应该也是这个。
今天异想天开想试试既然解锁了能不能把这个bl版本给降降,就把删除的其中两行-关于bl的给补回去,单独刷下。
于是,修改xml为:
<?xml version="1.0"?>
<flashing>
<header>
<phone_model model="PRO_CFC_VZW" />
<software_version version="obake-maxx_verizon-user 4.2.2 SU1-15 3 release-keysMSM8960BP_2323.024.95.00R" />
<interfaces>
<interface name="AP" />
</interfaces>
</header>
<steps interface="AP">
<step operation="oem" var="fb_mode_set" />
<step operation="flash" MD5="E032A4F7B5570725DC84E18980E1D5CB" filename="gpt.bin" partition="partition"/>
<step operation="flash" MD5="6F56591C95C2498B9B73AEB33383B2B4" filename="motoboot.img" partition="motoboot"/>
<step operation="oem" var="fb_mode_clear" />
</steps>
</flashing>
打开RSD开刷,果断在 "flash" "gpt.bin这步就failure。算叼逑,看来想多了...
reboot的吧,接着就又回到AP fastboot界面了,擦,不急。
继续修改xml:
<?xml version="1.0"?>
<flashing>
<header>
<phone_model model="PRO_CFC_VZW" />
<software_version version="obake-maxx_verizon-user 4.2.2 SU1-15 3 release-keysMSM8960BP_2323.024.95.00R" />
<interfaces>
<interface name="AP" />
</interfaces>
</header>
<steps interface="AP">
<step operation="oem" var="fb_mode_set" />
<step operation="flash" partition="logo" filename="logo.bin" MD5="8AD54CC4A69CBA3D58CAA320BB6C8E5B" />
<step operation="oem" var="fb_mode_clear" />
</steps>
</flashing> RSD开刷,成功,自动reboot,又好了。
顺便问问各位,新刀是不是在刷system.img的时候会清空内置存储?如果不是system.img那是哪个呢?
|
|