`

android busybox

 
阅读更多

1、下载busybox:http://www.busybox.net/downloads/binaries/

 

2、重命名下载的包: busybox-armv6l --〉 busybox,

 

3、改写system目录权限,获取写数据权限

 

 

$ adb shell
# su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system

 

4、将busybox放入system/xbin 目录

 

5、执行权限更改:$ chmod 755 busybox

 

6、可以尝试使用命令了

     #busybox grep

 

------------------------------------------------------------------------------------------------------------------

# procrank       //查看内存使用情况,USS | PSS | RSS | VSS

# top -n 1         //查看CPU使用率

# cut -c 44-47  //剪切需要的字符

# man command  //不要忘记手册哦

 

 

 

分享到:
评论

相关推荐

    Android busybox 可执行文件支持arm,arm64,x86,x86-64

    Android busybox 可执行文件支持arm,arm64,x86,x86_64 版本1.34.1,更多版本见下面链接 https://busybox.net/downloads/binaries/ https://github.com/meefik/busybox

    Android busybox

    android可用的交叉编译后的busybox。支持70多个linux命令,可以极大扩展android命令集

    Android busybox 简单介绍

    简单地说,BusyBox就好像是个大工具箱,它集成压缩了Linux的许多工具和命令,也包含了 Android 系统的自带的shell。 Android busybox 的一个实用功能:进入adb shell 后编辑一些本地的文件,比如系统的一些xml配置...

    Android busybox V1.31.1

    目前最新版本的Android可用busybox; 25 October 2019 -- BusyBox 1.31.1 (stable) Bug fix release. 1.30.1 has fixes for dc, ash (PS1 expansion fix), hush, dpkg-deb, telnet and wget.

    Android Busybox工具

    Android系统编译好的可用Busybox工具。 BusyBox 是一个集成了三百多个最常用Linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount...

    busybox 1.20.2 for android

    busybox 1.20.2 for android. steps: adb remount adb push ./busybox-1.20.2-android2 /system/bin/ adb shell busybox ifconfig......

    Android Busybox

    基于Android bionic库编译的busybox 1.16.2

    Android代码-BusyBox

    This application is an BusyBox installer for Android. BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities ...

    修正编译过的busybox的源码,验证过在android上能使用

    Busybox是一款轻量级的Linux实用程序集合,它将许多常见的Unix命令打包成一个单一的可执行文件,常用于嵌入式系统,如Android设备。标题提到“修正编译过的busybox的源码,验证过在android上能使用”,这意味着我们...

    Android 终端上可以使用的完全版本wget

    在这种情况下,你需要一个完整功能的wget版本,这就是"Android终端上可以使用的完全版本wget"的由来。 wget是一款强大的非交互式网络下载工具,广泛应用于Linux和Unix系统,同时也适用于Android这样的移动平台。它...

    BusyBox:在Android设备上安装BusyBox

    最可靠,最先进的Android BusyBox安装程序。 目前在Google Play上提供BusyBox: 请加入这个,成为测试版。资料下载阿比尺寸MD5 下载手臂1048 2dd534732ee7b304f773464f627dde9e 的ARM64 1500 28f0328418cafba5c294b9...

    为Android加入busybox工具

    ### 为Android加入BusyBox工具详解 #### 一、引言 BusyBox是Linux系统中的一个集成工具包,它将许多标准Unix工具的功能合并到一个单一的可执行文件中。对于Android开发人员来说,BusyBox提供了强大的命令行功能,极...

    BusyBox installer.apk

    BusyBox installer.apk BusyBox installer.apk

    android系统使用busybox工具

    ### Android系统使用BusyBox工具详解 #### 一、引言 在Android开发过程中,系统自带的一些工具往往功能有限,无法满足复杂的需求。BusyBox作为一款集成了众多常用Linux命令和工具的小巧软件,成为了Android系统...

    Busybox for Android v1.20.2

    Busybox for Android v1.20.2 Stable built by Linus Yang [Aug 12, 2012 Update] - Update to 1.20.2 stable [Features] - Tested on Android 2.1, 2.3, 4.0 and 4.1. Should be capable with all Android ...

Global site tag (gtag.js) - Google Analytics