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

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-15-2007, 09:35 PM
docjones's Avatar
Lurker
Offline
 
Join Date: Mar 2007
Posts: 10
Reputation: 15
docjones is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Enable Autorun in Ext_Rom in new kitchen?

Is there a way to enable the autorun in the new kitchen? I can't seem to find anything for it anywhere, and I have a few extra large programs automatically install from there. Right now, I just manually kick off autorun.exe and it processes the config.txt for me, but I would like for those items to run automatically right after first boot like a stock rom does.
Reply With Quote
  #2 (permalink)  
Old 11-15-2007, 09:48 PM
verizonguy's Avatar
Regular 'Geeker
Offline
Pocket PC: XV6800
Carrier: Verizon Wireless
Location: US
 
Join Date: Feb 2007
Posts: 487
Reputation: 47
verizonguy is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Code:
 
[HKEY_LOCAL_MACHINE\Comm]
“AutoRunFlag”=dword:1
__________________
www.ppckitchen.org

Before criticizing someone, first walk a mile in his shoes...
Then when you criticize him, you'll be a mile away and have his shoes.
Reply With Quote
  #3 (permalink)  
Old 11-16-2007, 01:10 AM
docjones's Avatar
Lurker
Offline
Threadstarter
 
Join Date: Mar 2007
Posts: 10
Reputation: 15
docjones is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Thanks for the reply, VerizonGuy. I set this registry setting in an OEM in my kitchen with guid ffffffff-ffff-ffff-ffff-ffffffffffff but it seems that some event that runs later shifts the setting back. Presumably, I need to set it to 0, but apparently, it's always set to 1 in the kitchen no matter what I do.

I found the following info on xda-dev that further complemented your reply:
http://forum.xda-developers.com/showthread.php?t=301365
Reply With Quote
  #4 (permalink)  
Old 11-16-2007, 01:33 AM
verizonguy's Avatar
Regular 'Geeker
Offline
Pocket PC: XV6800
Carrier: Verizon Wireless
Location: US
 
Join Date: Feb 2007
Posts: 487
Reputation: 47
verizonguy is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
It is advisable to use a valid guid, and if necessary, only modify the first set to f's to get it to run at the end.

As for the 0/1, you have it backwards. It is a boolean switch where 0 == off && 1 == on. So, to autorun, you want the switch "on" (1).

In order to successfully run from your exented rom, you also need to define AutoRun & AutoRunCFG...sooo after you flash your rom, open a registry editor and navigate to [HKEY_LOCAL_MACHINE\Comm]
Make sure the AutoRun is set to \Extended_Rom\autorun.exe
Make sure the AutoRunCFG is set to your config text file, usually \Extended_Rom\config.txt.
Next make sure you actually have an autorun.exe and that you have modified config.txt to have autorun run the cabs you want run.
Reply With Quote
  #5 (permalink)  
Old 11-16-2007, 01:47 PM
docjones's Avatar
Lurker
Offline
Threadstarter
 
Join Date: Mar 2007
Posts: 10
Reputation: 15
docjones is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Thanks for setting me on the path, Verizonguy! I had all of those details right, but apparently I needed to leave a blank line at the end of my RGU. I found this out from the note at the top of the RGU created by OEMizer. Originally, I made that RGU from scratch a long time ago. Oemizer is a good tool, as it not only gave the option to put f's at the beginning of the guid, but also created new files for me to just cut/paste into. I like it.

Thanks again!

If any one searching for this info is interested, this is the code I used in my RGU(Don't forget the blank line at the end!):
[HKEY_LOCAL_MACHINE\Comm]
"AutoRunFlag"=dword:1
"AutoRunType"=dword:1
"AutoRunCFG"="\\Extended_ROM\\config.txt"
"AutoRun"="\\Extended_ROM\\autorun.exe"
Reply With Quote
  #6 (permalink)  
Old 11-16-2007, 02:18 PM
gguruusa's Avatar
Deep Thinker
Offline
Pocket PC: Tin Can
Carrier: Atomic Vibration
Location: Mountain top
 
Join Date: Jan 2007
Posts: 3,252
Reputation: 4726
gguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by docjones View Post
Thanks for setting me on the path, Verizonguy! I had all of those details right, but apparently I needed to leave a blank line at the end of my RGU.
One of these days I'll get around to making BuildOS compensate for that requirement...
__________________
Grammar: The difference between knowing your shit and knowing you're shit.
Reply With Quote
  #7 (permalink)  
Old 11-16-2007, 07:53 PM
docjones's Avatar
Lurker
Offline
Threadstarter
 
Join Date: Mar 2007
Posts: 10
Reputation: 15
docjones is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Every element of this kitchen is fantastic and it's a great tool for making our phones even better. I appreciate the efforts of everyone involved in it, as well as the users on this site. In this particular case, it was very handy just to have that comment box at the top of the created RGU file. It was also nice to get such a useful reply from Verizonguy so quickly. Hopefully this will help someone in the future if they need to use the ext_rom.
Reply With Quote
  #8 (permalink)  
Old 11-17-2007, 12:06 AM
verizonguy's Avatar
Regular 'Geeker
Offline
Pocket PC: XV6800
Carrier: Verizon Wireless
Location: US
 
Join Date: Feb 2007
Posts: 487
Reputation: 47
verizonguy is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by gguruusa View Post
One of these days I'll get around to making BuildOS compensate for that requirement...
Would it be easy to make buildos add a blank line to the rgus?

We could reverse and build a new rgucomp if we have to.
Reply With Quote
  #9 (permalink)  
Old 11-17-2007, 10:10 AM
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)
I suggest using tautoinstall.
__________________
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
  #10 (permalink)  
Old 11-17-2007, 10:14 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
Tier Autoinstall is also available in the kitchen. It searches for cab files in \Storage Card, \Storage Card\Boot, Ext_ROM, and \Windows, then it gives you a checklist to choose which ones you want to install. It rewrites the config.txt (leaving other lines besides cabs intact) and then runs autorun to install them.

You can use your own custom config.txt just by dropping it in the Patches folder.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Apache > HTC Apache 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 11:04 AM.


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