Black Bars - HTC Vox

Forgive me if this has been asked before; I have searched endlessly and not found an answer. I have installed Dr. Gonzo's 6.1 rom on my s710. I am looking to remove the 3D effect from the top and bottom bars like the theme in this thread: http://forum.xda-developers.com/showthread.php?t=322046 but obviously for smartphone.
Any help?

check http://www.nectun.com/details_aide.php?id_def=112

Thanks for the help. Even though I can't read what's on that page it is the direction I was heading. I ended up copying the black theme from jerpelea's kitchen for this ROM: http://forum.xda-developers.com/showthread.php?t=384398
Exactly what I wanted.

How to...
It's easy, create the following registry keys/values:
Code:
[HKEY_CURRENT_USER\ControlPanel\Home\KLEMENTiN.home.xml]
"COLOR_TITLEFLATCENTER"=dword:00000000
"COLOR_SOFTKEYFLATCENTER"=dword:00000000
replace "KLEMENTiN.home.xml" with the full name of you're own XML-file.
Br,
KLEMENTiN

Related

Location of [3G] icon in WM 6.1 ROMs [UNSOLVED]

Hi all,
I've been searching for a way to change the ugly [3G] icon that's displayed on the title bar in WM 6.1 on my Kaiser. The current official icon looks distorted as if it has been stretched and is really ugly! I'm talking about the large plain 3G icon, not the one with the antenna next to it.
So far I've come across this thread:
http://forum.xda-developers.com/showthread.php?t=351770
This thread refers to shellres.96.dll and also to a .CAB which contains a modified version of phcanOverbmp.dll. I extracted these two DLLs from my device and checked them with several resource editors, but could not locate the dreaded [3G] icon... I could find the battery, phone, wi-fi, and many other icons in there, but not the [3G] one. So it must be stored in a different DLL... Note that I'm using WM 6.1 (not 6.0). Could it be that these icons are located in a different DLL in WM 6.1?
Does anyone know the location of the [3G] icon in WM 6.1 ROMs? I want to do the modification myself (I'm a programmer and know how to do it). I just can't find the file it is stored in.
Any info/help is greatly appreciated.
Many thanks to all!
DrXDA
DrXDA said:
Hi all,
I've been searching for a way to change the ugly [3G] icon that's displayed on the title bar in WM 6.1 on my Kaiser. The current official icon looks distorted as if it has been stretched and is really ugly! I'm taking about the large plain 3G icon, not the one with the antenna next to it.
So far I've come across this thread:
http://forum.xda-developers.com/showthread.php?t=351770
This thread refers to shellres.96.dll and also to a .CAB which contains a modified version of phcanOverbmp.dll. I extracted these two DLLs from my device and checked them with several resource editors, but could not locate the dreaded [3G] icon... I could find the battery, phone, wi-fi, and many other icons in there, but not the [3G] one. So it must be stored in a different DLL... Note that I'm using WM 6.1 (not 6.0). Could it be that these icons are located in a different DLL in WM 6.1?
Does anyone know the location of the [3G] icon in WM 6.1 ROMs? I want to do the modification myself (I'm a programmer and know how to do it). I just can't find the file it is stored in.
Any info/help is greatly appreciated.
Many thanks to all!
DrXDA
Click to expand...
Click to collapse
Is this the one you are reffering to?
the icon is in phcanOverbmp.dll
Use resh to strip it
aruppenthal said:
Is this the one you are reffering to?
Click to expand...
Click to collapse
Wow, your version looks better! The one I'm referring to is the one I'm attaching to this post. This is the icon that comes with the official 6.0/6.1 Kaiser ROMs.
This has got to be the ugliest, most distorted icon I've even seen in a WM device! It may sound like a minor detail to a lot of people, but it just spoils the otherwise beautiful Today screen of my Kaiser, that's why I want to change it if possible.
shogunmark said:
the icon is in phcanOverbmp.dll
Click to expand...
Click to collapse
Thanks to everyone for the quick replies!
Are you sure it's in there? I tried checking phcanOverbmp.dll again using both PE Explorer and Resource Hacker, but it's not there, or I'm doing something wrong. I'm attaching the DLL to this post, if someone wants to check it out. This is the file that came straight out of my device, which is exactly the same as the file I extracted from the official ROM files (HTC WM 6.1 WWE). I just can't find the [3G] icon in there...
raiisak said:
Use resh to strip it
Click to expand...
Click to collapse
Thanks for the suggestion. I've just tried resh on the DLL suggested above, but can't find the dreaded [3G] icon!!! See my previous post.
I think it's in the shellres.96.dll file. Check in there. I just checked mine and it's under Icon->44->0.
ecltech said:
I think it's in the shellres.96.dll file. Check in there. I just checked mine and it's under Icon->44->0.
Click to expand...
Click to collapse
Many thanks for posting. Unfortunately this is not the same icon! I found this earlier on while I was searching the shellres.96.dll DLL. See attached image. This is the small version (3G logo on top-left), which is part of the animation it shows while connecting. This icon looks OK. The one I'm referring to is the large plain 3G icon with large distorted fonts, as shown in my post #5 above.
Thanks again for trying. I can't believe it's so difficult to find this little icon!
Still can't find it! Aaarghhh!
Hi again, sorry for bumping this, if any of the cooks out there reads this thread and has successfully modified the [3G] icon on a WM 6.1 ROM, I'd be really grateful if they could let me know how they did it. As said above, I was expecting to find it as an icon resource in a DLL, but checking both shellres.96.dll and phcanOverbmp.dll it's just not there... There are 500+ DLL files in the thing, so it's near-impossible to check them all manually...
If anyone knows anything about the whereabouts of this mystery icon, please let me know.
Many thanks in advance to everyone in the forum, your help is greatly appreciated.
DrXDA
Try IconsExtract from www.nirsoft.net. You can point IconsExtract at a folder and tell it to scan sub-folders too; just give it the root folder of your dumped ROM and let it go.....
As several people have already said, the icon is almost certainly in the pcCanOverBMP.dll file; there are about ten "3G" icons in my (WM6.0) version, most of which are the small versions that get displayed when a 3G data transfer is taking place......BUT, there is (at least) one icon that could be the main icon.
When you look at the output from IconsExtract, the 3G icons don't actually show until you click on them to highlight them, which makes me think they may be kinda transparent icons?
Have a go....see what you think
Mark.
phcanOverbmp.dll is where the 3G icon is located. I have a nice looking 3G icon from back in the Hermes days that works on the kaiser I will upload later if you still need it.
@Mark Crouch: Many thanks for the suggestions. I've never used IconsExtract, it sounds like the ideal solution for batch-extracting the icons in the 100s of DLLs in the ROM. I will give it a try and post my findings here.
About phcanOverbmp.dll, if you guys are absolutely certain that it's in there, then I must be doing something wrong. I tried at least 3 different resource editors and could not find it. But I did notice that different editors showed slightly different data (for e.g., Visual Studio's resource editor wasn't able to display all data for some reason). I hope IconsExtract will manage to show the dreaded icon.
@austinsnyc: Another vote for phcanOverbmp.dll, many thanks for this. Let me do some tests and if I still can't find it I'll ask you for the file.
Thx guys, will post here when I do the tests.
DrXDA
I am 100% sure that the 3G is in phcanOverbmp.dll.... Again you can also find the cab I am talking about by searching Xda for "clean 3G icon" you might find it in the hermes section but it works fine for Kaisers as well Now a CUSTOM 3G would be totally awesome and something I have not seen before except by using WiseBar Advanced which I don't like to use.
Still can't find it!
Hi again, I've just tried IconsExtract to extract all icons in phcanOverbmp.dll. Guess what? The damn [3G] icon still doesn't show up! There's only one icon in there (not related to 3G) and also some bitmaps (again unrelated to 3G).
Can someone please download the version of phcanOverbmp.dll that's in my Kaiser (it can be found here), and check it out to see if you can find the icon? I'm really looking forward to your results. Note that this DLL is the original file that is contained in the official HTC ROM, I've double checked this by extracting the same file from the official ROM image and comparing the two. It's definitely official and untouched.
Please note that I'm using the official HTC WM 6.1 WWE ROM (not the old WM 6.0 ROM). My guesses are that either the WM 6.1 ROMs don't have the icon in there, or maybe the icon is stored in a non-standard way, so the normal resource editors can't extract/show it.
Any ideas are welcome.
I think I'm beginning to give up on this...
DrXDA
The attached file is the one I have been using on Kaiser and previously used on the Hermes I had - no problems on either devices. I like it and am still using it today on WM6.1 PDAviet v7
I Believe that it was inside an add-on package from one of Schap's earlier WM6 roms (mid-2007).
search xda for "clean 3g icon" if you care to know it's history.
id242 said:
The attached file is the one I have been using on Kaiser and previously used on the Hermes I had - no problems on either devices. I like it and am still using it today on WM6.1 PDAviet v7
I Believe that it was inside an add-on package from one of Schap's earlier WM6 roms (mid-2007).
search xda for "clean 3g icon" if you care to know it's history.
Click to expand...
Click to collapse
Many thanks, I will give it a try to see what happens. I quickly checked the phcanOverbmp.dll contained in your .CAB and voila! The 3G icon is in there (and looks nice too)! What I still don't understand is the fact that the 3G icon is NOT in my own phcanOverbmp.dll (original file from HTC). How come?
Anyway, I will try the .CAB to see what it does. But still, I was expecting to find the 3G icon in my Kaiser's original DLL too, so I can change it myself as needed. This is still a mystery to me...
Thanks again.
DrXDA
the reason i think HTC changes it from build to build and also something strange that might be cause of your problem inside the kaiser OS.nb there are to pecanoverlook.dll)) one is just like that one and the onther is _pecanoverlook.ddl which is swapped out for one another when Autro-run is run...
may not mean didle **** just a thought.

