BRN Icon Sizes?? - Touch CDMA General

what are the BRN Icon Sizes?
for the 3X2 and the Media Hub???
are they the same?

App Launcher brn sizes are w 119 x h 105
Media Hub brns are w 240 x h 105
Media Hub Playing brns are w 240 x h 74

Related

Creating Icons

Does anyone know what the size of the cube icons is in inches, cm, or mm? I can convert web icons to bitmap and bitmap to .brn, but I can't seem to get the right size to fill the square correctly. Any help would be appreciated.
Format is 32X32 but i dont know if it's inch, or mm
you can use "articons pro " as software to convert or modifie the icon size
do you realize how big is 32 inches my friend?? , bigger than the average TV set!
Try 119px wide x 105px high.

Boot Animation

So I'm making a custom boot animation for my Incredible. I'm still on stock HTC Sense FroYo.
I made the VZW_bootanimation.zip and the VZW_Droid.mp3. I put them on my phone in the /system/customize/resource directory and rebooted. The animation and the audio played.
However, the video played much slower than it should have. I have the desc.txt set to 15fps, and there are 129 frames, so it should have been roughly 8.6 seconds, but it played for 24 seconds. So the audio and video weren't synced, because the audio is 8.6 seconds.
desc.txt
Code:
480 800 15
p 1 45 part0
p 1 1 part1
part0 contains a single png image, so it should stay on the screen for 3 seconds. part1 contains the 129 png files that make up the animation.
I've tried messing with the fps to speed things up, but it doesn't seem to make a difference. Any ideas?

Question about using dimens.xml

I want to adjust my app for different screen sizes, So i created a dimens file for small screens
and created values-h470dp folder for bigger screens. For some reason, on the emulator the nexus 5 choose the dimens values of the small screen. The resolution of nexus 5 is 1080 x 1920 pixels and the density is 445 ppi pixel so the height should be 1920 * (160/445) = 690dp. So why is nexus 5 use the small screen dimens while its height is larger than 470dp?

Resizing icons

Standard icons have PX resolution 192x192, but to build.prop size 175, to fix it you need to system>build.prop is to find a place ro.config.app_big_icon_size = 175 and 192 change. Needs root

Rotated stock bootanimation.zip comes out stretched

So I downloaded the bootanimation.zip file from /system/media on to my PC and then extracted it and then right clicked on all PNG files and clicked rotate right. Then I zipped it again as STORE and put the new bootanimation.zip file in the /system/media location and set permissions to 644. When I reboot the tablet, the android animation has rotated the way I want but its stretching the android logo from top and bottom.
The files inside all the parts folders seem to be cropped exactly to the android logo size. Unlike some bootanimations that i've seen which seem to have lots of black space. The default size of the png before I rotate right is Width: 660 x Height: 174 and if I rotate right then it becomes Width: 174 x Height: 660.
And my desc.txt file looks like below. I tried swapping height and width around on the first line but that just completely didn't work at all.
660 174 60
c 1 30 part0
c 1 0 part1
c 0 0 part2
c 1 64 part3
c 1 15 part4
Any ideas what I can do to fix this? Thanks
Nevermind I've fixed it. It was the fact that I needed to rotate the line 660 174 60 around to read 174 660 60

Categories

Resources