DeprecatedRecoverFromBadBootloader » History » Version 4
Denis 'GNUtoo' Carikli, 07/03/2012 06:06 PM
1 | 1 | Denis 'GNUtoo' Carikli | h1. Introcution |
---|---|---|---|
2 | |||
3 | The bootloader is signed, and if you flash a modified bootloader(for instance using a recovery) it see that it has been modified and that the signature doesn't match and stop during boot as soon as it finds the modified bootloader(so it won't try other boot sources such as usb, or other devices). |
||
4 | |||
5 | I did exactly that(I tought that it would try other boot methods instead because a user reported that it did that when his NAND was damanged) and I bricked my device. |
||
6 | |||
7 | h1. The recovery |
||
8 | 2 | Denis 'GNUtoo' Carikli | |
9 | 4 | Denis 'GNUtoo' Carikli | In order to recovery I removed the "xOM5 resistor":http://forum.xda-developers.com/showthread.php?t=1566475 and didn't do anything else hardware related, then I remounted my phone and used "hummingbird-hibl":https://code.google.com/p/hummingbird-hibl/ to resurect my phone, this time it worked(with the resistor removed). |