推busybox的进入Android模拟器 [英] pushing busybox into android emulator

查看:142
本文介绍了推busybox的进入Android模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经下载了源MIPS Android和做了做,获得模拟器中运行。我想了BusyBox的推入仿真器。我已经下载了静态编译busybox的二进制文件。在该目录下,我应该把这个,我应该尽到的busybox推入仿真器?

解决方案
  1. 根你的模拟器
  2. 下载<一个href="http://api.viglink.com/api/click?format=go&drKey=1359&loc=http://forum.xda-developers.com/showthread.php?t=682828&v=1&libid=1314222372382&out=http://bit.ly/su2361ef&ref=http://stackoverflow.com/questions/5095234/how-to-root-getroot-access-on-android-emulator&title=%5BAPP%5D%20Superuser%202.3.6.1%20-%20Now%20on%20the%20Market%20%5B2010-09-05%5D%20-%20xda-developers&txt=su-2.3.6.1-ef-signed.zip&jsonp=vglnk_jsonp_13142188352681"相对=nofollow>这个
  3. 解压缩它然后移动 \ SYSTEM \ lib目录\苏 \ SYSTEM \程序\ superuser.apk 亚洲开发银行目录。
  4. 运行ADB,然后输入以下内容:

 亚行外壳安装邻RW,重新挂载-t YAFFS2的/ dev /块/ mtdblock03 /系统
亚行推动苏/系统/ XBIN /苏
亚行外壳搭配chmod 06755 /系统
亚行外壳搭配chmod 06755 /系统/ XBIN /苏
亚行安装superuser.apk
 

  1. 然后从下载的busybox这里
  2. 将到您的adb目录
  3. 运行ADB,然后输入:

 亚行的shell命令mkdir /数据/ busybox的
亚行推busybox的/数据/ busybox的
亚行的shell
苏
CD /数据/ busybox的
搭配chmod 775 busybox的
./busybox --install
busybox的
 

I've downloaded the source for mips android and have done a "make" and got the emulator running. I want to push the busybox into the emulator. I've downloaded the static compiled busybox binary. Under which directory should I place this and what should I do to push the busybox into the emulator?

解决方案

  1. Root your emulator
  2. Download this
  3. Extract it then move \system\lib\su and \system\app\superuser.apk to your adb directory.
  4. Run adb and then enter the following:

adb shell mount -o rw,remount -t yaffs2 /dev/block/mtdblock03 /system  
adb push su /system/xbin/su  
adb shell chmod 06755 /system  
adb shell chmod 06755 /system/xbin/su
adb install superuser.apk

  1. Then download busybox from here
  2. Move it to your adb directory
  3. run adb and then enter:

adb shell mkdir /data/busybox
adb push busybox /data/busybox
adb shell
su
cd /data/busybox
chmod 775 busybox
./busybox --install
busybox

这篇关于推busybox的进入Android模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