Thread
:
logo-nokia - what format?
View Single Post
Benson
2008-04-21 , 17:29
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#
9
Hmmm... Check out the png in there:
Device start-up failed.
Contact the retailer
Anyone ever see that show up???
But to your question: file doesn't know (says data). It is obviously some binary format, and it doesn't look to be compressed. (Too many ff ff words...) But if it's not compressed, it's only about 80x80 pixels at one byte per pixel, so I'm inclined to think it's RLE or some such. The only obvious thing to do (I think) is to start twiddling bits/bytes/words and reboot the tablet to see what happens. If it's encoded, though, it's quite possible to change something in such a way as to cause buffer overrun or other bad behavior (exposing bugs in little-used, probably little-tested code), and at worst case, boot-up could fail entirely... Not for me, at least not right now.
Check the one next to it: qgn_indi_charger_connection_detected
It's also seen as 'data' (i.e. unknown) by file, but is a tidier file size, (1200 = 40x30) and comparison might yield helpful results --
if
they are even the same format.
Quote & Reply
|
The Following User Says Thank You to Benson For This Useful Post:
qwerty12
Benson
View Public Profile
Send a private message to Benson
Find all posts by Benson