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 2 > CDMA TP2 Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #91 (permalink)  
Old 04-03-2010, 08:41 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)
Custom Manila Tab Control

**NOTE: This is from my HD2 Rom, it can be easily modified for any version of Sense/Manila...

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, 20 views) Click for barcode!
__________________
If this post was helpfull, let me know by clicking Thanks!

Reply With Quote
  #92 (permalink)  
Old 04-05-2010, 04:45 PM
hthomas's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC touch pro2,mogul 6800 and Moto Q9's
Carrier: cricket
 
Join Date: Nov 2009
Posts: 544
Reputation: 1055
hthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Wow that is good to know. Good work...

Does any body have an EXT of the NEW MyPhone?
Reply With Quote
  #93 (permalink)  
Old 04-05-2010, 04:57 PM
meatgel's Avatar
you know ...
Offline
Pocket PC: HTC Evo 3D
Carrier: Sprint
Location: Colorado
 
Join Date: Sep 2007
Posts: 1,092
Reputation: 1600
meatgel is halfway to VIP status based on repmeatgel is halfway to VIP status based on repmeatgel is halfway to VIP status based on repmeatgel is halfway to VIP status based on repmeatgel is halfway to VIP status based on repmeatgel is halfway to VIP status based on repmeatgel is halfway to VIP status based on repmeatgel is halfway to VIP status based on repmeatgel is halfway to VIP status based on repmeatgel is halfway to VIP status based on repmeatgel is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to meatgel
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Quote:
Originally Posted by hthomas View Post
Wow that is good to know. Good work...

Does any body have an EXT of the NEW MyPhone?
It's in post #4.
__________________
__________________

Sprint Evo 3D! ...

Reply With Quote
This post has been thanked 1 times.
  #94 (permalink)  
Old 04-05-2010, 08:35 PM
hthomas's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC touch pro2,mogul 6800 and Moto Q9's
Carrier: cricket
 
Join Date: Nov 2009
Posts: 544
Reputation: 1055
hthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rephthomas is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Quote:
Originally Posted by meatgel View Post
It's in post #4.
I'm Glad to know that.
It is so confusing, I one I've been using is" My Phone 1.5.2410". It has to be updated to a new verison before you can sync. So annoying...
The one posted in Post 4 I thought was even older, My Phone 01.06.2718.0001.

Sorry meatgel I should have checked it out before asking. Thanks for your help.
Reply With Quote
  #95 (permalink)  
Old 04-06-2010, 03:41 PM
willysp's Avatar
A Geek For Eons
Offline
Pocket PC: Photon, Xoom
Carrier: Sprint/US, Airtel/India, Telus/Canada
Location: Central Indiana
 
Join Date: Dec 2006
Posts: 1,576
Reputation: 1015
willysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Quote:
Originally Posted by DomSim View Post
btw, incase anyone is interested here are my apps i have converted to ext. more than willing to share for any interested
<snip>
I'd love to have the following:

CrayonPhysics
Sprint Navigation 2.1.42.0

Thanks!

Last edited by willysp; 04-06-2010 at 03:43 PM.
Reply With Quote
  #96 (permalink)  
Old 04-06-2010, 04:52 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: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Quote:
Originally Posted by willysp View Post
I'd love to have the following:

CrayonPhysics
Sprint Navigation 2.1.42.0

Thanks!
I'll check my laptop for the sprintnav, gotta link for that crayonphysics? That sounds fun!
Reply With Quote
This post has been thanked 1 times.
  #97 (permalink)  
Old 04-06-2010, 05:14 PM
willysp's Avatar
A Geek For Eons
Offline
Pocket PC: Photon, Xoom
Carrier: Sprint/US, Airtel/India, Telus/Canada
Location: Central Indiana
 
Join Date: Dec 2006
Posts: 1,576
Reputation: 1015
willysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Quote:
Originally Posted by rstoyguy View Post
I'll check my laptop for the sprintnav, gotta link for that crayonphysics? That sounds fun!
It is a cool little app! The download link is the last link. Screenshot in 1st link, and author in 2nd.

Thanks!

http://forum.ppcgeeks.com/showthread.php?t=104269

http://forum.xda-developers.com/show...24&postcount=3

http://rapidshare.com/files/32884936...yonPhysics.cab
Reply With Quote
  #98 (permalink)  
Old 04-06-2010, 06:23 PM
DomSim's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Touch Pro2
Carrier: Sprint
 
Join Date: Nov 2008
Posts: 735
Reputation: 1960
DomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on repDomSim is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

here ya go,
Attached Files
File Type: rar Sprintnav_CrayonPhy.rar (7.78 MB, 22 views) Click for barcode!
Reply With Quote
This post has been thanked 2 times.
  #99 (permalink)  
Old 04-06-2010, 06:41 PM
piranah's Avatar
College ROM Teacher ESQ
Offline
Pocket PC: College ROM iphony Killer
Carrier: $print
Location: Middle of cornfield, dreaming of San Diego
 
Join Date: Aug 2007
Posts: 1,181
Reputation: 1809
piranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to piranah
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

DOM can i get that mms of yours?

edit post 900
__________________
Dont Forget To Say Thanks!
COLLEGE ROM TEACHER

Help Me Help You
Reply With Quote
  #100 (permalink)  
Old 04-06-2010, 07:18 PM
willysp's Avatar
A Geek For Eons
Offline
Pocket PC: Photon, Xoom
Carrier: Sprint/US, Airtel/India, Telus/Canada
Location: Central Indiana
 
Join Date: Dec 2006
Posts: 1,576
Reputation: 1015
willysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on repwillysp is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!

Quote:
Originally Posted by DomSim View Post
here ya go,
Thanks!!!
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > CDMA TP2 Development

Tags
ext, kitchen, oem, visual


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 08:46 PM.


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