<?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=V4lyfe</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=V4lyfe"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/V4lyfe"/>
	<updated>2026-04-15T09:37:02Z</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=4810</id>
		<title>Luna Send</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Luna_Send&amp;diff=4810"/>
		<updated>2009-08-26T19:47:36Z</updated>

		<summary type="html">&lt;p&gt;V4lyfe: Added close command&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;NOTE: You have to run with root perms.&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;
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;
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;
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;
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;
&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;
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;
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;/div&gt;</summary>
		<author><name>V4lyfe</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Bypassing_Activation&amp;diff=4616</id>
		<title>Patch webOS Bypassing Activation</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Bypassing_Activation&amp;diff=4616"/>
		<updated>2009-08-21T18:04:20Z</updated>

		<summary type="html">&lt;p&gt;V4lyfe: Added some clarifications and a  &amp;quot;g&amp;quot; to the compression step.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
If you are outside of Sprint's service area in the United States and would like to still be able to use your Pre, you are required to possess a Palm profile.  The phone will not let you past the &amp;quot;create profile&amp;quot; screen because it cannot hit Palm's servers over the non-working EV-DO connection.&lt;br /&gt;
&lt;br /&gt;
This modification will allow you to enable WiFi and use that to create your Palm Profile.  The phone is otherwise unchanged and would still work if it was brought back into a Sprint service area.&lt;br /&gt;
&lt;br /&gt;
NOTE: You may need to use a Mac or Linux machine to do the file editing, otherwise the /dev folder will be empty and YOUR PHONE WILL NOT BOOT.&lt;br /&gt;
= Procedure with a good ESN phone =&lt;br /&gt;
== Verified Working Procedure: ==&lt;br /&gt;
&lt;br /&gt;
'''Note: These instructions and patches were created for WebOSdoctor 1.0.2, so the locations of lines may be different on later versions.'''&lt;br /&gt;
&lt;br /&gt;
1. Download the [http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar WebOS image].&lt;br /&gt;
&lt;br /&gt;
2. Rename this file to .zip, and extract it.&lt;br /&gt;
&lt;br /&gt;
3. Untar resources\webOS\nova-cust-image-castle.rootfs.tar.gz.&lt;br /&gt;
&lt;br /&gt;
4. Check to see that /dev has files in it after untarring. If it does not, try untarring as root.&lt;br /&gt;
&lt;br /&gt;
5. Open file /usr/palm/applications/com.palm.app.firstuse/app/controllers/app-assistant.js.&lt;br /&gt;
&lt;br /&gt;
6. Change the setUpFirstUse() function.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
function setUpFirstUse () {&lt;br /&gt;
setupSimulator (); &lt;br /&gt;
isDevice = true; &lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
7. Apply the diff's to the following 2 files:&lt;br /&gt;
&lt;br /&gt;
command:&lt;br /&gt;
&lt;br /&gt;
 patch foo.js &amp;lt; patch&lt;br /&gt;
&lt;br /&gt;
files to patch:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
/usr/palm/applications/com.palm.app.firstuse/app/controllers/firstuse-util.js&lt;br /&gt;
95a96&lt;br /&gt;
&amp;gt;                       {label: $L('Enable WiFi'), command: 'peef-hack-mode'},&lt;br /&gt;
105a107,108&lt;br /&gt;
&amp;gt;               } else if (value == &amp;quot;peef-hack-mode&amp;quot;) {&lt;br /&gt;
&amp;gt;                       AppAssistant.accountService.peefMode();&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;
/usr/palm/applications/com.palm.app.firstuse/app/models/account-service.js&lt;br /&gt;
389a390,399&lt;br /&gt;
&amp;gt;       peefMode: function() {&lt;br /&gt;
&amp;gt;               return new Mojo.Service.Request(&amp;quot;palm://com.palm.applicationManager/open&amp;quot;, {&lt;br /&gt;
&amp;gt;                       parameters: {&lt;br /&gt;
&amp;gt;                               id: 'com.palm.app.wifi',&lt;br /&gt;
&amp;gt;                               params: {&lt;br /&gt;
&amp;gt;                               }&lt;br /&gt;
&amp;gt;                       }&lt;br /&gt;
&amp;gt;               });&lt;br /&gt;
&amp;gt;       },&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Edit /usr/lib/ipkg/info/com.palm.app.firstuse.md5sums and add the correct md5 of app-assistant.js, account-service.js, and firstuse-util.js.&lt;br /&gt;
&lt;br /&gt;
 md5sum (file.js)&lt;br /&gt;
