PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue > HTC Vogue Development
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 08-13-2008, 12:03 AM
boggsie's Avatar
b00nsquad
Offline
Pocket PC: Touch PRO 2
Carrier: Sprint SERO
Location: Central Ohio
 
Join Date: Mar 2008
Posts: 1,359
Reputation: 2295
boggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

Quote:
Originally Posted by rstoyguy View Post
And this is well out of the range of the integer value...2147483647

You need to use base64 for this and xml. I'm trying to finger it out now. (learning/googling) A quick call to the colonel may help as he uses the same method when defining binary data in his themes...
Example: the "Manilla Theme" in ppcgeek_oem.rar
Thanks for the pointer to the Manilla Theme provxml ...

So I presume that this entry

<parm name="FontSize" datatype="integer" value="4294967295" />

becomes as follows

<parm name="FontSize" value="/////w==" datatype="binary" />

... after converting the original HEX FFFFFFFF to Base64, using this:

http://www.batchconverter.com/66763.zip

Careful, though - I think it has a trojan in the installer ... Kapersky denied the trojan (or so it said =8^o ) and the app works perfectly.

Unfortunately, TodayAgenda doesn't appear to like the non-integer/hex registry entry.

EDIT: After correcting the parm name to FontSize ... it appears to have worked like a charm.

Best regards,
-boggsie
__________________
Mine has theft deterrent!
HOPE

Last edited by boggsie; 08-13-2008 at 12:23 AM.
  #12 (permalink)  
Old 08-13-2008, 12:04 AM
ka911's Avatar
PPCGeeks Regular
Offline
Pocket PC: XV6850
Carrier: Verizon
 
Join Date: Jun 2008
Posts: 247
Reputation: 45
ka911 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

thank you very much for the nice guide, do you have one on how to remove battery icon from title bar?

thanks
  #13 (permalink)  
Old 08-13-2008, 12:10 AM
boggsie's Avatar
b00nsquad
Offline
Pocket PC: Touch PRO 2
Carrier: Sprint SERO
Location: Central Ohio
 
Join Date: Mar 2008
Posts: 1,359
Reputation: 2295
boggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

Quote:
Originally Posted by ka911 View Post
thank you very much for the nice guide, do you have one on how to remove battery icon from title bar?

thanks
You want a different thread

http://forum.ppcgeeks.com/showthread.php?t=11156

Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell]
  "ShowTitleBarClock"=dword:1
  
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\TaskBar]
  "LimitedClock"=dword:0
Best regards,
-boggsie
  #14 (permalink)  
Old 08-13-2008, 12:14 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

Quote:
Originally Posted by ka911 View Post
thank you very much for the nice guide, do you have one on how to remove battery icon from title bar?

thanks
That one I don't have since there are many programs that add their own icon to the title bar. But...just a minute...

Here is a list of what this registry key will do:
HKLM\Software\Microsoft\Shell\ShowTitleBarClock = 2

The values can be :
0 = Battery
1 = Clock (may cause dialer app to pop up)
2 = Nothing
3 = Both

From this Thread Post #19.

You can find more tweaks in the Vogue forum: Registry Tweaks/Hacks/Edits - Share them here! or in the Pocket PC Registry Tweaks Forum.
__________________
If this post was helpfull, let me know by clicking Thanks!

  #15 (permalink)  
Old 08-13-2008, 12:20 AM
ka911's Avatar
PPCGeeks Regular
Offline
Pocket PC: XV6850
Carrier: Verizon
 
Join Date: Jun 2008
Posts: 247
Reputation: 45
ka911 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

sorry to let you know that 2 it does not work! I still can see the clock even when its set to value 2!

Last edited by ka911; 08-13-2008 at 12:28 AM.
  #16 (permalink)  
Old 08-13-2008, 12:51 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

Quote:
Originally Posted by ka911 View Post
sorry to let you know that 2 it does not work! I still can see the clock even when its set to value 2!
What software do you have installed? Quickmenu?
  #17 (permalink)  
Old 08-13-2008, 01:04 AM
ka911's Avatar
PPCGeeks Regular
Offline
Pocket PC: XV6850
Carrier: Verizon
 
Join Date: Jun 2008
Posts: 247
Reputation: 45
ka911 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

yes, I have Quickmenu, and it does has battery for that I want to remove one of them if I can.. for now I'm happy with having Clock

Last edited by ka911; 08-13-2008 at 09:05 AM.
  #18 (permalink)  
Old 08-13-2008, 10:49 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

Quote:
Originally Posted by ka911 View Post
yes, I have Quickmenu, and it does has battery for that I want to remove one of them if I can.. for now I'm happy with having Clock
In QuickMenu you can remove the battery by:
Start Menu -> Quick Menu -> Option
Goto to the Tab "View" and uncheck "Show Battery on Taskbar".
This post has been thanked 1 times.
  #19 (permalink)  
Old 08-13-2008, 10:55 AM
ka911's Avatar
PPCGeeks Regular
Offline
Pocket PC: XV6850
Carrier: Verizon
 
Join Date: Jun 2008
Posts: 247
Reputation: 45
ka911 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

thanks you very much for the info I get it work. I hope not alot of people like me picky alot about view! I did remove the battey and now I have a space w/o anything and then the clock and the rest of icons. But I'm happey with what I have right now. thanks again
  #20 (permalink)  
Old 09-06-2008, 02:11 PM
denasqu's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch (Verizon XV6900)
Carrier: Verizon
Location: South Florida
 
Join Date: Jul 2008
Posts: 324
Reputation: 190
denasqu is keeping up the good workdenasqu is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to denasqu
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

Great tutorial!

I actually do not have a single question.... yet!
__________________
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue > HTC Vogue Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 12:14 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com