Hi,
Some phone types have their bitmapped stored in a coded way.
This is no real coding, I think it is a method to minimise storage space voor sequential same data strokes.
Here's a coding demo for 3410-409, adr 2592BC, size 10hx07h
Data 12003E110A00113C3E11123C110036...
Data is stored in "AB1122" 3 bytes blocks.
A is the number of repeats for the first byte '11'
B is the number of repeats for the second byte '22'
So the string 34AABB would give us uncoded AAAAAABBBBBBBB
In the 3410 logo:
12 003E, 1 time 00 and 2 times 3E (003E3E)
11 0A00, 1 time 0A and 1 time 00 (0A00)
11 3C3E, 1 time 3C and 1 time 3E (3C3E)
U now only have to paste all those blocks to one line again and the logo could be displayed like the regular ones.
003E3E0A003C3E123C00363E0836...
Like as in FlsEdit...
NokDoc
U can checkout anytime U like, but U can never leave!
Bookmarks