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 Apache
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 08-12-2007, 02:58 PM
nickm's Avatar
Regular 'Geeker
Offline
Pocket PC: 6800
Carrier: spcs
 
Join Date: Feb 2007
Posts: 354
Reputation: 3
nickm is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
double post
Reply With Quote
  #12 (permalink)  
Old 08-12-2007, 02:59 PM
nickm's Avatar
Regular 'Geeker
Offline
Pocket PC: 6800
Carrier: spcs
 
Join Date: Feb 2007
Posts: 354
Reputation: 3
nickm is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Man that looks really nice
Reply With Quote
  #13 (permalink)  
Old 08-12-2007, 03:05 PM
DopeWeasel's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC HD2 - TMOUS
Carrier: T-Mobile
Location: Dallas, TX
 
Join Date: Feb 2007
Posts: 160
Reputation: 20
DopeWeasel is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by tiermann
Here's a quick preview of what the app for this will look like.

Still a few more categories to add and the "guts" of it still need to be written, but it's getting there.
The "guts" will be the hard part

Good luck tiermann, it sounds like a cool project. Are you coding it in VB or C#?

One thing that would be a nice addition would be a "Common Program Registration" portion where it would be possible to add in the reg code for common programs included in the ROM (like Resco and the Spb apps). Shouldn't be hard to add that part (as long as you know the registry locations).
Reply With Quote
  #14 (permalink)  
Old 08-13-2007, 02:25 AM
tiermann's Avatar
VIP Member
Offline
Pocket PC: XV6800 Titan (on Sprint) / PPC6700 (Sprint) Apache / Sprint Touch
Carrier: Sprint
Location: PA, USA
 
Join Date: Apr 2007
Posts: 815
Reputation: 3165
tiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to tiermann Send a message via Yahoo to tiermann
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.
Reply With Quote
  #15 (permalink)  
Old 08-13-2007, 12:45 PM
xmind2006's Avatar
Regular 'Geeker
Offline
Pocket PC: Titan
Carrier: Verizon
 
Join Date: Dec 2006
Posts: 255
Reputation: 15
xmind2006 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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
Reply With Quote
  #16 (permalink)  
Old 08-13-2007, 02:31 PM
Perasite's Avatar
Retired Staff
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Yuma, AZ
 
Join Date: Sep 2006
Posts: 1,929
Reputation: 2026
Perasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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)
Reply With Quote
  #17 (permalink)  
Old 08-13-2007, 08:44 PM
DopeWeasel's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC HD2 - TMOUS
Carrier: T-Mobile
Location: Dallas, TX
 
Join Date: Feb 2007
Posts: 160
Reputation: 20
DopeWeasel is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by tiermann
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.
I've done a little VB in my day, I'm not a master coder but VB is pretty straight forward. Let us know if there is anything you would want help with.

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 )
Reply With Quote
  #18 (permalink)  
Old 08-14-2007, 05:41 AM
tiermann's Avatar
VIP Member
Offline
Pocket PC: XV6800 Titan (on Sprint) / PPC6700 (Sprint) Apache / Sprint Touch
Carrier: Sprint
Location: PA, USA
 
Join Date: Apr 2007
Posts: 815
Reputation: 3165
tiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to tiermann Send a message via Yahoo to tiermann
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
Reply With Quote
  #19 (permalink)  
Old 08-14-2007, 07:19 PM
tiermann's Avatar
VIP Member
Offline
Pocket PC: XV6800 Titan (on Sprint) / PPC6700 (Sprint) Apache / Sprint Touch
Carrier: Sprint
Location: PA, USA
 
Join Date: Apr 2007
Posts: 815
Reputation: 3165
tiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to tiermann Send a message via Yahoo to tiermann
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.
Reply With Quote
  #20 (permalink)  
Old 08-14-2007, 10:09 PM
DopeWeasel's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC HD2 - TMOUS
Carrier: T-Mobile
Location: Dallas, TX
 
Join Date: Feb 2007
Posts: 160
Reputation: 20
DopeWeasel is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by tiermann
Your wait shouldn't be more than 2 days for a release.
Looks awesome so far... can't wait to check it out. =D>
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Apache


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 04:27 AM.


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