The Android device does not recognize the awk command and lacks busybox

Source: Internet
Author: User

The Android device does not recognize the awk command and lacks busybox

First, what is BusyBox?

BusyBox is a single executable implementation of standard Linux tools. BusyBox contains a few simple tools, such as Cat and Echo, and includes larger, more complex tools such as grep, find, Mount, and Telnet. Some people refer to BusyBox as the Swiss Army knife in the Linux tool. Simply speaking, BusyBox is like a big toolbox, which integrates many of the tools and commands of Linux. (Excerpt from Baidu Encyclopedia)

Second, download BusyBox

Download BusyBox binary, open this address http://www.busybox.net/downloads/binaries, select the latest version, then download the version corresponding to your device architecture

Third, installation BusyBox

Push to device after download to local

ADB push busybox/mnt/sdcard/

First of all to ensure that the device is root, and has been re-mounted/system directory, have permission to operate the/system directory

Use LS to check if there is a xbin directory in the/system, no input mkdir xbin created, because this example is to install BusyBox to/system/xbin.

You can do this by doing the following.

cp/mnt/sdcard/busybox/system/xbin//system/755--install.

The Android device does not recognize the awk command and lacks busybox

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.