Patch Messaging Force Offline Send Without Dialog

From WebOS Internals
Revision as of 09:56, 3 August 2009 by Hopspitfire (talk | contribs)
Jump to navigation Jump to search


sudo mount -o remount,rw /
sudo vi /usr/palm/applications/com.palm.app.messaging/app/controllers/chatview-assistant.js
/forceSendIfOffline =

Change the line to true (below) , writequit , remount, reload , enjoy

forceSendIfOffline = true; 
:wq 
sudo mount -o remount,ro /
sudo stop LunaSysMgr ; sudo start LunaSysMgr