WM6 howto remove battery icon from top? - Tilt, TyTN II, MDA Vario III General

Can anyone provide a hack to remove the battery icon from the top?
Thank you!
Chris

techsc said:
Can anyone provide a hack to remove the battery icon from the top?
Chris
Click to expand...
Click to collapse
For some strange reason, i haven't got that icon anymore since i installed some software i'm beta testing at the moment (i'm under NDA, so can't say what it is for now)...
Anyway, to answer your question: modify the following registry entries:
Code:
Show Time,Date,both or Battery on top bar at Today screen
[HKLM\Software\Microsoft\Shell\]
Time:
"ShowTitleBarClock"=1 / "TBOpt"=1
Date:
"ShowTitleBarClock"=1 / "TBOpt"=2
Both:
"ShowTitleBarClock"=1 / "TBOpt"=3
Nothing:
"ShowTitleBarClock"=1 / "TBOpt"=0
Battery:
"ShowTitleBarClock"=0 / "TBOpt"=1

Thank you!
I'll try it on my device.
Chris

do you also know the registry key to get one line for the date instead of two lines on the today screen?
thx!

VOODOOS!L said:
do you also know the registry key to get one line for the date instead of two lines on the today screen?
thx!
Click to expand...
Click to collapse
You just might have spent a usefull few minutes searching for this..... argh....whatever... here it is...:
Code:
Single Line date:
HKLM/SOFTWARE/Microsoft/Today
Create DWORD: "AutoSingleLineDatePlugin" Value = 1

Moaske said:
You just might have spent a usefull few minutes searching for this..... argh....whatever... here it is...:
Code:
Single Line date:
HKLM/SOFTWARE/Microsoft/Today
Create DWORD: "AutoSingleLineDatePlugin" Value = 1
Click to expand...
Click to collapse
thanks mate, have been searching for it, things like 'one line today date' or 'multiple date today' didn't came up with a reg key in this forum...so thanks!!

Wow I was looking for this for so long. But under WM6, it doesn't update the icons correctly when you disable it.. Any ideas?

search for kaiser tweak. has what you need.

the kaiser tweak is stickied on this forum...that will solve all your problems..

techsc said:
Can anyone provide a hack to remove the battery icon from the top?
Thank you!
Chris
Click to expand...
Click to collapse
The following registry hack will replace the battery indicator with the clock:
HKLM\Software\Microsoft\Shell\ShowTitleBarClock = 1
(From this page.)

won't go away
abubasim said:
The following registry hack will replace the battery indicator with the clock:
HKLM\Software\Microsoft\Shell\ShowTitleBarClock = 1
Click to expand...
Click to collapse
i have tried all the reg hacks mentioned above as well as kaiser tweak.
kaiser tweak settings:
title bar - battery / clock [clock]
title bar - clock settings [nothing]
date display - single-line
registry settings:
HKLM\Software\Microsoft\Shell\ShowTitleBarClock = 1
HKLM\Software\Microsoft\Shell\TBOpt = 1
anyone have any idea what am i doing wrong?
thanks
Update:
ok, i must be stupid. previously the 'nothing' setting was forced whenever i chose 'clock'. i reset battery/clock to 'battery' and the clock settings to 'date' and it worked, i now have the time and no battery icon. not sure why choosing 'date' translates to time.

Battery icons
can anyone supply me with the original icons supplied with kaiser. changed them now not very happy with new indicator, and silly me didnt do a backup before hand. thanks damien

how do you remove the wireless mgr. icon at the top?
tvos

sexpest said:
can anyone supply me with the original icons supplied with kaiser. changed them now not very happy with new indicator, and silly me didnt do a backup before hand. thanks damien
Click to expand...
Click to collapse
I have done this on an 8125 running wm6 and it works but not sure about your phone. Just delete the custom icon your not happy with and since the original icon is in the rom itself it will just pop back up with the original one.
Hope this helps

ok i'm stupid!
i cannot remove the battery icon and display only the clock on the top
I tried to change every possible setting but i'm either manage to display the clock and the battery or the battery only
How on earth i can display only the clock and remove the battery completely ??

"Great" do the following Regedit:
[HKLM\Software\Microsoft\Shell\]
"ShowTitleBarClock"=1
"TBOpt"=1
you may need to create a new DWORD value for "TBOpt"

what about removing the battery icon without changing the location of the clock.
is this possible?

Related

Couple of registry settings, search on here sucks.....

