打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
[ROOT][GUIDE] HBoot 2.02/2.10 SOFF - There Wi...
[ROOT][GUIDE] HBoot 2.02/2.10 SOFF - There Will Be Root - Upd. 01.11.11
 
   以下内容转载自国内最大的CDMA手机玩家论坛www.diypda.com。 本帖最后由 小玉鼠 于 2011-1-11 15:22 编辑

[ROOT][GUIDE] HBoot 2.02/2.10 SOFF - There Will Be Root - Upd. 01.11.11
转自xda-developers论坛,附最新hboot_2.xx_soff-V8.7.zip。

hboot_2.xx_soff-V8.7.zip.txt (66 Bytes)
2011年1月8日更新hboot_2.xx_soff-V8.8
hboot_2.xx_soff-V8.8.txt (66 Bytes)

2011年1月11日更新hboot_2.xx_soff-V8.9
hboot_2.xx_soff-V8.9.txt (66 Bytes)

前天刚刚拿到一台新机,开机发现HBoot 2.02.0000,版本我忘了,好像是最新的,翻来覆去找教程没找到(有些教程不详细也不放心),最后还是在xda-developers找到了,成功root、S-off、recovery。写号这里就不说了。主要是更新一下T大发布的那个“EVO 4G(A9292)真正傻瓜化操作,自动化ROOT并Recovery图文式刷机教程”教程。

声明:这个是我转过来的,不排除某些闲的X疼的人会说,你这个太麻烦,用XXXX更好,我花1个小时写这个帖子,再花2个小时翻墙下哪个工具,再再花2个小时上传到Ray,是为了大家,不是为了你个人。谢谢,请留德!


我这里只做操作的简单翻译,英文水平有限,请见谅,请先下载hboot_2.xx_soff-V8.7.zip,请保证电量在70%以上,操作指令请点击复制代码后,把代码复制到一个空白记事本上,再向指令行内拷贝,因为论坛版式的原因,有些指令很长,但是看起来给分成两行了,切记切记。

1) Connect your phone to the computer (Rear USB Port Perferred) make sure the computer detects the phone (DO NOT MOUNT USB) If it doesnt install the drivers. Now master Reset your Phone (Menu>settings>Sd & Phone Storage>Factory Data Reset). Your phone will reboot. While your phone is rebooting it ctrl+alt+delete on your computer and open up task manager and click the processes tab look for anything that says adb.exe click it and hit end process.

2) Your phone should be booted and in the rom. You can skip the setup. On your phone enable install applications from unknown sources.(menu>settings>applications>unknown sources) and turn on usb debugging.

上面两段没啥可说的,电脑上安装HTC SYNC,手机上打开"调试模式"以及"未知源安装",然后连接电脑,选择仅充电,保证你存储卡至少有1G的空间。

3) Open a command prompt and change to where ever you extracted the files to.
打开电脑上的指令行,进入hboot_2.xx_soff-V8.7解压缩文件

4)Type the following (this must be excuted from the folder you extracted to)
键入以下:

  1. adb push root/unrevoked-forever.zip /sdcard/
  2. adb push root/mtd-eng.img /sdcard/
  3. adb push pc36img/PC36IMG-ENG.zip /sdcard/PC36IMG.zip
  4. adb push pc36img/PC36IMG-MR.zip /sdcard/PC36IMG-MR.zip
  5. adb push root/flash_image /data/local/
复制代码

这步骤其实就是把hboot_2.xx_soff-V8.7文件的root内容拷贝到你手机的存储卡上,有些需要等待较长的时间,请耐心等待。

5) Now were gonna install z4root. When its done look at your phone z4root should be running. Select temporary root... It will go thru the process will eventually come to a white screen *Wait* after a sec or so screen will come up saying temp root was a success. Ok so now type the following

现在我们要安装z4root,当看到z4root运行后,选择"temporary root",等待几秒钟后出现显示成功(success)字样之后在继续后面步骤。
  1. adb -d install -r root/z4root.apk
  2. adb shell am start -a android.intent.action.MAIN -n com.z4mod.z4root/com.z4mod.z4root.z4root
复制代码


6) Your command should still be open and you should be in the directory where you extracted the files. Once you have typed "su" command below look at your phone and click allow for SuperUser...Ok so now type the following from the command prompt。

这时候打开你手机的菜单,你应该看见有SuperUser的图标,运行手机上的SuperUser,然后在电脑的指令行中继续输入"su",(如果你的指令行退出了adb模式,可以输入adb shell,然后输入su,如果还在$下,请直接输入"su"),这时手机上会提示unknow.... "Allow"的字样,请点击“Allow",千万别点错了,顺利的话,你的指令行应该显示#,恭喜你,你暂时获得了root权限。

