IMPRECINDIBLE TENER UN BOOTLOADER DESBLOQUEADO!
Cita:
Características:
full ADB access in recovery mode
Busybox v1.15.2
HW-Key navigation (Trackball + Volume-key) option
Extended menu :
Reboot system now :: reboot your phone
USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC)
Backup/Restore
Nand backup :: Make a Nand backup, the following partitions are NOT included :
Recovery (to avoid restoring old version)
Cache (no need to backup imo)
Misc (no need to backup imo + restore issues on some phones)
Splash1+2 (no need to backup imo + restore issues on some phones)
Nand restore :: Restore a Nand backup
Flash zip from sdcard :: Flash a zip update file from your sdcard
Wipe
Wipe data/factory reset :: Wipe /data and /cache
Wipe Dalvik-cache :: Wipe Dalvik-cache both on /data
Wipe battery stats : Wipe the battery stats in /data
Wipe rotate settings : Wipe the sensor settings in /data
Partition sdcard
Partition SD :: Interactive SD partitioning
Other
Fix apk uid mismatches :: Does extacly that
Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information)
Power off :: Powers off your phone
Scripts available via adb :
Nandroid v2.2.1 : enter "nandroid-mobile.sh" to start.
sdparted v0.6 : enter "sdparted" to start.
|
VERSION NORMAL
MIRROR
CYANOGENMOD VERSION
MIRROR
Copiar el archivo descargado a la carpeta donde tenemos el fastboot (tutorial al respecto
aquí)
Entramos con el móvil en ADB (con el N1 apagado pulsando un rato trackball y power).
Una vez en ADB comprobamos conectividad con móvil ejecutando desde una consola de comandos situada en la carpeta donde tenemos el fastboot:
fastboot devices
El comando puede ser el siguiente en caso de que hayais usado la carpeta que linké en el tutorial de cómo hacerse root:
fastboot-windows devices
Una vez comprobada la conectividad actualizamos al nuevo Recovery con uno de los dos siguientes comandos (siguiendo misma lógica que en el caso anterior):
fastboot flash recovery recovery-RA-nexus-v1.7.0.img
fastboot-windows flash recovery recovery-RA-nexus-v1.7.0.img
Si todo va bien ya tendremos el móvil con el nuevo Recovery.