|
|
LinkBack | Thread Tools | Display Modes |
This post has been thanked 3 times. |
|
||||
Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
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.
|
This post has been thanked 1 times. |
|
||||
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> |
This post has been thanked 1 times. |
|
||||
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
|
|
||||
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?
|
|
||||
Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
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" 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). Last edited by japper88; 01-07-2010 at 08:24 PM. |
This post has been thanked 1 times. |
|
||||
Re: Showing the DAY of the week on the Home Screen (tested on Sprint)
Quote:
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. |
This post has been thanked 1 times. |
|
|
|