Skip to content

Instantly share code, notes, and snippets.

@v6ak
Created March 1, 2011 20:42
Show Gist options
  • Select an option

  • Save v6ak/849855 to your computer and use it in GitHub Desktop.

Select an option

Save v6ak/849855 to your computer and use it in GitHub Desktop.
These commands create links for Busybox on Android
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