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 HD2 > GSM HD2 Development

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 04-01-2010, 02:10 PM
mgioia2's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC HD2
Carrier: T-Mobile
Location: Houston
 
Join Date: Feb 2007
Posts: 726
Reputation: 530
mgioia2 knows their stuffmgioia2 knows their stuffmgioia2 knows their stuffmgioia2 knows their stuffmgioia2 knows their stuffmgioia2 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ] [ 3-31 ] [ v0.1 ] [21889] RSToyGuy's TMO.US Kitchen

Yeah, sorry RSToyGuy...your style kitchen is one of the ones that give me fits! LOL!
__________________
T-Mobile HD2
  #12 (permalink)  
Old 04-03-2010, 01:17 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)
Tab Control

Here is a little something I've been working on. I added Facebook and fixed the issues with the messaging tab. Remove the one directory, and copy in the attached directory in the locations. It is important that this is added AFTER all your other manila files, that's why I have done it this way... Enjoy! This should work on other roms as well!


17 Tabs
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Home, Messages, Mail, Internet, Stocks, Weather,
Photos&Videos, Music, Calendar, Call History, People, Reader,
Documents, Facebook, Footprints, Twitter, Settings

Delete: ..\rstg_hd2_TMOUS_Sense25\EXT\LEO\COMMON\Packages_ Sense25_Tweaks

Add: ..\rstg_hd2_TMOUS_Sense25\EXT\LEO\COMMON\Packages_ Sense25_Tabs

New packages:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Manila Tabs - 2.5 - Dutty_E-Reader_Manila_tab_[WWE_]
Manila Tabs - 2.5 - FaceBook v1.0 24Mar10 ReleaseC
Manila Tabs - 2.5 - Uzeb_CallHistory(Non_ManilaTV)
Tab_Control

How to Modify "Tab_Control:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
I'm gonna briefly describe how to change the tab order...

Ok, there are 2 key files here.
26948339_manila -=- Tabs in Manila, must be cooked in. Edit with NotePad...

A look inside:
Quote:
<Manila Mode9Path="HTC\Manila\manila.mode9">
<Navigation>
<PageGroup Name="Root">

<Page Order="0" Name="home.page" PackageName="HTC" Default="true" Title="[[IDS_HOMETITLE]]">
<Page Order="1" Name="messaging.page" PackageName="HTC" Title="[[IDS_MESSAGESTITLE]]">
<Page Order="2" Name="email.page" PackageName="HTC" Title="[[IDS_EMAILTITLE]]">
<Page Order="3" Name="internet.page" PackageName="HTC" Title="[[IDS_INTERNETPORTALTITLE]]">
<Page Order="4" Name="inforwidget.page" PackageName="HTC"
<Page Order="5" Name="weather.page" PackageName="HTC" Title="[[IDS_WEATHER]]">
<Page Order="6" Name="album.page" PackageName="HTC" Title="[[IDS_PHOTOSANDVIDEOS]]">
<Page Order="7" Name="music.page" PackageName="HTC" Title="[[IDS_MUSICTITLE]]">
<Page Order="8" Name="calendar.page" PackageName="HTC" Default="true" Title="[[IDS_CALENDAR]]">
<Page Order="9" Name="peopleCallHistory.page"PackageName="HTC"Titl e="[[IDS_PEOPLEBROWSER_
<Page Order="10" Name="people.page" PackageName="HTC" Title="[[IDS_FAVORITEPEOPLETITLE]]">
<Page Order="11" Name="reader.page" PackageName="HTC" Title="Reader">
<Page Order="12" Name="docexplorer.page" PackageName="HTC" Title="[[IDS_DOCUMENTSTITLE]]">
<Page Order="13" Name="facebook.page" PackageName="HTC" Title="[[Facebook]]">
<Page Order="14" Name="footprints.page" PackageName="HTC" Title="[[IDS_FOOTPRINTS
<Page Order="15" Name="twitter.page" PackageName="HTC" Title="[[IDS_TWITTER]]">
<Page Order="16" Name="settings.page" PackageName="HTC" Title="[[IDS_SETTINGSTITLE]]">

</PageGroup>
</Navigation></Manila>

*** NOTE: I have edited this file, this is what it looks like in notepad. Cut-Paste the whole line!

