获取Android 设备的根权限:

http://android-dls.com/wiki/index.php?title=Rooting_Android

  1. download busybox by tapping and holding (long pressing) this file and choosing save link to your sd card (using android browser)
  2. remount system as read-write
    •  mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
  3. copy and rename busybox.asc to /system/bin/busybox
    • dd if=/sdcard/download/busybox.asc of=/system/bin/busybox
  4. make it executable
    • chmod 4755 /system/bin/busybox
  5. go there
    • cd /system/bin/
  6. this gives you cp (great for making more symlinks)
    • busybox cp -s busybox cp
  7. start sh (this is busybox sh and has more commands and is easier to use)
    • busybox sh

You will not need to create any more symlinks if you plan on installing any recent JF update as he has done this for you.

P.S. If you have adb running you can paste this in to do all of the previous commands at once (much faster).

mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
dd if=/sdcard/download/busybox.asc of=/system/bin/busybox
chmod 4755 /system/bin/busybox
cd /system/bin/
busybox cp -s busybox cp
busybox sh

更多相关文章

  1. 如何取Android设备日志
  2. Android os设备谎言分辨率的解决方案
  3. Android 权限全集
  4. Android中通过代码检测系统是否有root权限
  5. android 9.0 SD卡权限问题 文件管理器没有权限
  6. 关于Android动态权限的一些疑问
  7. Android 网络权限配置

随机推荐

  1. android studio导包找不到类
  2. Android(安卓)Studio如何导入android源码
  3. Android(安卓)豆瓣
  4. 干货集中营 API 文档
  5. XML的解析中的三种方法
  6. Android技术--android屏幕适配详解
  7. Android(安卓)Canvas绘图详解
  8. Android简单通讯录的开发
  9. Android布局管理器-使用LinearLayout实现
  10. [Android--Tool]提示adb is down问题与