6A) REQUIRED RSA BACKUP This will back up your RSA keys just in case something goes wrong in that department. You should still be in your command window inside the shell with a #. (The following came from this thread)

这一步呢,其实是个选择,让你备份RAS密钥,我也不知道RAS密钥是干啥的(可能和4G有关系),他建议备份那就备份吧,前提是你必须实在root权限下,就是第6部出现"#"后输入以下指令:
  1. mkdir sdcard/nandroid/RSA-PR-BACKUP
  2. cat /dev/mtd/mtd0 > /sdcard/nandroid/RSA-PR-BACKUP/wimax.img
  3. busybox sed -n '/BEGIN CERTIFICATE/,$p' /dev/mtd/mtd0 > /sdcard/rsa_OEM.key
复制代码


好了,程序运行完毕后,在你的存储卡上的nandroid/RSA-PR-BACKUP目录内有个wimax.img以及根目录的rsa_OEM.key,自己留存吧,等咱们有了Wimax 4G信号,用得着EVO的时候再说吧,哈哈,咱们继续。

7) You Should still be at a "#". This means you have root if you see a "$" or some other error message. Reboot your phone, check your drivers, usb debugging and cable and start over. If you got a "#" You can Proceed. You should still be in the shell at a "#" If not start over...Otherwise

您应该仍然是在一个“#“,这意味着你已经root,如果你看到一个“$“或其他一些错误信息。重新启动您的手机,检查您的驱动程序,USB调试和电缆,并重新开始以上步骤。如果你有一个“#“就可以继续。如果一直没有........

  1. chmod 0755 /data/local/flash_image
  2. ./data/local/flash_image misc /sdcard/mtd-eng.img
  3. sync
复制代码


8) Now we are going to reboot your phone into the boot loader to flash the first PC36IMG.zip. You should still be in the shell So Type:
好了,我们再次输入指令重新启动手机进入boot loader,刷PC36IMG.zip。(我这里这么翻译防止某些人看到前面的话,直接拔电池了.......)
  1. reboot bootloader
复制代码
 
 
9) Once your phone is in the boot loader highlight bootloader, and press the power button. It will load the PC36IMG File...When it ask you to flash press VOL-UP. You will notice that it says bootloader bypassed and maybe some other errors. Dont worry this is normal. Once the flash of the file is done it will ask to reboot, Select NO by Pressing VOL-DOWN. Now some people have gotten some errors here and there during the flashing just continue as normal.

你的手机进入boot loader模式下,按一下电源键,他会自动读取PC36IMG文件,当问你是否刷新时,请按“音量+“。他可能提示有些程序是错误的,不要担心,这是正常的(我自己刷的时候看到有几个模块没有升级,最后显示fail update,我心里咯噔一下...后来发现..没事)。刷新完毕后,他会要求你重新启动手机,此时我们不要重新启动,按"音量-"。

10) You should still be in the boot loader at this point. Scroll down to recovery and press the power button. It Should take you to a red triangle. If not and you get stuck at a white htc screen pull the battery and then repower the phone with power + vol down and select recovery. When you see the red triangle. Type the following (IF YOU GET STUCK HERE CHECK THE FAQ):

你现在应该还在boot loader模式下,选择recovery,按电源键,他应该进入到一个红色的三角画面。如果没有,你会进入到一个白色的HTC界面,并且卡在哪里,此时请拔下电池,按住"音量-"+开机键开机,然后再次选择recovery,直到你看到红色的三角画面。如果还不行,请看常见问题(他的常见问题太多了,我就不贴出来了,楼顶有地址,大家可以自己去看,一般不会出现这么衰的.....)
看到红色三角画面,请在指令行中输入一下:
  1. adb push recovery /
  2. adb shell busybox --install /sbin
  3. adb shell nohup /sbin/recovery &
复制代码


With any luck you should be at a recovery (green screen with text)
幸运的话,你应该进入了recovery模式。(绿色文字)

11) Select enable USB-MS. This will mount your sdcard. Look in the root of your sdcard and you should have two files. One named PC36IMG.zip and one named PC36IMG-MR.zip. Rename the file named PC36IMG.zip to PC36IMG-ENG.zip and then rename PC36IMG-MR.zip to PC36IMG.zip when your done follow the instructions on your phone to disable usb (press power) then proceed to step 12

选择启动USB-MS选项,启动U盘模式,你会看到存储卡上有两个文件,一个名字是PC36IMG.zip,另一个名字是PC36IMG-MR.zip。好了,我们现在把PC36IMG.zip改名为PC36IMG-ENG.zip,然后把PC36IMG-MR.zip,改名为PC36IMG.zip。完成之后,按手机电源键断开USB模式,看第12步。(看好了,千万别改错名字)

