PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro 2 (http://forum.ppcgeeks.com/forumdisplay.php?f=97)
-   -   Showing the DAY of the week on the Home Screen (tested on Sprint) (http://forum.ppcgeeks.com/showthread.php?t=105077)

TheBundo 01-07-2010 05:50 AM

Showing the DAY of the week on the Home Screen (tested on Sprint)
 
1 Attachment(s)
I figured out how to do this from the TP1 threads on the subject, but I don't think I've seen anything in the TP2 section on it. I have included the modified file, which is named 590ad244_manila and is located in the Windows folder. I modified it on my PC by making a copy on the TP2, sending it to the computer, editing it with Notepad, sending it back, and using Total Commander to Move it into the Windows folder. I couldn't get the Read-Only attribute to stick in a turned off condition, but Total Commander worked by using the Move function. YOU HAVE TO HAVE TF3D TURNED OFF when doing this. Then turn TF3D back on, and you screen should look like the screenshot. The file is in the next post, it wouldn't load without an extention, so I put ".cab" on the end. REMOVE the ".cab" first.

http://forum.ppcgeeks.com/attachment...8&d=1262857777

TheBundo 01-07-2010 05:54 AM

Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
 
1 Attachment(s)
Okay, the manilla file didn't upload, so I put an extention on it, ".cab". It is NOT a cab file, though, and you must remove the ".cab" first.

TheBundo 01-07-2010 06:06 AM

Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
 
Here is the code in the file, after the modification. Near the top, you will see <trans-unit id="IDS_DATEFORMAT">, and below that <source>ddd MMM d, yyyy</source>. I just added the ddd and the space after it.

<?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>ddd 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>
<trans-unit id="IDS_HOMENOSERVICE">
<source>No Service</source>
</trans-unit>
<trans-unit id="IDS_TOMORROW">
<source>Tomorrow</source>
</trans-unit>
<trans-unit id="IDS_MULTIDAY">
<source>multiday</source>
</trans-unit>
<trans-unit id="IDS_CAMERA">
<source>Camera</source>
</trans-unit>
<trans-unit id="IDS_BACK">
<source>Back</source>
</trans-unit>
<trans-unit id="IDS_MENU">
<source>Menu</source>
</trans-unit>
<trans-unit id="IDS_RINGTONES">
<source>Ringtones</source>
</trans-unit>
<trans-unit id="IDS_SELECTCONTACT_TITLE">
<source>Select a Contact</source>
</trans-unit>
<trans-unit id="IDS_ALL_PEOPLE">
<source>All Contacts</source>
</trans-unit>
</body>
</file>
</xliff>

PPhantom 01-07-2010 02:07 PM

Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
 
Works for me [Thanks]...

ACHlLLES 01-07-2010 02:09 PM

Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
 
its time for you to move on to jds rom

TheBundo 01-07-2010 06:07 PM

Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
 
has anyone tried this an any other carrier yet? It should work, though doing the manually might be advisable

japper88 01-07-2010 06:24 PM

Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
 
I'm guessing this will only work with touchflo3d from the stock rom? Any change of getting this to work on Manila 2.1?

freeza 01-07-2010 06:26 PM

Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
 
ahem: http://forum.ppcgeeks.com/showthread.php?t=91082

japper88 01-07-2010 07:10 PM

Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
 
1 Attachment(s)
Sweet and thanks! I manually edited the file and I got it working on Manila 2.1 (MightyROM 1/4 release). I even made a cab for it (FOR MANILA 2.1).
So now it is displayed as follows: "Thu, Jan 7, 2010"
http://img228.imageshack.us/img228/8...eenshot2aq.png
EDIT: WARNING apparently one of the mods I have installed (clear call history/calendar text) changed the manila file I created and might clear those texts from your screen (fyi if you do have a missed call or a calendar item they will show up).

RED_RAIN 01-07-2010 07:41 PM

Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
 
Quote:

Originally Posted by japper88 (Post 1469057)
Sweet and thanks! I manually edited the file and I got it working on Manila 2.1 (MightyROM 1/4 release). I even made a cab for it (FOR MANILA 2.1).
So now it is displayed as follows: "Thu, Jan 7, 2010"
http://img228.imageshack.us/img228/8...eenshot2aq.png

Just installed this to my MightyROM 01/04 ROM.

It jacked up the homescreen for call history and calendar. The day is in fact working but I had to uninstall. I did soft reset after install.

http://img525.imageshack.us/img525/1269/screen03v.png


All times are GMT -4. The time now is 04:03 PM.

Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0