Difference between revisions of "Messaging Mods"

From WebOS Internals
Jump to navigation Jump to search
Line 9: Line 9:
 
[[Messaging Mod Character Counter]]
 
[[Messaging Mod Character Counter]]
  
= Force Offline Send Without Dialog =
+
[[Messaging Mod 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>
 

Revision as of 19:53, 29 July 2009