View Single Post
  #800 (permalink)  
Old 01-05-2009, 04:15 PM
tsowen's Avatar
tsowen
Retired Staff
Offline
Location: San Antonio
 
Join Date: Mar 2007
Posts: 4,849
Reputation: 78880
tsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation level
Mentioned: 8 Post(s)
Tagged: 1 Thread(s)
Send a message via ICQ to tsowen Send a message via MSN to tsowen Send a message via Skype™ to tsowen
Re: Post Your Touch Pro Today Screens

Here is my screen for now. Was trying to do this myself but some at XDA was faster at it. Anyways I modified the 590ad244_manila file that lubbad85@hotmail.com from XDA had edited so my date is still up top. Here is the link to his post. http://forum.xda-developers.com/show...=456474&page=3




If you want to edit the file yourself use notepad and open the manila file up the original code looks like this:
Code:
<?xml version="1.0" encoding="utf-16"?>
<xliff version="1.0" lang="en-us">
  <file datatype="plaintext" original="Home">
    <header />
    <body>
      <trans-unit id="IDS_HOMETITLE">
        <source>Home</source>
      </trans-unit>
      <trans-unit id="IDS_DATEFORMAT">
        <source>MMM d, yyyy</source>
      </trans-unit>
      <trans-unit id="IDS_APPOINTMENTS">
        <source>Appointments</source>
      </trans-unit>
      <trans-unit id="IDS_MAINVIEW">
        <source>Main View</source>
      </trans-unit>
      <trans-unit id="IDS_MISSEDCALLCOUNT">
        <source>%d Missed Call</source>
      </trans-unit>
      <trans-unit id="IDS_MISSEDCALLSCOUNT">
        <source>%d Missed Calls</source>
      </trans-unit>
      <trans-unit id="IDS_NOMISSEDCALL">
        <source>Call History</source>
      </trans-unit>
      <trans-unit id="IDS_NEWVOICEMAIL">
        <source>New Voicemail</source>
      </trans-unit>
      <trans-unit id="IDS_NEWVOICEMAILSCOUNT">
        <source>%d New Voicemails</source>
      </trans-unit>
      <trans-unit id="IDS_NOAPPOINTMENTS">
        <source>Calendar</source>
      </trans-unit>
      <trans-unit id="IDS_PHONE">
        <source>Phone</source>
      </trans-unit>
      <trans-unit id="IDS_PROGRAMS">
        <source>Programs</source>
      </trans-unit>
      <trans-unit id="IDS_ALLDAY">
        <source>All Day</source>
      </trans-unit>
      <trans-unit id="IDS_ALARMOFF">
        <source>Alarm Off</source>
      </trans-unit>
      <trans-unit id="IDS_CALENDAR">
        <source>Calendar</source>
      </trans-unit>
      <trans-unit id="IDS_CONTACTS">
        <source>Contacts</source>
      </trans-unit>
      <trans-unit id="IDS_HOMEZONE">
        <source>HomeZone</source>
      </trans-unit>
      <trans-unit id="IDS_CITYZONE">
        <source>CityZone</source>
      </trans-unit>
      <trans-unit id="IDS_NEWVOICEMAILCOUNT">
        <source>%d New Voicemail</source>
      </trans-unit>
    </body>
  </file>
</xliff>
So whatever you don't want you just have to delete the text between the <source></source>

attached is my manila file that gives you the date and the cab that removes the call history icons and dotted lines. The functions are still there you just don't see them.
Attached Files
File Type: zip 590ad244_manila.zip (647 Bytes, 77 views) Click for barcode!
File Type: zip No Dotted Lines Home.zip (7.0 KB, 69 views) Click for barcode!

Last edited by tsowen; 01-05-2009 at 04:26 PM.
Reply With Quote
This post has been thanked 9 times.