12) Now Select flash zip from the menu and choose unrevoked-forever.zip. Wait for it to complete. Select Reboot from the menu.

现在我们在recovery 模式下,选择 flash zip哪个菜单,找到unrevoked-forever.zip,并刷机,刷机完毕后选择Reboot system now,重新启动你的手机。(S-OFF)

Now pay attention. It might kick you back into:
BOOT LOADER: See 12A
ROM: See 12B
WHITE HTC SCREEN: See 12C

现在注意了,他可能会踢回你到一下情况(这人总是喜欢说kick):
BOOT LOADER模式:看12A
进入系统:看12B
卡死在白色HTC界面:看12C


12A) Ok so you got kicked to the boot loader. It should scan your card and find the PC36IMG.zip chose yes to flash this file and when it ask you to reboot....reboot by pressing vol-up....Proceed to step 13
好,你被踢回了boot loader模式,他应该自动找到PC36IMG.zip 并询问你是否刷机,请按"音量+"确认。刷完之后让你重新启动,选择“音量+"重新启动,然后看第13步。

12B) Ok so the phone booted into a rom. Power the phone off. Then repower the phone on pressing power and vol-down at the same time. It should take you into the bootloader and scan your card and find the PC36IMG.zip chose yes to flash this file and when it ask you to reboot....reboot by pressing vol-up....Proceed to step 13

好了,你的手机启动进入系统了,现在关机,然后按住"音量-"+电源键启动手机,他应该进入bootloader 模式,他应该自动找到PC36IMG.zip 并询问你是否刷机,请按"音量+"确认。刷完之后让你重新启动,选择“音量+"重新启动,然后看第13步。

12C) Ok so the phone is stuck at a white htc screen. Power the phone off by pulling the battery. Then repower the phone on pressing power and vol-down at the same time. It should take you into the bootloader and scan your card and find the PC36IMG.zip chose yes to flash this file and when it ask you to reboot....reboot by pressing vol-up....Proceed to step 13

好,你的手机卡死在白色的HTC界面,直接拔电池关机,然后按住"音量-"+电源键启动手机,他应该进入bootloader 模式,他应该自动找到PC36IMG.zip 并询问你是否刷机,请按"音量+"确认。刷完之后让你重新启动,选择“音量+"重新启动,然后看第13步。


以上步骤折腾来折腾去就是让你在多种情况下进入bootloader模式刷,前面改名字的哪个ROM。


13) Ok your phone is rooted now, and you should be inside the rom. The rom you just flashed is Sprint Lovers rom with the modified recovery. Download a rom of your choice copy it to the root of your sd card and flash it. But type the following first

好的,你的手机现在已经完全root了,并且进入系统,你刚才刷过的ROM是Sprint 爱好者修改过的recovery ROM。现在你可以下载你想要的ROM拷贝到你的存储卡上进入recovery模式刷机了,但是在做之前首先要进行下一步...

好了,别看他的下一步了,就是让你把卡上的PC36IMG.zip改个名字(两个都删除就行了,用不着了),防止进入boot loader再刷。既然已经进入系统了,还用啥指令行,直接改成U盘模式,把你想要刷的ROM拷贝到里面,然后瑞姆的哪个免清Radio也拷贝到里面,还有他前面带的recovery 我看都没看是啥版本,我直接把最新的recovery-RA-supersonic-v2.2.1.img拷贝到卡上了。

断开U盘模式,再次连接手机,选择仅充电,继续用刚才的adb指令行。
  1. adb shell
  2. su
  3. flash_image recovery /sdcard/recovery-RA-supersonic-v2.2.1.img
  4. reboot recovery
复制代码

现在你进入了最新的recovery模式,直接选择turn off,关机,然后按住"音量-"+电源键启动手机进去boot loader,为啥?刷瑞姆的免清Radio,是个PC36IMG.zip文件,我没实验过用recovery的来刷这个Radio,不知道啥情况,安全第一,呵呵。刷完后不要重新启动,直接选择"音量-",再选recovery进入recovery模式,wipe一下该wipe的,再刷你想要的ROM。刷完后重新启动,进入系统,开始写号,教程完毕。累死我了!

原帖地址:http://forum.xda-developers.com/showthread.php?t=829045


在这里recovery-RA-supersonic-v2.2.1.img、瑞姆免清Radio、ROM我都不提供了,满街都是。谢谢!~ 以上内容转载自国内最大的CDMA手机玩家论坛www.diypda.com。
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
(三)HTC Desire Hboot为0.83版的ROOT获取方法及升级2.2过程 | 佐仔志
HTC DHD G10刷MIUI图文刷机教程
HTC G11 ROOT权限获取详细图文教程
T328D 1.55版本 root
[教程]HTC G13 S
HTC Desire S/G12 刷Recovery详细图文教程
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服