1. hojoho's Avatar
    I want to use os 5 icons on my 8330m the same size as they should be. When i make a theme with os 5 icons, it scales them down to os 4.5 size. I know the files are in the os code somewhere, even if i have to reinstall the os. Problem is where are the gui files.
    08-31-10 10:45 PM
  2. Smiley88's Avatar
    I want to use os 5 icons on my 8330m the same size as they should be. When i make a theme with os 5 icons, it scales them down to os 4.5 size. I know the files are in the os code somewhere, even if i have to reinstall the os. Problem is where are the gui files.
    Each device has different icon size. If you want better looking icons on small screens then you will need to resize all OS5 icons. For the 8330 the icon size is 48x48

    you can use this to check for the device icon size

    int height = net.rim.blackberry.api.homescreen.HomeScreen.getPr eferredIconHeight();

    int width = net.rim.blackberry.api.homescreen.HomeScreen.getPr eferredIconWidth();
    09-01-10 10:15 AM
LINK TO POST COPIED TO CLIPBOARD