Busybox for Android

Source: Internet
Author: User

Using full linux commands on Android means you have to benefit from the convenience of busybox for Android.

 

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 plain SS: $ ADB push busybox/data/busybox. once you do this you can install the necessary hardlinks by doing: # cd/data/busybox ;. /busybox -- install. once doing this you shoshould have links to all the applets in the/data/busybox directory. to make this useful you probably want to put this into your path: # export Path =/data/busybox: $ path.

 

You shoshould now be able to get access to all the useful busybox applets.

 

Update: busybox was a straight compile of the standard busybox 1.8.1 release. No changes were made to the source. source code available here or from the busybox website.

 

 

Http://benno.id.au/blog/2007/11/14/android-busybox

Related Article

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.