原文地址: http://bbs.gfan.com/android-920891-1-1.html
本帖最后由 heleneq 于 2011-3-17 15:48 编辑

对于之前大家说的文件下载不了的问题,我现在上传一个我自己用过的所有的文件的打包,直接cmd到这个目录,执行命令即可
root工具下载地址http://u.115.com/file/t2a7876181#
可能说的比较笼统,详细的说一下步骤吧
1、先安装深度卸载工具,自己去下载吧,网上很多
2、下载root工具,地址在上边
3、usb连接电脑,选择仅充电
4、打开命令提示符,cd到root工具目录(解压后的)
5、
  1. adb push su /sdcard/su
  2. adb push Superuser.apk /sdcard/Superuser.apk
  3. adb push rage /data/local/tmp/rage
  4. adb push busybox /data/local/tmp/busybox
  5. adb push root /data/local/tmp/root
  6. adb shell chmod 0755 /data/local/tmp/*
  7. adb push psneuter /data/local/tmp
  8. adb shell chmod 777 /data/local/tmp/psneuter
  9. adb shell /data/local/tmp/psneuter
  10. adb shell
复制代码

如果显示变成了#,说明成功临时root
  1. cd\
  2. adb push gfree /data/local
  3. adb shell
  4. cd /data/local
  5. chmod 777 gfree
  6. ./gfree -f
  7. sync
  8. /data/local/tmp/root
  9. sync
复制代码

7、最后会有个错误提示“mkdir: /system/xbin already exists”,不用管它,重启手机
这个时候你会在程序列表中看到一个大兵模样的图标,我打开的时候什么都没有,不用管它
8、打开深度卸载,提示你root权限,点击允许,你就可以删除你不想要的程序了

至此完成!如有不能这么做的,我也没有办法,呵呵!