PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Vogue Development (http://forum.ppcgeeks.com/forumdisplay.php?f=59)
-   -   Tutorial: Adding Registry Entries to your Rom (RGU Method) (http://forum.ppcgeeks.com/showthread.php?t=33527)

boggsie 08-13-2008 12:03 AM

Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
 
Quote:

Originally Posted by rstoyguy (Post 380698)
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

ka911 08-13-2008 12:04 AM

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

boggsie 08-13-2008 12:10 AM

Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
 
Quote:

Originally Posted by ka911 (Post 380834)
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

rstoyguy 08-13-2008 12:14 AM

Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
 
Quote:

Originally Posted by ka911 (Post 380834)
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.

ka911 08-13-2008 12:20 AM

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!

rstoyguy 08-13-2008 12:51 AM

Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
 
Quote:

Originally Posted by ka911 (Post 380855)
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?

ka911 08-13-2008 01:04 AM

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

rstoyguy 08-13-2008 10:49 AM

Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
 
Quote:

Originally Posted by ka911 (Post 380875)
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".

ka911 08-13-2008 10:55 AM

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

denasqu 09-06-2008 02:11 PM

Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
 
Great tutorial!

I actually do not have a single question.... yet!:mrgreen:


All times are GMT -4. The time now is 09:04 AM.

Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0