Created
March 1, 2011 20:42
-
-
Save v6ak/849855 to your computer and use it in GitHub Desktop.
These commands create links for Busybox on Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb shell | |
| su | |
| mount -o rw,remount /dev/block/mtdblock0 /system;D=/system/bin/;BB=${D}busybox;for i in $($BB|$BB grep -e "\,$"); do n=$(echo -n "$i"|$BB sed s/,//);ln -s $BB "$D$n";done;mount -o ro,remount /dev/block/mtdblock0 /system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment