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
  #1 (permalink)  
Old 03-11-2007, 02:19 PM
pixelwix's Avatar
Regular 'Geeker
Offline
Pocket PC: Palm Pre, Nexus One.
Carrier: Sprint, TMobile
Location: Brooklyn Center, MN
 
Join Date: Oct 2006
Posts: 349
Reputation: 634
pixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
reg change in custom rom HELP!

i'm trying to have to so when i install my custom rom it will move my temp internet filse and cache to the extended rom this is the code i have in there but doesn't seem to work

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache]
 "\Extended_ROM2\IE\Temporary Internet Files"


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache]
 "\Extended_ROM2\IE\Cookies"


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache]
 "\Extended_ROM2\IE\History"
and for the initial flash i have

Code:
Directory("\Extended_ROM2"):-Directory("IE")
Directory("\Extended_ROM2"):-Directory("IE\Temporary Internet Files")
Directory("\Extended_ROM2"):-Directory("IE\Cookies")
Directory("\Extended_ROM2"):-Directory("IE\History")
it created the IE folder and the Temporary Intenet Files folder, but not the rest. what am i doing worng??
Reply With Quote
  #2 (permalink)  
Old 03-11-2007, 02:27 PM
pixelwix's Avatar
Regular 'Geeker
Offline
Pocket PC: Palm Pre, Nexus One.
Carrier: Sprint, TMobile
Threadstarter
Location: Brooklyn Center, MN
 
Join Date: Oct 2006
Posts: 349
Reputation: 634
pixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
ok i think i found out what was wrong i think it should be
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache]
 "Cache"="\Extended_ROM2\IE\Temporary Internet Files"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache] 
 "Cookies"="\Extended_ROM2\IE\Cookies" 

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache] 
 "History"="\Extended_ROM2\IE\History"
hope that works
Reply With Quote
  #3 (permalink)  
Old 03-11-2007, 04:15 PM
pixelwix's Avatar
Regular 'Geeker
Offline
Pocket PC: Palm Pre, Nexus One.
Carrier: Sprint, TMobile
Threadstarter
Location: Brooklyn Center, MN
 
Join Date: Oct 2006
Posts: 349
Reputation: 634
pixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
nope that still didn't work, anyone wanna help me out here??
Reply With Quote
  #4 (permalink)  
Old 03-11-2007, 04:28 PM
colonel's Avatar
Retired Staff
Offline
Pocket PC: HTC Harrier, HTC Apache, HTC Titan, HTC Vogue....
Carrier: Sprint
Location: Shawnee, KS
 
Join Date: Jan 2007
Posts: 2,434
Reputation: 508
colonel knows their stuffcolonel knows their stuffcolonel knows their stuffcolonel knows their stuffcolonel knows their stuffcolonel knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
What is not working? Is it building the rom? I never use this since I have plenty of space left after building a rom with my stuff in it.
__________________
Kitchen updates at www.ppckitchen.org and you can get BuildOS help Here

If you have been helped by me or would like to support developers like Olipro, helmi_c, and others please feel free to Donate

ALWAYS FLASH BACK TO YOUR CARRIER'S OFFICIAL ROM BEFORE TAKING YOUR PHONE IN FOR SERVICE OF ANY KIND

Reply With Quote
  #5 (permalink)  
Old 03-11-2007, 04:31 PM
JBabey's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
Location: http://www.SoulPirates.NET
 
Join Date: Dec 2006
Posts: 567
Reputation: 27
JBabey is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to JBabey Send a message via AIM to JBabey Send a message via MSN to JBabey Send a message via Yahoo to JBabey Send a message via Skype™ to JBabey
your file directory slashes need to be doubled
Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders\Cache]
"Cache"="\\Extended_ROM2\\IE\\Temporary Internet Files"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders\Cache]
"Cookies"="\\Extended_ROM2\\IE\\Cookies"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders\Cache]
"History"="\\Extended_ROM2\\IE\\History"
they need to be formated differently or the RGU file wont be processed properly..

the other thing to watch out for is to make SURE your RGU is processed last by createos.exe make the name of your RGU file like ff99...... and check after its done to ensure that this was the LAST RGU that was processed so the system doesnt overwrite your entries in the hive.

hope that helps!

__________________
~Big.J
Reply With Quote
  #6 (permalink)  
Old 03-11-2007, 04:32 PM
pixelwix's Avatar
Regular 'Geeker
Offline
Pocket PC: Palm Pre, Nexus One.
Carrier: Sprint, TMobile
Threadstarter
Location: Brooklyn Center, MN
 
Join Date: Oct 2006
Posts: 349
Reputation: 634
pixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Failed to parse value name HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders!!!
InitRegistry FAILED in file ".\Registry\26316bca-c258-11db-8314-0800200c9a66.rgu" within a few lines of line 127.
ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\26316bca-c258-11db-8314-0800200c9a66.rgu"
wmain: (RGUComp) !ERROR failed building DEFAULT hives
this is what i get when i try to run create os.
Reply With Quote
  #7 (permalink)  
Old 03-11-2007, 04:39 PM
pixelwix's Avatar
Regular 'Geeker
Offline
Pocket PC: Palm Pre, Nexus One.
Carrier: Sprint, TMobile
Threadstarter
Location: Brooklyn Center, MN
 
Join Date: Oct 2006
Posts: 349
Reputation: 634
pixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by JBabey
your file directory slashes need to be doubled
Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders\Cache]
"Cache"="\\Extended_ROM2\\IE\\Temporary Internet Files"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders\Cache]
"Cookies"="\\Extended_ROM2\\IE\\Cookies"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders\Cache]
"History"="\\Extended_ROM2\\IE\\History"
they need to be formated differently or the RGU file wont be processed properly..

the other thing to watch out for is to make SURE your RGU is processed last by createos.exe make the name of your RGU file like ff99...... and check after its done to ensure that this was the LAST RGU that was processed so the system doesnt overwrite your entries in the hive.

hope that helps!

sweet that seem to work, and yeah thats the last reg import so hopefully it should work about to flash it now, another thing, creating the folders in the intinal flash only creates the IE and temp internet folder, it doesn't create, cookies and histories
Reply With Quote
  #8 (permalink)  
Old 03-11-2007, 04:43 PM
JBabey's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
Location: http://www.SoulPirates.NET
 
Join Date: Dec 2006
Posts: 567
Reputation: 27
JBabey is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to JBabey Send a message via AIM to JBabey Send a message via MSN to JBabey Send a message via Yahoo to JBabey Send a message via Skype™ to JBabey
Quote:
26316bca-c258-11db-8314-0800200c9a66.rgu
is this the rgu that is making your changes? because that says line 127 is messed and your reg entries are only 17 lines...?

open 26316bca-c258-11db-8314-0800200c9a66.rgu and copy the txt

paste it into dreamweaver or something that numbers your lines... find line 127 and look for the problem.
Reply With Quote
  #9 (permalink)  
Old 03-11-2007, 04:46 PM
JBabey's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
Location: http://www.SoulPirates.NET
 
Join Date: Dec 2006
Posts: 567
Reputation: 27
JBabey is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to JBabey Send a message via AIM to JBabey Send a message via MSN to JBabey Send a message via Yahoo to JBabey Send a message via Skype™ to JBabey
Quote:
Directory("\Extended_ROM2")irectory("IE")
Directory("\Extended_ROM2")irectory("IE\Temporary Internet Files")
Directory("\Extended_ROM2")irectory("IE\Cookies")
Directory("\Extended_ROM2")irectory("IE\History")


your making the folders wrong... do this
++++++++++++++++++++++++++

Directory("\Extended_ROM2")irectory("IE")
Directory("\Extended_ROM2\IE")irectory("Temporary Internet Files")
Directory("\Extended_ROM2\IE")irectory("Cookies")
Directory("\Extended_ROM2\IE")irectory("History")

++++++++++++++++++++++++++
you cant make a subdirectory, you have to tell it where you want the directory placed.
Reply With Quote
  #10 (permalink)  
Old 03-11-2007, 05:03 PM
pixelwix's Avatar
Regular 'Geeker
Offline
Pocket PC: Palm Pre, Nexus One.
Carrier: Sprint, TMobile
Threadstarter
Location: Brooklyn Center, MN
 
Join Date: Oct 2006
Posts: 349
Reputation: 634
pixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuffpixelwix knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
ok i got all that in there flashed it the folders were made but the reg settings didn't go, how to i get a rgu file starting with ff99......

sorry i'm such a n00b, i'm still learning
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:00 AM.


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