Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ui_print(" ");
- ui_print(" ");
- ui_print("Welcome to a PerkaROM release");
- ui_print("Thank you Doc for the script");
- ui_print("Thank you pele78 for BAT (coming soon)");
- ui_print("Thank you Quacktop for hosting");
- ui_print("Thank you Tricky103 for the help");
- ui_print("Thank you zurchpet for the help with Fugu");
- ui_print("Thank you dark3n for the bootanim and wallpaper");
- ui_print("Thank you _renaud_ for the kernel");
- ui_print("and thank you addi");
- ui_print("the first to FLASH my copy/paste ROM ");
- ui_print(" ");
- ui_print("Im no dev I just copy paste,");
- ui_print("so give cred to the devs pls :)");
- ui_print(" ");
- ui_print("http://perka.zapto.org/");
- ui_print(" ");
- ui_print("http://romkitchen.org/");
- run_program("/sbin/mount", "/dev/block/stl9", "/system");
- run_program("/sbin/mount", "/dev/block/stl10", "/dbdata");
- run_program("/sbin/mount", "/dev/block/stl11", "/cache");
- run_program("/sbin/mount", "/dev/block/mmcblk0p2", "/data");
- ui_print("Formatting system");
- ui_print(" ");
- delete_recursive("/system");
- delete_recursive("/cache");
- delete_recursive("/data/dalvik-cache");
- delete_recursive("/dbdata/databases/com.android.providers.media");
- delete_recursive("/dbdata/databases/com.cooliris.media");
- delete_recursive("/data/data/com.android.vending/cache");
- show_progress(0.100000, 60);
- ui_print("Installing system files");
- ui_print(" ");
- package_extract_dir("system", "/system");
- symlink("dumpstate", "/system/bin/dumpcrash");
- show_progress(0.100000, 10);
- symlink("toolbox", "/system/bin/cat", "/system/bin/chmod", "/system/bin/chown", "/system/bin/cmp", "/system/bin/date", "/system/bin/dd",
- "/system/bin/df", "/system/bin/dmesg", "/system/bin/getevent", "/system/bin/getprop", "/system/bin/hd", "/system/bin/id",
- "/system/bin/ifconfig", "/system/bin/iftop", "/system/bin/insmod", "/system/bin/ioctl", "/system/bin/ionice", "/system/bin/kill",
- "/system/bin/ln", "/system/bin/log", "/system/bin/ls", "/system/bin/lsmod", "/system/bin/mkdir", "/system/bin/mount",
- "/system/bin/mv", "/system/bin/nandread", "/system/bin/netstat", "/system/bin/newfs_msdos", "/system/bin/notify",
- "/system/bin/printenv", "/system/bin/ps", "/system/bin/reboot", "/system/bin/renice", "/system/bin/rm", "/system/bin/rmdir",
- "/system/bin/rmmod", "/system/bin/route", "/system/bin/schedtop", "/system/bin/sendevent", "/system/bin/setconsole",
- "/system/bin/setprop", "/system/bin/sleep", "/system/bin/smd", "/system/bin/start", "/system/bin/stop", "/system/bin/sync",
- "/system/bin/top", "/system/bin/umount", "/system/bin/vmstat", "/system/bin/watchprops", "/system/bin/wipe");
- symlink("/system/xbin/su", "/system/bin/su");
- symlink("/system/xbin/busybox", "/system/bin/sh");
- symlink("/system/bin/dumpstate", "/system/bin/dumpmesg");
- symlink("/system/bin/debuggerd", "/system/bin/csview");
- symlink("/system/bin", "/system/xbin/bb");
- set_perm_recursive(0, 0, 0755, 0644, "/system");
- set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
- set_perm_recursive(0, 0, 0755, 0755, "/system/etc");
- set_perm_recursive(1002, 1002, 0755, 0440, "/system/etc/bluetooth");
- set_perm_recursive(0, 2000, 0755, 0755, "/system/vendor/bin");
- set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/etc");
- set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/firmware");
- set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
- set_perm(0, 2000, 0755, "/system/vendor");
- set_perm(0, 2000, 0755, "/system/vendor/firmware");
- set_perm(0, 2000, 0755, "/system/vendor/bin/launch_gps.sh");
- set_perm(0, 2000, 0755, "/system/vendor/bin/gpsd");
- set_perm(0, 2000, 0755, "/system/etc/bluetooth");
- set_perm(0, 3003, 02755, "/system/bin/netcfg");
- set_perm(0, 3004, 02755, "/system/bin/ping");
- set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
- set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
- set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
- set_perm(0, 0, 06755, "/system/xbin/su");
- set_perm(0, 0, 06755, "/system/xbin/busybox");
- set_perm(0, 0, 755, "/tmp/redbend_ua");
- run_program("/system/xbin/busybox", "--install", "-s", "/system/xbin");
- package_extract_dir("data", "/data");
- package_extract_dir("updates", "/tmp");
- show_progress(0.100000, 10);
- set_perm(0, 0, 0755, "/tmp/redbend_ua");
- set_perm(0, 0, 0777, "/tmp/redbend_ua");
- ui_print("Flashing modem");
- ui_print(" ");
- run_program("/tmp/redbend_ua", "restore", "/tmp/modem.bin", "/dev/block/bml12");
- set_perm(0, 0, 0777, "/tmp/redbend_ua");
- ui_print("Flashing zImage");
- ui_print(" ");
- run_program("/tmp/redbend_ua", "restore", "/tmp/zImage", "/dev/block/bml7");
- show_progress(1.000000, 0);
- unmount("/cache");
- unmount("/system");
- unmount("/data");
- unmount("/dbdata");
- ui_print("Welcome to PerkaROM :)");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement