Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
the_scotsman
Old
#1  
the_scotsman's Avatar
Assistant Forum Admin / Moderator Committee / XDA News Writer - OP
Thanks Meter 5986
Posts: 20,084
Join Date: Jan 2006
Location: NSW, Australia Likes: Anything alcoholic or caffeinated

 
DONATE TO ME
Default Chaning Manila Tab Order When Cooking

I'm trying to find the way to change the order of my manila tabs in my ktichen...I thought I had i, but it didnt work for some reason...can anyone help?

Thanks
 
Diegis0n
Old
#2  
Senior Member
Thanks Meter 4
Posts: 1,115
Join Date: Jun 2009
Location: Leuven
Hello there

Look for this file ["26948339_manila"] inside your Manila_Core package and edit it accordingly
 
the_scotsman
Old
#3  
the_scotsman's Avatar
Assistant Forum Admin / Moderator Committee / XDA News Writer - OP
Thanks Meter 5986
Posts: 20,084
Join Date: Jan 2006
Location: NSW, Australia Likes: Anything alcoholic or caffeinated

 
DONATE TO ME
Quote:
Originally Posted by Diegis0n View Post
Hello there

Look for this file ["26948339_manila"] inside your Manila_Core package and edit it accordingly
Ah great thanks...looks easy enough now!
 
the_scotsman
Old
#4  
the_scotsman's Avatar
Assistant Forum Admin / Moderator Committee / XDA News Writer - OP
Thanks Meter 5986
Posts: 20,084
Join Date: Jan 2006
Location: NSW, Australia Likes: Anything alcoholic or caffeinated

 
DONATE TO ME
One other thing...how can I disable some tabs when cooking, but still allow users to re-enable them through manila settings?
 
mac_es
Old
#5  
Senior Member
Thanks Meter 6
Posts: 272
Join Date: May 2008
Here my app.reg in one OEM package:

Code:
[HKEY_LOCAL_MACHINE\Software\HTC\Manila]

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration]

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\12]
"Enable"=dword:00000001
"Title"="[[IDS_SETTINGSTITLE]]"
"PageName"="Manila://settings.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\11]
"Enable"=dword:00000000
"Title"="[[IDS_FOOTPRINTS_TITLE]]"
"PageName"="Manila://footprints.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\10]
"Enable"=dword:00000000
"Title"="[[IDS_TWITTER]]"
"PageName"="Manila://twitter.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\9]
"Enable"=dword:00000001
"Title"="[[IDS_MUSICTITLE]]"
"PageName"="Manila://music.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\8]
"Enable"=dword:00000001
"Title"="[[IDS_PHOTOSANDVIDEOS]]"
"PageName"="Manila://album.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\7]
"Enable"=dword:00000000
"Title"="[[IDS_STOCK]]"
"PageName"="Manila://inforwidget.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\6]
"Enable"=dword:00000001
"Title"="[[IDS_CALENDAR]]"
"PageName"="Manila://calendar.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\5]
"Enable"=dword:00000001
"Title"="[[IDS_INTERNETPORTALTITLE]]"
"PageName"="Manila://internet.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\4]
"Enable"=dword:00000001
"Title"="[[IDS_EMAILTITLE]]"
"PageName"="Manila://email.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\3]
"Enable"=dword:00000001
"Title"="[[IDS_MESSAGESTITLE]]"
"PageName"="Manila://messaging.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\2]
"Enable"=dword:00000001
"Title"="[[IDS_FAVORITEPEOPLETITLE]]"
"PageName"="Manila://people.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\1]
"Enable"=dword:00000001
"Title"="[[IDS_WEATHER]]"
"PageName"="Manila://weather.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\0]
"Enable"=dword:00000001
"Title"="[[IDS_HOMETITLE]]"
"PageName"="Manila://home.page"

[HKEY_CURRENT_USER\Software\HTC\Manila]
"Manila://home.page.hidden"=dword:00000000
"Manila://weather.page.hidden"=dword:00000000
"Manila://people.page.hidden"=dword:00000000
"Manila://messaging.page.hidden"=dword:00000000
"Manila://email.page.hidden"=dword:00000000
"Manila://internet.page.hidden"=dword:00000000
"Manila://calendar.page.hidden"=dword:00000000
"Manila://inforwidget.page.hidden"=dword:00000002
"Manila://album.page.hidden"=dword:00000000
"Manila://music.page.hidden"=dword:00000000
"Manila://twitter.page.hidden"=dword:00000002
"Manila://footprints.page.hidden"=dword:00000002
"Manila://settings.page.hidden"=dword:00000000
It changes the order to:
Home,weather,peopple,sms,email,inet,calendar,graph ics,music,config

And hide stock,twitter and footprints
 
the_scotsman
Old
#6  
the_scotsman's Avatar
Assistant Forum Admin / Moderator Committee / XDA News Writer - OP
Thanks Meter 5986
Posts: 20,084
Join Date: Jan 2006
Location: NSW, Australia Likes: Anything alcoholic or caffeinated

 
DONATE TO ME
Ahhh thanks
 
saurabh88
Old
#7  
saurabh88's Avatar
Senior Member
Thanks Meter 7
Posts: 1,469
Join Date: Dec 2008
Location: surat
Quote:
Originally Posted by mac_es View Post
Here my app.reg in one OEM package:

Code:
[HKEY_LOCAL_MACHINE\Software\HTC\Manila]

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration]

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\12]
"Enable"=dword:00000001
"Title"="[[IDS_SETTINGSTITLE]]"
"PageName"="Manila://settings.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\11]
"Enable"=dword:00000000
"Title"="[[IDS_FOOTPRINTS_TITLE]]"
"PageName"="Manila://footprints.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\10]
"Enable"=dword:00000000
"Title"="[[IDS_TWITTER]]"
"PageName"="Manila://twitter.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\9]
"Enable"=dword:00000001
"Title"="[[IDS_MUSICTITLE]]"
"PageName"="Manila://music.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\8]
"Enable"=dword:00000001
"Title"="[[IDS_PHOTOSANDVIDEOS]]"
"PageName"="Manila://album.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\7]
"Enable"=dword:00000000
"Title"="[[IDS_STOCK]]"
"PageName"="Manila://inforwidget.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\6]
"Enable"=dword:00000001
"Title"="[[IDS_CALENDAR]]"
"PageName"="Manila://calendar.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\5]
"Enable"=dword:00000001
"Title"="[[IDS_INTERNETPORTALTITLE]]"
"PageName"="Manila://internet.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\4]
"Enable"=dword:00000001
"Title"="[[IDS_EMAILTITLE]]"
"PageName"="Manila://email.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\3]
"Enable"=dword:00000001
"Title"="[[IDS_MESSAGESTITLE]]"
"PageName"="Manila://messaging.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\2]
"Enable"=dword:00000001
"Title"="[[IDS_FAVORITEPEOPLETITLE]]"
"PageName"="Manila://people.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\1]
"Enable"=dword:00000001
"Title"="[[IDS_WEATHER]]"
"PageName"="Manila://weather.page"

[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\0]
"Enable"=dword:00000001
"Title"="[[IDS_HOMETITLE]]"
"PageName"="Manila://home.page"

[HKEY_CURRENT_USER\Software\HTC\Manila]
"Manila://home.page.hidden"=dword:00000000
"Manila://weather.page.hidden"=dword:00000000
"Manila://people.page.hidden"=dword:00000000
"Manila://messaging.page.hidden"=dword:00000000
"Manila://email.page.hidden"=dword:00000000
"Manila://internet.page.hidden"=dword:00000000
"Manila://calendar.page.hidden"=dword:00000000
"Manila://inforwidget.page.hidden"=dword:00000002
"Manila://album.page.hidden"=dword:00000000
"Manila://music.page.hidden"=dword:00000000
"Manila://twitter.page.hidden"=dword:00000002
"Manila://footprints.page.hidden"=dword:00000002
"Manila://settings.page.hidden"=dword:00000000
It changes the order to:
Home,weather,peopple,sms,email,inet,calendar,graph ics,music,config

And hide stock,twitter and footprints
GREAT BUDDY
CURRENT ROM:leaked 2.3.3
BEST ANDROID APPLICATION..
http://forum.xda-developers.com/show...01#post7226501
CURRENT DEVICE:galaxy s i 9000
ROOTED
other device:
HTC DESIRE HD {SOLD IT.BIG FOOL I AM}
htc leo{miss you}
htc rhodium
htc diamond
htc elfin
htc gene
 
af974
Old
#8  
af974's Avatar
Recognized Developer / Retired Forum Moderator
Thanks Meter 1876
Posts: 4,942
Join Date: Jan 2008
This is only for Manila 2.1-2.5 aka Sense users.....dont try to make these mods on your Manila 2D

Quote:
Originally Posted by saurabh88 View Post
GREAT BUDDY
“You have to learn the rules of the game. And then you have to play better than anyone else.” ~ Albert Einstein
 
+ Que PPC
Old
#9  
+ Que PPC's Avatar
Recognized Developer
Thanks Meter 84
Posts: 4,708
Join Date: Mar 2007
Location: Guadalajara

 
DONATE TO ME
yeah jiji

if you want to change the tabs order in manilla 2d you must to use the manila customizer or edit the HTChomesettings.xml

