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 Vogue > HTC Vogue Development
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #191 (permalink)  
Old 09-09-2008, 12:42 AM
denasqu's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch (Verizon XV6900)
Carrier: Verizon
Location: South Florida
 
Join Date: Jul 2008
Posts: 324
Reputation: 190
denasqu is keeping up the good workdenasqu is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to denasqu
Re: Cook your own Custom Touch ROM

Quote:
Originally Posted by rstoyguy View Post
Pocket Informant and Calligrapher are .exe from your desktop? They can be included, but you need to intercept the .cab file on your desktop or on your device...When you install them, wait until your device prompts you to install to memory or storage card. Then search your device w/total commander and copy the .cab file to say \my documents...

"SD Customizations" are for those folks that use a custom rom. This lets you install programs via .cab that you use.
I got all the CAB files intercepted and they all work!
It was a lot easier than I thought. Each CAB is copied temporarily to \Windows\AppMgr\Install on the device during the EXE install.

Makes it a breeze to re-install from an SD Card! Just got to re-enter all the registration codes. Maybe THAT is a job for a backup program.

Don't see much point in turning all the purchased programs into OEM's though. The only one I've got to work on is VisualGPS.
__________________
  #192 (permalink)  
Old 09-09-2008, 02:14 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Cook your own Custom Touch ROM

Quote:
Originally Posted by denasqu View Post
I got all the CAB files intercepted and they all work!
It was a lot easier than I thought. Each CAB is copied temporarily to \Windows\AppMgr\Install on the device during the EXE install.

Makes it a breeze to re-install from an SD Card! Just got to re-enter all the registration codes. Maybe THAT is a job for a backup program.

Don't see much point in turning all the purchased programs into OEM's though. The only one I've got to work on is VisualGPS.
Most of the programs I use in my personal rom are shareware. While I have purchased all of them, I rarely put in my registration codes simply because I flash too often!
__________________
If this post was helpfull, let me know by clicking Thanks!

  #193 (permalink)  
Old 09-10-2008, 02:53 PM
denasqu's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch (Verizon XV6900)
Carrier: Verizon
Location: South Florida
 
Join Date: Jul 2008
Posts: 324
Reputation: 190
denasqu is keeping up the good workdenasqu is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to denasqu
Re: Cook your own Custom Touch ROM

Hey OMJ,

I'm slicing up your 3.09 Custom and it's generally going pretty well.

I'd like to replace the % battery indicator with the TaskManager/QuickMenu in the title bar but can't figure out how you put it there. I know the % battery is part of QuickMenu and I found QuickMenu in the SYS folder but I'm thinking these changes are best accomplished with Registry changes.. but where?

I'll keep looking and update if I find the Reg entries before you reply.

Thanks!


UPDATE: Found them! Man I like that ceRegEditor!

[HKEY_CURRENT_USER\Software\AlenSoft\QuickMenu\Disp lay]
"BatteryMode"=dword:00000000

[HKEY_CURRENT_USER\Software\HTC\TaskManager]
"EnableTodayX"=dword:00000001
"Enable"=dword:00000001
"DropDown"=dword:00000000
"EnableTapAndHold"=dword:00000001

Last edited by denasqu; 09-10-2008 at 03:29 PM.
  #194 (permalink)  
Old 09-10-2008, 03:33 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Cook your own Custom Touch ROM

Thanks, I was exercising patience on my part... Search is wonderful! Looks like you might have the makings of a top chef soon.
  #195 (permalink)  
Old 09-10-2008, 05:35 PM
denasqu's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch (Verizon XV6900)
Carrier: Verizon
Location: South Florida
 
Join Date: Jul 2008
Posts: 324
Reputation: 190
denasqu is keeping up the good workdenasqu is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to denasqu
Re: Cook your own Custom Touch ROM

Quote:
Originally Posted by rstoyguy View Post
Thanks, I was exercising patience on my part... Search is wonderful! Looks like you might have the makings of a top chef soon.
Thanks man.. although it's probably a bit early for me to start asking for donations!

I'm still bumbling around a lot. But I'm figuring it out.

I got my volume slider working again but my regedits for the TaskManager didn't take. They are right but I think OMJ may have something else replacing them. I never found where he was setting up QuickMenu but I bet the damn problem is there.

I really need to focus on the initfiles stuff now. I get the general idea but I haven't got a handle yet on the particulars and I"m getting tired of installing programs without shortcuts or groups! LOL I made VisualGPS OEM but I have to launch it from Resco Explorer until if figure these intifiles out.
  #196 (permalink)  
Old 09-11-2008, 09:07 PM
denasqu's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch (Verizon XV6900)
Carrier: Verizon
Location: South Florida
 
Join Date: Jul 2008
Posts: 324
Reputation: 190
denasqu is keeping up the good workdenasqu is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to denasqu
Re: Cook your own Custom Touch ROM

Well I figured out how to remove Quickmenu's % battery indicator from the title bar and enable the Task Manager there.
I deleted it from SYS and added the OEM.

Still would like to know where the settings were being made. DSM file?
  #197 (permalink)  
Old 09-11-2008, 09:14 PM
guitardoc64's Avatar
CBM Ultrasonic Specialist
Offline
Pocket PC: Samsung Galaxy S4 (Sprint)
Carrier: PPCGeeks-I just pay Sprint for the phone part
Location: Lake Charles, LA
 
