Patch Messaging Force Offline Send Without Dialog

From WebOS Internals
Revision as of 19:02, 11 August 2009 by Sottey (talk | contribs) (Messaging Mod Force Offline Send Without Dialog moved to Patch Messaging Force Offline Send Without Dialog: changing to adhere to naming conventions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


The Change

- Make a backup of the file you are going to edit:

cd /usr/palm/applications/com.palm.app.messaging/app/controllers/
cp chatview-assistant.js chatview-assistant.js.orig

- Open the file in vi:

vi chatview-assistant.js 

- Once the file is loaded, search for the string "forceSendIfOffline" by hitting the "/" key and then typing the string "forceSendIfOffline" and pressing enter

- hit the "i" key to inssert.

- Move to the part of the line that says "false" and change to "true"

- Save the file (:qw)

- Reload the system and you are done:

    sudo stop LunaSysMgr ; sudo start LunaSysMgr