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
  #21 (permalink)  
Old 09-06-2008, 05: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: Tutorial: Adding Registry Entries to your Rom (RGU Method)

Okay, now I do have a question...

I think I've got a handle on adding and changing registry entries but can you delete registry entries when you cook a ROM?

I want to get rid of the Cube in my ROM and I figure I can just set EnableCube = 0 but I'm curious about whether I could just clean up the unnecessary registry entries since I'll be deleting the related files anyway.
__________________
  #22 (permalink)  
Old 09-06-2008, 05:16 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
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: Tutorial: Adding Registry Entries to your Rom (RGU Method)

Quote:
Originally Posted by denasqu View Post
Okay, now I do have a question...

I think I've got a handle on adding and changing registry entries but can you delete registry entries when you cook a ROM?

I want to get rid of the Cube in my ROM and I figure I can just set EnableCube = 0 but I'm curious about whether I could just clean up the unnecessary registry entries since I'll be deleting the related files anyway.
Yes you can...

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox\Settin gs]

Add a "-" after the bracket to delete that key. You can zero values, but I have only seen keys deleted.
__________________
If this post was helpfull, let me know by clicking Thanks!

This post has been thanked 1 times.
  #23 (permalink)  
Old 09-18-2008, 08:03 AM
boggsie's Avatar
b00nsquad
Offline
Pocket PC: Touch PRO 2
Carrier: Sprint SERO
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
Yes you can...

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox\Settin gs]

Add a "-" after the bracket to delete that key. You can zero values, but I have only seen keys deleted.
It appears that the delete mechansim only works for that key, if there aren't any sub-keys present.

Can you confirm or am I doing something wrong?

For example, I want to completely remove all of the existing internet favorites and insert mine ... in an OEM, using RGU.

I was hoping to use the following, with the desired result that this key and every sub-key would be removed / deleted. This is not happening.

[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries]

So, with PPCKitchen, I would need to use:

Code:
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\AccuWeather]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\Sprint Power Deck]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\NFL Mobile]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\Windows Mobile Extras]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\WindowsMedia.com]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\Windows Live]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\Explore Windows Mobile]
Actually, I am rebuilding now, but if it doesn't work I am hoping to get a head start on the proper approach. Without using provxml.

Best regards,
-boggsie

EDIT 1: I wanted to ask for a favor: Can you drop the latest version of the program you linked to above in your ftp folder here at geeks? I can't get to rapidshare for a couple of days and I forgot to put this on my SD card. Thanks for your consideration.

Thread: http://forum.xda-developers.com/showthread.php?t=390846
Prog: http://rapidshare.com/files/13014198...v0.7.85.PE.rar

EDIT 2: Hrm ... the "[- ]" I tried above didn't work. I wonder if you have to do that for each key value and then for the key?
__________________
Mine has theft deterrent!
HOPE

Last edited by boggsie; 09-18-2008 at 08:16 AM.
  #24 (permalink)  
Old 09-18-2008, 08:36 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
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: Tutorial: Adding Registry Entries to your Rom (RGU Method)

You may also try the provxml way, I think it also works on that key/value only...

<!--
<nocharacteristic type="HKLM\SOFTWARE\Microsoft\Today\Items\HTCHomep lug" />
-->
<nocharacteristic type="HKLM\SOFTWARE\Microsoft\Today\Items\Pocket MSN" />


Here is the link: SDConfig.Builder.v0.7.85.PE
This post has been thanked 1 times.
  #25 (permalink)  
Old 09-18-2008, 09:18 AM
boggsie's Avatar
b00nsquad
Offline
Pocket PC: Touch PRO 2
Carrier: Sprint SERO
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
You may also try the provxml way, I think it also works on that key/value only...

<!--
<nocharacteristic type="HKLM\SOFTWARE\Microsoft\Today\Items\HTCHomep lug" />
-->
<nocharacteristic type="HKLM\SOFTWARE\Microsoft\Today\Items\Pocket MSN" />


Here is the link: SDConfig.Builder.v0.7.85.PE
Thank you again for the help with SDConfig.Builder !

... and it looks like I am back to using provxml, at least for internet shortcuts / favorites

http://forum.ppcgeeks.com/showpost.p...3&postcount=16

Best regards,
-boggsie
  #26 (permalink)  
Old 11-14-2008, 04:51 PM
SOHKis's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint
Location: VA
 
Join Date: Apr 2008
Posts: 1,140
Reputation: 2320
SOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

thanks rstoyguy! great info man
This post has been thanked 1 times.
  #27 (permalink)  
Old 12-20-2008, 10:41 AM
fychan's Avatar
Lurker
Offline
 
Join Date: Mar 2008
Posts: 1
Reputation: 0
fychan is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

Hi There I'm trying very hard to disable the "Unknown Publisher" security warnings whenever i try to run a CAB or EXE.

Basically, I have did some reading... its related to the HKLM\Comm\Security\Policies\Policies\* settings.

I have converted the registries that I would like to install into a SecuityPolicies.provxml and added the followng entries into config.txt to get autorun to import into the device's registry.... but it failed...

XML: \Storage Card\CABS\SecurityPolies.provxml

Please advice... I really want to get this working so as to have an unattended autorun setup on my device.

Any experienced cook around...... please tell me how to disable this warning


regards
FY....
  #28 (permalink)  
Old 12-20-2008, 09:41 PM
boggsie's Avatar
b00nsquad
Offline
Pocket PC: Touch PRO 2
Carrier: Sprint SERO
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 fychan View Post
Hi There I'm trying very hard to disable the "Unknown Publisher" security warnings whenever i try to run a CAB or EXE.

Basically, I have did some reading... its related to the HKLM\Comm\Security\Policies\Policies\* settings.

I have converted the registries that I would like to install into a SecuityPolicies.provxml and added the followng entries into config.txt to get autorun to import into the device's registry.... but it failed...

XML: \Storage Card\CABS\SecurityPolies.provxml

Please advice... I really want to get this working so as to have an unattended autorun setup on my device.

Any experienced cook around...... please tell me how to disable this warning

regards
FY....
I would imagine that the "XML:" tag works if used correctly, but I never got it to work for me, either.

What I do (on Windows XP) is rename the *.provxml file to setup.xml (SecurityPolicies.provxml -> setup.xml) and then use makecab.exe to put the xml into an installable cab file.

at a command prompt: makecab _setup.xml SecurityPolicies.cab

Then it should run ... if the provxml is not correct, it will throw an error when you try to run it on the ppc.

Best regards,
-boggsie
  #29 (permalink)  
Old 12-20-2008, 10:08 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
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: Tutorial: Adding Registry Entries to your Rom (RGU Method)

I got it to work for me using "XML: \windows\regist_ry.xml" . I never tried the extionsion .provxml. You can also name the file something like "mxip_MySecurity_Off_100.provxml", cook it into your rom and windows should run it on start up.

Of course keep in mind, one little syntax error in your xml code and the whole xml/provxml file is bad and won't execute anything. For that, I nominate Boggsie! You might want to share and post the file, we can check it for you...
  #30 (permalink)  
Old 02-02-2009, 12:20 AM
vin255764's Avatar
Its FLASHING time!!!
Offline
Pocket PC: Evo & TP2
Carrier: SPCS
Location: Seattle,WA
 
Join Date: Nov 2008
Posts: 3,713
Reputation: 36470
vin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation levelvin255764 can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)

Just want to say THANK YOU Thank you thank you thank you. Here is a pure result of all your tutorials http://forum.ppcgeeks.com/showthread...375#post602375

Last edited by vin255764; 03-03-2009 at 02:00 AM.
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 12:22 AM.


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