&lt;br /&gt;
9. Edit /md5sums file and add the correct md5 of app-assistant.js, account-service.js, and firstuse-util.js, and /usr/lib/ipkg/info/com.palm.app.firstuse.md5sums. (These two steps are not necessary, but if you don't do them, the flashing will fail.  The phone should still reboot and work as normally though.)&lt;br /&gt;
&lt;br /&gt;
10. Pack the nova-cust-image-castle.rootfs folder into nova-cust-image-castle.rootfs.tar.gz (make sure that the tar's root contains the root file system, and not a folder containing the root file system). &lt;br /&gt;
&lt;br /&gt;
 tar cvpzf ../nova-cust-image-castle.rootfs.tar.gz ./&lt;br /&gt;
&lt;br /&gt;
11. Pack the webOS folder into webOS.tar.  Make sure that the root of the .tar contains the files in webOS and not a folder containing the files in webOS.&lt;br /&gt;
&lt;br /&gt;
 tar cvf ../webOS.tar ./&lt;br /&gt;
&lt;br /&gt;
12. Remove JARKEY.RSA and JARKEY.SF from \META-INF.&lt;br /&gt;
&lt;br /&gt;
13. Edit the MANIFEST.MF in \META-INF. Remove all of the SHA-1 hashes and leave just the following three lines at the top of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Manifest-Version: 1.0&lt;br /&gt;
Created-By: 1.6.0_04 (Sun Microsystems Inc.)&lt;br /&gt;
Main-Class: com.palm.nova.installer.recoverytool.RecoveryTool&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
14. Pack the .jar back up. You can use zip to do this.  NOTE: If zipping it is resulting in an unusable jar file, make sure you have the JDK installed and use: &lt;br /&gt;
&lt;br /&gt;
 jar cvMf flasher.jar * #if you are in the folder containing resources, META-INF and com folders&lt;br /&gt;
&lt;br /&gt;
15. Hold the volume up button while plugging in USB cable.&lt;br /&gt;
&lt;br /&gt;
16. Flash it by starting the flasher tool.&lt;br /&gt;
 java -jar flasher.jar&lt;br /&gt;
&lt;br /&gt;
17. Once you get to the &amp;quot;Create Palm Profile&amp;quot; screen, tap the little phone icon down in the lower right notification area.&lt;br /&gt;
&lt;br /&gt;
18. Choose the &amp;quot;Enable WiFi&amp;quot; menu item.&lt;br /&gt;
&lt;br /&gt;
19. When the WiFi control opens, enable WiFi and connect to your local WiFi network (must allow internet accesss).&lt;br /&gt;
&lt;br /&gt;
20. Close the WiFi panel and then proceed normally to create your new Palm Profile.  NOTE: If you find yourself unable to close the WiFi panel, remove the battery and reboot.  Your phone will still connect to the network.&lt;br /&gt;
&lt;br /&gt;
== Bypassing modem errors ==&lt;br /&gt;
&lt;br /&gt;
If your CDMA modem somehow gets into a bad state, firstuse will still fail with generic error messages (loading the &amp;quot;error&amp;quot; scene when it fails to initialize the modem).  &lt;br /&gt;
&lt;br /&gt;
Apparently changing  (commenting out the isDevice line?)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
function setUpFirstUse () {&lt;br /&gt;
setupSimulator (); &lt;br /&gt;
// isDevice = true; &lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and changing both instances of &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if (PalmSystem.version.match(&amp;quot;desktop&amp;quot;)) {&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if (true) {&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will cause firstuse to use the same mechanism it does on the emulator and skip testing the CDMA modem.&lt;br /&gt;
&lt;br /&gt;
FIXME:  Would someone please validate this method and perhaps come up with a unified patch to solve both problems in fewer lines?&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
Courtesy of pEEf.&lt;br /&gt;
Verified by Ajax.&lt;br /&gt;
&lt;br /&gt;
= Procedure with an bad ESN phone =&lt;br /&gt;
== Bypass the First Use app after booting ==&lt;br /&gt;
The bad ESN phone (can be for example bought off eBay) is quite a good choice for a developer if you know how to get around the activation process. If you follow the 'good ESN' procedure, the phone will end at the &amp;quot;Profile Creation Failed&amp;quot; screen with no possibility to get around it.&lt;br /&gt;
&lt;br /&gt;
You can either use a developer ROM (currently only on  at [http://prerelease.palm.com/sdk-beta/release20090515/PalmDeviceInstaller-SDK47.jar Early Access], the updated public ROMs are still in the works) with comparable functions with webOS 1.0.2 minus some profile-related stuff to get access to the phone while it's displaying the First Use app (and edit the file described below after the flashing) OR reflash it with a modified stock ROM (the procedure described above but only with one file) with the following change:&lt;br /&gt;
&lt;br /&gt;
If you modify the ''/etc/event.d/LunaSysMgr'' the following way (comment out some lines), the First Use app will not launch after the reboot and you'll be able to use the phone normally...kind of. The application requiring the Palm Profile may not work as the supposed to do until you continue wit the 'Create a Palm Profile' procedure described below.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
start on started java-serviceboot&lt;br /&gt;
&lt;br /&gt;
# Stop when the Software Update tool is about to install an update.  The tool&lt;br /&gt;
# uses upstart to restart jobs when the installation is complete.&lt;br /&gt;
stop on started start_update&lt;br /&gt;
&lt;br /&gt;
respawn&lt;br /&gt;
&lt;br /&gt;
pre-start script&lt;br /&gt;
	echo &amp;quot;1&amp;quot; &amp;gt; /proc/sys/vm/overcommit_memory&lt;br /&gt;
	mkdir -p /var/luna/preferences&lt;br /&gt;
#	if [ ! -f /var/luna/preferences/ran-first-use ]&lt;br /&gt;
#	then&lt;br /&gt;
#		echo &amp;quot; -u minimal -a com.palm.app.firstuse&amp;quot; &amp;gt; /var/luna/preferences/sysmgr-args&lt;br /&gt;
#	else&lt;br /&gt;
		echo &amp;quot;&amp;quot; &amp;gt; /var/luna/preferences/sysmgr-args&lt;br /&gt;
#	fi	&lt;br /&gt;
end script&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE1:''' You can do an update from the developer SDK ROM to the latest stock ROM by launching the Update application. You only need to create ''/var/lina/preferences/ran-first-use'' (''touch /var/lina/preferences/ran-first-use'' command) file to be able to pass trough the First Use app after the boot, othervise you'll get stuck again ;-)&lt;br /&gt;
&lt;br /&gt;
'''NOTE2:''' (after update to webOS 1.1) I've tried the developer ROM procedure and after the system update finished, my phone suddenly stopped responding to keyboard and touchscreen input though the remote access still worked. I discovered that there was some problem with installing the ''hidd'' (Human Interface Device Daemon aka touchscreen/keyboard/proximity sensor/accelerometer driver) libraries. If you also run accross this problem, you need to copy ''/usr/lib/lib/libhidkeypad.so'' and ''/usr/lib/libhidproximity.so'' from the webOS doctor image to the device. These files are missing and therefore the daemon cannot start.&lt;br /&gt;
&lt;br /&gt;
== Create a Palm Profile ==&lt;br /&gt;
This may not be the everybody's case, but in my case, I needed to issue two modifications to the system to be able to create a Palm Profile with an bad ESN phone. First, you need to add the following two lines to ''/usr/palm/applications/com.palm.app.firstuse/app/controllers/provision-assistant.js'' file (webOS 1.1: line 50):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
this.deviceIdRequest = AppAssistant.accountService.getDeviceId(&lt;br /&gt;
                            this.readDeviceId.bind(this),&lt;br /&gt;
                            this.deviceIdRequestFailed.bind(this), this.controller);&lt;br /&gt;
&lt;br /&gt;
this.setupProgressBar();&lt;br /&gt;
&lt;br /&gt;
this.provisionComplete(); // &amp;lt;==== add this line&lt;br /&gt;
return; // &amp;lt;==== add this line&lt;br /&gt;
&lt;br /&gt;
ProvisionUtil.setScene(this);&lt;br /&gt;
&lt;br /&gt;
if((!isActivated) &amp;amp;&amp;amp; (activationFailed)) {&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This modification will let you activate the phone without actually checking if it could be activated (you'll get Cannot Activate Your Phone screen if you don't do that).&lt;br /&gt;
&lt;br /&gt;
To be able to create the Palm Profile, you need to modify the ''/dev/tokens/DMSETS'' file.&lt;br /&gt;
&lt;br /&gt;
'''before modification:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&amp;quot;sets&amp;quot;:&amp;quot;94&amp;quot;}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''after modification:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&amp;quot;sets&amp;quot;:&amp;quot;base&amp;quot;}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, you gotta kill the ''java'' (''pkill java'') and ''luna-prefs-service'' (''pkill prefs'') processes. When you do that, the phone will load the edited DMSETS value and provide it to the Profile creation process.&lt;br /&gt;
&lt;br /&gt;
Finnally, you can launch the First Use app by issuing the ''palm-launch com.palm.app.firstuse'' command on your desktop (you need to have developer mode enabled).&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
* xxrake for the [http://forums.precentral.net/general-webos-chat/194423-new-way-bypassing-pres-activation-palm-profile.html original PreCentral forums post]&lt;br /&gt;
* czechdev for finding out what the &amp;quot;Profile Creation Screen&amp;quot; does really mean and how to solve it, SDK to stock ROM update process&lt;/div&gt;</summary>
		<author><name>V4lyfe</name></author>
	</entry>
</feed>