I have searched on here but the results are somewhat erratic.....
I would like to know the registry keys/settings for the following so I can cook my ROM to be good from fresh:
1. Display the clock on the title bar in all programs
2. Automatically change the time zone and clock. (Phone settings)
3. Disable all incoming beams (Infrared)
Thanks
Andy
1=use the clock settings
2= idk sorry
3= turn off your IR
ANTC said:
1=use the clock settings
2= idk sorry
3= turn off your IR
Click to expand...
Click to collapse
He needs to be in a registry, not doing it manually.
Check the wiki
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other
hanmin said:
He needs to be in a registry, not doing it manually.
Check the wiki
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other
Click to expand...
Click to collapse
Yep, been there read that, unfortunately what I want isn't in there....
hanmin said:
He needs to be in a registry, not doing it manually.
Check the wiki
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other
Click to expand...
Click to collapse
Actually, all of those settings can be changed without touching the registry. They are all setting the user can change.
dkb218 said:
Actually, all of those settings can be changed without touching the registry. They are all setting the user can change.
Click to expand...
Click to collapse
Yeah, but thats not his question. Re-read his post. He wants to be able to cook a rom that has these setting built into it so he doesn't have to change it after flashing / hard reset.
As for the answers, I think the timezone and settings can be found here:
HKLM/Software/Microsoft/Clock . THere is GMT_OFFSET, HomeDST, TZIndex located here.
Hide the Bean icon in the conections tab...
HKLM/controlpanel/beam - DWORD Hide = 1 / softreset
mfrazzz said:
Yeah, but thats not his question. Re-read his post. He wants to be able to cook a rom that has these setting built into it so he doesn't have to change it after flashing / hard reset.
Click to expand...
Click to collapse
Didn't see that part....
doedoe said:
Hide the Bean icon in the conections tab...
HKLM/controlpanel/beam - DWORD Hide = 1 / softreset
Click to expand...
Click to collapse
That just hides the IR Beam Icon from Settings, Connections..... I want to un-tick the box 'Receive all incoming beams'
I have managed to find the Display the clock on the title bar in all programs though:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\TaskBar]
"LimitedClock"=dword:0
Any takers for the other stuff?
Andy
Did you see this from my post above?
mfrazzz said:
As for the answers, I think the timezone and settings can be found here:
HKLM/Software/Microsoft/Clock . THere is GMT_OFFSET, HomeDST, TZIndex located here.
Click to expand...
Click to collapse
mfrazzz said:
Did you see this from my post above?
Click to expand...
Click to collapse
Yes I saw that but that isn't it...... I have 2 Wizards and the registry values are the same on both under this key, however one has 'Automatically change time zone and clock' checked while the other doesn't....
Andy

wierd problem with taskbar

I have this problem where icons on the task bar are covered by something. happened after i reset the phone when it was working slow. I tried searching, but don't know what to search for. anyone else had this problem and fixed it. What sucks the most is i don't know if ti have services because its right down the middle.
bump......
moddin said:
I have this problem where icons on the task bar are covered by something. happened after i reset the phone when it was working slow. I tried searching, but don't know what to search for. anyone else had this problem and fixed it. What sucks the most is i don't know if ti have services because its right down the middle.
Click to expand...
Click to collapse
Check your clock/date display setting for the taskbar. I think I had that issue when I chose to dispaly clock/date in two-line format.
This is what fixed it for me:
Kaiser Tweak -> 'Today Screen' section -> 'Title Bar - Battery/Clock' -> Battery
i believe thats the outcome of using no clock or battery registry tweak in the taskbar.
As mentioned above, just choose battery or clock
Thanks a lot guys it worked, I changed it from clock to batt back and forth and it didn't help, the thing that did it was changing it from multi line to single line.
moddin said:
Thanks a lot guys it worked, I changed it from clock to batt back and forth and it didn't help, the thing that did it was changing it from multi line to single line.
Click to expand...
Click to collapse
I told ya!
sherpa said:
I told ya!
Click to expand...
Click to collapse
u da man

Poor question about battery icon top bar

