推busybox的进入Android模拟器模拟器、busybox、Android

由网友(国家特级保护动物)分享简介:我已经下载了源MIPS Android和做了做,获得模拟器中运行。我想了BusyBox的推入仿真器。我已经下载了静态编译busybox的二进制文件。在该目录下,我应该把这个,我应该尽到的busybox推入仿真器?解决方案 根你的模拟器下载这个 解压缩它然后移动 \ SYSTEM \ lib目录\苏和 \ SYS...

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

解决方案 根你的模拟器 下载这个 解压缩它然后移动 SYSTEM lib目录苏 SYSTEM 程序 superuser.apk 亚洲开发银行目录。 运行ADB,然后输入以下内容:

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

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

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

谁知道哪里可以下 gameboid 模拟器中文版

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?

解决方案

Root your emulator Download this Extract it then move systemlibsu and systemappsuperuser.apk to your adb directory. 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

Then download busybox from here Move it to your adb directory 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

阅读全文

相关推荐

最新文章