i add a new tab second weater tab
Code:
</ImageList>


  <Tabs>
    <HomeWidget			enable="1" tab_bg_icon="7,8" 	tab_icon="69,70"	big_icon="29,30" />
    <OperatorWidget		enable="0" tab_bg_icon="120,129" tab_icon="145,147"	big_icon="200,218" />
    <PeopleWidget		enable="1" tab_bg_icon="19,20"	tab_icon="168,169"	big_icon="59,60" />
    <MyFavesWidget  	enable="0" tab_bg_icon="219,220" tab_icon="221,222"	big_icon="223,224" />
    <MessagingWidget	enable="1" tab_bg_icon="15,16"	tab_icon="115,165"	big_icon="37,38" />
    <EmailWidget		enable="1" tab_bg_icon="11,12"	tab_icon="111,112"	big_icon="33,34" />
    <InternetWidget		enable="1" tab_bg_icon="9,10"	tab_icon="71,110"	big_icon="31,32" />
    <PhotoWidget		enable="1" tab_bg_icon="21,22" 	tab_icon="170,171"	big_icon="61,62" />
    <MusicWidget		enable="1" tab_bg_icon="17,18"	tab_icon="166,167"	big_icon="39,58" />
    <WeatherWidget		enable="1" tab_bg_icon="27,28"	tab_icon="176,177"	big_icon="67,68" />
    <WeatherWidget2		enable="1" tab_bg_icon="227,28"	tab_icon="228,177"	big_icon="229,68" />
    <LocationWidget  	enable="1" tab_bg_icon="13,14"	tab_icon="113,114"	big_icon="35,36" />
    <SettingsWidget  	enable="1" tab_bg_icon="25,26"	tab_icon="174,175"	big_icon="65,66" />
    <LauncherWidget		enable="1" tab_bg_icon="23,24"	tab_icon="172,173"	big_icon="63,64" />
  </Tabs>


  <WidgetProperty>
+QUEPPC 6.5 ROMS FOR HTC HERMES
Twitter
Facebook

------CLICK HERE-----------CLICK HERE-------------CLICK HERE------------------CLICK HERE----------------CLICK HERE

Great appreciated a donation
 
saurabh88
Old
#10  
saurabh88's Avatar
Senior Member
Thanks Meter 7
Posts: 1,469
Join Date: Dec 2008
Location: surat
Quote:
Originally Posted by + Que PPC View Post
yeah jiji

if you want to change the tabs order in manilla 2d you must to use the manila customizer or edit the HTChomesettings.xml

i add a new tab second weater tab
Code:
</ImageList>


  <Tabs>
    <HomeWidget			enable="1" tab_bg_icon="7,8" 	tab_icon="69,70"	big_icon="29,30" />
    <OperatorWidget		enable="0" tab_bg_icon="120,129" tab_icon="145,147"	big_icon="200,218" />
    <PeopleWidget		enable="1" tab_bg_icon="19,20"	tab_icon="168,169"	big_icon="59,60" />
    <MyFavesWidget  	enable="0" tab_bg_icon="219,220" tab_icon="221,222"	big_icon="223,224" />
    <MessagingWidget	enable="1" tab_bg_icon="15,16"	tab_icon="115,165"	big_icon="37,38" />
    <EmailWidget		enable="1" tab_bg_icon="11,12"	tab_icon="111,112"	big_icon="33,34" />
    <InternetWidget		enable="1" tab_bg_icon="9,10"	tab_icon="71,110"	big_icon="31,32" />
    <PhotoWidget		enable="1" tab_bg_icon="21,22" 	tab_icon="170,171"	big_icon="61,62" />
    <MusicWidget		enable="1" tab_bg_icon="17,18"	tab_icon="166,167"	big_icon="39,58" />
    <WeatherWidget		enable="1" tab_bg_icon="27,28"	tab_icon="176,177"	big_icon="67,68" />
    <WeatherWidget2		enable="1" tab_bg_icon="227,28"	tab_icon="228,177"	big_icon="229,68" />
    <LocationWidget  	enable="1" tab_bg_icon="13,14"	tab_icon="113,114"	big_icon="35,36" />
    <SettingsWidget  	enable="1" tab_bg_icon="25,26"	tab_icon="174,175"	big_icon="65,66" />
    <LauncherWidget		enable="1" tab_bg_icon="23,24"	tab_icon="172,173"	big_icon="63,64" />
  </Tabs>


  <WidgetProperty>
do u think this must be work in qvga manilla settings???
CURRENT ROM:leaked 2.3.3
BEST ANDROID APPLICATION..
http://forum.xda-developers.com/show...01#post7226501
CURRENT DEVICE:galaxy s i 9000
ROOTED
other device:
HTC DESIRE HD {SOLD IT.BIG FOOL I AM}
htc leo{miss you}
htc rhodium
htc diamond
htc elfin
htc gene

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
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

Go to top of page...

XDA PORTAL POSTS

Recognized Contributor Code of Conduct

During the first half of 2012, XDA initiated the Recognized Contributor (RC) program to recognize … more

Careers in Android: What Hiring Managers Won’t Tell You – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

Coloring Your Logcat World

Getting feedback for your app during development is as simple as adding logging info where necessary and looking … more

Guide Your Sheep to Safety with Finger Shepherd

Just a coupe of days ago, we brought you news about a game calledAgent Sheep. In that … more