Join Date: Jun 2007
Posts: 2,280
Reputation: 3163
guitardoc64 is still contributing even after becoming a VIPguitardoc64 is still contributing even after becoming a VIPguitardoc64 is still contributing even after becoming a VIPguitardoc64 is still contributing even after becoming a VIPguitardoc64 is still contributing even after becoming a VIPguitardoc64 is still contributing even after becoming a VIPguitardoc64 is still contributing even after becoming a VIPguitardoc64 is still contributing even after becoming a VIPguitardoc64 is still contributing even after becoming a VIPguitardoc64 is still contributing even after becoming a VIPguitardoc64 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to guitardoc64 Send a message via Yahoo to guitardoc64
Re: Cook your own Custom Touch ROM

I'm working with it mainly because my PPC kitchen is not working right. It takes me back to the old AKU 3.5 days of last summer when I was flashing my 6700 3-4 times a week.
Haven't got a final build that I'm totally happy with yet but look for guitardoc64 ROMs in the near future.
__________________
Former Windows Mobile enthusiast and developer, now a modder working on Android. I still have my PPC 6700 and HTC Touch, but I'm rocking a OnePlus 7 Pro
  #198 (permalink)  
Old 09-11-2008, 10:46 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Cook your own Custom Touch ROM

Quote:
Originally Posted by denasqu View Post
Well I figured out how to remove Quickmenu's % battery indicator from the title bar and enable the Task Manager there.
I deleted it from SYS and added the OEM.

Still would like to know where the settings were being made. DSM file?
In a RGU file. omj hides some of his tricks... Na, but the best way is to do what you did, delete from \sys and add to \oem... Once you set up qm on your device, export the key to get the same settings all the time!
  #199 (permalink)  
Old 09-12-2008, 08:29 AM
OMJ's Avatar
OMJ
Retired Staff
Offline
Pocket PC: Sprint HTC 10!!!!!
Carrier: Sprint
Threadstarter
Location: MN
 
Join Date: Jun 2007
Posts: 4,767
Reputation: 20305
OMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation level
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
Re: Cook your own Custom Touch ROM

Quote:
Originally Posted by denasqu View Post
Well I figured out how to remove Quickmenu's % battery indicator from the title bar and enable the Task Manager there.
I deleted it from SYS and added the OEM.

Still would like to know where the settings were being made. DSM file?
man...thank gawd Rstoyguy is on here 24/7.....everytime I go to respond, I get dragged away @ work....so here are the QM regedits I use.....and I put my tweaks in mxipupdate_oemoperators_105.provxml (on my bell based rom)

Code:
      <characteristic type="HKCU\Software\AlenSoft\QuickMenu\Display" translation="filesystem">
         <parm name="BatteryMode" datatype="integer" value="2"/>
         <parm name="BkgndCacheMode" datatype="integer" value="1"/>
         <parm name="BkgroundImage" datatype="string" value=""/>
         <parm name="BkgroundMode" datatype="integer" value="1"/>
         <parm name="SelectionAlpha" datatype="integer" value="153"/>
         <parm name="ShowAppIcon" datatype="integer" value="0"/>
         <parm name="ShowTaskClose" datatype="integer" value="1"/>
         <parm name="TextColorOnImage" datatype="integer" value="14745568"/>
         <parm name="WindowLeft" datatype="integer" value="96"/>
      </characteristic>
      <characteristic type="HKCU\Software\AlenSoft\QuickMenu\General" translation="filesystem">
         <parm name="AutoEndSyncTask" datatype="integer" value="1"/>
         <parm name="AutoStart" datatype="integer" value="1"/>
         <parm name="CacheImageIndex" datatype="integer" value="1"/>
         <parm name="EnableXButton" datatype="integer" value="1"/>
         <parm name="LongPressAppIconFunc" datatype="integer" value="1017"/>
         <parm name="OkKeyEndTask" datatype="integer" value="1"/>
         <parm name="RegisterHomeKey" datatype="integer" value="1"/>
         <parm name="ReplaceStartMenu" datatype="integer" value="0"/>
         <parm name="RightArrowEndTask" datatype="integer" value="1"/>
         <parm name="TEditWhenEditing" datatype="integer" value="1"/>
      </characteristic>
__________________
  #200 (permalink)  
Old 09-12-2008, 11:03 AM
denasqu's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch (Verizon XV6900)
Carrier: Verizon
Location: South Florida
 
Join Date: Jul 2008
Posts: 324
Reputation: 190
denasqu is keeping up the good workdenasqu is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to denasqu
Re: Cook your own Custom Touch ROM

Quote:
Originally Posted by Old_Man_Jenkins View Post
man...thank gawd Rstoyguy is on here 24/7.....everytime I go to respond, I get dragged away @ work....so here are the QM regedits I use.....and I put my tweaks in mxipupdate_oemoperators_105.provxml (on my bell based rom)
Thanks man! I took the week off of work so I could learn to cook! Actually I took the week off to get a bunch of other stuff done but I've wound up cooking ROMs.

Ahhhh.. provxml... haven't gotten to that topic yet. I've been trying to see what I can do with the DSM files.... and it doesn't look like much. I even opened one up in hex editor and I got scared. LOL
Today I will research what can be done with provxml and option.xml.

Another quick question... obviously the provxml regedits were overwriting my personal RGU edits. So what's the priorty? What order do these things get processed in?

Last edited by denasqu; 09-12-2008 at 12:50 PM.
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue > HTC Vogue Development


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 05:00 AM.


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