View Single Post
  #4 (permalink)  
Old 04-18-2009, 07:28 PM
scout7's Avatar
scout7
PPCGeeks Regular
Offline
Threadstarter
Location: Keller TX
 
Join Date: Nov 2008
Posts: 110
Reputation: 205
scout7 is keeping up the good workscout7 is keeping up the good workscout7 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Request, How do I remove "ALARM OFF" text

Quote:
Originally Posted by Sulten View Post
does the alarm still work? when you turn it on? and can you post where the file is and what to edit step by step?

this will be good to but in registry tweaks also for those who may be looking to do the same
Sure, when I set the alarm, the time shows where the "alarm off" was and the alarm sings on time.

The file is in the windows folder, I copied it over to my laptop and opened it using notepad. I removed the text >alarm off< between the >< and saved it as a .txt file. I moved it over to the phone and renamed it by removing the .txt extension. I shut down touchflo on the today menu and using total commander I copied and pasted the file into the windows folder. I also changed the date format so the day is displayed first.

This is the changed file from notepad.


<?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>dddd 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></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>

Last edited by scout7; 04-18-2009 at 07:33 PM.
Reply With Quote
This post has been thanked 4 times.