Difference between revisions of "Testing LunaCE"

From WebOS-Ports
Jump to navigation Jump to search
Line 11: Line 11:
 
novacom run -- file:///sbin/stop LunaSysMgr
 
novacom run -- file:///sbin/stop LunaSysMgr
 
novacom run file://bin/mount -- -o remount,rw /
 
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 put file:///usr/bin/LunaSysMgr < ./LunaSysMgr
 
novacom run file://bin/mount -- -o remount,ro /
 
novacom run file://bin/mount -- -o remount,ro /
Line 17: Line 16:
 
</pre>
 
</pre>
 
rwhitby sez best recovery method is palm-install the recovery ipk downloaded manually
 
rwhitby sez best recovery method is palm-install the recovery ipk downloaded manually
 +
===Notes and Assumptions===
 +
*You are downloading files to your default download directory, ~/Downloads, using your browser.
 +
*"~" is Unix/Linux shorthand for the location of your home directory.
 +
*"%" represents the command prompt in your terminal window.
 +
*The commands you can cut and paste are in '''bold'''.
  
 
===Requirements===
 
===Requirements===
 
*Computer running Ubuntu Linux or Mac OS X
 
*Computer running Ubuntu Linux or Mac OS X
 
*'Developer Mode' enabled on your TouchPad ([https://developer.palm.com/content/api/dev-guide/tools/enabling-developer-mode.html How To Enable Developer Mode])
 
*'Developer Mode' enabled on your TouchPad ([https://developer.palm.com/content/api/dev-guide/tools/enabling-developer-mode.html How To Enable Developer Mode])
*The appropriate version of the Palm SDK-PDK installed on said computer (you will need this for recovery)
+
*Install the appropriate versions of the Palm SDK-PDK and novacom on your computer (you will need this if you have to recover)
 
**[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#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]
 
**[https://developer.palm.com/content/resources/develop/sdk_pdk_download.html#osx Installing the SDK-PDK on OS X]
Line 28: Line 32:
 
===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.
#
+
# Check the MD5 sum of the ipkg, which should match this: 20501828cc5b29200a0a3feaf8535dd4
 +
#*Linux<br>% '''cd ~/Downloads'''<br>% '''md5sum org.webosports.palm-lunasysmgr_3.0.5-3_arm.ipk'''
 +
#*OS X<br>% '''cd ~/Downloads'''<br>% '''md5 org.webosports.palm-lunasysmgr_3.0.5-3_arm.ipk'''
  
MD5Sum: 20501828cc5b29200a0a3feaf8535dd4
 
  
 
[http://www.palm.com/ROM webOS Doctor]
 
[http://www.palm.com/ROM webOS Doctor]

Revision as of 03:10, 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 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

Notes and Assumptions

  • You are downloading files to your default download directory, ~/Downloads, using your browser.
  • "~" is Unix/Linux shorthand for the location of your home directory.
  • "%" represents the command prompt in your terminal window.
  • The commands you can cut and paste are in bold.

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.
  2. Check the MD5 sum of the ipkg, which should match this: 20501828cc5b29200a0a3feaf8535dd4
    • Linux
      % cd ~/Downloads
      % md5sum org.webosports.palm-lunasysmgr_3.0.5-3_arm.ipk
    • OS X
      % cd ~/Downloads
      % md5 org.webosports.palm-lunasysmgr_3.0.5-3_arm.ipk


webOS Doctor