To Move the face book tab, cut and paste that line and renumber the tabs like so...
Quote:
<Manila Mode9Path="HTC\Manila\manila.mode9">
<Navigation>
<PageGroup Name="Root">

<Page Order="0" Name="home.page" PackageName="HTC" Default="true" Title="[[IDS_HOMETITLE]]">
<Page Order="1" Name="messaging.page" PackageName="HTC" Title="[[IDS_MESSAGESTITLE]]">
<Page Order="2" Name="email.page" PackageName="HTC" Title="[[IDS_EMAILTITLE]]">
<Page Order="3" Name="internet.page" PackageName="HTC" Title="[[IDS_INTERNETPORTALTITLE]]">
<Page Order="4" Name="inforwidget.page" PackageName="HTC"
<Page Order="5" Name="weather.page" PackageName="HTC" Title="[[IDS_WEATHER]]">
<Page Order="6" Name="album.page" PackageName="HTC" Title="[[IDS_PHOTOSANDVIDEOS]]">
<Page Order="7" Name="music.page" PackageName="HTC" Title="[[IDS_MUSICTITLE]]">
<Page Order="8" Name="calendar.page" PackageName="HTC" Default="true" Title="[[IDS_CALENDAR]]">
<Page Order="9" Name="peopleCallHistory.page"PackageName="HTC"Titl e="[[IDS_PEOPLEBROWSER_
<Page Order="10" Name="people.page" PackageName="HTC" Title="[[IDS_FAVORITEPEOPLETITLE]]">
<Page Order="11" Name="reader.page" PackageName="HTC" Title="Reader">
<Page Order="12" Name="docexplorer.page" PackageName="HTC" Title="[[IDS_DOCUMENTSTITLE]]">
<Page Order="13" Name="twitter.page" PackageName="HTC" Title="[[IDS_TWITTER]]">
<Page Order="14" Name="twitter.page" PackageName="HTC" Title="[[IDS_TWITTER]]">
<Page Order="15" Name="settings.page" PackageName="HTC" Title="[[IDS_SETTINGSTITLE]]">
<Page Order="16" Name="footprints.page" PackageName="HTC" Title="[[IDS_FOOTPRINTS

</PageGroup>
</Navigation></Manila>

*** NOTE: I have edited this file, this is what it looks like in notepad. Cut-Paste the whole line!
Turning Tabs On/Off:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Here is how you turn tabs on/off in a rom... In the attached file, look for the "Tab_Control" EXT. In the app.reg file will need to find your tab. Once you get your tabs ordered above export a registry key from:

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configurati on]

Find your tab and modify the "Enabled" key. I'll show the before and after for turning off the Facebook tab

Quote:
Originally Posted by Tab On
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configurati on\16]
"Enable"=dword:00000001
"Title"="[[Facebook]]"
"PageName"="Manila://facebook.page"
Quote:
Originally Posted by Tab Off
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configurati on\16]
"Enable"=dword:00000000
"Title"="[[Facebook]]"
"PageName"="Manila://facebook.page"
Attached Files
File Type: rar Packages_Sense25_Tabs.rar (7.79 MB, 9 views) Click for barcode!
__________________
If this post was helpfull, let me know by clicking Thanks!


Last edited by rstoyguy; 04-03-2010 at 08:37 AM.
This post has been thanked 1 times.
  #13 (permalink)  
Old 04-03-2010, 10:13 PM
Rickytr23's Avatar
Lurker
Offline
Pocket PC: HTC HD2
Carrier: T-Mobile
Location: New York
 
Join Date: Jan 2007
Posts: 11
Reputation: 0
Rickytr23 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Rickytr23
Re: [ Kitchen ] [ 3-31 ] [ v0.1 ] [21889] RSToyGuy's TMO.US Kitchen

nice work on the kitchen thank u so much
  #14 (permalink)  
Old 04-04-2010, 07:31 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: [ Kitchen ] [ 4-4-10 ] [ v1.1 ] [21889] RSToyGuy's TMO.US Kitchen

Released the Kitchen v1.1. Many changes/organizations/tweaks. I'd recommend a new install.


Enjoy!
  #15 (permalink)  
Old 04-04-2010, 09:09 PM
Nibbley15's Avatar
PPCGeeks Regular
Offline
Pocket PC: HD2 US TMO
Carrier: Magenta
 
