notes:android
Differences
This shows you the differences between two versions of the page.
| notes:android [2026/02/08 03:46] – created - external edit 127.0.0.1 | notes:android [2026/04/05 02:09] (current) – azman | ||
|---|---|---|---|
| Line 135: | Line 135: | ||
| - adb shell... then type the command shown by shizuku app | - adb shell... then type the command shown by shizuku app | ||
| </ | </ | ||
| + | |||
| + | ===== 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/android.txt · Last modified: by azman
