终于解决了DELL Streak 7里Honeycomb 3.2系统root

来源:互联网 发布:苍之骑士团角色数据 编辑:程序博客网 时间:2024/05/21 17:02
参考google,结合实际

1、需要下载3个文件:

Fastboot+ADB.zip                    fastboot程序及streak 7需要的驱动,下载地址:http://d-h.st/iqA

Superuser(20720).zip             root工具包,下载地址:http://b.ilovefq.info/IFUx9Cdz5CatQ2LvoDc0RHa

S7-6.0.1.2.img                         ROM管理器,版本Clockwork Mod 6.0.1.2 ,下载地址 http://d-h.st/fEz


2、DELL Streak 7系统里需要设置2地方
* 允许安装非电子市场提供的程序;
* 启用USB调试

3、解压Fastboot+ADB.zip 到windows系统下的任意目录;
4、解压DELL Streak 7系统里自带/sdcard/Drivers.zip ,有Drivers目录覆盖到windows系统下刚才Fastboot+ADB.zip解压的位置,覆盖里面的Drivers目录。

5、运行解压/sdcard/Drivers.zip后的Setup.msi,接上数据线就会自动安装一些模式下的驱动了。

6、Streak 7启动Fastboot模式: 按住“音量-”和“电源”
Fastboot模式启动后,会看到一些红色文字的说明

7、Streak 7用数据线连接电脑,此时系统会提示并自动安装Android ADB 驱动
8、进入解压Fastboot+ADB.zip所在目录,在命令行下输入:
fastboot -i 0x413C flash recovery S7-6.0.1.2.img
其中S7-6.0.1.2.img为 Clockwork Mod 6.0.1.2

9、Fastboot模式下重启设备,命令:
fastboot -i 0x413C reboot

现在只是安装好了Clockwork Mod,root的命令包还没有安装。


10、把superroot工具包Superuser(20720).zip,复制到Streak 7自带空间任意位置即可。

11、Streak 7启动 Recovery模式
a 关机
b 按住“音量+”和“电源”

进去就是之前新装的Clockwork Mod程序界面了,显示如下(图是网上复制的,所以显示版本有点不同,^_^)



选择第二项:install zip from sdcard,。然后可以选择superroot工具包Superuser(20720).zip所在的位置,更新,重启设备。


开机进入程序列表,看到多一个 superuser程序的话,就是成功root了。



附参考链接

http://forum.xda-developers.com/showthread.php?t=1411193&highlight=update+zip
Obviously this guide owes a huge bunch of thanks to "TheManii", "Giveen" and other folks who can't be named on this forum. I have tested this on both a Streak 7 WiFi and a Streak 7 4G. In both cases they hadthe Stock Honeycomb already on them. So if you are coming from some other version of Android you may wish to reconsider1) Download the Fastboot+ADB.zip file for Clockwork Mod 5.0.2.7 from the XDA Developers thread (http://forum.xda-developers.com/showthread.php?t=1334487)2) Download the Clockwork mod 5.0.2.7 file from the XDA Developers thread (http://forum.xda-developers.com/showthread.php?t=1334487)3) Go into Settings->Applications and turn on "Run Applications from Unknown Sources"4) Go to Development Settings and select "USB Debugging"5) Unpack the Fastboot+ADB file into a directory on your computer where you can find it again6) Attach the Streak to your PC, and copy the "Drivers.zip" file from the root directory of the Streak (/sdcard) to the same directory where you unpacked the Fastboot file7) Turn off your Streak after you have copied this file, and disconnect it from the PC8) Unpack the drivers.zip file and find the "Setup.MSI" file. Execute this file to install the drivers you will need9) Put your Streak into Fastboot mode - i.e. turn it off, then turn it on by pressing the Power button while holding the Vol DOWN (-) at the same time. This can take up to 20 seconds10) You will get some red text followed by a white line saying something about Fastboot USB downloading is active11) Connect the streak to the PC now, and it should install an Android ADB driver. Depending on what you have already setup you may get some drivers installed successfully, and some not. In general if you'vebeen following this guide, you'll be ok12) Open a command line for the folder where you have fastboot and your recovery image (ClockWorkMod) - in windows navigate to the folder, and hold the shift key while right clicking13) On the command line type the following:fastboot -i 0x413C flash recovery recovery.img (where recovery.img is the ClockworkMod or other recovery file)14) On the command line type the following:fastboot -i 0x413C reboot15) Your device should now reboot16) To get it to reboot into CWM, turn the Streak off, and then turn it on again while holding the Power Button and Volume UP (+) at the same time. This may take up to 30 secondsFrom here you would follow the normal CWM options to install just the root files (Superuser7 for one example) or install a custom ROM.