- Nov 8, 2011
- 3,836
- 1,394
This is still progress...I'm hoping this means I just go back and re-root
shell@android:/ $ su
su
/system/bin/sh: su: not found
127|shell@android:/ $
This means su couldn't be loaded no room.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This is still progress...I'm hoping this means I just go back and re-root
shell@android:/ $ su
su
/system/bin/sh: su: not found
127|shell@android:/ $
In /system/preinstall there is a file named Adobe_Flash_Player_11.1.115.6.apk that I think can be safely removed.
Damnit...no joy....same results.
I checked the preinstall and the file is still there.
ui_print("Root and Gapps");
show_progress(0.200000, 0);
ui_print("[ ] Mounting SYSTEM");
mount("ext4", "EMMC", "/dev/block/nandd", "/system");
delete("/system/xbin/su");
delete("/system/bin/su");
delete("/system/app/Superuser.apk");
delete("/system/vendor/modules/8192cu.ko");
delete("/system/vendor/modules/ar6003.ko");
delete("/system/vendor/modules/bcm40183_dhd.ko");
delete("/system/preinstall/Adobe_Flash_Player_11.1.115.6.apk");
show_progress(0.300000, 0);
ui_print("[ ] Copying files to SYSTEM");
package_extract_dir("system", "/system");
show_progress(0.200000, 10);
ui_print("[ ] Setting permissions to SYSTEM");
set_perm_recursive(0, 0, 0755, 0644, "/system/app");
set_perm(0, 0, 06755, "/system/app/Superuser.apk");
set_perm(0, 0, 06755, "/system/xbin/su");
#set_perm(0, 0, 755, "/system/bin/busybox");
symlink("/system/xbin/su", "/system/bin/su");
show_progress(0.100000, 0);
ui_print("[ ] Unmounting SYSTEM");
unmount("/system");
ui_print("");
ui_print("[*] Completed!");
ui_print("");