
Originally Posted by
elerouxx
I SEEM EDIT using Radiocomm v11.1.0.
I have an editing method which may be useful, using just radiocomm and FRHED (open source hex editor):
I connect my phone in MODEM usb mode. Then I go to the GSM 2 tab, get Element ID 0032, Record 0001, and get the data with RDELEM. I leave the default data length of 0200.
Then I select and COPY this data.
I go to FRHED (free hex editor). DONT PASTE! instead: FILE -> IMPORT FROM HEX DUMP.
Do you want to import from the clipboard instead of a file? YES
Does this data have the same format as frhed display? NO (only hex, no spaces)
The HEX editor is ready with the 0032_0001 data. CTRL-G to go to an offset (use X before to specify as hex value, and not $). CTRL-B for bit manipulation.
When you are done, select all the chunk (ctrl A or just with the mouse) then:
EXPORT AS HEXDUMP.
The values are filled out from 0 to 01ff (length = 200) from your selection so leave them alone.
Check EXPORT TO CLIPBOARD, and in TYPE check JUST HEX DIGITS ON A LINE.
Then you paste this into the RADIOCOMM DATA. Set LENGTH to 0200 at the left side, then STELEM.
elerouxx