Difference between revisions of "Messaging Mods"

From WebOS Internals
Jump to navigation Jump to search
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
All files are located in '''/usr/palm/applications/com.palm.app.messaging/'''
 
All files are located in '''/usr/palm/applications/com.palm.app.messaging/'''
  
[[Adding Timestamps to All Received Messages]]
+
[[Patch Messaging Adding Timestamps to All Received Messages]]
  
 +
[[Patch Messaging New Cards For Each Conversation]]
  
 +
[[Patch Messaging Character Counter]]
  
[[New Cards For Each Messaging Conversation]]
+
[[Messaging Mod Force Offline Send Without Dialog]]
  
[[Messaging Mod Character Counter]]
+
[[Patch Messaging Forward Messages]]
 
 
= Force Offline Send Without Dialog =
 
 
 
<code><pre>
 
sudo mount -o remount,rw /
 
sudo vi /usr/palm/applications/com.palm.app.messaging/app/controllers/chatview-assistant.js
 
/forceSendIfOffline =
 
</pre></code>
 
 
 
Change the line to true (below) , writequit , remount, reload , enjoy
 
 
 
<code><pre>
 
forceSendIfOffline = true;
 
:wq
 
sudo mount -o remount,ro /
 
sudo stop LunaSysMgr ; sudo start LunaSysMgr
 
</pre></code>
 

Latest revision as of 00:13, 2 August 2009