Adding Timestamps to All Received Messages

From WebOS Internals
Revision as of 18:22, 29 July 2009 by Hopspitfire (talk | contribs) (New page: === Introduction=== A number of users have requested adding timestamps to each message that arrives on the device. Palm actually goes out of their way to group messages that have arrived ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

A number of users have requested adding timestamps to each message that arrives on the device. Palm actually goes out of their way to group messages that have arrived during various time intervals, but if you'd prefer to see a timestamp on each message, simply follow the instructions below.

Procedure

  1. Gain root access to your device
  1. Remount the file system as read/write
  1. cd to /usr/palm/applications/com.palm.app.messaging/app/controllers/
  1. Backup chatview-assistant.js (just to be safe)
  1. Open chatview-assistant.js and comment out the following lines:
* 1169 - line that starts with: if(!ChatFlags.
* 1177 - line that starts with: if(today-msg.
* 1179 - first closing bracket on its own line: }
* 1180 - second closing bracket on its own line: }
  1. Save the file and exit the editor
  1. Remount the file system as read-only
  1. Logout of your root session
  1. Reboot the device

You should now see a full timestamp on all received messages.


Acknowledgements

Thanks to tk102 and scuba_steve on PreCentral for the mod.