Join Date: Apr 2010
Posts: 130
Reputation: 95
Nibbley15 is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ] [ 4-4-10 ] [ v1.1 ] [21889] RSToyGuy's TMO.US Kitchen

Question.. In your step 5 I don't see this file:

5. Select the file "rstg_21889_TMO_US_v103.erv" BE SURE TO SAVE AS A FAILSAFE!!!

However I do see the following files:
rstg_21889_TMOUS_MShell_v101.erv
rstg_21889_TMOUS_Sense25_v103.erv
rstg_21889_TMOUS_Titaniumv101.erv

I imagine that the middle one is the original slightly tweaked?

I am really a NOOB to cooking here so if you don't mind I may be posting more questions as I get to playing with this....
  #16 (permalink)  
Old 04-04-2010, 09: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: [ Kitchen ] [ 4-4-10 ] [ v1.1 ] [21889] RSToyGuy's TMO.US Kitchen

Quote:
Originally Posted by Nibbley15 View Post
Question.. In your step 5 I don't see this file:

5. Select the file "rstg_21889_TMO_US_v103.erv" BE SURE TO SAVE AS A FAILSAFE!!!

However I do see the following files:
rstg_21889_TMOUS_MShell_v101.erv
rstg_21889_TMOUS_Sense25_v103.erv
rstg_21889_TMOUS_Titaniumv101.erv

I imagine that the middle one is the original slightly tweaked?

I am really a NOOB to cooking here so if you don't mind I may be posting more questions as I get to playing with this....
I may have gotten the name wrong... But those 3 file names are how I have my roms. You probably won't find a kitchen with more Sense 2.5 stuff or programs. I like to load my roms up! I'm suppose I'm transitioning over to kitchens now...

Anyways, I'll update the filename in the first post for ya. And enjoy the kitchen!
This post has been thanked 1 times.
  #17 (permalink)  
Old 04-05-2010, 07:56 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: [ Kitchen ] [ 4-4-10 ] [ v1.1 ] [21889] RSToyGuy's TMO.US Kitchen

Uploaded Sense 2.5 pics to post #1. I also cooked me a Sense 2.1 rom with this last night...100 golden!
  #18 (permalink)  
Old 04-05-2010, 08:55 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: [ Kitchen ] [ 4-4-10 ] [ v1.1 ] [21889] RSToyGuy's TMO.US Kitchen

We need a task bar... This one should work...

Drop it into:
..\rstg_hd2_TMOUS_Sense25\EXT\Shared\TaskBars_6.5
Attached Images
File Type: jpg Screen08.jpg (8.6 KB, 22 views) Click for barcode!
Attached Files
File Type: rar TaskBar - Brians_Taskbar-Reza_Edition.rar (1.22 MB, 5 views) Click for barcode!

Last edited by rstoyguy; 04-05-2010 at 09:01 AM.
This post has been thanked 1 times.
  #19 (permalink)  
Old 04-05-2010, 06:23 PM
Nibbley15's Avatar
PPCGeeks Regular
Offline
Pocket PC: HD2 US TMO
Carrier: Magenta
 
Join Date: Apr 2010
Posts: 130
Reputation: 95
Nibbley15 is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ] [ 4-4-10 ] [ v1.1 ] [21889] RSToyGuy's TMO.US Kitchen

Thanks again!
This is starting to make more and more sense (for a lack of better terms, LOL). I am still figuring out all the buttons, and one thing I have learned so far these past 3 days is that when you think you know something the more you figure out you don't know crap. So I will keep plugging away here and hopefully be able to cook something worth trying! Again thanks RSToyGuy!
  #20 (permalink)  
Old 04-06-2010, 08:27 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)
Kitchen v1.2 UPdate files...

Here is another update to the kitchen. Basically I added:

- A couple Sense Themes
-- Theme - Anastasia-- Full Theme v1_0 100% & 50%
- HTC Wifi router
- 13 task bars, wm6.5
- Bookmarks for Opera 10
- and more!


rstg_hd2_TMOUS_Rom_Update_v1.2.rar(11.8 MB)


To install.... Download to your kitchen root, and "extract here". It already had the needed directory structure.

Enjoy and report any bugs so I can squash them!

Last edited by rstoyguy; 04-06-2010 at 08:31 AM.
This post has been thanked 1 times.
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC HD2 > GSM HD2 Development

Thread Tools
Display Modes

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 06:38 PM.


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