Android Rcovery Codes


SUBMITTED BY: samiulbd

DATE: Nov. 19, 2015, 6:07 a.m.

FORMAT: Text only

SIZE: 230 Bytes

HITS: 929

  1. adb push c:\flash_image /sdcard/
  2. adb push c:\recovery.img /sdcard/
  3. adb shell
  4. su
  5. mount -o remount, rw /system
  6. cp /sdcard/flash_image /system/bin
  7. cd /system/bin
  8. chmod 777 flash_image
  9. flash_image recovery /sdcard/recovery.img

comments powered by Disqus