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 Touch Pro
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-08-2009, 03:53 PM
shaun0207's Avatar
DaGreatOne
Offline
Pocket PC: HTC EVO (white)!
Carrier: Sprint
Location: Balitmore, MD
 
Join Date: Sep 2007
Posts: 1,983
Reputation: 765
shaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to shaun0207 Send a message via Yahoo to shaun0207 Send a message via Skype™ to shaun0207
Re: Adding tabs to TF3D?

Quote:
Originally Posted by ShadowDrake View Post
It's sad that this didn't get an answer.

Yes, you can add tabs, it's not very difficult. Generally, all that is involved is editing your 26948339_Manila file. Copy it from your device, open note pad, drag and drop the file into notepad to open it.

It's an xml file so it's structured. Scroll down a little to the line that says
Code:
<!-- 'page' extension == Manila pages -->
Listed below are all the tabs for TF3D! You should notice that the first thing it says is PageOrder="0"... that means that tab is the first one. By default, they should be in order, but it doesn't matter where you add the text for new tabs, just be sure that you do not have two tabs at number 2, for example.

I have added two tabs to my TF3D... Call history and Comm manager. Here is the code for each:

Call history (BY DEFAULT AFTER PEOPLE TAB! Remember to change the Page Order numbers if you want it somewhere else, and also remember to change the other page numbers afterwards). Additionally, you will need a file that is attached, 1d1ee632_manila. If you do not add that file, but paste this in your 26948339_manila file, TF3D will not start, and you will have to delete 269* to have the default one re-created.
Code:
      <Page Order="2" Name="callhistory.page" PackageName="HTC" Title="[[IDS_CALLLOGTITLE]]" ExternalScriptPath="HTC\Scripts\orangecalllogtransitions.luac">
        <ComponentReference Name="page" Mode9Path="HTC\CallLog.mode9" Component="GizmoRoot" SmartComponent="true" />
        <ComponentReference Name="icon_normal" Mode9Path="HTC\Icons.mode9" Component="People_CallHistory_Off" />
        <ComponentReference Name="icon_selected" Mode9Path="HTC\Icons.mode9" Component="People_CallHistory_On" />
        <ComponentReference Name="icon_preview" Mode9Path="HTC\Icons.mode9" Component="People_CallHistory_Preview" />
        <ComponentReference Name="icon_notification" Mode9Path="HTC\Icons.mode9" Component="Notification_People_CallHistory" />
      </Page>
Second, here is the code for a Comm Manager tab, which I have placed just before the settings tab. I only have 11 tabs (no sprint TV, though I will eventually be adding that back), so just like before, remember to change the page order number to suit where you would like it to be. The comm manager background will be black by default, to change the text to grey, you need to copy 1f3be060_manila that is attached here as well. Why grey instead of white? Because under settings, the Sounds menu has a white background... There is only one location where the text color for TF3D is stored, so grey works for both black and white backgrounds.
Code:
      <Page Order="9" Name="communications.page" PackageName="HTC" Title="[[IDS_COMMUNICATIONS]]" >
        <ComponentReference Name="page" Mode9Path="HTC\settings.mode9" Component="CommunicationsPageComponent" SmartComponent="true" />
        <ComponentReference Name="icon_normal" Mode9Path="HTC\icons.mode9" Component="Programs_Off" />
        <ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="Programs_On" />
        <ComponentReference Name="icon_preview" Mode9Path="HTC\icons.mode9" Component="Programs_Preview" />
      </Page>
Last, if the title of your Comm manager tab is [[IDS_COMMUNICATIONS]], you either need to edit your 090661f7_manila and add:
Code:
      <trans-unit id="IDS_COMMUNICATIONS">
        <source>Comm Manager</source>
      </trans-unit>
, or change in the code above for the comm manager, where it says [[IDS_COMMUNICATIONS]] to say whatever you like. The reason it says what it says is because the 090661f7_manila file is a localization file, so anywhere it would say Comm Manager, or anything else can be changed by only editing a single line in a single file, instead of searching through tons of _manila files to correct a problem, or change the language. So I ask if you only edit the [[IDS_COMMUNICATIONS]] line that you do not share your modified file! Thanks

I'll also attach my 26948449_manila file, as well as all 4 in a single .zip archive.
Thanks. I'm gonna try this too. But I have a couple of questions:

1. How do you know when you need to add a file (like you said we need to do for the call history tab) to add a tab to TF3D?

2. Will you need to re-add the tabs after you change a Theme using TF3D Config? (currently using the Purple theme)

3. Can you post the code to add the Sprint TV tab back?


4. If I want to add a tab that says "MEDIA" and how have it look similar to the Internet tab with "Core Player" as my Icon and having links to other media player(like kinoma,WM player, etc..) underneath it, how would I do it? is it possible?
__________________
Phone History (last 2yrs or less): Sanyo5500>Sanyo8300>SamsungA920>Moto i930>Moto i870>Moto Q>The Mogul & a iC902> Touch Pro & iC902>Touch Pro and a Palm Pre> just a Pre for now>>HTC EVO (white)!

Reply With Quote
  #2 (permalink)  
Old 01-08-2009, 04:06 PM
ShadowDrake's Avatar
ShadowDrake
Guest
 
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
Re: Adding tabs to TF3D?

Quote:
Originally Posted by shaun0207 View Post
Thanks. I'm gonna try this too. But I have a couple of questions:

1. How do you know when you need to add a file (like you said we need to do for the call history tab) to add a tab to TF3D?

2. Will you need to re-add the tabs after you change a Theme using TF3D Config? (currently using the Purple theme)

3. Can you post the code to add the Sprint TV tab back?


4. If I want to add a tab that says "MEDIA" and how have it look similar to the Internet tab with "Core Player" as my Icon and having links to other media player(like kinoma,WM player, etc..) underneath it, how would I do it? is it possible?
Don't mean to double post but I'm going to maintain two posts to answer each of your questions.

No way to totally know, except that for the "removed" tabs in TF3D, HTC cleaned up unnecessary files, in regards to the call history tab, it was the file I attached. The extra file is just one of the ones that HTC removed, ripped from an even older version of manila that had the call history tab.

Yes, you will very likely have to re-add the tabs when changing the theme. The primary reason I did not just cabify these modifications is that multiple modificaions often involve the same manila files. I have learned it is better to just provide the original information and allow everyone to do their own personal changes. Also, the theme programs are pretty notorious for just running over any other modification you may want to do, they all figure that's the only mod you will be doing.

I would re-add the sprint tab right now but I'm not on the stock Sprint ROM right now (on Dream's ROM), and all I would need is someone to provide me with an original sprint 26948339_manila and I can pull the proper lines out of it and post them here for reference.
Reply With Quote
This post has been thanked 1 times.
  #3 (permalink)  
Old 01-08-2009, 05:28 PM
shaun0207's Avatar
DaGreatOne
Offline
Pocket PC: HTC EVO (white)!
Carrier: Sprint
Location: Balitmore, MD
 
Join Date: Sep 2007
Posts: 1,983
Reputation: 765
shaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to shaun0207 Send a message via Yahoo to shaun0207 Send a message via Skype™ to shaun0207
Re: Adding tabs to TF3D?

Quote:
Originally Posted by ShadowDrake View Post
Don't mean to double post but I'm going to maintain two posts to answer each of your questions.

No way to totally know, except that for the "removed" tabs in TF3D, HTC cleaned up unnecessary files, in regards to the call history tab, it was the file I attached. The extra file is just one of the ones that HTC removed, ripped from an even older version of manila that had the call history tab.

Yes, you will very likely have to re-add the tabs when changing the theme. The primary reason I did not just cabify these modifications is that multiple modificaions often involve the same manila files. I have learned it is better to just provide the original information and allow everyone to do their own personal changes. Also, the theme programs are pretty notorious for just running over any other modification you may want to do, they all figure that's the only mod you will be doing.

I would re-add the sprint tab right now but I'm not on the stock Sprint ROM right now (on Dream's ROM), and all I would need is someone to provide me with an original sprint 26948339_manila and I can pull the proper lines out of it and post them here for reference.
I've found that since adding the animations cab to my TP it altered my TF3D and now no other cabs will work without screwing up my TF3D even more. I was using the call history cab from XDA before I added the animations cab and it worked fine.

I would like to add the Sprint TV tab back and have links on it similair in setup to the internet tab for Core Player, WM Player, Kinoma,& SPB Online and or have it like the Programs Tab and allow me to add my own programs
Reply With Quote
  #4 (permalink)  
Old 01-08-2009, 06:57 PM
shaun0207's Avatar
DaGreatOne
Offline
Pocket PC: HTC EVO (white)!
Carrier: Sprint
Location: Balitmore, MD
 
Join Date: Sep 2007
Posts: 1,983
Reputation: 765
shaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to shaun0207 Send a message via Yahoo to shaun0207 Send a message via Skype™ to shaun0207
Re: Adding tabs to TF3D?

Quote:
Originally Posted by shaun0207 View Post
I've found that since adding the animations cab to my TP it altered my TF3D and now no other cabs will work without screwing up my TF3D even more. I was using the call history cab from XDA before I added the animations cab and it worked fine.

I would like to add the Sprint TV tab back and have links on it similair in setup to the internet tab for Core Player, WM Player, Kinoma,& SPB Online and or have it like the Programs Tab and allow me to add my own programs
would anyone like to create a cab like this for us manila challenged people?
Reply With Quote
  #5 (permalink)  
Old 01-09-2009, 03:25 AM
ShadowDrake's Avatar
ShadowDrake
Guest
 
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
Re: Adding tabs to TF3D?

Quote:
Originally Posted by shaun0207 View Post
I've found that since adding the animations cab to my TP it altered my TF3D and now no other cabs will work without screwing up my TF3D even more. I was using the call history cab from XDA before I added the animations cab and it worked fine.

I would like to add the Sprint TV tab back and have links on it similair in setup to the internet tab for Core Player, WM Player, Kinoma,& SPB Online and or have it like the Programs Tab and allow me to add my own programs
Quote:
Originally Posted by shaun0207 View Post
would anyone like to create a cab like this for us manila challenged people?
No one has made it that far yet -- I mean, adding major content to any of the tabs. As I said before, it will happen with time. There are a few people who are certainly making great progress. I don't plan on reflashing to the stock Sprint ROM any time soon, so getting my hands on an original 2694* manila file will be difficult. Anyone care to pitch in? I can at least get the proper lines to re-add the Sprint TV tab to your TF3D.

Also, my current Manila version is 1.0.1630.30... I want to say the newest sprint one is 1.2 or something along those lines? Not sure, I just know mine is old.

With henbone11's problems, he got in touch with me on MSN, I helped him to remove the call history tab to get his TF3D running again, but he disappeared shortly thereafter. Never found out if that corrected the problem. So, that's the latest.
Reply With Quote
  #6 (permalink)  
Old 01-09-2009, 03:31 AM
henbone11's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Threadstarter
Location: Indianapolis, IN
 
Join Date: Mar 2008
Posts: 191
Reputation: 280
henbone11 is becoming a PPCGeeks regularhenbone11 is becoming a PPCGeeks regularhenbone11 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Adding tabs to TF3D?

Quote:
Originally Posted by ShadowDrake View Post
No one has made it that far yet -- I mean, adding major content to any of the tabs. As I said before, it will happen with time. There are a few people who are certainly making great progress. I don't plan on reflashing to the stock Sprint ROM any time soon, so getting my hands on an original 2694* manila file will be difficult. Anyone care to pitch in? I can at least get the proper lines to re-add the Sprint TV tab to your TF3D.

Also, my current Manila version is 1.0.1630.30... I want to say the newest sprint one is 1.2 or something along those lines? Not sure, I just know mine is old.

With henbone11's problems, he got in touch with me on MSN, I helped him to remove the call history tab to get his TF3D running again, but he disappeared shortly thereafter. Never found out if that corrected the problem. So, that's the latest.
Hey ShadowDrake, sorry bro. I had to take off for a while. I ended up just pulling a backup and abandoning this venture. lol Not that I dont want the extra tabs, but the hassle doesnt seem worth it. I tried adding the comm manager tab and failed. I tried just adding the call history tab and failed. I made my 269 manila look exactly like yours and failed. I made sure the sub manila file matched the 269 manila and failed. lol I know its trial and error but it was turning out to be more complicated than I had hoped for. I will shoot you a message and if you are around I will try again. Otherwise, I probably wont mess with this again. I do appreciate all of your help though.
Reply With Quote
  #7 (permalink)  
Old 01-09-2009, 03:40 AM
ShadowDrake's Avatar
ShadowDrake
Guest
 
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
Re: Adding tabs to TF3D?

Quote:
Originally Posted by henbone11 View Post
Hey ShadowDrake, sorry bro. I had to take off for a while. I ended up just pulling a backup and abandoning this venture. lol Not that I dont want the extra tabs, but the hassle doesnt seem worth it. I tried adding the comm manager tab and failed. I tried just adding the call history tab and failed. I made my 269 manila look exactly like yours and failed. I made sure the sub manila file matched the 269 manila and failed. lol I know its trial and error but it was turning out to be more complicated than I had hoped for. I will shoot you a message and if you are around I will try again. Otherwise, I probably wont mess with this again. I do appreciate all of your help though.
Haha no big deal... I figured your laptop exploded. I'll be around some tomorrow, gotta pick up my roomate from the airport tomorrow night.

Don't know why it was giving you so much trouble. Dream has updated his rom for the millionth time this weekend so I -may- make a stop back with the Sprint ROM to grab some files and do some testing... I should have the time for it this weekend. I reflash more often than once a week lately though, I'd like to be able to just be content with what I have haha
Reply With Quote
  #8 (permalink)  
Old 01-09-2009, 10:27 AM
shaun0207's Avatar
DaGreatOne
Offline
Pocket PC: HTC EVO (white)!
Carrier: Sprint
Location: Balitmore, MD
 
Join Date: Sep 2007
Posts: 1,983
Reputation: 765
shaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuffshaun0207 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to shaun0207 Send a message via Yahoo to shaun0207 Send a message via Skype™ to shaun0207
Re: Adding tabs to TF3D?

Quote:
Originally Posted by ShadowDrake View Post

Also, my current Manila version is 1.0.1630.30... I want to say the newest sprint one is 1.2 or something along those lines? Not sure, I just know mine is old.
I have the same version as you. After I installed the animations cab, thats what it changed to. So if I install the latest version of TF3D, I will loose the animations, correct?
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro


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 03:43 AM.


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