meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
android:redmi_2 [2020/10/27 07:56] niziakandroid:redmi_2 [2020/12/25 10:47] (current) niziak
Line 19: Line 19:
 fsatboot reboot emergency fsatboot reboot emergency
 </code> </code>
- 
-[[https://forum.xda-developers.com/redmi-2/how-to/wt86047-redmi-2-2014813-2-16-emmc-failed-t4006343|wt86047 Redmi 2 (2014813) 2/16 EMMC Failed]] 
-[[https://forum.xda-developers.com/redmi-2/help/boot-sd-card-emmc-memory-dead-t3693638|Boot from SD card. EMMC memory is dea]] 
-[[https://forum.xda-developers.com/android/help/how-to-boot-sd-card-qmobile-z8-bricked-t3712171|[HOW TO] BOOT FROM SD CARD [SUCCESSFULLY] on QMobile Z8 with BRICKED/DEAD  
-eMMC]] 
  
  
Line 44: Line 39:
 </code> </code>
  
 +===== broken eMMC flash =====
 +
 +  * [[https://forum.xda-developers.com/redmi-2/how-to/wt86047-redmi-2-2014813-2-16-emmc-failed-t4006343|wt86047 Redmi 2 (2014813) 2/16 EMMC Failed]]
 +  * [[https://forum.xda-developers.com/redmi-2/help/boot-sd-card-emmc-memory-dead-t3693638|Boot from SD card. EMMC memory is dea]]
 +  * [[https://forum.xda-developers.com/android/help/how-to-boot-sd-card-qmobile-z8-bricked-t3712171|[HOW TO] BOOT FROM SD CARD [SUCCESSFULLY] on QMobile Z8 with BRICKED/DEAD eMMC]]
 +
 +Make dump of main flash region to SD card using TWRP:
 +
 +<code bash>
 +dd if=/dev/block/mmcblk0p30 of=/external_sd/dump1.bin bs=1M count=4000
 +dd if=/dev/block/mmcblk0p30 of=/external_sd/dump2.bin bs=1M count=4000 skip=4000
 +dd if=/dev/block/mmcblk0p30 of=/external_sd/dump3.bin bs=1M count=4000 skip=8000
 +</code>