|
||||
I'm up to 11 categories now, and the navigation panel has a checklist for each category so you can "skip" adding unwanted keys to the resulting RGU.
Dope: I'm using VB and I can add that section, no prob Also, when all the mess is done, I'll have it open the RGU in notepad to be looked over or edited. Another thing I'll be adding is the ability to add more files to your OEM. You just browse with a file dialog and add it to the list and those files will be copied to the new OEM as well. I could even set drag/drop when that panel is open too for quick import. Things it will do: - Create a new zzzzzOptional_Personal folder in your kitchen/OEM folder. - Generate a guid starting with fffffff. - Create the RGU file with all the settings specified and comments for each. - Create a blank DSM file. - Move all files to the new OEM directory. - Run buildDSM If anyone wants to check out the current layout, the program is on the ftp. It still doesn't "do" anything, but it's navigateable.
__________________
Projects: (SlideSound) (Personal OEMizer (1.4.0 )) (TDial Designer (v1.1.1 )) (TierAutoinstall (1.9)) and more...
HTC Sliding Sound Control Panel replacement. | SprintTV on Mogul? Donations appreciated |
|
||||
Cool, looks good Tiermann! This will save a lot of headaches. I think I had to rebuild and re-flash the 1.04 ROM like three times because I either forgot a ; or had a space where I shouldn't have had.
__________________
xv6800 WM6 Kitchen w/3.35 radio
|
|
||||
Like the looks of it. I never did find the reg key to turn beams off, so this would have been helpful when I built mine.
__________________
Now with VGA support on all software!
Projects: (PeraStats 1.7) (PeraCount with Clock 1.3) (PeraCount 1.3) (PeraProfiler 1.2) (S2U2Lock 1.1) |
|
||||
Quote:
Once again, this is a great idea... as a matter of fact I may wait 'till this is done before I build my next ROM in the kitchen (depending on how long that wait is of course ) |
|
||||
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 |
|
||||
Latest screenshot. I've added a section for creating the initflashfiles.txt...
Sorry that I don't have any kind of beta yet, but most things in this program are all tied together right now so I can't just release it with (insert feature here) enabled. Your wait shouldn't be more than 2 days for a release. |
|
||||
Quote:
|
|
|
|