Advertisement
Perka

Untitled

Jan 27th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. add this after line 33 in version_installer.sh
  2. elif [ $buildnumber = "ro.build.version.incremental=eng.pawitp.$4" ]; then
  3. ui_print " Build for GT-I9000M, match!";
  4. ui_print " Installing mod";
  5. cp -rf /tmp/PerkaMod/* /system
  6.  
  7. and this at line 14-15 in updater-script
  8.  
  9. #first one is the SGH-I897, the second one is the GT-I9000, third for GT-I9000b, fourth for GT-i9000M
  10. run_program("/tmp/version_installer.sh", "20120115.112446", "20120115.093824", "20120115.093824", ";20120115.093824")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement