PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=98)
-   -   [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitchen (http://forum.ppcgeeks.com/showthread.php?t=95635)

LinearBurn 04-15-2010 08:09 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
ok this question may be stupidand i dont know if it can even be ansewered but can any one tell me the build order the kitchen goes through and whitch Manila.txt and initflashfiles.txt are the last to run the reason i ask is im not sure when i cook a rom what file determines the theme on the output .... and iwant to clean up the kitchen deletethe duplicates ect if only one determins the output why have 10 copys of that file i wish that some one had a flow chart of the fist boot and build .... when i chose a manilamod i don't know what manila filewill be overwriten and in what order

any help explaining this would be great ps what file do i need to mod for tab order in manila

TMartin 04-15-2010 08:12 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by Deimoss (Post 1700249)
Im looking for the XML file that reports the build date for the ROM as shown through System Software Settings, anyone wanna give me a heads up, you shall be thanked from the heart

You can add the line "ROMDate"="Your Date Here" to the .reg in the OEM\Touch_Pro2\Common\OEMVersion.

TMartin 04-15-2010 09:04 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by LinearBurn (Post 1700337)
ok this question may be stupidand i dont know if it can even be ansewered but can any one tell me the build order the kitchen goes through and whitch Manila.txt and initflashfiles.txt are the last to run the reason i ask is im not sure when i cook a rom what file determines the theme on the output .... and iwant to clean up the kitchen deletethe duplicates ect if only one determins the output why have 10 copys of that file i wish that some one had a flow chart of the fist boot and build .... when i chose a manilamod i don't know what manila filewill be overwriten and in what order

any help explaining this would be great ps what file do i need to mod for tab order in manila

Here's how I think the build order goes SYS, OEM, Touch_Pro2 EXTs, then Shared EXTs. Manila1.txt is in every 6.x\Tweaks - 6.x EXT and gets converted to Manila.txt, which determines the theme. Manila.txt is located in the Shared EXT's which is why he has it build in as Manila1.txt and then an app.dat renames it so it overwrites Manila.txt. Initflashfiles.txt moves things in the SYS & OEM folders to where they need to be but can be superseded by a app.dat from an EXT.

eboelzner 04-15-2010 09:35 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by TMartin (Post 1700340)
You can add the line "ROMDate"="Your Date Here" to the .reg in the OEM\Touch_Pro2\Common\OEMVersion.

Thanks for this info... it is this SMALL bits of info that alludes most of us noobs...

Thanks for sharing!!!

TMartin 04-15-2010 09:42 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by LinearBurn (Post 1700337)
any help explaining this would be great ps what file do i need to mod for tab order in manila

This has to do with an app.reg

I prefer to make an EXT in the EXT\Shared\Packages folder called "Tweaks - Manila Tab Order" and include an app.reg with something like this included.
Code:

REGEDIT4
 
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration]
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\0]
"Enable"=dword:00000001
"PageName"="Manila://home.page"
"Title"="[[IDS_HOMETITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\1]
"Enable"=dword:00000001
"PageName"="Manila://people.page"
"Title"="[[IDS_FAVORITEPEOPLETITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\2]
"Enable"=dword:00000001
"PageName"="Manila://messaging.page"
"Title"="[[IDS_MESSAGESTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\3]
"Enable"=dword:00000001
"PageName"="Manila://email.page"
"Title"="[[IDS_EMAILTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\4]
"Enable"=dword:00000001
"PageName"="Manila://calendar.page"
"Title"="[[IDS_CALENDAR]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\5]
"Enable"=dword:00000001
"PageName"="Manila://twitter.page"
"Title"="[[IDS_TWITTER]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\6]
"Enable"=dword:00000001
"PageName"="Manila://inforwidget.page"
"Title"="[[IDS_STOCK]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\7]
"Enable"=dword:00000001
"PageName"="Manila://album.page"
"Title"="[[IDS_PHOTOSANDVIDEOS]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\8]
"Enable"=dword:00000001
"PageName"="Manila://music.page"
"Title"="[[IDS_MUSICTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\9]
"Enable"=dword:00000001
"PageName"="Manila://weather.page"
"Title"="[[IDS_WEATHER]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\10]
"Enable"=dword:00000001
"PageName"="Manila://settings.page"
"Title"="[[IDS_SETTINGSTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\11]
"Enable"=dword:00000000
"PageName"="Manila://internet.page"
"Title"="[[IDS_INTERNETPORTALTITLE]]"


rose1 04-15-2010 10:15 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
I'm sure someone has done this by now. Does anyone have a link to this kitchen based off the new sprint release?

welrope 04-15-2010 10:21 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
21899 is up!~ Running it now and it seems very quick. Note-this is a 6.5 version.

Enjoy!

TMartin 04-15-2010 10:28 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by welrope (Post 1700522)
21899 is up!~ Running it now and it seems very quick. Note-this is a 6.5 version.

Enjoy!

Nice...I'm building a CHT 1.7 21899 ROM right now!!

rose1 04-15-2010 10:41 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by welrope (Post 1700522)
21899 is up!~ Running it now and it seems very quick. Note-this is a 6.5 version.

Enjoy!

uhh... ok im confused, so are you saying that there is a 21899 calkulin kitchen?

TMartin 04-15-2010 10:48 AM

Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc
 
Quote:

Originally Posted by rose1 (Post 1700557)
uhh... ok im confused, so are you saying that there is a 21899 calkulin kitchen?

No....we are just updating our own personal versions of Calkulin's kitchen.


All times are GMT -4. The time now is 08:37 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0