![]() |
Quote:
http://forum.xda-developers.com/showthread.php?t=325424 It's the first attached file on the first post. That way they are already the correct proportions. |
Quote:
|
Quote:
Thanks for uploading the example - I can immediately see the problem. I looked at your .brn, and it's one byte too small (for that size of icon). Mine (and the stock) are 25,212 bytes. Your example is 25,211 bytes. Looking at your sample bmp with the hex editor, it looks like you may have deleted 0x1D - 0x46 (one too many). Here's a screenshot of your .bmp with the correct area highlighted. Notice the preceding "00", which isn't in your .brn: http://www.venusware.net/images/touch/0x1E-0x46.PNG Only one byte off... |
Quote:
Okaaaay... So, This Conversation has completly gone over my head! When you guys come out with a skinnable .cab file to change the look of the cube...I'll revisit this thread! Lol. |
Quote:
Here's the first block highlighted: http://www.venusware.net/images/touch/0x00-0x12.PNG We're removing a total of 58 bytes from the header, so the resulting .brn should be exaclty 58 bytes smaller than the .bmp... |
1 Attachment(s)
Quote:
|
I'm confused whether you delete the first 12 bytes FIRST, or the 1e-46?
Also, do you have to replace every picture (the entire animation) for the "sides" to show up differently, or can I just edit A0, B0, and C0 and have the new icons show up? Thanks in advance! |
well i edited c0.brn and got it to where it didn't freeze, but it only shows a flash of the pictures before the cube settles on the stock image. what are the files for the sides that the cube stops on? again, thanks in advance.
|
Ok, here is how I did this and it worked:
1. Create an icon in photoshop (or GIMP) that is 119x105 pixels. 2. Flip it vertically. 3. In photoshop, go to save as, click BMP under Format. Then in th next screen click "Advanced Modes" then "R5 G6 B5" under 16 Bit. Click OK. 4. Open the new BMP in your favorite Hex Editor (this step is pretty simple, even if you are new to Hex editing as I am). 5. To make it easy, delete bytes 0-45 (up until you start seeing repetitive numbers), see red below for what to delete: 42 4D B8 62 00 00 00 00 00 00 46 00 00 00 38 00 00 00 77 00 00 00 69 00 00 00 01 00 10 00 03 00 00 00 72 62 00 00 12 0B 00 00 12 0B 00 00 00 00 00 00 00 00 00 00 00 F8 00 00 E0 07 00 00 1F 00 00 00 00 00 00 00 C7 39 E7 39 C8 39 C7 39 E7 39 C7 39 E7 39 C7 39 C7 41 C7 39 C7 39 E7 39 C7 39 C7 39 C8 39 C7 39 C7 39 E7 39 C8 39 C7 39 E7 39 C7 39 E7 39 C7 39 C7 41 6. Now type this exactly onto the beginning, 77 00 00 00 69 00 00 00 01 00 10 00 (of course you can just delete parts of the red as others have said, but I think it is easier just to delete it all then type in new code). 7. Save the new file as a .brn. 8. Put the .brn file in your \Windows directory on your phone (properly name it of course). 9. Soft reset and Voila, new icons. Hope this helps, feel free to email me at ZLinhart@gmail.com if you have any questions. |
Quote:
|
1 Attachment(s)
Quote:
2. If you want to change the animation also, you'll need to modify all of the animation files. I've attached the originals as .bmp's. I used GIMP's perspective tool to do this. Quote:
Quote:
I still think you're better off deleting 0x1E-0x46 and 0x00-0x12, in that order... |
Quote:
|
to much work for an icon
This is cool, however I think this is a little to much work to change some icons. I have started to develop a program that allows you to change program path and icons. when i am done all you will have to do is select a icon and point to the program that you want. I have a working app with alot of bugs I will try to finish ASAP but my time is very limited to work on thing like this. I will post screen shots soon.
|
Quote:
|
YATTA!
Finally, after hours of messing with bmps and brns I finally have custom icons on my Application Launcher! Woo hoo!!! Thank you storyr for all of your help! Now to "skin" the rest of it. Here's a quick question for those of you who know more than I do. I noticed that the registry entries seem to indicate that the "Cube" can have more sides to it than 3, in fact one of the Registry entries in the Biotouch>Biotouch folder is "TotalCubes" and it is set to 3. Also, it might be possible to set up the sides of the Cubea to have more buttons than it has right now. Each button has a size, position, and link entry. What if we change the size, move the position and add a couple more buttons? Would this work? I'm not at home right now so I'm not sure if I'll be able to try it until tonight, but if any of you have looked into either of these ideas, let us know your results! |
Just some info for those of us who need some help here (these are for the Sprint Touch):
HTC Cube Button Images(Apps Only): Application Launcher _________| Icon Path | Icon Pressed Path Top left: Windows\AL_01.brn | Windows\AL_01_HL.brn Mid left: Windows\AL_02.brn | Windows\AL_02_HL.brn Bot left: Windows\AL_03.brn | Windows\AL_03_HL.brn Top right: Windows\AL_04.brn | Windows\AL_04_HL.brn Mid right: Windows\AL_05.brn | Windows\AL_05_HL.brn Bot right: Windows\AL_06.brn | Windows\AL_06_HL.brn Mini Media Hub (all in Windows folder) ____| Icon | Icon Playing | Icon Playing Press | Icon Press Top: MH_01.brn | MH_2_01.brn | MH_2_01_HL.brn | MH_01_HL.brn Mid: MH_02.brn | MH_2_02.brn | MH_2_02_HL.brn | MH_02_HL.brn Bot: MH_03.brn | MH_2_03.brn | MH_2_03_HL.brn | MH_03_HL.brn Thought I'd post this since I didn't see it anywhere. These are the icons you'll need to change to see them on each side of the cube. I'd also like to point out the link for a good HEX editor: AXE Hex Editor For those of you who think this is daunting, it's really not that hard, just time consuming. I wish I knew how to code better, but I guess I'll have to wait for someone else to create a program that makes this easier. Oh well, for now I'm set! Yatta! |
2 Attachment(s)
Quote:
I've completed my G.A.N.T. cube - complete with icons and animations: http://www.venusware.net/images/touch/cube01.gif My main goal: Get rid fo the Sprint store crap - I give them enough money already. I realize this isn't for everybody, but I've attached the images I put together (.png's) and the .brn's. If nothing else, you can check out all the crap you have to do to skin the whole thing. The last Sprint item left on my cube is the TV, but the icon would work just as well with youtube... |
Quote:
|
Quote:
|
Quote:
|
Thanks to Musicman247 and storyr!! I spent the time to get mine customized tonight! Now all I need is more icons to choose from and I'd be set!
|
what I did was use google images and just searched for things like "Internet Explorer icon" to get the icons, then use GIMP to edit them onto the background. Really anything could be an icon. good hunting!
|
Speaking of icons, I Googled GANT (from storyr's post) and foudn the source for all things GANT: http://mattahan.deviantart.com/gallery/ He's got at least 4 volumes of icons (over 600). Look through the pages and download the ones you like. They're not all GANT, but they are all very nice looking.
|
Hey All, just finished my first Cube, turned out pretty nice.
Used the technique I listed earlier to make the icons. BmptoBrn DOES WORK for making the sides of the cube and is so much easier than hex editing (it does not work for the icons). Now it took me a loooong time to make the cube animation, had to make each one individually in photoshop and there are about 33 in total. Just wondering if: Anyone has a way to easily create the cube without doing each side individually... |
Quote:
Anyway, I did find a shortcut for creating the up/down animations, which comprises 15 of the images. They're simply shortened versions of the left/right animation images. So, if you first create A1-A5, B1-B5 and C1-C5 - the up/down sets (A01-A05, B01-B05, C01-C05) are just cropped versions of those. Here's the key: Code:
A01 = C1 (cropped to 100 pixels in height) |
Has anyone edited the spin with the new icons? I generic animation that just had gray squares instead of icons, would be great. I could definately use a generic animation since I don't have the patience to reanimate the cube every time I change an icon (not that I know how yet).
|
1 Attachment(s)
Also, I grabbed the png icons from Cyrilp here:
http://forum.xda-developers.com/showthread.php?t=313083 And converted them to brn format. Attached, incase anyone hexedit challenged want them. |
great work guys. im comfortable with most of this, but the brn creation is over my head. so if im understanding this right, if i wanted to change an icon id have to redo the whole cube, its not as simple as pointing the icon path to the new brn file?
|
Quote:
|
Quote:
If there was a blank cube and you just pasted in icons, they would not be distorted and thus look weird. Hopefully someone can think of a way to get around that... |
Quote:
Quote:
|
Ahh, i see what you mean. Thats a bit lame though (when you know that you can have the full cube), but it would certainly make it easier to change icons etc on the cube.
|
kellybrf: no, Tou don't have to change the animation for the icons to be different . in fact changing the animation has no effect whatsoever on the actual buttons. I've got only the buttons changed right now. i'll change the animation later.
|
3 Attachment(s)
Quote:
http://www.venusware.net/images/touch/blankcube01.gif-http://www.venusware.net/images/touch/blankcube02.gif Attachments: BlankCubeBrns.zip Contains the .brn files for the blank cube. Copy these to your \Windows folder (after you backup your originals, of course)BlankIconBackgroundBmps.zip Contains blank icon backgrounds for each icon on the cube. Just layer your icon on top of these, then convert them to .brn'sBlankCubeBmps.zip Contains the .bmp's that make up the blank cube. You don't need these, but if you want them, here they are...Have at it! |
Thanks for all your help guys but I have one more question. I backed up all of my files before I did any changes but I didn't write down the links to the programs that were default. What I am looking for is a way to link the Gmail mailbox under messaging instead of just going to the messaging app but I don't remember what parameters I need to put in during the regedit.
|
1 Attachment(s)
Does anyone have the original HTC cube icons converted that we can use on the SPRINT version?
|
Quote:
anyone wanna make a brn file for the orb logo? |
1 Attachment(s)
Hey storyr, I followed your instructions on how to make bmp to brns. Everything was going good until the hex editor. After that I just got stuck. Is their anyway you can help me out, and make these icons into brns? Thanks
|
1 Attachment(s)
Quote:
i did these for you, give em a try. |
Quote:
Edit: They work |
All times are GMT -4. The time now is 12:22 AM. |
Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com