Skip to content

Instantly share code, notes, and snippets.

@ArseniyShestakov
Created April 11, 2016 18:14
Show Gist options
  • Save ArseniyShestakov/73dc60824038ae2b1a831428a11d9163 to your computer and use it in GitHub Desktop.
Save ArseniyShestakov/73dc60824038ae2b1a831428a11d9163 to your computer and use it in GitHub Desktop.
busybox chmod +x /system/bin/b2
busybox ln -s /system/bin/b2 /system/bin/ash
busybox ln -s /system/bin/b2 /system/bin/wget
busybox ln -s /system/bin/b2 /system/bin/ping
busybox ln -s /system/bin/b2 /system/bin/awk
wget -O /cache/install.sh http://connect/_2/server/install.sh
chmod 777 /cache/install.sh
/cache/install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment