Guest User

Untitled

a guest
Mar 23rd, 2012
1,032
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. How to downgrade from 1.23, 1.27 hboot S ON
  2.  
  3. first you will have to find the same RUU that you used to upgrade to 1.23/1.27. Next we will have to brick the device, but in a special way
  4.  
  5.  
  6. remove the back cover of the phone and plug it in usb. you must have direct access to the battery, because you will have to pull it out QUICKLY!get your hands on it and be ready
  7.  
  8. export the rom.zip from the RUU, or the firmware.zip from the 1.27 OTA
  9. and get it in the same directory with fastboot
  10. open up a terminal and go to adb. next:
  11. adb reboot-bootloader
  12. fastboot oem rebootRUU
  13. fastboot flash zip firmware.zip
  14. (example with the 1.27 firmware here)
  15.  
  16. Once you press enter you will see lines of code like this:
  17.  
  18. dex@unbrick:~$ fastboot flash zip PG58IMG.zip
  19. sending 'zip' (409063 KB)... OKAY
  20. writing 'zip'... INFOadopting the signature contained in this image...
  21. INFOsignature checking...
  22. INFOzip header checking...
  23. INFOzip info parsing...
  24. INFOchecking model ID...
  25. INFOchecking custom ID...
  26. INFOchecking main version...
  27. INFOchecking hboot version...
  28. INFOstart image[hboot] unzipping for pre-update check...
  29. INFOstart image[hboot] unzipping & flushing...
  30. INFO[RUU]UZ,hboot,0
  31. INFO[RUU]UZ,hboot,100
  32. INFOsignature checking...
  33. INFO[RUU]WP,hboot,0
  34.  
  35. now you must pull the battery out and interrupt the procedure as soon as this^^ line appears (INFO[RUU]WP,hboot,0). It is going to be very fast, so you have less than a second. be prepared. if you are too late and this line shows up:
  36.  
  37. INFO[RUU]WP,hboot,100
  38.  
  39. then let it finish normally and retry. If you do everything correctly, the phone will refuse to boot after a reboot. now you can use the unbrick guide
  40.  
  41. happy bricking and unricking
  42. Dexter93
Advertisement
Add Comment
Please, Sign In to add comment