updated docs
This commit is contained in:
parent
312cf2f075
commit
0890260d17
2 changed files with 22 additions and 17 deletions
|
@ -15,12 +15,12 @@
|
|||
13 0x16800000 - 0x168da0a0 (872.16 KiB) = 1.13.96-2
|
||||
14 0x17000000 - 0x170780e2 (480.22 KiB) = boot/resetlog.zip
|
||||
15 0x20000000 - 0x20003124 (12.29 KiB)
|
||||
16 0x20800000 - 0x2080d9c0 (54.44 KiB)
|
||||
16 0x20800000 - 0x2080d9c0 (54.44 KiB) = 13x px spritemap
|
||||
17 0x21000000 - 0x21011cd8 (71.21 KiB)
|
||||
18 0x21800000 - 0x21800548 (1.32 KiB)
|
||||
19 0x22000000 - 0x22000548 (1.32 KiB)
|
||||
20 0x22800000 - 0x228254ec (149.23 KiB) = spritemap
|
||||
21 0x23000000 - 0x2300cfe0 (51.97 KiB)
|
||||
21 0x23000000 - 0x2300cfe0 (51.97 KiB) = spritemap 16px RGB 8bit
|
||||
22 0x23800000 - 0x2380427c (16.62 KiB)
|
||||
23 0x24000000 - 0x2401b2b8 (108.68 KiB)
|
||||
24 0x24800000 - 0x24803a28 (14.54 KiB)
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
### Modify Ring/Notification Tones
|
||||
|
||||
1. CPS > Full Flash Report (Entire Flash) > `2025-ringtone-before-fullflashreport.s19`
|
||||
|
||||
2. `./moto-flash-data s19-tree -f 2025-ringtone-before-fullflashreport.s19`
|
||||
|
||||
Example Output:
|
||||
|
||||
```
|
||||
INF S19-Tree fileName=2025-ringtone-before-fullflashreport.s19
|
||||
INF Reading file... fileSize=58451410
|
||||
|
@ -63,9 +66,11 @@ INF Index: 25, Media-ID: 0x00, Partition Size: 0x00004338 / 17208 bytes, Partiti
|
|||
look for Partition 4-5 (4 = Short Tones, 5 = Ringtones)
|
||||
|
||||
3. Extract the specified Partition into a seperate file.
|
||||
|
||||
`./moto-flash-data s19-isolate-part -f 2025-ringtone-before-fullflashreport.s19 -i 5 -o mtp3250-part5.mpar`
|
||||
|
||||
4. List Partition PAX Contents:
|
||||
|
||||
`./moto-flash-data mpar-pax-list -f mtp3250-part5.mpar`
|
||||
|
||||
Example Output:
|
||||
|
|
Loading…
Add table
Reference in a new issue