Guest User

Untitled

a guest
Apr 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. mount("ext3", "MTD", "system", "/system");
  2. run_program("/sbin/busybox", "cp", "/system/bin/mot_boot_mode", "/system/bin/mot_boot_mode.bin");
  3. package_extract_dir("system", "/system");
  4. set_perm(0, 0, 0755, "/system/bin/hijack2");
  5. set_perm(0, 0, 0755, "/system/etc/aosp/init.rc");
  6. set_perm(0, 0, 0755, "/system/etc/aosp/init.stock.rc");
  7. set_perm(0, 0, 0755, "/system/xbin/2nd-init");
  8. set_perm(0, 0, 0755, "/system/xbin/hijack.killall");
  9. set_perm(0, 0, 0755, "/system/xbin/log_init.sh");
  10. set_perm(0, 0, 0755, "/system/xbin/taskset");
  11. symlink("/system/bin/hijack2", "/system/bin/mot_boot_mode.sym");
Add Comment
Please, Sign In to add comment