Vodafone Red&White to HTC Black&White TF3D theme

Hi All,
Can someone assist me plz..
I just basically want to change my them from the Vodafone Red and White TF3D to the original HTC Black & White theme.
What is te easiest way to do this without having to install alot of other stuff or shag my handset
Any help , well appreciated
I go along with the wish to revert the Vodafone TF3D screens to the original HTC versions - much smarter. Anyone have any solutions?
Guys, read read and read some more. (the Wiki to be more specific)
It is very very easy.
1. HardSpl your phone (make a donation to the kind people who made it for you) It is just a matter of plugging your phone into your pc, and clicking an EXE file.
2. Download the Shipped HTC rom you want 1.90 is suggested. and double click that exe file.
Then you are done.
I had the HTC Black theme beamed to me today from a friends diamond..but when i select it it just shows as the vodafone red and white theme..i dont really want to install the all the spl stuff just for the one thing.
Surely there is an easier way around this//?/
I NEED HELP plzzzzz
churchwa said:
Guys, read read and read some more. (the Wiki to be more specific)
It is very very easy.
1. HardSpl your phone (make a donation to the kind people who made it for you) It is just a matter of plugging your phone into your pc, and clicking an EXE file.
2. Download the Shipped HTC rom you want 1.90 is suggested. and double click that exe file.
Then you are done.
Click to expand...
Click to collapse
step 2 ?
i don't get it
can you please explain more
No need to completely re-flash if its just the look and feel your after......
Check out the following Diamond Thread to get your selves started (YES - Works fine on the Pro too!)
http://forum.xda-developers.com/showthread.php?t=409901
Once your up and running and get a little more confident and adventurous - maybe share a little of what you change here too?
http://forum.xda-developers.com/showthread.php?t=421317
.
Blob8me said:
No need to completely re-flash if its just the look and feel your after......
Check out the following Diamond Thread to get your selves started (YES - Works fine on the Pro too!)
http://forum.xda-developers.com/showthread.php?t=409901
Once your up and running and get a little more confident and adventurous - maybe share a little of what you change here too?
http://forum.xda-developers.com/showthread.php?t=421317
.
Click to expand...
Click to collapse
thx alote
so when i do this (your first suggestion) and i download the HTC Black theme
will it be exatly like the orignal (black) 3d flow as on the HTC. PRO
(i got a pro myself)
Problem with black theme on Touch Pro
I've downloaded the black theme and installed it with TF3D config 0.6.7
The install went perfectly and 958% of the theme works great.
However 5% does not and this is for me a very important 5%.
With the HTC weather app (and then the 5 day forecast), the letters of the 5 days are black one a black background. That's noy very handy. This happens also in the music list of the TF3D music player.
And in this player there is one other problem. When I go to the library (all music) the icon-bar stays the same as the standard TF3D, while ot should change to a bar that gives me the option of albums, genres, playlists and so on. I don't get this specific bar with this theme. When I change it back to my original Vodafone Red en White it all works perfectly. However I really don't like those colors. Can someone help me with these issues on changing the theme to original black.
i'm having the exact same problem with my pro.
black on black in the application list and the no horizontal bar in the music player
does anyone know why that happens? thanks for your help
// edit: i just tried it another time: tf3d config deletes 1095 manila files but only copies 989 back on the device. can someone confirm that?

