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
  #201 (permalink)  
Old 09-12-2008, 01:14 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

Okay I've read all I can stand for the moment about provxml.

Now I need to know about sdautorun! For starters, how is it implemented and what does it do in OMJ 3.09 Custom? I understand that it can be configured to install CABs from my SD Card on flash/hard-reset.

I'm reading the tutorial again at http://forum.xda-developers.com/showthread.php?t=366333 but I'm not finding the files config.txt or sdconfig.txt that it mentions. All I find is the autorun.exe and sdautorun.exe.
It would seem to me that ...
#1 autorun.exe is built in and runs stuff in ROM
#2 sdautorun.exe is a 3rd party app designed run stuff on a storage card.

What is confusing the hell out me is that OMJ 3.09 Custom is running SDAUTORUN.EXE after my ROM flash but is not running anything on my storage card. AND, I can't find any SDCONFIG.TXT file anywhere.... so what the hell is it running???

Arggggg.... please guide me through!!


EDIT: Is this it?
config_PT.txt contents
CAB: \Windows\BellMediaPlayerWM_signed.CAB
CAB: \Windows\SelfServe_20080711.sa.CAB
XML: \Windows\RemovePrograms.xml
CAB: \Windows\Hidden.CAB
CAB: \Windows\signed_080801_Vogue_BM_2.03.sa.CAB
EXEC:\Windows\PPST.exe
CFG: \Windows\config.txt
__________________

Last edited by denasqu; 09-12-2008 at 04:13 PM.
  #202 (permalink)  
Old 09-12-2008, 01:21 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

This is a remotely related follow up to my post #202 in this thread.

My first computer was a Commodore 64 and that really taught me to be obsessed with maximizing the use of memory!

My understanding as of now is that any files that I cook into my ROM get copied to \Windows on my device, then copied to their required directories. So, am I actually doubling the flash memory used when I install an app via ROM Update as opposed to installing after the ROM Update?

If so, then I would be much better off to put the CABs for my big apps like Flexmail and PocketInformant on my storage card and install them with SDAUTORUN.EXE would I not?

So, can I just add a SDConfig.txt file to the root of my storage card to install all my CABs? I guess I could just try. C'mon OMJ! RSTOYGUY must have took off early from work to play with his new RS TOYS so it's up to you! LOL

Last edited by denasqu; 09-12-2008 at 04:12 PM.
  #203 (permalink)  
Old 09-12-2008, 05:55 PM
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
Okay I've read all I can stand for the moment about provxml.

Now I need to know about sdautorun! For starters, how is it implemented and what does it do in OMJ 3.09 Custom? I understand that it can be configured to install CABs from my SD Card on flash/hard-reset.

I'm reading the tutorial again at http://forum.xda-developers.com/showthread.php?t=366333 but I'm not finding the files config.txt or sdconfig.txt that it mentions. All I find is the autorun.exe and sdautorun.exe.
It would seem to me that ...
#1 autorun.exe is built in and runs stuff in ROM
#2 sdautorun.exe is a 3rd party app designed run stuff on a storage card.

What is confusing the hell out me is that OMJ 3.09 Custom is running SDAUTORUN.EXE after my ROM flash but is not running anything on my storage card. AND, I can't find any SDCONFIG.TXT file anywhere.... so what the hell is it running???

Arggggg.... please guide me through!!


EDIT: Is this it?
config_PT.txt contents
CAB: \Windows\BellMediaPlayerWM_signed.CAB
CAB: \Windows\SelfServe_20080711.sa.CAB
XML: \Windows\RemovePrograms.xml
CAB: \Windows\Hidden.CAB
CAB: \Windows\signed_080801_Vogue_BM_2.03.sa.CAB
EXEC:\Windows\PPST.exe
CFG: \Windows\config.txt
here is the UC OEM I use....

ftp://up.ppcgeeks.com/Vogue/Users/OM.../UCAutorun.rar

you'll see it contains SDAutoRun.exe

to get it to run post flash, I have modified \OEM\OperatorPKG\config_operator.txt to look like this:

Code:
LOCK:Enabled
LOCK:Disabled
EXEC: \Windows\SDAutoRun.exe
Here is what my SDConfig.txt looks like:

Code:
LOCK:Enabled
XML: \Storage Card\omjprovisioning.xml
LOCK:Disabled
RST: Reset
you would only want to include CFG: \Windows\config.txt if you wanted the carrier customization to run. but it looks like you got the right idea....


Quote:
Originally Posted by denasqu View Post
This is a remotely related follow up to my post #202 in this thread.

My first computer was a Commodore 64 and that really taught me to be obsessed with maximizing the use of memory!

