[Solved] Removing manila tab - Windows Mobile

Hello Guys,
I need to remove manila tab, specifically twitter tab. If I cook without twitter tab, manila doesn't start. Anything I shoud do in registry or should I modify some file, maybe in manila core? Would this affect on a smooth manila work? Any help would be appreciated

Hi,
You should edit 26948339_manila.

ct_moi said:
Hi,
You should edit 26948339_manila.
Click to expand...
Click to collapse
Could you please be more detailed? Whether removing one tab will affect on the whole manila work?

If you don't want to cook twitter tab you need to delete code below from 26948339_manila and re order the other pages (page Order="number") should start 0 to the end without hole, 0,1,2,3,4,5,6....
Code:
<Page Order="5" Name="twitter.page" PackageName="HTC" Title="[[IDS_TWITTER]]">
<ComponentReference Name="page" Mode9Path="HTC\Twitter\Twitter.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_Preview"/>
</Page>

Related

[REQ] Sprint Comm Manager Tab

So I need a Sprint comm manager tab, do any of you guys know where I can find this? Also I need to know how to install it without the .Cab, if I install it with the .Cab it will remove my Call History and Calander tabs.
Thanks again!
Also I did a few searches, couldn't come up with much.
Ok according to this thread, post 18 http://forum.ppcgeeks.com/showthread.php?t=40677
I can install the comm manager tab and it well be up there "sprintified" so now I just need to figure out how to install it without the .Cab. Any help?
Up, anyone?
Code:
<Page Order="10" Name="communications.page" PackageName="HTC" Title="[[Comm Manager]]">
<ComponentReference Name="page" Mode9Path="HTC\settings.mode9" Component="CommunicationsPageComponent" SmartComponent="true" />
<ComponentReference Name="icon_normal" Mode9Path="HTC\icons.mode9" Component="Settings_Communication_Off" />
<ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="Settings_Communication_On" />
<ComponentReference Name="icon_preview" Mode9Path="HTC\icons.mode9" Component="Settings_Communication_Preview" />
</Page>
Insert this code into your 26948339_manila file that is in your windows directory. Worked for 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
Hello there
Look for this file ["26948339_manila"] inside your Manila_Core package and edit it accordingly
Diegis0n said:
Hello there
Look for this file ["26948339_manila"] inside your Manila_Core package and edit it accordingly
Click to expand...
Click to collapse
Ah great thanks...looks easy enough now!
One other thing...how can I disable some tabs when cooking, but still allow users to re-enable them through manila settings?
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,graphics,music,config
And hide stock,twitter and footprints
Ahhh thanks
mac_es said:
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,graphics,music,config
And hide stock,twitter and footprints
Click to expand...
Click to collapse
GREAT BUDDY
This is only for Manila 2.1-2.5 aka Sense users.....dont try to make these mods on your Manila 2D
saurabh88 said:
GREAT BUDDY
Click to expand...
Click to collapse
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" />
[B]<WeatherWidget2 enable="1" tab_bg_icon="227,28" tab_icon="228,177" big_icon="229,68" />[/B]
<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>
+ Que PPC said:
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" />
[B]<WeatherWidget2 enable="1" tab_bg_icon="227,28" tab_icon="228,177" big_icon="229,68" />[/B]
<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>
Click to expand...
Click to collapse
do u think this must be work in qvga manilla settings???
mmm i dont understand that very well... what you mean by... must be work in manila settings? wich settings? do you want to move the manila settings tab?
+ Que PPC said:
mmm i dont understand that very well... what you mean by... must be work in manila settings? wich settings? do you want to move the manila settings tab?
Click to expand...
Click to collapse
i mean is this reg hack work in manilla 2d for qvga??
Hi,
here is my Tab order file from Manila 2.5.2012> 26948339_manila.
Code:
<Manila Mode9Path="HTC\Manila\manila.mode9">
<Navigation>
<PageGroup Name="Root">
<Page Order="0" Name="home.page" PackageName="HTC" Default="true" Title="[[IDS_HOMETITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Home\FakeHome.mode9?testParam=1" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Home_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Home_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Home_Preview"/>
</Page>
<Page Order="1" Name="people.page" PackageName="HTC" Title="[[IDS_FAVORITEPEOPLETITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\People\people.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="People_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="People_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="People_Preview"/>
</Page>
<Page Order="2" Name="messaging.page" PackageName="HTC" Title="[[IDS_MESSAGESTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Messaging\messaging.mode9" Component="MessagesTopLevelPage" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Messaging_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Messaging_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Messaging_Preview"/>
</Page>
<Page Order="3" Name="email.page" PackageName="HTC" Title="[[IDS_EMAILTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Email\email.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Email_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Email_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Email_Preview"/>
</Page>
<Page Order="4" Name="peopleCallHistory.page" PackageName="HTC" Title="[[IDS_PEOPLEBROWSER_CALLHISTORYALLTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\people\uzebCallHistory.mode9" Component="CallHistoryRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\uzebicon.mode9" Component="PeopleCallHistory_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\uzebicon.mode9" Component="PeopleCallHistory_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\uzebicon.mode9" Component="PeopleCallHistory_Preview"/>
</Page>
<Page Order="5" Name="calendar.page" PackageName="HTC" Default="true" Title="[[IDS_CALENDAR]]">
<ComponentReference Name="page" Mode9Path="HTC\Calendar\Calendar.mode9" Component="CalendarComponent" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\CalendarIcon.mode9" Component="Calendar_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\CalendarIcon.mode9" Component="Calendar_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\CalendarIcon.mode9" Component="Calendar_Preview"/>
</Page>
<Page Order="6" Name="internet.page" PackageName="HTC" Title="[[IDS_INTERNETPORTALTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Internet\internetportal.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Internet_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Internet_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Internet_Preview"/>
</Page>
<Page Order="7" Name="album.page" PackageName="HTC" Title="[[IDS_PHOTOSANDVIDEOS]]">
<ComponentReference Name="page" Mode9Path="HTC\Album\album.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Album_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Album_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Album_Preview"/>
</Page>
<Page Order="8" Name="music.page" PackageName="HTC" Title="[[IDS_MUSICTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Music\music.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Music_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Music_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Music_Preview"/>
</Page>
<Page Order="9" Name="weather.page" PackageName="HTC" Title="[[IDS_WEATHER]]">
<ComponentReference Name="page" Mode9Path="HTC\Weather\weather.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Weather_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Weather_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Weather_Preview"/>
</Page>
<Page Order="10" Name="footprints.page" PackageName="HTC" Title="[[IDS_FOOTPRINTS_TITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Footprints\footprints.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\Footprints_icons.mode9" Component="Footprints_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\Footprints_icons.mode9" Component="Footprints_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\Footprints_icons.mode9" Component="Footprints_Preview"/>
</Page>
<Page Order="11" Name="reader.page" PackageName="HTC" Title="Reader">
<ComponentReference Name="page" Mode9Path="HTC\Reader\Reader.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Reader_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Reader_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Reader_Preview"/>
</Page>
<Page Order="12" Name="docexplorer.page" PackageName="HTC" Title="[[IDS_DOCUMENTSTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\DocExplorer\documentexplorer.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\DocExplorer\docicons.mode9" Component="DocumentExplorer_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\DocExplorer\docicons.mode9" Component="DocumentExplorer_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\DocExplorer\docicons.mode9" Component="DocumentExplorer_Preview"/>
</Page>
<Page Order="13" Name="twitter.page" PackageName="HTC" Title="[[IDS_TWITTER]]">
<ComponentReference Name="page" Mode9Path="HTC\Twitter\Twitter.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_Preview"/>
</Page>
<Page Order="14" Name="inforwidget.page" PackageName="HTC" Title="[[IDS_STOCK]]">
<ComponentReference Name="page" Mode9Path="HTC\Stock\infor.mode9?page=MyPortfolio" Component="DetailPage" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\inforicon.mode9" Component="infor_tray_icon"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\inforicon.mode9" Component="infor_tray_icon_selected"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\inforicon.mode9" Component="infor_tray_icon_preview"/>
</Page>
<Page Order="15" Name="settings.page" PackageName="HTC" Title="[[IDS_SETTINGSTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Settings\settings.mode9" Component="SettingsPageComponent" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Settings_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Settings_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Settings_Preview"/>
</Page>
</PageGroup>
</Navigation>
</Manila>
with friendly greet
starbase64
well thats for sense 2.5
i apply that change in manila 1.0.1811 (I guess it from OPAL) qvga of course. i dont know if it works in mega's

Changing order or removing tabs

The order that the icons are displayed across the bottom of the screen e.g. Home, Contacts, SMS, email and browser etc. I want to change the order in which they are displayed e.g. I want the music player or Launcher to appear after the home icon or remove the weather option completely as I don’t use it. I used to run a Nfsfan 6.5 ROM on my HTC vogue and this was a tab setting in the Manilla 2D options.
It is not something that I would change frequently, however to would be good to have the option or at least know where to change this in the registry. Anyone have any idea?
I am not game to ROM the phone yet as it is a brand new company phone. May have to wait a few months for that!
Thanks in advance
You must try M2DC (Manila 2D Customizer), it will do the trick.
Is there the ability to get Manila 2D customizer on its own. I could only find it as part of complete ROM?
Cheers
hebegbnz said:
Is there the ability to get Manila 2D customizer on its own. I could only find it as part of complete ROM?
Cheers
Click to expand...
Click to collapse
Try here (should be what you're looking for!)
You can also change setting in 1:\windows\HTCHomeSettings.xml by hand.
Code:
<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" />
<LauncherWidget enable="1" tab_bg_icon="23,24" tab_icon="172,173" big_icon="63,64" />
<EmailWidget enable="0" tab_bg_icon="11,12" tab_icon="111,112" big_icon="33,34" />
<FootprintsWidget enable="0" tab_bg_icon="229,230" tab_icon="231,232" big_icon="233,234" />
<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" />
<TVWidget enable="0" tab_bg_icon="242,243" tab_icon="244,245" big_icon="246,247" />
<WeatherWidget enable="0" tab_bg_icon="27,28" tab_icon="176,177" big_icon="67,68" />
<LocationWidget enable="0" 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" />
</Tabs>
- enable 1 shows item 0 dont
- the order top-down is the order left-right
Superb! Thats what I was looking for.
Thanks for the help
Gfy said:
You can also change setting in 1:\windows\HTCHomeSettings.xml by hand.
Code:
<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" />
<LauncherWidget enable="1" tab_bg_icon="23,24" tab_icon="172,173" big_icon="63,64" />
<EmailWidget enable="0" tab_bg_icon="11,12" tab_icon="111,112" big_icon="33,34" />
<FootprintsWidget enable="0" tab_bg_icon="229,230" tab_icon="231,232" big_icon="233,234" />
<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" />
<TVWidget enable="0" tab_bg_icon="242,243" tab_icon="244,245" big_icon="246,247" />
<WeatherWidget enable="0" tab_bg_icon="27,28" tab_icon="176,177" big_icon="67,68" />
<LocationWidget enable="0" 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" />
</Tabs>
- enable 1 shows item 0 dont
- the order top-down is the order left-right
Click to expand...
Click to collapse
How can we edit that file?? It's opening with opera on the phone but doesn't do anything. I also can't paste an edited xml file there....
Open it with NotePad
first, copy the file to your PC (backup it)
open with NotePad, edit and save.
copy new to mobile
restart to touchFlow, or softreset the mobile
Gfy said:
Open it with NotePad
first, copy the file to your PC (backup it)
open with NotePad, edit and save.
copy new to mobile
restart to touchFlow, or softreset the mobile
Click to expand...
Click to collapse
I had a go at this however it is write protected so I can't overwrite it with an updated version.
Any CLues?
Cheers
try to rename the original file...
Gfy said:
try to rename the original file...
Click to expand...
Click to collapse
Alas no luck it is write protected or in use. In use I would think!
hebegbnz said:
Alas no luck it is write protected or in use. In use I would think!
Click to expand...
Click to collapse
Try Total Commander.
In my (german) rom I first could change files in windows directory after installing Hard SPL kit.

Noob App Development

I've just started developing my first app a couple weeks ago, I learned coding in flash and with HTML(not 5).
I'm developing an aggregator app to help you check stuff on your device faster.
I am completly stuck on the simpliest thing, I need to know how to properly add @string's to my XML for buttons, etc. and how to add to the strings file so I dont get those warnings.
Also I want to know how to add a new activity to my project without deleting the MainActivity's "strings" file.
Thank you so much to anyone who can guide me!! I need this app done for me to get a passing grade in my class. Whoever helps gets my apps free for life when i'm a puplisher. Thank you so much!!
Sent from my HUAWEI-M835 using xda app-developers app
Ok.
Add a string this way:
Code:
<string name="[name goes here]">[the string]</string>
(Add this in the strings.xml file in the res/values directory.)
Then in your app you can get it this way:
Code:
String s = getString(R.string.[name goes here]);
Set the text in the xml file that way:
Code:
<Button ...
android:text="@string/[name goes here]"
... />
Add the Activity the normal way. You do not need a second strings.xml file. Just add it to the old one. One for everything.
That helps alot, but,
But whenever I add the @string/ before the text it changes the button name on the visual editor to @string/...."
Also when I added a new activity it replaced my strings file, deleting what I thought was proper strings.
Sent from my HUAWEI-M835 using xda app-developers app
crazy4creationstudios said:
That helps alot, but,
But whenever I add the @string/ before the text it changes the button name on the visual editor to @string/...."
Also when I added a new activity it replaced my strings file, deleting what I thought was proper strings.
Sent from my HUAWEI-M835 using xda app-developers app
Click to expand...
Click to collapse
Which revision of the Android SDK do you have? Updating might help.
Could you please post some pieces of your code which do not work (just the important parts, you can change the names etc.)?
Also im using the SDK and IDE from Google (Eclipse).
And Java JDK
Sent from my HUAWEI-M835 using xda app-developers app
crazy4creationstudios said:
Also im using the SDK and IDE from Google (Eclipse).
And Java JDK
Sent from my HUAWEI-M835 using xda app-developers app
Click to expand...
Click to collapse
Eclipse has not been created by Google. But this does not matter.
Which version of the SDK did you install? (To check this and whether updates are available open the SDK manager. You might need to do this as an administrator.)
I don't know, i'll check in a few minutes at lunch. I downloaded it about 2 weeks ago.
I'll post the codes then too.
Btw none of the code is custom it is from Eclipse when I used the GUI tools
Sent from my HUAWEI-M835 using xda app-developers app
nikwen said:
Eclipse has not been created by Google. But this does not matter.
Which version of the SDK did you install? (To check this and whether updates are available open the SDK manager. You might need to do this as an administrator.)
Click to expand...
Click to collapse
I know but developer.google.com includes it with the ADT bundle.
And I meant to send that b4 u replied haha
Sent from my HUAWEI-M835 using xda app-developers app
Codes
nikwen said:
Which revision of the Android SDK do you have? Updating might help.
Could you please post some pieces of your code which do not work (just the important parts, you can change the names etc.)?
Click to expand...
Click to collapse
Im using API level 17 the Rev. is 2 im using the latest version for x86 systems (32-bit)
My strings file looks like this:
<resources>
<string name="title_activity_socialpage1">Socialpage1</string>
<string name="action_settings">Settings</string>
</resources>
And my Main xml:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="c4cs.try4.everydayagian"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="8" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="c4cs.try4.everydayagian.MainActivity"
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</activity>
<activity
android:name="c4cs.try4.everydayagian.Socialpage1"
android:label="@string/title_activity_socialpage1"
androidarentActivityName="c4cs.try4.everydayagian.MainActivity" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="c4cs.try4.everydayagian.MainActivity" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
And finally, my Activity_main's XML:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
androidaddingBottom="@dimen/activity_vertical_margin"
androidaddingLeft="@dimen/activity_horizontal_margin"
androidaddingRight="@dimen/activity_horizontal_margin"
androidaddingTop="@dimen/activity_vertical_margin"
tools:context=".MainActivity" >
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_marginLeft="32dp"
android:text="Web" />
<Button
android:id="@+id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBottom="@+id/button1"
android:layout_alignParentRight="true"
android:layout_marginRight="46dp"
android:text="Social" />
<Button
android:id="@+id/button3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/button1"
android:layout_below="@+id/button1"
android:layout_marginTop="41dp"
android:text="To Do" />
<Button
android:id="@+id/button4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/button3"
android:layout_alignBottom="@+id/button3"
android:layout_alignRight="@+id/button2"
android:text="News" />
<Button
android:id="@+id/button5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignRight="@+id/button3"
android:layout_below="@+id/button3"
android:layout_marginTop="48dp"
android:text="Weather" />
<Button
android:id="@+id/button6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBottom="@+id/button5"
android:layout_alignRight="@+id/button4"
android:text="Button" />
</RelativeLayout>
crazy4creationstudios said:
Im using API level 17 the Rev. is 2 im using the latest version for x86 systems (32-bit)
My strings file looks like this:
<resources>
<string name="title_activity_socialpage1">Socialpage1</string>
<string name="action_settings">Settings</string>
</resources>
And my Main xml:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="c4cs.try4.everydayagian"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="8" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="c4cs.try4.everydayagian.MainActivity"
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</activity>
<activity
android:name="c4cs.try4.everydayagian.Socialpage1"
android:label="@string/title_activity_socialpage1"
androidarentActivityName="c4cs.try4.everydayagian.MainActivity" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="c4cs.try4.everydayagian.MainActivity" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
And finally, my Activity_main's XML:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
androidaddingBottom="@dimen/activity_vertical_margin"
androidaddingLeft="@dimen/activity_horizontal_margin"
androidaddingRight="@dimen/activity_horizontal_margin"
androidaddingTop="@dimen/activity_vertical_margin"
tools:context=".MainActivity" >
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_marginLeft="32dp"
android:text="Web" />
<Button
android:id="@+id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBottom="@+id/button1"
android:layout_alignParentRight="true"
android:layout_marginRight="46dp"
android:text="Social" />
<Button
android:id="@+id/button3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/button1"
android:layout_below="@+id/button1"
android:layout_marginTop="41dp"
android:text="To Do" />
<Button
android:id="@+id/button4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/button3"
android:layout_alignBottom="@+id/button3"
android:layout_alignRight="@+id/button2"
android:text="News" />
<Button
android:id="@+id/button5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignRight="@+id/button3"
android:layout_below="@+id/button3"
android:layout_marginTop="48dp"
android:text="Weather" />
<Button
android:id="@+id/button6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBottom="@+id/button5"
android:layout_alignRight="@+id/button4"
android:text="Button" />
</RelativeLayout>
Click to expand...
Click to collapse
What is the exact name of your strings file and where is it located?
Where are the problems in the rest of the code?
try right clicking the button or textview from the graphical layout page of your xml. then go to edit text and click on project resources at the top. this should list all the strings that you have. you can choose a string that you have already made or you can click the new string button to create a new string directly from there.
In the "res" folder directory near "layout", where Eclipse puts it automatically.
The other errors were in the manifiest becuase I had ".r" in some wrong places (wich I dont get becuase I never did it in the first place
Sent from my HUAWEI-M835 using xda app-developers app
crazy4creationstudios said:
In the "res" folder directory near "layout", where Eclipse puts it automatically.
The other errors were in the manifiest becuase I had ".r" in some wrong places (wich I dont get becuase I never did it in the first place
Sent from my HUAWEI-M835 using xda app-developers app
Click to expand...
Click to collapse
What does "near layout" mean? Is it in the res/value folder? And is the file called "strings.xml"?
Yes, I just checked
Its in the res/values folder named strings.xml
Sent from my HUAWEI-M835 using xda app-developers app
nikwen said:
What is the exact name of your strings file and where is it located?
Where are the problems in the rest of the code?
Click to expand...
Click to collapse
Did you see that?
nikwen said:
Did you see that?
Click to expand...
Click to collapse
Yeah. The other problems I was having are:
My Manifiest has some incorrect snippets that I didnt add involving action settings(?) Check my strings it was one from it
Sent from my HUAWEI-M835 using xda app-developers app
crazy4creationstudios said:
Yeah. The other problems I was having are:
My Manifiest has some incorrect snippets that I didnt add involving action settings(?) Check my strings it was one from it
Sent from my HUAWEI-M835 using xda app-developers app
Click to expand...
Click to collapse
It was one from it? Which one? We cannot tell what is wrong with your app if we do not get enough information. You know where the error occurs. If you want help, provide us the information we need.
It has got nothing to do with that, but it is still something to correct: In the line
Code:
android:value="c4cs.try4.everydayagian.MainActivit y" />
there is a space between Activit and the y. Remove the space.
Ill find some more specific sections when I have the class tommorrow and PM it to you.
Sent from my HUAWEI-M835 using xda app-developers app
crazy4creationstudios said:
Ill find some more specific sections when I have the class tommorrow and PM it to you.
Sent from my HUAWEI-M835 using xda app-developers app
Click to expand...
Click to collapse
Great.
Set the android:targetSdkVersion to 17 in your manifest
Envoyé depuis mon CINK SLIM avec Tapatalk

[Q] How to insert admob in app help me

hi guys
could you help me to put the banner in my app.
I also followed the guides but I still can not insert
You might even see me lines of code please
thanks
what problem are you getting????
Atleast tell the problem or provide the code where you are facing problem.
Simple:
1) Install Google AdMob Ads SDK (you can use Android SDK Manager for that)
2) Add GoogleAdMobAdsSdk.jar to your project (Project Properties>>Java Build Path>>Add External JARs…)
3) In the Manifest add ACCESS_NETWORK_STATE and INTERNET permissions, and also an activity inside application tag, like that:
Code:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application
android:debuggable="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
android:label="@string/app_name"
android:name=".BillingSampleActivity" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:name="com.google.ads.AdActivity" />
</application>
4) Get Publisher ID from AdMob
5) Add banner to your layout
Code:
<com.google.ads.AdView
android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adSize="BANNER"
ads:adUnitId="your_admob_publisher_id"
ads:loadAdOnCreate="true" />
Thats it!
GRYMALA said:
Simple:
1) Install Google AdMob Ads SDK (you can use Android SDK Manager for that)
2) Add GoogleAdMobAdsSdk.jar to your project (Project Properties>>Java Build Path>>Add External JARs…)
3) In the Manifest add ACCESS_NETWORK_STATE and INTERNET permissions, and also an activity inside application tag, like that:
Code:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application
android:debuggable="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
android:label="@string/app_name"
android:name=".BillingSampleActivity" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:name="com.google.ads.AdActivity" />
</application>
4) Get Publisher ID from AdMob
5) Add banner to your layout
Code:
<com.google.ads.AdView
android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adSize="BANNER"
ads:adUnitId="your_admob_publisher_id"
ads:loadAdOnCreate="true" />
Thats it!
Click to expand...
Click to collapse
Nice answer! Thanks for this.

Categories

Resources