o2 diamond pro and the tf3d theme :(

hey guys,
i know there are a bunch of threads out there already which deal with themes and tf3dconfig 0.6.7 and everything. but it seems like there's been quite a few issues with the original o2 ROM TF3D and the attempt to install the black htc theme.
I tried to use tf3dconfig 0.6.7 and use the diamond htc black theme here from the forum. The installation works quite alright, everything seems nice but the music player doesn't show the artist/genre/track/album horizontal menu and also is the list of applications black on black.
Maybe there are a few manila files missing or something?
I don't really want to flash my rom since there's only a beta out of the german romeos and i need a stable working phone - but the blue o2 theme is really ugly.
Are there any ideas out there what's going wrong and how to fix that problem? Or could you tell me which manila files have to be edited in order to see the custom menu bar in the music player and the black font color in the list of all applications?
I think this is also happening with the Vodafone Version of TF3D
Regards
Oli
Yes, I have the exact same problem as well with my Vodaphone Touch Pro, I've scouted through the forums for hours while at college and have not seen a solution for this, I'm guessing the only work around would be to flash the phone?
Same problem here. Have a MDA Vario IV (T-Mobile Version) and I have the same issue as you when installing the original theme.
I am searching for a solution for two days now and I haven't find anything yet.
I don't need the original HTC theme, I would be lucky with any "magentaless theme" that works.
I have found a working black theme, but it is on german.
for tf3d:
http://rapidshare.com/files/137214550/Mossi_TF3D.zip.html
and for wm6.1:
http://rapidshare.com/files/131850418/Htc_black.zip.html
Now the colors are right, but I think tf3d is much slower now. I have already done all tweaks for optimizing the performance.
Is there any solution?
hey very cool!
but i think that version is older than my current one.
where'd you find that one?
SpArKy87 said:
hey very cool!
but i think that version is older than my current one.
where'd you find that one?
Click to expand...
Click to collapse
I found it in this forum
http://www.ppc-phones.de/punforum/viewtopic.php?pid=56565
I installed the theme. It's not that slow that I can't use it but with the original T-Mobile theme TF3D was much faster.
well i installed it just now and it isn't slower than the o2 tf3d version really.
but if you go to settings -> connections this page appears still in blue in tf3d but i don't really mind that (i don't open that page too often since i have secondtoday)
do you know how i can change the dropdown background when i click on start in the upper left corner? cause that's still blue too
thanks
go to start - settings - today and there are the themes for wm6.1.
there you choose this file:
http://rapidshare.com/files/13185041...black.zip.html
(I copied it to the windowsfolder before selecting it in the settings)
with the t-mobile theme the first screen (the one with the clock) was there immediately when I switched to it on tf3d. now it needs half a second, but it is ok for me.
hi,
this rapidshare link doesn´t work.
any other link or solution? that blue o2 theme is soooo ugly

