View Single Post
  #9 (permalink)  
Old 01-27-2010, 06:27 PM
utopykzebulon's Avatar
utopykzebulon
Lurker
Offline
Location: here
 
Join Date: Dec 2008
Posts: 3
Reputation: 0
utopykzebulon is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Add a Call History Tab For Sense 2.1 WVGA

Quote:
Originally Posted by losplatanos View Post
wow very nice i miss this from back in the days of manila 2D
after i stall my manila tv player tab went away then i reinstall that and the call history went away
cant seem to have both tabs manila tv player and call history tabs any ideas anyone?

You have to edit 26948339_manila in notapad an to add my tab insert
Code:
      <Page Order="12" Name="callhistory.page" PackageName="HTC" Title="[[IDS_CALLLOGTITLE]]" ExternalScriptPath="HTC\Scripts\orangecalllogtransitions.luac">
        <ComponentReference Name="page" Mode9Path="HTC\CallLog.mode9" Component="GizmoRoot" SmartComponent="true" />
        <ComponentReference Name="icon_normal" Mode9Path="HTC\Icons.mode9" Component="People_CallHistory_Off" />
        <ComponentReference Name="icon_selected" Mode9Path="HTC\Icons.mode9" Component="People_CallHistory_On" />
        <ComponentReference Name="icon_preview" Mode9Path="HTC\Icons.mode9" Component="People_CallHistory_Preview" />
        <ComponentReference Name="icon_notification" Mode9Path="HTC\Icons.mode9" Component="Notification_People_CallHistory" />
      </Page>
be careful to the number of the page (in orange...)
Reply With Quote