<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Halihassan</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Halihassan"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Halihassan"/>
	<updated>2026-04-15T21:30:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Luna_Send&amp;diff=17621</id>
		<title>Luna Send</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Luna_Send&amp;diff=17621"/>
		<updated>2011-08-08T16:14:49Z</updated>

		<summary type="html">&lt;p&gt;Halihassan: Added media volume.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;NOTE: You have to run with root perms..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kick off a manual Palm Backup entirely from the command line:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.applicationManager/launch '{&amp;quot;id&amp;quot;:&amp;quot;com.palm.app.backup&amp;quot;}'&lt;br /&gt;
luna-send -n 1 palm://com.palm.backup/startBackup '{}'&lt;br /&gt;
luna-send -n 1 palm://com.palm.applicationManager/running '{}'&lt;br /&gt;
luna-send -n 1 palm://com.palm.applicationManager/close '{&amp;quot;processId&amp;quot;:&amp;quot;(GET ID NUMBER FROM /RUNNING)&amp;quot;}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Connect to any (known) WAP in range (or simply turn on WiFi):&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.wifi/setstate '{&amp;quot;state&amp;quot;:&amp;quot;enabled&amp;quot;}'&lt;br /&gt;
luna-send -n 1 palm://com.palm.wifi/findnetworks '{&amp;quot;&amp;quot;}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Disconnect from WiFi:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.wifi/setstate '{&amp;quot;state&amp;quot;:&amp;quot;disabled&amp;quot;}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using luna-send to refresh the Launcher panel.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.applicationManager/rescan {}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Get a list of all installed apps:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 &amp;quot;palm://com.palm.applicationManager/listLaunchPoints&amp;quot; &amp;quot;{}&amp;quot;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using luna-send to launch an application:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.applicationManager/launch {\&amp;quot;id\&amp;quot;:\&amp;quot;com.palm.app.browser\&amp;quot;}&lt;br /&gt;
luna-send -n 1 palm://com.palm.applicationManager/launch {\&amp;quot;id\&amp;quot;:\&amp;quot;com.palm.app.browser\&amp;quot;,\&amp;quot;params\&amp;quot;:{\&amp;quot;scene\&amp;quot;:\&amp;quot;page\&amp;quot;,\&amp;quot;target\&amp;quot;:\&amp;quot;http://www.google.com\&amp;quot;}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The second command shows how to open www.google.com when the browser is launched.&lt;br /&gt;
&lt;br /&gt;
Using luna-send to download a file to /media/internal/downloads/:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.downloadmanager/download {\&amp;quot;target\&amp;quot;:\&amp;quot;http://www.google.com/index.html\&amp;quot;}  &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace www.google.com/index.html with whatever file you want downloaded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using luna-send to first import and then set the wallpaper image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.systemservice/wallpaper/importWallpaper {&amp;quot;target&amp;quot;: &amp;quot;/media/internal/wallpapers/your_file.jpg&amp;quot; }&lt;br /&gt;
luna-send -n 1 palm://com.palm.systemservice/setPreferences {&amp;quot;wallpaper&amp;quot;: {&amp;quot;wallpaperName&amp;quot;: &amp;quot;your_file.jpg&amp;quot;, &amp;quot;wallpaperFile&amp;quot;: &amp;quot;/media/internal/wallpapers/your_file.jpg&amp;quot;}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace your_file.jpg with whatever file in the wallpapers folder you want for your next wallpaper.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using luna-send to control the palm progress animation (The pulsing &amp;quot;palm&amp;quot; logo seen at boot):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.systemmanager/runProgressAnimation {\&amp;quot;state\&amp;quot;:\&amp;quot;start\&amp;quot;}&lt;br /&gt;
luna-send -n 1 palm://com.palm.systemmanager/runProgressAnimation {\&amp;quot;state\&amp;quot;:\&amp;quot;stop\&amp;quot;}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TODO: These should probably be plugged into the Tracker app.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.location/setUseGps {\&amp;quot;useGps\&amp;quot;:\&amp;quot;true\&amp;quot;}&lt;br /&gt;
luna-send -n 1 palm://com.palm.location/setAutoLocate {\&amp;quot;autoLocate\&amp;quot;:\&amp;quot;true\&amp;quot;}&lt;br /&gt;
luna-send -n 1 palm://com.palm.location/getCurrentPosition {}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
List all of the processes which are running:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo luna-send -n 1 palm://com.palm.applicationManager/running {}&lt;br /&gt;
** Message: serviceResponse Handling: 2, { &amp;quot;running&amp;quot;: [ { &amp;quot;id&amp;quot;: &amp;quot;com.palm.launcher&amp;quot;, &amp;quot;processid&amp;quot;: &amp;quot;1006&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;com.palm.systemui&amp;quot;, &amp;quot;processid&amp;quot;: &amp;quot;1007&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;com.palm.app.email&amp;quot;, &amp;quot;processid&amp;quot;: &amp;quot;1000&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;com.palm.app.phone&amp;quot;, &amp;quot;processid&amp;quot;: &amp;quot;1001&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;com.palm.app.contacts&amp;quot;, &amp;quot;processid&amp;quot;: &amp;quot;1002&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;com.palm.app.camera&amp;quot;, &amp;quot;processid&amp;quot;: &amp;quot;1003&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;com.palm.app.messaging&amp;quot;, &amp;quot;processid&amp;quot;: &amp;quot;1004&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;com.palm.app.calendar&amp;quot;, &amp;quot;processid&amp;quot;: &amp;quot;1005&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;com.palm.app.phone&amp;quot;, &amp;quot;processid&amp;quot;: &amp;quot;1008&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;com.palm.app.camera&amp;quot;, &amp;quot;processid&amp;quot;: &amp;quot;1014&amp;quot; } ] }&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Interesting note:&lt;br /&gt;
Seems everything with a processid below 1008 are static.  As seen above, open camera app has pid 1014 and startup app is pid 1003&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Close a process:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 &amp;quot;palm://com.palm.applicationManager/close&amp;quot; &amp;quot;{\&amp;quot;processId\&amp;quot;:\&amp;quot;1058\&amp;quot;}&amp;quot;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Activate the vibrator:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.vibrate/vibrate {\&amp;quot;period\&amp;quot;:1,\&amp;quot;duration\&amp;quot;:1000\}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
The duration value is in milliseconds and can be adjusted as desired.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Photos Info - list album and image from mediadb.db3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 luna://com.palm.mediadb/image/listalbums {}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 luna://com.palm.mediadb/image/listimages {}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Set system volume - &amp;quot;volume&amp;quot; range is 0-100&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.audio/system/setVolume '{&amp;quot;volume&amp;quot;:80}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Set media volume - &amp;quot;volume&amp;quot; range is 0-100&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.audio/media/setVolume '{&amp;quot;volume&amp;quot;:80}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Set ringtone volume - &amp;quot;volume&amp;quot; range is 0-100&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.audio/ringtone/setVolume '{&amp;quot;volume&amp;quot;:100}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dial a number - this actually calls the number, not just setup&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.telephony/dial '{&amp;quot;number&amp;quot;:&amp;quot;8001234567&amp;quot;}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hash command RTN: ##RTN# aka ##786# commands using Luna-Send (Becarful Palm calls this Nuking your phone and do not remove battery when using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 luna://com.palm.telephony/radioDefaultsRestore {} &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 luna://com.palm.telephony/resetRadio {}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 luna://com.palm.storage/erase/EraseAll {}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hang up a phone call :-) There are ways to end specific types of calls but I think this is good enough for now. Let me know if you want the other methods.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.telephony/hangupAll {}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Send a text message - only need to change phone &amp;quot;value&amp;quot; and &amp;quot;messageText&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.messaging/sendMessageFromCompose '{&amp;quot;recipientJSONArray&amp;quot;: [{&amp;quot;lastName&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;pictureLoc&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;contactCount&amp;quot;: 1, &amp;quot;displayText&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;firstName&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;pictureLocBig&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;imAvailability&amp;quot;: 6, &amp;quot;pictureLocSquare&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;contactDisplay&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;Person_id&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;personId&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;phone&amp;quot;, &amp;quot;value&amp;quot;: &amp;quot;8165551234&amp;quot;, &amp;quot;alreadyValidated&amp;quot;: true, &amp;quot;prefix&amp;quot;: &amp;quot;to$A&amp;quot;, &amp;quot;identifier&amp;quot;: &amp;quot;&amp;quot;}], &amp;quot;messageText&amp;quot;: &amp;quot;Content of message here&amp;quot;}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
set phone to no roam (home network only)&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.telephony//roamModeSet '{&amp;quot;mode&amp;quot;:&amp;quot;homeonly&amp;quot;}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
set phone to auto roam&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.telephony//roamModeSet '{&amp;quot;mode&amp;quot;:&amp;quot;any&amp;quot;}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
set phone to roam only&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.telephony//roamModeSet '{&amp;quot;mode&amp;quot;:&amp;quot;roamonly&amp;quot;}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
&lt;br /&gt;
Notes (view notes):&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.notes/getNotes {}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Storage==&lt;br /&gt;
&lt;br /&gt;
Enter usb storage mode:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.storage/diskmode/enterMSM {\&amp;quot;user-confirmed\&amp;quot;:true,\&amp;quot;enterIMasq\&amp;quot;:false}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Exit usb storage mode (toggle):&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.storage/diskmode/enterMSM {\&amp;quot;user-confirmed\&amp;quot;:true,\&amp;quot;enterIMasq\&amp;quot;:false}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--WOOT--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Airplane Mode==&lt;br /&gt;
&lt;br /&gt;
Enable Airplane Mode:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.systemservice/setPreferences '{&amp;quot;airplaneMode&amp;quot;:true}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Disable Airplane Mode:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.systemservice/setPreferences '{&amp;quot;airplaneMode&amp;quot;:false}'&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Finding luna-send Command==&lt;br /&gt;
&lt;br /&gt;
These commands come from inside given applications. The best way to find luna-send commands is to do a search for the term &amp;quot;method:&amp;quot; in the Applications code.  Once you find method: you might see parameters: which is also used by luna-send here is an example.&lt;br /&gt;
&lt;br /&gt;
searched for &amp;quot;method:&amp;quot; in the com.app.palm.AppYouAreTesting&lt;br /&gt;
&lt;br /&gt;
found&lt;br /&gt;
&lt;br /&gt;
&amp;quot;method: test&amp;quot;&lt;br /&gt;
&lt;br /&gt;
luna-send command based on example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://com.palm.AppYouAreTesting/test {}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
General luna-send command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
luna-send -n 1 palm://ApplicationName/MethodValue {ParameterValues}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Searching for services with dbus==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Run dbus-util capture and search for services/methods/parameters. - xorg&lt;br /&gt;
&lt;br /&gt;
# dbus-util --capture 2&amp;gt;&amp;amp;1 |tee /tmp/dbus.dump&lt;br /&gt;
&lt;br /&gt;
Perform functions on device that you want to trap, such as setting phone to automatic roaming.&lt;br /&gt;
Ctrl-c from dbus.&lt;br /&gt;
&lt;br /&gt;
Searches to try...&lt;br /&gt;
# grep // /tmp/dbus.dump&lt;br /&gt;
# grep com.palm /tmp/dbus.dump&lt;br /&gt;
# grep palm:// tmp/dbus.dump&lt;br /&gt;
# grep roam /tmp/dbus.dump&lt;br /&gt;
&lt;br /&gt;
This is found in the dump...&lt;br /&gt;
  com.palm.luna2  com.palm.telephony      //roamModeSet   Â«string=â{&amp;quot;mode&amp;quot;: &amp;quot;homeonly&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
com.palm.telophony is the service&lt;br /&gt;
//roamModeSet is the method&lt;br /&gt;
&amp;quot;mode&amp;quot;:&amp;quot;homeonly&amp;quot; is the parameter&lt;br /&gt;
&lt;br /&gt;
Translate to luna-send...&lt;br /&gt;
&lt;br /&gt;
luna-send -n 1 palm://com.palm.telephony/roamModeSet '{&amp;quot;mode&amp;quot;:&amp;quot;homeonly&amp;quot;}'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Halihassan</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Important_Personal_Data_Locations&amp;diff=6788</id>
		<title>Important Personal Data Locations</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Important_Personal_Data_Locations&amp;diff=6788"/>
		<updated>2009-10-31T07:04:52Z</updated>

		<summary type="html">&lt;p&gt;Halihassan: /* Quick Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Quick Overview==&lt;br /&gt;
As anyone who has had their WebOS device replaced at least once knows, the Backup app does not backup all the personal data from your device to the Palm Profile.  In fact, anything that is not explicitly a part of the Palm Profile is most likely not backed up.&lt;br /&gt;
&lt;br /&gt;
The Palm Profile Backup/Restore covers the following:&lt;br /&gt;
* Account Information for Contacts, Email, Calendar, and Messaging&lt;br /&gt;
* Calendar&lt;br /&gt;
* Email&lt;br /&gt;
* Memos&lt;br /&gt;
* Tasks&lt;br /&gt;
* List of Installed Applications&lt;br /&gt;
&lt;br /&gt;
The Palm Profile Backup/Restore does not cover the following:&lt;br /&gt;
* Messaging History and Text Messages&lt;br /&gt;
* Calendar View Options&lt;br /&gt;
* Application Settings and Data&lt;br /&gt;
* Associated Wifi Access Points&lt;br /&gt;
* Background Image&lt;br /&gt;
* Synergy Links&lt;br /&gt;
* Flash Drive Contents (naturally)&lt;br /&gt;
&lt;br /&gt;
Fortunately I had been using rsnapshot from my home server to regularly backup my Pre when it is connected to Wifi, so I have spent some time trying to recover some of this lost data.&lt;br /&gt;
&lt;br /&gt;
Note: See [[Backing Up via Rsync]] for instructions on setting up a full backup from the Pre to a linux desktop or mac.  I did not feel comfortable performing a full rsync restore, so I installed the basics per [[Portal:Accessing Linux]] and incrementally restored files from my previous backup.  I did try restoring all of /var, but for some reason much of that did not stick.&lt;br /&gt;
&lt;br /&gt;
Here is a list of files and folders that contain important personal data.  Restore all files within a folder at once, and reboot the device for the changes to take effect.  Be sure to stop LunaSysMgr when specified.&lt;br /&gt;
* [[PalmDatabase.db3 File]] is located at /var/luna/data/dbdata.  This file contains all text messages sent and received and all IM chats.  It also seems to contain Synergy Link information and Web bookmarks.  LunaSysMgr must be stopped before this database is restored, and the device must be rebooted before the data will re-appear.&lt;br /&gt;
* Application data is located in /var/palm/data.  This entire folder must be restored and the device must be rebooted before the data will re-appear in your favorite applications.  This may not apply to Preware applications.&lt;br /&gt;
* Wifi system preferences are located in /var/preferences/com.palm.wifi.  This folder also contains preferences for other hardware devices.&lt;br /&gt;
* IM buddy icons are located in /var/luna/data/im-avatars.&lt;br /&gt;
* Facebook and LinkedIn pictures are located at /var/luna/files.&lt;br /&gt;
* Sprint Navigation data is located in /var/telenav.&lt;br /&gt;
* Pages that were &amp;quot;Add to Launcher&amp;quot; are in /var/luna/launchpoints.  Restarting luna is required for these to appear.&lt;br /&gt;
* Browser page icons are in /var/luna/data/browser/icons.&lt;br /&gt;
&lt;br /&gt;
Please feel free to add to this page as others find out more.  Hopefully Palm will backup more of the above within the Palm Profile, or at least provide the option to do so.&lt;/div&gt;</summary>
		<author><name>Halihassan</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Important_Personal_Data_Locations&amp;diff=6787</id>
		<title>Important Personal Data Locations</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Important_Personal_Data_Locations&amp;diff=6787"/>
		<updated>2009-10-31T06:55:14Z</updated>

		<summary type="html">&lt;p&gt;Halihassan: /* Quick Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Quick Overview==&lt;br /&gt;
As anyone who has had their WebOS device replaced at least once knows, the Backup app does not backup all the personal data from your device to the Palm Profile.  In fact, anything that is not explicitly a part of the Palm Profile is most likely not backed up.&lt;br /&gt;
&lt;br /&gt;
The Palm Profile Backup/Restore covers the following:&lt;br /&gt;
* Account Information for Contacts, Email, Calendar, and Messaging&lt;br /&gt;
* Calendar&lt;br /&gt;
* Email&lt;br /&gt;
* Memos&lt;br /&gt;
* Tasks&lt;br /&gt;
* List of Installed Applications&lt;br /&gt;
&lt;br /&gt;
The Palm Profile Backup/Restore does not cover the following:&lt;br /&gt;
* Messaging History and Text Messages&lt;br /&gt;
* Calendar View Options&lt;br /&gt;
* Application Settings and Data&lt;br /&gt;
* Associated Wifi Access Points&lt;br /&gt;
* Background Image&lt;br /&gt;
* Synergy Links&lt;br /&gt;
* Flash Drive Contents (naturally)&lt;br /&gt;
&lt;br /&gt;
Fortunately I had been using rsnapshot from my home server to regularly backup my Pre when it is connected to Wifi, so I have spent some time trying to recover some of this lost data.&lt;br /&gt;
&lt;br /&gt;
Note: See [[Backing Up via Rsync]] for instructions on setting up a full backup from the Pre to a linux desktop or mac.  I did not feel comfortable performing a full rsync restore, so I installed the basics per [[Portal:Accessing Linux]] and incrementally restored files from my previous backup.  I did try restoring all of /var, but for some reason much of that did not stick.&lt;br /&gt;
&lt;br /&gt;
Here is a list of files and folders that contain important personal data.  Restore all files within a folder at once, and reboot the device for the changes to take effect.  Be sure to stop LunaSysMgr when specified.&lt;br /&gt;
* [[PalmDatabase.db3 File]] is located at /var/luna/data/dbdata.  This file contains all text messages sent and received and all IM chats.  It also seems to contain Synergy Link information.  LunaSysMgr must be stopped before this database is restored, and the device must be rebooted before the data will re-appear.&lt;br /&gt;
* Application data is located in /var/palm/data.  This entire folder must be restored and the device must be rebooted before the data will re-appear in your favorite applications.  This may not apply to Preware applications.&lt;br /&gt;
* Wifi system preferences are located in /var/preferences/com.palm.wifi.  This folder also contains preferences for other hardware devices.&lt;br /&gt;
* IM buddy icons are located in /var/luna/data/im-avatars.&lt;br /&gt;
* Facebook and LinkedIn pictures are located at /var/luna/files.&lt;br /&gt;
* Sprint Navigation data is located in /var/telenav.&lt;br /&gt;
&lt;br /&gt;
Please feel free to add to this page as others find out more.  Hopefully Palm will backup more of the above within the Palm Profile, or at least provide the option to do so.&lt;/div&gt;</summary>
		<author><name>Halihassan</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Important_Personal_Data_Locations&amp;diff=6786</id>
		<title>Important Personal Data Locations</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Important_Personal_Data_Locations&amp;diff=6786"/>
		<updated>2009-10-31T06:45:45Z</updated>

		<summary type="html">&lt;p&gt;Halihassan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Quick Overview==&lt;br /&gt;
As anyone who has had their WebOS device replaced at least once knows, the Backup app does not backup all the personal data from your device to the Palm Profile.  In fact, anything that is not explicitly a part of the Palm Profile is most likely not backed up.&lt;br /&gt;
&lt;br /&gt;
The Palm Profile Backup/Restore covers the following:&lt;br /&gt;
* Account Information for Contacts, Email, Calendar, and Messaging&lt;br /&gt;
* Calendar&lt;br /&gt;
* Email&lt;br /&gt;
* Memos&lt;br /&gt;
* Tasks&lt;br /&gt;
* List of Installed Applications&lt;br /&gt;
&lt;br /&gt;
The Palm Profile Backup/Restore does not cover the following:&lt;br /&gt;
* Messaging History and Text Messages&lt;br /&gt;
* Calendar View Options&lt;br /&gt;
* Application Settings and Data&lt;br /&gt;
* Associated Wifi Access Points&lt;br /&gt;
* Background Image&lt;br /&gt;
* Synergy Links&lt;br /&gt;
* Flash Drive Contents (naturally)&lt;br /&gt;
&lt;br /&gt;
Fortunately I had been using rsnapshot from my home server to regularly backup my Pre when it is connected to Wifi, so I have spent some time trying to recover some of this lost data.&lt;br /&gt;
&lt;br /&gt;
Note: See [[Backing Up via Rsync]] for instructions on setting up a full backup from the Pre to a linux desktop or mac.  I did not feel comfortable performing a full rsync restore, so I installed the basics per [[Portal:Accessing Linux]] and incrementally restored files from my previous backup.  I did try restoring all of /var, but for some reason much of that did not stick.&lt;br /&gt;
&lt;br /&gt;
Here is a list of files and folders that contain important personal data.  Restore all files within a folder at once, and reboot the device for the changes to take effect.  Be sure to stop LunaSysMgr when specified.&lt;br /&gt;
* [[PalmDatabase.db3 File]] is located at /var/luna/data/dbdata.  This file contains all text messages sent and received and all IM chats.  It also seems to contain Synergy Link information.  LunaSysMgr must be stopped before this database is restored, and the device must be rebooted before the data will re-appear.&lt;br /&gt;
* Application data is located in /var/palm/data.  This entire folder must be restored and the device must be rebooted before the data will re-appear in your favorite applications.  This may not apply to Preware applications.&lt;br /&gt;
* Wifi system preferences are located in /var/preferences/com.palm.wifi.  This folder also contains preferences for other hardware devices.&lt;br /&gt;
* IM buddy icons are located in /var/luna/data/im-avatars.&lt;br /&gt;
* Facebook and LinkedIn pictures are located at /var/luna/files.&lt;br /&gt;
&lt;br /&gt;
Please feel free to add to this page as others find out more.  Hopefully Palm will backup more of the above within the Palm Profile, or at least provide the option to do so.&lt;/div&gt;</summary>
		<author><name>Halihassan</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Important_Personal_Data_Locations&amp;diff=6785</id>
		<title>Important Personal Data Locations</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Important_Personal_Data_Locations&amp;diff=6785"/>
		<updated>2009-10-31T06:32:18Z</updated>

		<summary type="html">&lt;p&gt;Halihassan: Initial Revision.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Quick Overview==&lt;br /&gt;
As anyone who has had their WebOS device replaced at least once knows, the Backup app does not backup all the personal data from your device to the Palm Profile.  In fact, anything that is not explicitly a part of the Palm Profile is most likely not backed up.&lt;br /&gt;
&lt;br /&gt;
The Palm Profile Backup/Restore covers the following:&lt;br /&gt;
* Account Information for Contacts, Email, Calendar, and Messaging&lt;br /&gt;
* Calendar&lt;br /&gt;
* Email&lt;br /&gt;
* Memos&lt;br /&gt;
* Tasks&lt;br /&gt;
* List of Installed Applications&lt;br /&gt;
&lt;br /&gt;
The Palm Profile Backup/Restore does not cover the following:&lt;br /&gt;
* Messaging History and Text Messages&lt;br /&gt;
* Calendar View Options&lt;br /&gt;
* Application Settings and Data&lt;br /&gt;
* Associated Wifi Access Points&lt;br /&gt;
* Background Image&lt;br /&gt;
* Synergy Links&lt;br /&gt;
* Flash Drive Contents (naturally)&lt;br /&gt;
&lt;br /&gt;
Fortunately I had been using rsnapshot from my home server to regularly backup my Pre when it is connected to Wifi, so I have spent some time trying to recover some of this lost data.&lt;br /&gt;
&lt;br /&gt;
Note: See [[Backing Up via Rsync]] for instructions on setting up a full backup from the Pre to a linux desktop or mac.  I did not feel comfortable performing a full rsync restore, so I installed the basics per [[Portal:Accessing Linux]] and incrementally restored files from my previous backup.  I did try restoring all of /var, but for some reason much of that did not stick.&lt;br /&gt;
&lt;br /&gt;
Here is a list of files and folders that contain important personal data.  Restore all files within a folder at once, and reboot the device for the changes to take effect.  Be sure to stop LunaSysMgr when specified.&lt;br /&gt;
* [[PalmDatabase.db3 File]] is located at /var/luna/data/dbdata.  This file contains all text messages sent and received and all IM chats.  It also seems to contain Synergy Link information.  LunaSysMgr must be stopped before this database is restored, and the device must be rebooted before the data will re-appear.&lt;br /&gt;
* IM buddy icons are located in /var/luna/data/im-avatars.&lt;br /&gt;
* Application data is located in /var/palm/data.  This entire folder must be restored and the device must be rebooted before the data will re-appear in your favorite applications.  This may not apply to Preware applications.&lt;br /&gt;
* Wifi system preferences are located in /var/preferences/com.palm.wifi.  This folder also contains preferences for other hardware devices.&lt;br /&gt;
&lt;br /&gt;
Please feel free to add to this page as others find out more.  Hopefully Palm will backup more of the above within the Palm Profile, or at least provide the option to do so.&lt;/div&gt;</summary>
		<author><name>Halihassan</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Portal:Tools&amp;diff=6779</id>
		<title>Portal:Tools</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Portal:Tools&amp;diff=6779"/>
		<updated>2009-10-31T05:57:49Z</updated>

		<summary type="html">&lt;p&gt;Halihassan: Added link to new page covering personal data locations relevant to backups / recovery.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__notoc__&lt;br /&gt;
{{portal-header|&lt;br /&gt;
This page lists tools used in any form.&lt;br /&gt;
}}&lt;br /&gt;
{{portal-two-columns&lt;br /&gt;
|column1=&lt;br /&gt;
== webOS Internal Related Tools ==&lt;br /&gt;
&lt;br /&gt;
* [[Getting started|Accessing Developer Mode]]&lt;br /&gt;
* [[Backing_Up_via_Rsync|Backing Up via Rsync]]&lt;br /&gt;
* [[Com Palm Appinstaller]]&lt;br /&gt;
* [[Com Palm Downloadmanager|Com Palm Downloadmanager]] &lt;br /&gt;
* [[Crond|Crond]]&lt;br /&gt;
* [[Detecting Application Errors, Syslog|Detecting Application Errors, Syslog]] &lt;br /&gt;
* [[Important_Personal_Data_Locations|Important Personal Data Locations]]&lt;br /&gt;
* [[/usr/bin/lunaprop|/usr/bin/lunaprop]] &lt;br /&gt;
* [[Java Services|Java Services]] &lt;br /&gt;
* [[Luna Send|Luna Send]] &lt;br /&gt;
* [[PalmDatabase.db3 File|PalmDatabase.db3 File]] &lt;br /&gt;
* [[Profile.d|Profile.d]] &lt;br /&gt;
* [[Tellbootie|Tellbootie]]&lt;br /&gt;
* [[Webos Doctor Versions|Webos Doctor Versions]]&lt;br /&gt;
&lt;br /&gt;
==Cross-Compiling and Kernels==&lt;br /&gt;
* [[Cross Compiling|Cross Compiling]] &lt;br /&gt;
* [[Custom Kernels|Custom Kernels]] &lt;br /&gt;
* [[Optware Cross Compilation|Optware Cross Compilation]] &lt;br /&gt;
* [[Building_a_cross_toolchain|Building a cross-toochain for armv7 on Gentoo]]&lt;br /&gt;
&lt;br /&gt;
|column2=&lt;br /&gt;
==SDK Related Tools ([[Comparison of Editors|Comparison Chart]]) ==&lt;br /&gt;
&amp;lt;!-- Warning Do not edit the order of the top two editors (Eclipse and Komodo) --&amp;gt;&lt;br /&gt;
===Eclipse===&lt;br /&gt;
&lt;br /&gt;
[http://www.eclipse.org/downloads/ Eclipse] is the editor officially supported by Palm.  You can find the Eclipse WebOS plugin [http://developer.palm.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=1639 here].&lt;br /&gt;
&lt;br /&gt;
===Komodo Edit===&lt;br /&gt;
&lt;br /&gt;
[http://www.activestate.com/komodo_edit/ Komodo Edit] is an easy to use cross platform open source editor. Use along side the webOS [http://www.webos.templarian.com/komodo/ Add-on] for easier development. Complete [http://www.webos.templarian.com/komodo/ Code Completion] is also available for Mojo. [[Komodo|Wiki Page with Screensots and Install Guide]].&lt;br /&gt;
&lt;br /&gt;
===Aptana Studio===&lt;br /&gt;
&lt;br /&gt;
[http://www.aptana.com/studio/download Aptana Studio] is a standalone version of an Eclipse plugin. Very easy to use. You can install the Aptana WebOS plugin by directing Aptana to check [https://cdn.downloads.palm.com/sdkdownloads/1.1/eclipse-plugin/eclipse-3.4/site.xml this link]. If you do not know how to set this up, please look at official Palm documentation [http://developer.palm.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=1639 here].&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Halihassan</name></author>
	</entry>
</feed>