Coder Social home page Coder Social logo

omb7141980 / builtin-busybox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from magisk-modules-alt-repo/builtin-busybox

0.0 0.0 0.0 1.15 MB

Systemless Magisk module that installs and symlinks BusyBox with its applets to the Magisk built-in busybox binary

License: GNU General Public License v2.0

Shell 100.00%

builtin-busybox's Introduction

Magisk built-in BusyBox

Description

Systemless Magisk module to install BusyBox binary with its applets (UNIX/Linux command-line utilities). BusyBox and applets are installed by and symlinked to the Magisk built-in busybox binary. For more info, see: https://github.com/topjohnwu/ndk-busybox

Tip: For even more interesting applets, install also the ToyBox-Ext module: https://github.com/Magisk-Modules-Alt-Repo/ToyBox-Ext

TEST

Install the module and reboot. Use Terminal Emulator - BusyBox applets are for Terminal and shell scripts.

Make sure that /system/bin and /system/xbin (the latter might not available on some devices) are in the PATH. Check e.g. with (all commands are case sensitive):

su
echo $PATH

Check if busybox was properly installed and is it installed to /system/xbin or /system/bin:

busybox --help
which busybox

If the responded busybox path was /system/xbin then check:

ls -l /system/xbin | grep busybox

whereas if the busybox path was /system/bin then use:

ls -l /system/bin | grep busybox

The command will show all the busybox applets as installed (symlinked to the busybox binary). Usually, whois will be one of them, hence you can try:

whois --help
busybox whois --help

Source

My Repo:

GitHub release (latest by date) GitHub Release Date GitHub Releases GitHub All Releases

Alt-Repo:

GitHub release (latest by date) GitHub Release Date GitHub Releases GitHub All Releases

Copyright (c) zgfg @ xda, 2022-

GNU General Public License Donate a coffee

builtin-busybox's People

Contributors

zgfg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.