Yo resucite la mia con esto.
Estaba frita y solo salia la pantalla de Voda...e.
Se que mi reputacion aqui es nula,por que no suelo escribir,pero espero que ayude a algun compi.
Navigate to androidsdk/tools where you have all the nandroid backup files you made earlier. You should find back the following files :
- boot.img
- cache.img
- data.img
- misc.img
- recovery.img
- system.img
Boot your phone in fastboot-mode and enter the following commands :
Code:
fastboot erase boot
fastboot erase cache
fastboot erase recovery
fastboot erase system
fastboot erase userdata
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata data.img
fastboot reboot
Esto lo encontre aqui:
http://forum.xda-developers.com/showthread.php?t=552045