View Single Post
  #11 (permalink)  
Old 08-13-2008, 12:03 AM
boggsie's Avatar
boggsie
b00nsquad
Offline
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.