Top Bar color icons

Hi,
Anybody know what cab and procedure to change the top bar black and white icons to colorful one?
thanks
paty said:
Hi,
Anybody know what cab and procedure to change the top bar black and white icons to colorful one?
thanks
Click to expand...
Click to collapse
Well..... wrong place to post this but, it either needs to be cooked into the ROM or you can buy Wisbar advanced!
Actually it doesn't need to be cooked in. You need resco explorer and the DLL/MUI/BMP files. use active sync to copy them to your cell to like your "My Documents Folder and the use Resco explorer to copy them to your /windows directly. You'll need to run SDKcert and a registry fix cab first though for the new files to work. Everything is in this thread http://forum.xda-developers.com/showthread.php?t=437307. Make sure the onces you download are qvga though. That thread is for a vga device and most files are in VGA format. I've been playing around with them already.
Cab file
Here you go:
http://forum.xda-developers.com/showthread.php?t=475900&highlight=icons
it says for prophet but I have it working on my kaiser
Thread Closed.
Question answer (and not ROM development related).
Ta
Dave

M2D master skinners please help a novice!

I installed Manilla 2D over Schaps 3.54b ROM for Tytn.
As i loved the skin Shifu made for his cooked Kaiser ROM v 3.0 called "Rock and Republic brown", and as i didn't find this theme anywhere i tried to apply this skin to my Tytn copying from Kaiser all the images beginning with "hh_" plus "HTCHomeSettings.xml", "Wallpaper.jpg", "wallpaperL.jpg" and "HH_0410_WeatherCities.xml" in Tytn's Windows folder and then applying "Rock and Republic Brown.tsk" theme in Today settings.
The result i got is shown in the second picture below. The first one is the correct look the theme actually has on Kaiser.
I'm wondering how i can change color of the purple upper and lower frames to match the original look and how to adjust the background frame of clock in the correct position. Clock also lacks of colon and displays an undesirable flipping every minute change, not enough some text around is missing.
Surely this is not an hard task for a skin guru, anyone can help me understand a little more?
Many thanks to the community.
Anyone can help?
Moved as not theme release....
Really anyone can help?

Categories

Resources