My understanding as of now is that any files that I cook into my ROM get copied to \Windows on my device, then copied to their required directories. So, am I actually doubling the flash memory used when I install an app via ROM Update as opposed to installing after the ROM Update?

If so, then I would be much better off to put the CABs for my big apps like Flexmail and PocketInformant on my storage card and install them with SDAUTORUN.EXE would I not?

So, can I just add a SDConfig.txt file to the root of my storage card to install all my CABs? I guess I could just try. C'mon OMJ! RSTOYGUY must have took off early from work to play with his new RS TOYS so it's up to you! LOL
I don't think the the files are doubled....links are created to point to those \windows files.

but yes, you would add the code like below to install your cabs.

Code:
CAB: \Windows\BellMediaPlayerWM_signed.CAB
 
or
 
CAB: \Storage Card\BellMediaPlayerWM_signed.CAB
__________________
  #204 (permalink)  
Old 09-12-2008, 07:02 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)
Re: Cook your own Custom Touch ROM

Quote:
Originally Posted by Old_Man_Jenkins View Post
I don't think the the files are doubled....links are created to point to those \windows files.
Depends on the package, of course. Packages made by automatic tools frequently result in double resource consumption. Take a look at initflashfiles.txt....if it's moving lot's of files, particularly the big ones, you're probably better off using a .cab instead of that package.
__________________
Grammar: The difference between knowing your shit and knowing you're shit.
  #205 (permalink)  
Old 09-12-2008, 08:45 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 gguruusa View Post
Depends on the package, of course. Packages made by automatic tools frequently result in double resource consumption. Take a look at initflashfiles.txt....if it's moving lot's of files, particularly the big ones, you're probably better off using a .cab instead of that package.
So you CAN move the big files where you want them in the first place then?

I thought it was like a "cooking rule" that all files had to go in to \Windows first.
  #206 (permalink)  
Old 09-12-2008, 08:51 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
So you CAN move the big files where you want them in the first place then?

I thought it was like a "cooking rule" that all files had to go in to \Windows first.
I've had no problems doing this, but the more you move, it is going to slow down your initial boot time... That's the only side effect I've had. And you do have it on your device twice, but I've got lots of memory. I don't miss my mogul or apache at all!!!
__________________
If this post was helpfull, let me know by clicking Thanks!

  #207 (permalink)  
Old 09-21-2008, 01:43 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

Should I be concerned about this when I run prepit.bat?
Processing Input.nbh
Cleaning up prior runs....
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
.... Done.
Locating Starting .nbh...
.... Done.
I don't get any other errors but my last creation had corrupt nbh so I was wunderin'.
  #208 (permalink)  
Old 09-21-2008, 01:58 PM
CFay's Avatar
Father of the Treo Pro
Offline
Pocket PC: HTC Touch Pro2/Treo Pro
Carrier: SPRINT
Location: Sugar Land
 
Join Date: Apr 2008
Posts: 828
Reputation: 5705
CFay is a trusted member of the communityCFay is a trusted member of the communityCFay is a trusted member of the communityCFay is a trusted member of the communityCFay is a trusted member of the communityCFay is a trusted member of the communityCFay is a trusted member of the communityCFay is a trusted member of the communityCFay is a trusted member of the communityCFay is a trusted member of the communityCFay is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Cook your own Custom Touch ROM

Quote:
Originally Posted by denasqu View Post
Should I be concerned about this when I run prepit.bat?
Processing Input.nbh
Cleaning up prior runs....
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
.... Done.
Locating Starting .nbh...
.... Done.
I don't get any other errors but my last creation had corrupt nbh so I was wunderin'.
No need to worry about that. Tottally normal.
__________________
If you enjoy my work: thank me =D>

CFay TP2 Port ROM! Check it out!
Changed my name from fayfay392 to CFay!
This post has been thanked 1 times.
  #209 (permalink)  
Old 09-21-2008, 07:34 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
Should I be concerned about this when I run prepit.bat?
Processing Input.nbh
Cleaning up prior runs....
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
.... Done.
Locating Starting .nbh...
.... Done.
I don't get any other errors but my last creation had corrupt nbh so I was wunderin'.
With a new kitchen install, prepit attempts to delete three directories so you get a fresh decompile of the .nbh. They are ..\OEM, ..\SYS, and ..\ROM. No worries though...
  #210 (permalink)  
Old 09-21-2008, 08:51 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
With a new kitchen install, prepit attempts to delete three directories so you get a fresh decompile of the .nbh. They are ..\OEM, ..\SYS, and ..\ROM. No worries though...
Thanks. I think I had that figured out last week but it slipped away from me this week.
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 10:53 AM.


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