Thread: Glo Android on Glo
View Single Post
Old 11-25-2013, 04:45 AM   #157
dd366
Member
dd366 doesn't litterdd366 doesn't litter
 
Posts: 23
Karma: 186
Join Date: Jul 2013
Location: France
Device: Kobo glo
Quote:
Originally Posted by MarekGibek View Post

If you want to run it on Kobo Glo:
I'm trying to restore the original logo 1024x758 in your Touch image (or replacing with custom logo)


In http://naberius.de/ hecke say:

Intermezzo: The startup logo

The system/bin/upgrade.sh tells us that the logo lives in /dev/block/mmcblk0@18432 (bs=512).
The name suggest that the image uses a 4 bit raw format – native resolution of the display is 1024×758 (makes 388096 bytes).

dd if=/dev/block/mmcblk0 bs=1 skip=9437184 count=388096 of=raw_logo
-> ofset: 9437184 Long: 388096

So you have convert it to 800x600 and replaced it
Where can I find it in the raw image, partition and ofset ?

Or can you post your modified raw logo for me to find it in the image (if not compressed in image ???)

Thanks.
dd366 is offline   Reply With Quote