View Single Post
Old 02-09-2012, 05:33 AM   #3351
BenChen
EPUB Metadata ******
BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.
 
Posts: 525
Karma: 26874
Join Date: Dec 2010
Device: Kobo Glo HD
Quote:
Originally Posted by ThR View Post
OK, thank you @Analogus. Now it becomes clear. Maybe I will give it a try with a custom build. There's no urgend need for the correct icons, 'cause the applications are working fine even with the "wrong" icons. It's only a need of "look & feel".
Hi ThR,

There are no plans to add larger icons for the games. So the only way you can get a proper Sudoku icon on the home page will be with a custom build.

Here's what you would do to add a home page icon on the 650. Once you download the source using Mercurial, look in

..\firmware\650\resources\scripts\home

and edit the file kBookDeviceHome.png

You will need to add the extra icons to the right of the existing ones (or you could just replace one of the existing icons of an app that you don't use). Then look in

..\script\core\compat

and edit the config file 650_config.js

Look down the list of icons, looking for the name of the icon you are adding (in your case SUDOKU), and then add

HOME_SUDOKU: 8,

under the other "HOME_" icons if you added an icon (or replace the existing entry, making sure to call it HOME_SUDOKU, but use the number of the replaced item).

Then make your custom build and install it on your reader.

Hope that helps!

Sincerely,
Ben.
BenChen is offline   Reply With Quote