Difference between revisions of "Testing LunaCE"

From WebOS-Ports
Jump to navigation Jump to search
Line 20: Line 20:
 
===Requirements===
 
===Requirements===
 
*Computer running Ubuntu Linux or Mac OS X
 
*Computer running Ubuntu Linux or Mac OS X
*The appropriate version of the Palm SDK-PDK installed on said computer
+
*'Developer Mode' enabled on your TouchPad ([https://developer.palm.com/content/api/dev-guide/tools/enabling-developer-mode.html How To Enable Developer Mode])
**[[https://developer.palm.com/content/resources/develop/sdk_pdk_download.html#linux SDK-PDK for Linux]]
+
*The appropriate version of the Palm SDK-PDK installed on said computer (you will need this for recovery)
**[[https://developer.palm.com/content/resources/develop/sdk_pdk_download.html#osx SDK-PDK for OS X]]
+
**[https://developer.palm.com/content/resources/develop/sdk_pdk_download.html#linux Installing the SDK-PDK on Linux]
 +
**[https://developer.palm.com/content/resources/develop/sdk_pdk_download.html#osx Installing the SDK-PDK on OS X]
 +
 
  
 
===How to Recover===
 
===How to Recover===
Download the stock [[http://ipkg.preware.org:8080/feeds/woce/org.webosports.palm-lunasysmgr_3.0.5-3_arm.ipk Palm LunaSysMgr 3.0.5-3]] to your computer. This is the same recovery package that you can install with Preware, but if something goes really wrong, you're not going to have Preware.
+
#Download the stock [[http://ipkg.preware.org:8080/feeds/woce/org.webosports.palm-lunasysmgr_3.0.5-3_arm.ipk Palm LunaSysMgr 3.0.5-3]] to your computer. This is the same recovery package that you can install with Preware, but if something goes really wrong, you're not going to have Preware.
</br>
+
#
 +
 
 
MD5Sum: 20501828cc5b29200a0a3feaf8535dd4
 
MD5Sum: 20501828cc5b29200a0a3feaf8535dd4
 +
 +
[http://www.palm.com/ROM webOS Doctor]

Revision as of 02:13, 20 August 2012

This is my outline! Lots more to come! :)

link to novacom install
download file per dev's instructions
make a note of where your browser put the file
  create directory if necessary
open xterm/terminal.app
cd ~/Download
check md5sum (need mac: /sbin/md5 LunaSysMgr & linux /usr/bin/md5sum commands)
install with novacom
novacom run -- file:///sbin/stop LunaSysMgr
novacom run file://bin/mount -- -o remount,rw /
novacom run file://bin/cp /usr/bin/LunaSysMgr /media/internal/LunaSysMgr-3.0.5
novacom put file:///usr/bin/LunaSysMgr < ./LunaSysMgr
novacom run file://bin/mount -- -o remount,ro /
novacom run -- file:///sbin/reboot

rwhitby sez best recovery method is palm-install the recovery ipk downloaded manually

Requirements


How to Recover

  1. Download the stock [Palm LunaSysMgr 3.0.5-3] to your computer. This is the same recovery package that you can install with Preware, but if something goes really wrong, you're not going to have Preware.

MD5Sum: 20501828cc5b29200a0a3feaf8535dd4

webOS Doctor