Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.78 KB | None | 0 0
  1. ui_print("        - Symlinking roottools");
  2. symlink("roottools", "/system/xbin/ads", "/system/xbin/allinone",
  3.         "/system/xbin/apploc", "/system/xbin/bkapps", "/system/xbin/bootani",
  4.         "/system/xbin/cache", "/system/xbin/camsound", "/system/xbin/clean",
  5.         "/system/xbin/compcache", "/system/xbin/chglog", "/system/xbin/donate",
  6.         "/system/xbin/eri", "/system/xbin/exe", "/system/xbin/fixperms",
  7.         "/system/xbin/flashrec", "/system/xbin/freemem", "/system/xbin/install_zip",
  8.         "/system/xbin/load", "/system/xbin/rb", "/system/xbin/rmapk",
  9.         "/system/xbin/rstapps", "/system/xbin/setcpu", "/system/xbin/setprops",
  10.         "/system/xbin/slim", "/system/xbin/soundswitch", "/system/xbin/symlink",
  11.         "/system/xbin/sysrw", "/system/xbin/sysro", "/system/xbin/usb",
  12.         "/system/xbin/zipalign_apks");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement