notes:random
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| notes:random [2026/04/05 02:07] – [Analysis of Android (cheap, china made) disk parition layout] azman | notes:random [2026/04/05 02:09] (current) – [Analysis of Android (cheap, china made) disk parition layout] azman | ||
|---|---|---|---|
| Line 263: | Line 263: | ||
| </ | </ | ||
| - | ===== Analysis of Android (cheap, china made) disk parition layout ===== | ||
| - | |||
| - | Dumped... | ||
| - | |||
| - | < | ||
| - | https:// | ||
| - | SP_Flash_Tool-5.1916_Linux.zip | ||
| - | |||
| - | => ./adb shell | ||
| - | |||
| - | $ cat /proc/mtd | ||
| - | dev: size | ||
| - | $ cat / | ||
| - | Part_Name | ||
| - | preloader | ||
| - | mbr 0x0000000000080000 | ||
| - | ebr1 | ||
| - | pro_info | ||
| - | nvram 0x0000000000500000 | ||
| - | protect_f | ||
| - | protect_s | ||
| - | seccfg | ||
| - | uboot 0x0000000000060000 | ||
| - | bootimg | ||
| - | recovery | ||
| - | sec_ro | ||
| - | misc | ||
| - | logo | ||
| - | expdb 0x0000000000a00000 | ||
| - | android | ||
| - | cache 0x000000000e200000 | ||
| - | usrdata | ||
| - | bmtpool | ||
| - | Part_Name: | ||
| - | Size:size of partition | ||
| - | StartAddr: | ||
| - | Type:Type of partition(MTD=1, | ||
| - | MapTo: | ||
| - | |||
| - | $ getprop ro.build.ab_update | ||
| - | - returns nothing... so, using A-only partition scheme (instead of newer A-B scheme) | ||
| - | </ | ||
notes/random.txt · Last modified: by azman
