go run . -> ./moto-flash-data
This commit is contained in:
parent
3ed779d2f3
commit
5fe59b8a40
1 changed files with 5 additions and 5 deletions
|
@ -63,10 +63,10 @@ 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.
|
||||
`go run . s19-isolate-part -f 2025-ringtone-before-fullflashreport.s19 -i 5 -o mtp3250-part5.mpar`
|
||||
`./moto-flash-data s19-isolate-part -f 2025-ringtone-before-fullflashreport.s19 -i 5 -o mtp3250-part5.mpar`
|
||||
|
||||
4. List Partition PAX Contents:
|
||||
`go run . mpar-pax-list -f mtp3250-part5.mpar`
|
||||
`./moto-flash-data mpar-pax-list -f mtp3250-part5.mpar`
|
||||
|
||||
Example Output:
|
||||
|
||||
|
@ -93,12 +93,12 @@ INF Original-Full-Header-Hex: 9032f60c20f00a0000000000000000006933342e3030302e39
|
|||
```
|
||||
|
||||
5. Extract a specific Sound-File
|
||||
`go run . mpar-pax-extract -m mtp3250-part5.mpar -f RingTone2.wav`
|
||||
`./moto-flash-data mpar-pax-extract -m mtp3250-part5.mpar -f RingTone2.wav`
|
||||
|
||||
6. Modify the File as you wish.
|
||||
|
||||
7. Replace the File in the Partition with a new version
|
||||
`go run . mpar-pax-replace -m mtp3250-part5.mpar -f RingTone1.wav -r RingTone1.skype.wav -o mtp3250-part5-mod.mpar`
|
||||
`./moto-flash-data mpar-pax-replace -m mtp3250-part5.mpar -f RingTone1.wav -r RingTone1.skype.wav -o mtp3250-part5-mod.mpar`
|
||||
|
||||
8. Create a new S19 File for the CPS
|
||||
`go run . s19-from-mpar -a 0x06000000 -f mtp3250-part5-mod.mpar -o mtp3250-part5-mod.s19`
|
||||
`./moto-flash-data s19-from-mpar -a 0x06000000 -f mtp3250-part5-mod.mpar -o mtp3250-part5-mod.s19`
|
Loading…
Add table
Reference in a new issue