Quote:
Originally Posted by ThR
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.