Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.37 KB | None | 0 0
  1. ui_print("Formatting partitions process...");
  2. format("ext3", "EMMC", "/dev/block/mmcblk0p25");
  3. format("ext3", "EMMC", "/dev/block/mmcblk0p26");
  4. format("ext3", "EMMC", "/dev/block/mmcblk0p27");
  5. format("ext3", "EMMC", "/dev/block/mmcblk0p22");
  6.  
  7. ui_print("Mounting partitions...");
  8. mount("ext3", "EMMC", "/dev/block/mmcblk0p25", "/system");
  9. mount("ext3", "EMMC", "/dev/block/mmcblk0p26", "/data");
  10.  
  11. ui_print("Cleaning process...");
  12. delete_recursive("/data/dalvik-cache");
  13. delete_recursive("/data/boot-cache");
  14.  
  15. ui_print("Flashing boot.img...");
  16. assert(package_extract_file("boot.img", "/tmp/boot.img"),
  17. write_raw_image("/tmp/boot.img", "boot"),
  18. delete("/tmp/boot.img"));
  19.  
  20. ui_print("Writing Data & System...");
  21. package_extract_dir("data", "/data");
  22. set_perm(1000, 1000, 0771, "/data");
  23. set_perm_recursive(1000, 1000, 0771, 0644, "/data/app");
  24. set_perm_recursive(1000, 1000, 0777, 0777, "/data/data/com.fede.launcher");
  25. set_perm_recursive(1000, 1000, 0771, 0644, "/data/local");
  26.  
  27.  
  28. package_extract_dir("system", "/system");
  29.  
  30. symlink("/data/local/bootanimation.zip","/system/customize/resource/bootanimation.zip");
  31. symlink("/data/local/downanimation.zip","/system/customize/resource/downanimation.zip");
  32.  
  33. ui_print("Creating toolbox symlinks now...");
  34. symlink("toolbox", "/system/bin/vmstat");
  35. symlink("toolbox", "/system/bin/dd");
  36. symlink("toolbox", "/system/bin/renice");
  37. symlink("toolbox", "/system/bin/schedtop");
  38. symlink("toolbox", "/system/bin/chmod");
  39. symlink("toolbox", "/system/bin/rmmod");
  40. symlink("toolbox", "/system/bin/sleep");
  41. symlink("toolbox", "/system/bin/kill");
  42. symlink("toolbox", "/system/bin/setconsole");
  43. symlink("toolbox", "/system/bin/stop");
  44. symlink("toolbox", "/system/bin/watchprops");
  45. symlink("toolbox", "/system/bin/route");
  46. symlink("toolbox", "/system/bin/chown");
  47. symlink("toolbox", "/system/bin/ln");
  48. symlink("toolbox", "/system/bin/start");
  49. symlink("toolbox", "/system/bin/umount");
  50. symlink("toolbox", "/system/bin/mv");
  51. symlink("toolbox", "/system/bin/netstat");
  52. symlink("toolbox", "/system/bin/nandread");
  53. symlink("toolbox", "/system/bin/rm");
  54. symlink("toolbox", "/system/bin/log");
  55. symlink("toolbox", "/system/bin/mkdir");
  56. symlink("toolbox", "/system/bin/getevent");
  57. symlink("toolbox", "/system/bin/insmod");
  58. symlink("toolbox", "/system/bin/setprop");
  59. symlink("toolbox", "/system/bin/ls");
  60. symlink("toolbox", "/system/bin/top");
  61. symlink("toolbox", "/system/bin/rmdir");
  62. symlink("toolbox", "/system/bin/cat");
  63. symlink("toolbox", "/system/bin/chownto");
  64. symlink("toolbox", "/system/bin/hd");
  65. symlink("toolbox", "/system/bin/wipe");
  66. symlink("toolbox", "/system/bin/dmesg");
  67. symlink("toolbox", "/system/bin/notify");
  68. symlink("toolbox", "/system/bin/date");
  69. symlink("toolbox", "/system/bin/sync");
  70. symlink("toolbox", "/system/bin/mount");
  71. symlink("toolbox", "/system/bin/cmp");
  72. symlink("toolbox", "/system/bin/ionice");
  73. symlink("toolbox", "/system/bin/lsmod");
  74. symlink("toolbox", "/system/bin/ifconfig");
  75. symlink("toolbox", "/system/bin/id");
  76. symlink("toolbox", "/system/bin/ps");
  77. symlink("toolbox", "/system/bin/getprop");
  78. symlink("toolbox", "/system/bin/newfs_msdos");
  79. symlink("toolbox", "/system/bin/df");
  80. symlink("toolbox", "/system/bin/printenv");
  81. symlink("toolbox", "/system/bin/smd");
  82. symlink("toolbox", "/system/bin/iftop");
  83. symlink("toolbox", "/system/bin/sendevent");
  84. symlink("toolbox", "/system/bin/ioctl");
  85.  
  86. ui_print("Creating busybox symlinks now...");
  87. symlink("/system/xbin/busybox", "/system/xbin/[", "/system/xbin/[[", "/system/xbin/addgroup", "/system/xbin/adduser", "/system/xbin/adjtimex", "/system/xbin/ar", "/system/xbin/arp", "/system/xbin/arping", "/system/xbin/ash", "/system/xbin/awk", "/system/xbin/basename", "/system/xbin/bbconfig", "/system/xbin/beep", "/system/xbin/blkid", "/system/xbin/brctl", "/system/xbin/bunzip2", "/system/xbin/bzcat", "/system/xbin/bzip2", "/system/xbin/cal", "/system/xbin/cat", "/system/xbin/catv", "/system/xbin/chat", "/system/xbin/chattr", "/system/xbin/chgrp", "/system/xbin/chmod", "/system/xbin/chown", "/system/xbin/chpasswd", "/system/xbin/chpst", "/system/xbin/chroot", "/system/xbin/chrt", "/system/xbin/chvt", "/system/xbin/cksum", "/system/xbin/clear", "/system/xbin/cmp", "/system/xbin/comm", "/system/xbin/cp", "/system/xbin/cpio", "/system/xbin/crond", "/system/xbin/crontab", "/system/xbin/cryptpw", "/system/xbin/cttyhack", "/system/xbin/cut", "/system/xbin/date", "/system/xbin/dc", "/system/xbin/dd", "/system/xbin/deallocvt", "/system/xbin/delgroup", "/system/xbin/deluser", "/system/xbin/depmod", "/system/xbin/devmem", "/system/xbin/df", "/system/xbin/diff", "/system/xbin/dirname", "/system/xbin/dmesg", "/system/xbin/dnsd", "/system/xbin/dnsdomainname", "/system/xbin/dos2unix", "/system/xbin/du", "/system/xbin/dumpkmap", "/system/xbin/echo", "/system/xbin/ed", "/system/xbin/egrep", "/system/xbin/eject", "/system/xbin/env", "/system/xbin/envdir", "/system/xbin/envuidgid", "/system/xbin/ether-wake", "/system/xbin/expand", "/system/xbin/expr", "/system/xbin/fakeidentd", "/system/xbin/false", "/system/xbin/fbset", "/system/xbin/fbsplash", "/system/xbin/fdflush", "/system/xbin/fdformat", "/system/xbin/fdisk", "/system/xbin/fgrep", "/system/xbin/find", "/system/xbin/findfs", "/system/xbin/fold", "/system/xbin/free", "/system/xbin/freeramdisk", "/system/xbin/fsck", "/system/xbin/fsck.minix", "/system/xbin/fsync", "/system/xbin/ftpd", "/system/xbin/ftpget", "/system/xbin/ftpput", "/system/xbin/fuser", "/system/xbin/getopt", "/system/xbin/getty", "/system/xbin/grep", "/system/xbin/gunzip", "/system/xbin/gzip", "/system/xbin/halt", "/system/xbin/hd", "/system/xbin/hdparm", "/system/xbin/head", "/system/xbin/hexdump", "/system/xbin/hostid", "/system/xbin/hostname", "/system/xbin/httpd", "/system/xbin/hush", "/system/xbin/hwclock", "/system/xbin/id", "/system/xbin/ifconfig", "/system/xbin/ifdown", "/system/xbin/ifenslave", "/system/xbin/ifplugd", "/system/xbin/ifup", "/system/xbin/inetd", "/system/xbin/init", "/system/xbin/insmod", "/system/xbin/install", "/system/xbin/ionice", "/system/xbin/ip", "/system/xbin/ipaddr", "/system/xbin/ipcalc", "/system/xbin/ipcrm", "/system/xbin/ipcs", "/system/xbin/iplink", "/system/xbin/iproute", "/system/xbin/iprule", "/system/xbin/iptunnel", "/system/xbin/kbd_mode", "/system/xbin/kill", "/system/xbin/killall", "/system/xbin/killall5", "/system/xbin/klogd", "/system/xbin/last", "/system/xbin/length", "/system/xbin/less", "/system/xbin/linux32", "/system/xbin/linux64", "/system/xbin/linuxrc", "/system/xbin/ln", "/system/xbin/loadfont", "/system/xbin/loadkmap", "/system/xbin/logger", "/system/xbin/login", "/system/xbin/logname", "/system/xbin/logread", "/system/xbin/losetup", "/system/xbin/lpd", "/system/xbin/lpq", "/system/xbin/lpr", "/system/xbin/ls", "/system/xbin/lsattr", "/system/xbin/lsmod", "/system/xbin/lzmacat", "/system/xbin/lzop", "/system/xbin/lzopcat", "/system/xbin/makedevs", "/system/xbin/makemime", "/system/xbin/man", "/system/xbin/md5sum", "/system/xbin/mdev", "/system/xbin/mesg", "/system/xbin/microcom", "/system/xbin/mkdir", "/system/xbin/mkdosfs", "/system/xbin/mkfifo", "/system/xbin/mkfs.minix", "/system/xbin/mkfs.vfat", "/system/xbin/mknod", "/system/xbin/mkpasswd", "/system/xbin/mkswap", "/system/xbin/mktemp", "/system/xbin/modprobe", "/system/xbin/more", "/system/xbin/mount", "/system/xbin/mountpoint", "/system/xbin/msh", "/system/xbin/mt", "/system/xbin/mv", "/system/xbin/nameif", "/system/xbin/nc", "/system/xbin/netstat", "/system/xbin/nice", "/system/xbin/nmeter", "/system/xbin/nohup", "/system/xbin/nslookup", "/system/xbin/od", "/system/xbin/openvt", "/system/xbin/passwd", "/system/xbin/patch", "/system/xbin/pgrep", "/system/xbin/pidof", "/system/xbin/ping", "/system/xbin/ping6", "/system/xbin/pipe_progress", "/system/xbin/pivot_root", "/system/xbin/pkill", "/system/xbin/popmaildir", "/system/xbin/poweroff", "/system/xbin/printenv", "/system/xbin/printf", "/system/xbin/ps", "/system/xbin/pscan", "/system/xbin/pwd", "/system/xbin/raidautorun", "/system/xbin/rdate", "/system/xbin/rdev", "/system/xbin/readahead", "/system/xbin/readlink", "/system/xbin/readprofile", "/system/xbin/realpath", "/system/xbin/reformime", "/system/xbin/renice", "/system/xbin/reset", "/system/xbin/resize", "/system/xbin/rm", "/system/xbin/rmdir", "/system/xbin/rmmod", "/system/xbin/route", "/system/xbin/rtcwake", "/system/xbin/run-parts", "/system/xbin/runlevel", "/system/xbin/runsv", "/system/xbin/runsvdir", "/system/xbin/rx", "/system/xbin/script", "/system/xbin/scriptreplay", "/system/xbin/sed", "/system/xbin/sendmail", "/system/xbin/seq", "/system/xbin/setarch", "/system/xbin/setconsole", "/system/xbin/setfont", "/system/xbin/setkeycodes", "/system/xbin/setlogcons", "/system/xbin/setsid", "/system/xbin/setuidgid", "/system/xbin/sha1sum", "/system/xbin/sha256sum", "/system/xbin/sha512sum", "/system/xbin/showkey", "/system/xbin/slattach", "/system/xbin/sleep", "/system/xbin/softlimit", "/system/xbin/sort", "/system/xbin/split", "/system/xbin/start-stop-daemon", "/system/xbin/stat", "/system/xbin/strings", "/system/xbin/stty", "/system/xbin/sulogin", "/system/xbin/sum", "/system/xbin/sv", "/system/xbin/svlogd", "/system/xbin/swapoff", "/system/xbin/swapon", "/system/xbin/switch_root", "/system/xbin/sync", "/system/xbin/sysctl", "/system/xbin/syslogd", "/system/xbin/tac", "/system/xbin/tail", "/system/xbin/tar", "/system/xbin/tcpsvd", "/system/xbin/tee", "/system/xbin/telnet", "/system/xbin/telnetd", "/system/xbin/test", "/system/xbin/tftp", "/system/xbin/tftpd", "/system/xbin/time", "/system/xbin/timeout", "/system/xbin/touch", "/system/xbin/tr", "/system/xbin/traceroute", "/system/xbin/true", "/system/xbin/tty", "/system/xbin/ttysize", "/system/xbin/tunctl", "/system/xbin/udpsvd", "/system/xbin/umount", "/system/xbin/uname", "/system/xbin/uncompress", "/system/xbin/unexpand", "/system/xbin/uniq", "/system/xbin/unix2dos", "/system/xbin/unlzma", "/system/xbin/unlzop", "/system/xbin/unzip", "/system/xbin/uptime", "/system/xbin/usleep", "/system/xbin/uudecode", "/system/xbin/uuencode", "/system/xbin/vconfig", "/system/xbin/vi", "/system/xbin/vlock", "/system/xbin/volname", "/system/xbin/watch", "/system/xbin/watchdog", "/system/xbin/wc", "/system/xbin/wget", "/system/xbin/which", "/system/xbin/who", "/system/xbin/whoami", "/system/xbin/xargs", "/system/xbin/yes", "/system/xbin/zcat", "/system/xbin/zcip");
  88.  
  89. ui_print("Setting additional symlinks...");
  90. symlink("/system/xbin/su", "/system/bin/su");
  91. symlink("/data/etc/hosts", "/system/etc/hosts");
  92. symlink("/system/xbin/ifconfig","/system/xbin/bb/ifconfig");
  93. symlink("/system/xbin/route","/system/xbin/bb/route");
  94.  
  95. ui_print("Setting permissions...");
  96. set_perm_recursive(0, 0, 0755, 0644, "/system");
  97. set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
  98. set_perm(0, 3003, 02750, "/system/bin/netcfg");
  99. set_perm(0, 2000, 0775, "/system/bin/iptables");
  100. set_perm_recursive(1002, 1002, 0775, 0440, "/system/etc/bluez");
  101. set_perm(0, 0, 0775, "/system/etc/bluez");
  102. set_perm(1000, 1000, 0755, "/system/bin/bash");
  103. set_perm(1000, 1000, 0755, "/system/bin/nano");
  104. set_perm(1000, 1000, 0755, "/system/bin/sysro");
  105. set_perm(1000, 1000, 0755, "/system/bin/sysrw");
  106. set_perm(1000, 1000, 0755, "/system/xbin/openvpn");
  107. set_perm(0, 3003, 0755, "/system/bin/ip");
  108. set_perm(0, 3003, 0755, "/system/bin/ipd");
  109. set_perm(0, 2000, 06755, "/system/bin/reboot");
  110. set_perm(0, 2000, 06750, "/system/bin/run-as");
  111. set_perm_recursive(1002, 1002, 0755, 0440, "/system/etc/bluetooth");
  112. set_perm(0, 0, 0755, "/system/etc/bluetooth");
  113. set_perm(1000, 1000, 0640, "/system/etc/bluetooth/auto_pairing.conf");
  114. set_perm(3002, 3002, 0444, "/system/etc/bluetooth/blacklist.conf");
  115. set_perm(1000, 1000, 0755, "/system/bin/iproute-script.sh");
  116. set_perm(0, 3004, 02755, "/system/bin/ping");
  117. set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
  118. set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
  119. set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
  120. set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
  121. set_perm(0, 0, 04755, "/system/etc/ppp/ip-up-vpn");
  122. set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
  123. set_perm_recursive(0, 2000, 0755, 0755, "/system/etc/init.d");
  124. set_perm(0, 0, 06755, "/system/xbin/su");
  125. set_perm(0, 0, 06755, "/system/bin/su");
  126. set_perm(0, 0, 04755, "/system/xbin/busybox");
  127. set_perm(0, 0, 04755, "/system/bin/sh");
  128. set_perm(1000, 1000, 0771, "/data");
  129. set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
  130. set_perm(0, 2000, 0755, "/system/vendor/firmware");
  131.  
  132. ui_print("Unmounting partitions...");
  133. unmount("/system");
  134. unmount("/data");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement