Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ui_print("Installing...");
  2. show_progress(0.1, 0);
  3. run_program("/sbin/busybox", "mount", "/system");
  4. package_extract_dir("system", "/system");
  5. show_progress(0.1, 10);
  6. show_progress(0.2, 0);
  7. show_progress(0.2, 10);
  8. set_perm_recursive(0, 0, 0755, 0644, "/system/framework/framework-res.apk");
  9. ui_print("Done!")
  10. run_program("/sbin/busybox", "umount", "/system");
  11.  
  12. ERROR: could not clear input pipe; result e000404f, ignoring...
  13. ERROR: could not clear output pipe; result e000404f, ignoring....
  14. archive does not contain 'android-info.txt'
  15. error: update package 'update.zip' has no android-info.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement