Caster64

Untitled

Feb 19th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. D:\android-sdk\platform-tools>adb shell
  2. # exit
  3. exit
  4.  
  5. D:\android-sdk\platform-tools>adb push misc_version /data/local/tmp/misc_version
  6.  
  7. 1546 KB/s (15837 bytes in 0.010s)
  8.  
  9. D:\android-sdk\platform-tools>adb push flashgc /data/local/tmp/flashgc
  10. 1881 KB/s (712688 bytes in 0.370s)
  11.  
  12. D:\android-sdk\platform-tools>adb shell chmod 777 /data/local/tmp/*
  13.  
  14. D:\android-sdk\platform-tools>adb shell
  15. # cd /data/local/tmp
  16. cd /data/local/tmp
  17. # ./misc_version -s 1.00.000.0
  18. ./misc_version -s 1.00.000.0
  19. --set_version set. VERSION will be changed to: 1.00.000.0
  20. Patching and backing up partition 17...
  21. # ./flashgc
  22. ./flashgc
  23. Backing up sd-card MBR to file "./sdcardMbr-backup.img".
  24. Making sd-card golden.
  25. Writing gold-card to sd-card (/dev/block/mmcblk1) ...
  26. SUCCESS: SD-card is golden.
  27. # sync
  28. sync
  29. # dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
  30. dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
  31. 1.00.000.010+0 records in
  32. 10+0 records out
  33. 10 bytes transferred in 0.003 secs (3333 bytes/sec)
  34. #
Advertisement
Add Comment
Please, Sign In to add comment