meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| android:redmi_2 [2020/10/27 07:31] – created niziak | android:redmi_2 [2020/12/25 10:47] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Redmi 2 ====== | + | ====== Redmi 2 Pro ====== |
| + | |||
| + | This phone: | ||
| + | * 2014813 TD-LTE = WT86047 (China) | ||
| + | * CMIT ID: 2014CP6138 | ||
| + | |||
| + | |||
| + | HM2014811 = WT88047 (Global) | ||
| + | |||
| + | eMMC is SAMSUNG R311MB 16 GB | ||
| * Recovery - VOL DOWN + VOL UP + POWER | * Recovery - VOL DOWN + VOL UP + POWER | ||
| Line 9: | Line 19: | ||
| fsatboot reboot emergency | fsatboot reboot emergency | ||
| </ | </ | ||
| + | |||
| ===== TWRP ===== | ===== TWRP ===== | ||
| ==== Flashing ==== | ==== Flashing ==== | ||
| + | [[https:// | ||
| + | |||
| <code bash> | <code bash> | ||
| ==== error: device unauthorized ==== | ==== error: device unauthorized ==== | ||
| + | [[https:// | ||
| + | TWRP contains wrong props. Should be: | ||
| + | < | ||
| + | getprop | ||
| + | ro.secure=0 | ||
| + | ro.adb.secure=0 | ||
| + | ro.debuggable=1 | ||
| + | </ | ||
| + | ===== broken eMMC flash ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | Make dump of main flash region to SD card using TWRP: | ||
| + | |||
| + | <code bash> | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | </ | ||