PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-07-2010, 05:50 AM
TheBundo's Avatar
VIP Member
Offline
Pocket PC: Evo 4G
Carrier: Sprint
Location: Kommiefornia
 
Join Date: Jul 2007
Posts: 2,104
Reputation: 1688
TheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Showing the DAY of the week on the Home Screen (tested on Sprint)

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.

Attached Images
File Type: jpg ScreenShot17.jpg (7.1 KB, 378 views) Click for barcode!

Last edited by TheBundo; 01-07-2010 at 06:03 AM.
Reply With Quote
This post has been thanked 3 times.
  #2 (permalink)  
Old 01-07-2010, 05:54 AM
TheBundo's Avatar
VIP Member
Offline
Pocket PC: Evo 4G
Carrier: Sprint
Threadstarter
Location: Kommiefornia
 
Join Date: Jul 2007
Posts: 2,104
Reputation: 1688
TheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
Attached Files
File Type: cab 590ad244_manila.cab (5.7 KB, 24 views) Click for barcode!
Reply With Quote
This post has been thanked 1 times.
  #3 (permalink)  
Old 01-07-2010, 06:06 AM
TheBundo's Avatar
VIP Member
Offline
Pocket PC: Evo 4G
Carrier: Sprint
Threadstarter
Location: Kommiefornia
 
Join Date: Jul 2007
Posts: 2,104
Reputation: 1688
TheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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>
Reply With Quote
This post has been thanked 1 times.
  #4 (permalink)  
Old 01-07-2010, 02:07 PM
PPhantom's Avatar
Lurker
Offline
Pocket PC: EVO 4G
Carrier: Sprint
 
Join Date: Feb 2008
Posts: 15
Reputation: 10
PPhantom is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Showing the DAY of the week on the Home Screen (tested on Sprint)

Works for me [Thanks]...
Reply With Quote
  #5 (permalink)  
Old 01-07-2010, 02:09 PM
ACHlLLES's Avatar
Almost a VIP
Offline
Pocket PC: Sprint Evo
Carrier: Sprint
Location: Queens, NY
 
Join Date: Dec 2006
Posts: 884
Reputation: 675
ACHlLLES knows their stuffACHlLLES knows their stuffACHlLLES knows their stuffACHlLLES knows their stuffACHlLLES knows their stuffACHlLLES knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Showing the DAY of the week on the Home Screen (tested on Sprint)

its time for you to move on to jds rom
__________________
Sprint SERO Premier

Myn's 2.2 RLS3
Netarchy-toastmod-4.21-bfs-bfq-havs-more-smartass-universal (More Aggressive Undervolting) //// Testing Ziggy471Kernel-EVO-update_signed-11052010-1609
Reply With Quote
  #6 (permalink)  
Old 01-07-2010, 06:07 PM
TheBundo's Avatar
VIP Member
Offline
Pocket PC: Evo 4G
Carrier: Sprint
Threadstarter
Location: Kommiefornia
 
Join Date: Jul 2007
Posts: 2,104
Reputation: 1688
TheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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
Reply With Quote
  #7 (permalink)  
Old 01-07-2010, 06:24 PM
japper88's Avatar
SUPER GADGET ADDICT!!!
Offline
Pocket PC: Samsung GS2 Epic 4G Touch
Carrier: Sprint
Location: New York City
 
Join Date: Oct 2009
Posts: 1,507
Reputation: 2240
japper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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?
__________________


Please remember to THANK me if I helped you!
Reply With Quote
  #8 (permalink)  
Old 01-07-2010, 06:26 PM
freeza's Avatar
Super Saiyan 3
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint
Location: California
 
Join Date: Aug 2007
Posts: 2,129
Reputation: 2491
freeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIP
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to freeza Send a message via MSN to freeza Send a message via Yahoo to freeza Send a message via Skype™ to freeza
Re: Showing the DAY of the week on the Home Screen (tested on Sprint)

ahem: http://forum.ppcgeeks.com/showthread.php?t=91082
Reply With Quote
This post has been thanked 1 times.
  #9 (permalink)  
Old 01-07-2010, 07:10 PM
japper88's Avatar
SUPER GADGET ADDICT!!!
Offline
Pocket PC: Samsung GS2 Epic 4G Touch
Carrier: Sprint
Location: New York City
 
Join Date: Oct 2009
Posts: 1,507
Reputation: 2240
japper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIPjapper88 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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).
Attached Files
File Type: cab Japper88 Day of Wk on Homescreen.cab (16.9 KB, 7 views) Click for barcode!

Last edited by japper88; 01-07-2010 at 08:24 PM.
Reply With Quote
This post has been thanked 1 times.
  #10 (permalink)  
Old 01-07-2010, 07:41 PM
RED_RAIN's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint SERO Premium
 
Join Date: Mar 2008
Posts: 352
Reputation: 645
RED_RAIN knows their stuffRED_RAIN knows their stuffRED_RAIN knows their stuffRED_RAIN knows their stuffRED_RAIN knows their stuffRED_RAIN knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Showing the DAY of the week on the Home Screen (tested on Sprint)

Quote:
Originally Posted by japper88 View Post
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"
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.

Reply With Quote
This post has been thanked 1 times.
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 04:28 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com