1.download the busybox from http://busybox.net/downloads/
2.make menuconfig
Busybox Settings --->
Build Options --->
[*] Build BusyBox as a static binary (no shared libs)
[*] Build with Large File Support (for accessing files > 2 GB) (NEW)
3.export ARCH=arm
export CROSS_COMPILE=arm-linux-
make
make install
at _install will produce the command what we need
/nfsdir/system$ cp -a /home/share/busybox-1.19.3/_install ./
/nfsdir/system$ mv _install busybox
4.modif nfsdir/init.rc to Increase the terminal TAB complement function
export PATH /system/busybox/bin:/system/busybox/sbin:/system/busybox/usr/bin:/system/busybox/usr/sbin
#service console /system/bin/sh
service console /system/busybox/bin/sh

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android中activity背景色的设置
  2. android线上包禁止抓取https包
  3. Activity-RelativeLayout
  4. Android:EditText 多行显示及所有属性
  5. android ListView 去除下划线和选中模式
  6. Android:Material Design(三) 动画
  7. Android系统自带样式Android:theme
  8. android Style属性介绍
  9. Android(安卓)textAppearance的属性设置
  10. android:inputType参数类型说明