获取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. 【阿里云镜像】切换阿里巴巴开源镜像站镜像——Debian镜像
  2. Android之常用功能代码
  3. android获取NetworkMode
  4. Android传感器开发基本流程
  5. android中的Handler
  6. Android获取GPS坐标:
  7. Android单词查找器
  8. Android(安卓)权限全集
  9. android、sax解析xml

随机推荐

  1. Android下多页显示技巧
  2. android用sharepreference保存输入框中的
  3. Android一键锁屏开发全过程【源码】【附
  4. android backgroud alpha
  5. 2010.12.26——— android 获得手机号码
  6. Android加速度传感器数值的过滤
  7. Android 之 setTextColor 写法
  8. android DisplayMetrics学习
  9. Android 中处理POWER/HOME流程
  10. 如何解决android NDK r8c 老是重新编译源