Giter VIP home page Giter VIP logo

toybox-ext's Introduction

ToyBox-Ext

Description

Systemless Magisk module to install (additional) ToyBox applets, using ARMv7 or higher binaries from: https://github.com/landley/toybox

Supported: ARMv7 and higher, all Android versions

TEST

Ussually, ToyBox comes preinstalled to /system/bin, but with limited number of applets. The module installes additional toybox-ext binary, with the additional applets (UNIX/Linux command-line utilities).

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

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

su
echo $PATH

Check if toybox-ext was properly installed and is it installed to /system/xbin or /system/bin:

toybox-ext --help
which toybox-ext

If the responded toybox-ext path was /system/xbin then check:

ls -l /system/xbin | grep toybox-ext

whereas if the toybox-ext path was /system/bin then use:

ls -l /system/bin | grep toybox-ext

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

w

Note 1: Some applets are common to BusyBox and ToyBox, e.g. ascii.

Hence, if you have also the busybox installed, toybox-ext will symlink less number of (additional) applets.

Note 2: Since ToyBox-Ext v1.0.2, the module also looks if there are not-symlinked applets available from the pre-installed toybox binary (ROMs usually come with the pre-installed ToyBox but with smaller or an older binary and with a less number of applets).

For me, the additionally found applets from the pre-installed ToyBox were e.g. getfattr and iotop.

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-

OBSD License Donate a coffee

toybox-ext's People

Contributors

zgfg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

toybox-ext's Issues

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.