Ok.. After some battles with hex, I'm back on track.
I got my functions all worked out for writing keys and entries in regedit
format and started to actually get some of these buttons and doodads doing something useful.
Couple more days and I should have something useful for you all, but for now here's a look at the start of a beautiful RGU file..
Code:
REGEDIT4
;<<--------------Generated by Tiermann's Personal OEMizer--------------->>
;| Special thanks to Colonel, Luv2chill, ImCokeMan, Helmi_C and Naigaman |
;| Take some time and read common registry edits for windows mobile 5 |
;| before you make any changes. |
;| |
;| Use the following links for common registry edits. |
;| http://ppcgeeks.com/wm5-registry-hac...tion-t113.html |
;| http://wiki.modaco.com/index.php/Win...egistry_Tweaks |
;| *Items you do not use can be commented out by placing ';' in the |
;| beginning of the line. |
;| *Where applicable, regs can be enabled/disabled by changing dword |
;| value to 1/0 respectively. |
;| *To add your own personal reg, export particular registry settings |
;| from your PPC and save it to the desktop. Open it with notepad and use|
;| copy and paste to move the desired settings to this file. |
;| IMPORTANT: Keep A Blank Line At The Bottom Of This File!!!!!!!!!!!!!! |
;| Enjoy :) |
;-------------------------------------------------------------------------
;Skip Welcome Screen
;=============================================================
[HKEY_LOCAL_MACHINE\Software\Microsoft\Welcome]
"Disable"=dword:FFFFFFFF
;Stylus Calibration
;=============================================================
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
"CalibrationData"="1978,2016 3428,3108 3405,931 543,982 545,3119"
[HKEY_LOCAL_MACHINE\ControlPanel\Stylus]
"Group"=dword:00000001
[HKEY_LOCAL_MACHINE\ControlPanel\Stylus\96DPI]
"CurFont"=dword:000003e8
;--------------------------------------------
;Disable AutoRun
;=============================================================
[HKEY_LOCAL_MACHINE\COMM]
"AutoRunFlag"=dword:00000000