ChinaUnix.net
相关文章推荐:

android terminal install busybox

1. 首先去busybox主页(http://busybox.net/downloads/) 下载最新版本的busybox源代码.
2. busybox源码目录.配置:先执行$ make menuconfig命令对编译过程进行配置.  过程如下:   
(1).busybox Settings -> Build Options ->     Build busybox as a static binary (no shared libs) 这个要选上,因上这样子编译出来的busybox才是可以独立运行的。    <...

by myfaxmail - 移动操作系统 - 2011-12-22 08:51:15 阅读(1224) 回复(0)

相关讨论

The toolbox that is provided on the android environment is pretty limited. I wanted something more useful and familiar. busybox to the rescue! I have a busybox binary available for those who are interested. To use it simply do # mkdir /data/busybox, on your emulated console. Then copy the busybox binary across: $ adb push busybox /data/busybox/busybox. Once you do this you can install the nec...

by stanleylei - 移动操作系统 - 2008-02-26 16:40:01 阅读(1214) 回复(0)
by DerekGuo_lzu - 移动操作系统 - 2011-12-22 08:51:16 阅读(1067) 回复(0)

1..dowload busybox ... ... 2. configure make menuconfig busybox Settings -> Build Options -> Build busybox as a static binary (no shared libs) (/usr/bin/cross-arm/bin/arm-none-linux-gnueabi-) Cross Compiler prefex busybox Settings -> installation Options-> Don’t use /usr 3 install busybox adb push busybox /system/bin/ cd /system/bin busybox --install -s /system/bin

by bxfqing - 移动操作系统 - 2011-10-26 15:16:37 阅读(1362) 回复(0)

一个很好的工具,希望对你有用 如果附件不能下载,请从这里下载 1024x768 Normal 0 false false false EN-US ZH-CN X-NONE MicrosoftInternetExplorer4 ...

by yishuihe - 移动操作系统 - 2009-04-28 16:55:02 阅读(1394) 回复(0)

当前大多数基于linux的嵌入式系统都会集成busybox来取代庞大而复杂的linux commands, 但是android好像没有集成busybox, 所以第一次在android的shell环境中被搞得很痛苦,今天在浏览android源代码的时候,偶然发现一个叫toolbox的工具,原理和busybox非常相似,虽然和busybox相比功能上还差得很远,但是聊胜于无。 使用方法和busybox类似,先开一个android的shell,然后看看ps命令吧 #adb shell #toolbox ps 附:toolbox支持的comma...

by bigluo - 移动操作系统 - 2008-11-18 23:28:10 阅读(1366) 回复(0)

android中如何加入busybox 


<...

by DerekGuo_lzu - 移动操作系统 - 2011-12-20 09:44:21 阅读(738) 回复(0)

installing busybox command line tools installing busybox Command Line Tools This article describes how to install the busybox command line tools in the android file-system. Please note that a pre-built version of busybox has been attached to this article if you would prefer not to build busybox yourself. To use the pre-built version please go to "installing busybox" and "make the busybox shel...

by john8714105 - 移动操作系统 - 2009-08-24 22:43:30 阅读(2433) 回复(0)

如題,在網上找了很久沒有找到什麽意思,我在一個linuxrc腳本中看到的這條命令,有知道的解釋下,謝謝 busybox 我知道是什麽東西,但是 --install -s 這些參數什麽意思?

by locom - 嵌入式开发 - 2008-08-25 17:07:07 阅读(1368) 回复(0)

by DerekGuo_lzu - 移动操作系统 - 2011-12-22 08:51:16 阅读(1059) 回复(0)

# busybox df -h Filesystem Size Used Available Use% Mounted on tmpfs 89.4M 12.0K 89.4M 0% /dev tmpfs 89.4M 0 89.4M 0% /mnt/asec /dev/block/mtdblock4 170.0M 140.0M 30.0M 82% /system /dev/block/mtdblock6 166.6M 100.4M 66.2M 60% /data /dev/block/mtdblock7 20.0M 4.3M 15.7M 22% /cust /d...

by bxfqing - 移动操作系统 - 2011-09-07 16:02:40 阅读(3614) 回复(0)