Ver Mensaje Individual
  #505  
Viejo 09/07/11, 09:35:11
Array

[xs_avatar]
javiges javiges no está en línea
Betatester oficial
 
Fecha de registro: oct 2010
Localización: Ourense
Mensajes: 2,110
Modelo de smartphone: OnePlus One, Oneplus 3T
Tu operador: Orange
no doy echo funcionar el adb con win 7 64, estos comandos:
- mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system

- cat /sdcard/flash_image > /system/bin/flash_image

- chmod 755 /system/bin/flash_image

- mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak (Este al no tener ya un recovery instalado puede que de fallo. Pasa al codigo siguiente).

- mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system

- flash_image recovery /sdcard/recovery-clockwork-2.5.0.1-buzz.img

- reboot recovery

los puedo hacer directamente con el terminal emulator en el movil?.gracias
Responder Con Cita