Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android emulator 如何在android emulator(android 2.3.3)上安装busybox?_Android Emulator_Busybox - Fatal编程技术网

Android emulator 如何在android emulator(android 2.3.3)上安装busybox?

Android emulator 如何在android emulator(android 2.3.3)上安装busybox?,android-emulator,busybox,Android Emulator,Busybox,我正在尝试在android emulator(android 2.3.3)上安装busybox 我遵循了帖子中给出的两种方法,但我面临着问题 我使用了这篇文章中的第二个解决方案,但我得到了“busybox:notfound”: 然后,我使用了本文中的第一个解决方案,但我得到了“/busybox:permission denied”: 请任何人指导我……问题解决后,我按照链接中的程序进行操作 我认为错误在于,我没有用额外的空间启动avd,上面的教程提到“我们将用额外的磁盘空间为/system启动模

我正在尝试在android emulator(android 2.3.3)上安装busybox

我遵循了帖子中给出的两种方法,但我面临着问题

我使用了这篇文章中的第二个解决方案,但我得到了“busybox:notfound”:

然后,我使用了本文中的第一个解决方案,但我得到了“/busybox:permission denied”:


请任何人指导我……

问题解决后,我按照链接中的程序进行操作

我认为错误在于,我没有用额外的空间启动avd,上面的教程提到“我们将用额外的磁盘空间为/system启动模拟器。这样,我们可以在以后向/system添加额外的文件。”

本教程还提到“我们需要使用“adb shell”重新安装/系统,以便对/系统具有写访问权限。”

然后,我们只需要执行以下操作:

adb push su /system/xbin/
adb push busybox /system/xbin/
(在上述步骤之后,如果您收到错误消息

failed to copy 'busybox' to '/system/xbin//busybox': Out of memory
然后在分区大小大于128的情况下重新启动AVD,例如,我以512启动AVD。然后,重复上述步骤。)

我认为su是没有必要的,因为emulator已经拥有根访问权限,但我遵循了整个过程


重新启动emulator时,所有内容都将进入默认状态,这意味着不再使用“su”。要解决这个问题,请阅读上面提到的教程中标题为“解决方案”的段落。

问题已经解决,我按照链接中的过程进行操作

我认为错误在于,我没有用额外的空间启动avd,上面的教程提到“我们将用额外的磁盘空间为/system启动模拟器。这样,我们可以在以后向/system添加额外的文件。”

本教程还提到“我们需要使用“adb shell”重新安装/系统,以便对/系统具有写访问权限。”

然后,我们只需要执行以下操作:

adb push su /system/xbin/
adb push busybox /system/xbin/
(在上述步骤之后,如果您收到错误消息

failed to copy 'busybox' to '/system/xbin//busybox': Out of memory
然后在分区大小大于128的情况下重新启动AVD,例如,我以512启动AVD。然后,重复上述步骤。)

我认为su是没有必要的,因为emulator已经拥有根访问权限,但我遵循了整个过程

重新启动emulator时,所有内容都将进入默认状态,这意味着不再使用“su”。要解决此问题,请阅读上述教程中标题为“解决方案”的段落。

首先复制“忙”框 chmod 777 busybox#来自存在busybox的文件夹

./busybox——安装#需要空间和点

我想你只缺了一个“

先复制这个忙框 chmod 777 busybox#来自存在busybox的文件夹

./busybox——安装#需要空间和点

我想你只是失踪了

adb push su /system/xbin/
adb push busybox /system/xbin/
failed to copy 'busybox' to '/system/xbin//busybox': Out of memory
adb shell chmod 06755 /system/xbin/su
adb shell chmod 06755 /system/xbin/busybox