Hello guys! there's anyone know a way to delete the icon battery on the top bar? I have installed batti 2.2 so now I dont need this battery icon (that sometimes appear and disappear while I use the pda).
thanks
stefano
what a pity! No tweaks, right (for now)?
HKLM\Software\Microsoft\Shell\ShowTitleBarClock
value="1" Time
value="2" Date
value="3" Date and Time
value="0" Nothing
When "3" also only Time
When key is not there, create it.
hello! thank you for your help but I had already test this tweak but without any effect. I had put the 3 value but nothing.
tnx
stefano
option "3" date and time doesn/t work
Create key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell]
"TBOpt"=hex:\
13,00,00,00
Works fine on diamond.
13 does give date and time (other values do different things I forget - search!)
Set date format in settings/system/region, else there's another key you can edit to set your own custom format:
[HKEY_LOCAL_MACHINE\nls\overrides]
"SSDte"="dd/MM"
"SDate"="."
"SCrcy"="R"
"IDate"="1"
"LCID"=dword:00000809
"S2359"="pm"
"S1159"="am"
Requires a reset to see changes - but diamond reset is pretty fast and u pretty much have to do it every day anyway...
PS: I set d.M as my format, but see a square (or part) after the month. Can reduce with spaces after the M, but it's not great. Any ideas on how to get a clean d/M, or d.M, or non truncated d-MMM format?
PPS: Search the forum if you don't know how to use a registry editor...
Thank you! Please, there's a value to remove the icon battery without substitute it with the date and hours?
bye!!!
stefano
Hi,
I use Resco Reg editor and I just want to know how you create that :
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell]
"TBOpt"=hex:\
13,00,00,00
If I create it as a key, i will have [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\TBOpt]
and then, how I create the value 13,00,00,00
Is it a DWORD key on hex ?
It doesn't work for me sorry
You can use Advanced config for this. Search for this program and there will be an option to choose what you want(clock, date, time etc).
Link --> http://forum.xda-developers.com/showthread.php?t=317070
yeah, I looked, but it's okai if you want change the battery icon to date icon... but just dont remove the icon... It's strange
bye
stefano
Advanced Config.
steveweb said:
Hello guys! there's anyone know a way to delete the icon battery on the top bar? I have installed batti 2.2 so now I dont need this battery icon (that sometimes appear and disappear while I use the pda).
thanks
stefano
Click to expand...
Click to collapse
Use Advanced Config. 2.2 works with Diamond
nothing... I have already try this option of adv conf... but if I set "NO", the icons battery doesnt disappears!
thanks
stefano
Are there any small .cabs that remove the battery icon and replace it with the time? I would rather not install advance config that can change 200 things for this one little tweak.
i would like to see the battery/clock/sound icons out there.
SO silly to have a sound tray icon...since you access it with hard button.
Battery, there is much bette options than the default one.
Clock, well...
Krpano said:
i would like to see the battery/clock/sound icons out there.
SO silly to have a sound tray icon...since you access it with hard button.
Battery, there is much bette options than the default one.
Clock, well...
Click to expand...
Click to collapse
ummmm, what?
lol
Sorry, i wasnt clear.
I would like to see the battery icon removed from the tray too, aswell the sound and clock icons.
Ive been searching this for weeks, it seems impossible to remove them.

Icon of number "1" in the taskbar without any function connected to it

Hi,
when I turn off bluetooth, instead of the bluetooth icon a symbol of number "1" is shown in the taskbar without any function connected to it.
On my homescreen: 1 - 3G - Signalquality - Audio - Battery
On my dialerscreen: 1 - 3G - Signalquality - Audio
So there is always one icon more (1) in the taskbar, than functions to change when I klick on it.
Does anyone know how to get rid of this useless number 1 icon?
Maybe it is the ALS (Alternate Line Service).
Maybe your provider is able to offer you a second phone line.
A screenshot would be helpful.
Yes, I can switch between Line 1 and 2 (ALS) and the icon is changing then from 1 to 2.
But I havn´t seen this special icon in any screenshot of the taskbar in this forum yet.
Hi guys. I've been searching to get rid of the number "1" from my diamond too.
My carrier supports ALS (Alternate Line Service) but I don't use.
I want ot get rid of the number 1. There is a screenshot so you can see.
Please help!
Thanks
Line 1 icon remove
Just try the following: go to HKLM\Drivers\BuiltIN\RIL\ALSService and change the value from 1 to 0.
Icon in the upper bar will disappear, but after a soft reset it´s there again.
Does anybody have permanent solution?
So, anyone find a way to make it permanent?
Guys, looks like the only way to turn it off is really to change:
HKLM\Drivers\BuiltIn\RIL\ALSService to 0.
I've created a simple utility that makes such change on startup:
http://rapidshare.com/files/276006867/AlsStopperSetup.CAB
For me it works perfect, enjoy if you like it!
Bhmn said:
I've created a simple utility that makes such change on startup:
http://rapidshare.com/files/276006867/AlsStopperSetup.CAB
For me it works perfect, enjoy if you like it!
Click to expand...
Click to collapse
Hi! I tried to download it, but rapidshare says the file is not available. Is there another way to download it? Thanks!
How To Remove 1 Line Status Taskbar - Solved
rpk-br said:
Hi! I tried to download it, but rapidshare says the file is not available. Is there another way to download it? Thanks!
Click to expand...
Click to collapse
In the registry: [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\RIL] > "ALSService"=dword:00000001 and changing dword to 0 removes "Line 1" but a reboot sets it back to default so... you can find a permanent fix to remove the Line 1 from the taskbar here: http://forum.xda-developers.com/showpost.php?p=10877507&postcount=32606

Click on icons from top bar (connection, battery...) brings up fullscreen version

Sorry for the confusing title, but I don't have idea how to describe what I mean.
In the default rom, when I clicked on the top bar in tf3d where the icons with battery status, network status or appointment are, it brought up a fullscreen something (similar to volume screens) with big icons for battery status, network, appointment and so on. Than I tried a few versions of RomeOS, I don't know which versions had that working, but it doesn't work in current version. I think it's one of the cabs that can be downloaded for RomeOS, but I don't have idea which one is it.
Does anyone know?
Thank you.
There's a registry key that enables it i believe, not sure where though
Start -> Settings -> System Tab -> TouchFlo
Check box for showing system status.
Thanks, it would be great if someone knows which key it is.
JoeTheFro - thanks, when I was posting my post above, I didn't see yours. That worked, thanks again.
Ah my bad. I think I was referring to how you change from the classic volume control to the big HTC one. I remember now though

Categories

Resources