Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry Professionals > App Developers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #1  
Old 08-31-2010, 10:45 PM
CrackBerry Newbie
 
Join Date: Jun 2010
Posts: 7
Likes Received: 0
Thanked 0 Times in 0 Posts
Default How to change icon size in the os files

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.
Reply With Quote Tip this Post
  #2  
Old 09-01-2010, 10:15 AM
Developer - ToySoft
Device(s): 9800 (Torch)
Carrier: Fido
 
Location: Canada
Join Date: May 2008
Posts: 2,756
Likes Received: 48
Thanked 80 Times in 54 Posts
Default

Quote:
Originally Posted by hojoho View Post
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();
__________________
Visit our website www.toysoft.ca for Cool BlackBerry Apps!
Follow us @ http://twitter.com/toysoft or visit us at AppWorld
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > App Developers   How to change icon size in the os files

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes