View Single Post
  #1130 (permalink)  
Old 01-30-2009, 01:29 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

Quote:
Originally Posted by tsowen View Post
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.
Quote:
Originally Posted by tsowen View Post
Mine for now

So a lot of people have pm'd me and ask how do they remove the call history and stuff from the home screen. You have to options here first you can remove everything to include the functions by installing the 1c68cd8_manila or if you just want to remove the font that says call history/calendar but not loose the functions then install the 590ad244_manila. You do not need to install both because they are two different options here for you. Now this does not effect the clock or anything. If you refer to my first post I quoted you can add or remove the text that you want. In my attachment below of the 590ad244_manila I kept the Alarm text. It will only show however when then alarm is active. So these are your two options you have. To remove the Dotted Lines install the No Dotted Lines Home cab.
The first quote is what the 590ad244_manila looks like and the second is the 1c68cd8_manila
Attached Files
File Type: zip 1c684cd8_manila.zip (13.3 KB, 75 views) Click for barcode!
File Type: zip No Dotted Lines Home.zip (7.0 KB, 69 views) Click for barcode!
File Type: zip 590ad244_manila.zip (647 Bytes, 114 views) Click for barcode!

Last edited by tsowen; 01-30-2009 at 01:31 PM.
Reply With Quote
This post has been thanked 5 times.