Advertisement
alexforsale

Untitled

Feb 18th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ui_print(" AD683G boot.img");
  2. ui_print(" FLASHING ");
  3. show_progress(0.100000, 0);
  4. ui_print("Installing boot.img ...");
  5. package_extract_file("boot.img", "/dev/block/mmcblk0p8");
  6. ui_print("Installing system/lib/modules ...");
  7. package_extract_dir("modules", "/system/lib/modules/");
  8. set_perm_recursive(0, 2000, 0755, 0755, "/system/lib/modules/");
  9. ui_print("Finishing ...");
  10. show_progress(0.100000, 0);
  11. ui_print(" alexforsale outta here. ");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement