PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=98)
-   -   Custom VisualKitchen EXT Request Thread - Get Them HERE! (http://forum.ppcgeeks.com/showthread.php?t=115568)

rstoyguy 04-03-2010 08:41 AM

Custom Manila Tab Control
 
1 Attachment(s)
**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"


hthomas 04-05-2010 04:45 PM

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?

meatgel 04-05-2010 04:57 PM

Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!
 
Quote:

Originally Posted by hthomas (Post 1682383)
Wow that is good to know. Good work...

Does any body have an EXT of the NEW MyPhone?

It's in post #4.

hthomas 04-05-2010 08:35 PM

Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!
 
Quote:

Originally Posted by meatgel (Post 1682402)
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.

willysp 04-06-2010 03:41 PM

Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!
 
Quote:

Originally Posted by DomSim (Post 1659026)
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!

rstoyguy 04-06-2010 04:52 PM

Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!
 
Quote:

Originally Posted by willysp (Post 1684195)
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!

willysp 04-06-2010 05:14 PM

Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!
 
Quote:

Originally Posted by rstoyguy (Post 1684325)
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

DomSim 04-06-2010 06:23 PM

Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!
 
1 Attachment(s)
here ya go,

piranah 04-06-2010 06:41 PM

Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!
 
DOM can i get that mms of yours?

edit post 900

willysp 04-06-2010 07:18 PM

Re: Custom VisualKitchen EXT Request Thread - Get Them HERE!
 
Quote:

Originally Posted by DomSim (Post 1684494)
here ya go,

Thanks!!!


All times are GMT -4. The time now is 05:58 PM.

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


Content Relevant URLs by vBSEO 3.6.0