
22nd April 2010, 09:40 AM
|
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
|
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
|

22nd April 2010, 10:23 AM
|
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
|

22nd April 2010, 10:31 AM
|
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
Hello there
Look for this file ["26948339_manila"] inside your Manila_Core package and edit it accordingly 
|
Ah great thanks...looks easy enough now!
|

22nd April 2010, 11:32 AM
|
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?
|

22nd April 2010, 12:31 PM
|
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
|

22nd April 2010, 01:20 PM
|
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
|

24th April 2010, 04:35 PM
|
Senior Member
Thanks Meter 7
Posts: 1,469
Join Date: Dec 2008
Location: surat
|
Quote:
Originally Posted by mac_es
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
|

24th April 2010, 05:04 PM
|
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
GREAT BUDDY  
|
“You have to learn the rules of the game. And then you have to play better than anyone else.” ~ Albert Einstein
|

24th April 2010, 10:52 PM
|
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
|

27th April 2010, 03:36 AM
|
Senior Member
Thanks Meter 7
Posts: 1,469
Join Date: Dec 2008
Location: surat
|
Quote:
Originally Posted by + Que PPC
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
|
|