Difference between revisions of "Testing LunaCE"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<pre> | <pre> | ||
download file per dev's instructions | download file per dev's instructions | ||
− | |||
− | |||
− | |||
install with novacom | install with novacom | ||
novacom run -- file:///sbin/stop LunaSysMgr | novacom run -- file:///sbin/stop LunaSysMgr | ||
Line 14: | Line 11: | ||
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=== | + | ===Notes and Assumptions (in no particular order)=== |
*You have at least skimmed WebOS Internals' [http://www.webos-internals.org/wiki/Basic_Linux_Use Basic Linux Use] page. | *You have at least skimmed WebOS Internals' [http://www.webos-internals.org/wiki/Basic_Linux_Use Basic Linux Use] page. | ||
− | *You are | + | *You are using your browser to download files to your default download directory, ~/Downloads. |
*"~" is Unix/Linux shorthand for the location of your home directory. | *"~" is Unix/Linux shorthand for the location of your home directory. | ||
*"%" represents the command prompt in your terminal window. | *"%" represents the command prompt in your terminal window. | ||
− | *The commands you | + | *The commands you are to cut and paste are in '''bold'''. |
+ | *Unless you're intending to try being a developer yourself, you don't need to install VirtualBox. | ||
===Requirements=== | ===Requirements=== | ||
Line 29: | Line 27: | ||
*Install Save/Restore from Preware on your TouchPad and set it to back up your app data daily. | *Install Save/Restore from Preware on your TouchPad and set it to back up your app data daily. | ||
*Check that the Palm Backup app backups are "on" and that your data is being backed up to their servers daily. | *Check that the Palm Backup app backups are "on" and that your data is being backed up to their servers daily. | ||
− | + | *Donate to webos-internals. Yes, right now. We'll wait :) | |
===How to Recover=== | ===How to Recover=== |
Revision as of 03:50, 20 August 2012
This is my outline! Lots more to come! :)
download file per dev's instructions 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 (in no particular order)
- You have at least skimmed WebOS Internals' Basic Linux Use page.
- You are using your browser to download files to your default download directory, ~/Downloads.
- "~" is Unix/Linux shorthand for the location of your home directory.
- "%" represents the command prompt in your terminal window.
- The commands you are to cut and paste are in bold.
- Unless you're intending to try being a developer yourself, you don't need to install VirtualBox.
Requirements
- Computer running Ubuntu Linux or Mac OS X
- 'Developer Mode' enabled on your TouchPad (How To Enable Developer Mode)
- Install the appropriate versions of the Palm SDK-PDK (you will need this if you have to recover) and novacom on your computer (the novacom install is on the SDK-PDK install page).
- Install Save/Restore from Preware on your TouchPad and set it to back up your app data daily.
- Check that the Palm Backup app backups are "on" and that your data is being backed up to their servers daily.
- Donate to webos-internals. Yes, right now. We'll wait :)
How to Recover
- 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 won't be able to run Preware.
- Open a terminal window (Linux) or Terminal.app (OS X).
- Using that window, go to your downloads directory and check the MD5sum (fingerprint) of the ipkg, which should match this string: 20501828cc5b29200a0a3feaf8535dd4
- for Linux type
% cd ~/Downloads
% md5sum org.webosports.palm-lunasysmgr_3.0.5-3_arm.ipk - for OS X type
% cd ~/Downloads
% md5 org.webosports.palm-lunasysmgr_3.0.5-3_arm.ipk
- for Linux type
- If the fingerprint strings do not match, something may have gone wrong. Delete the file you just downloaded and download another copy.
Installing a LunaSysMgr pre-alpha test binary
- Before you do anything else:
- Run a Save/Restore backup.
- Run a Palm Backup app backup.
- Connect your TouchPad to your computer, put it in USB mode, and copy the entire USB drive folder to your computer.