Difference between revisions of "Application:MetaDoctor"

From WebOS Internals
Jump to navigation Jump to search
(New page: jonaddis84 is going to fill this in.)
 
(Initial content from ConfusedVorlon)
Line 1: Line 1:
 
jonaddis84 is going to fill this in.
 
jonaddis84 is going to fill this in.
 +
 +
Getting Ready
 +
--------------------
 +
1) Download Ubuntu 8.04 virtual machine for vmware (I used the desktop version)
 +
2) at the terminal , type
 +
git clone git://git.webos-internals.org/tools/meta-doctor.git
 +
(if necessary, follow the instructions to install git)
 +
3) make sure you have patch. Type patch at the command line, and if necessary follow instructions to download it
 +
4) install java (applications/add remove/show: all available applications/java 6 runtime)
 +
5) install the palm sdk (actually you only need the novacmd part). Instructions at developer.palm.com
 +
6) download the rom jar to the /meta-doctor/downloads folder
 +
rename download to webosdoctorp100ewwsprint-1.2.0.jar
 +
check you have the right one using this page http://www.webos-internals.org/wiki/...octor_Versions
 +
 +
Doing it
 +
-----------
 +
5) navigate to the meta-doctor directory in the terminal and type
 +
make CARRIER=sprint unpack patch pack
 +
6) updated version will be in the build/pre... folder
 +
7) make sure palm is connected to your virtual machine (check the VMWare menu)
 +
8) run it with java -jar webosdoctor...

Revision as of 00:40, 23 October 2009

jonaddis84 is going to fill this in.

Getting Ready


1) Download Ubuntu 8.04 virtual machine for vmware (I used the desktop version) 2) at the terminal , type git clone git://git.webos-internals.org/tools/meta-doctor.git (if necessary, follow the instructions to install git) 3) make sure you have patch. Type patch at the command line, and if necessary follow instructions to download it 4) install java (applications/add remove/show: all available applications/java 6 runtime) 5) install the palm sdk (actually you only need the novacmd part). Instructions at developer.palm.com 6) download the rom jar to the /meta-doctor/downloads folder rename download to webosdoctorp100ewwsprint-1.2.0.jar check you have the right one using this page http://www.webos-internals.org/wiki/...octor_Versions

Doing it


5) navigate to the meta-doctor directory in the terminal and type make CARRIER=sprint unpack patch pack 6) updated version will be in the build/pre... folder 7) make sure palm is connected to your virtual machine (check the VMWare menu) 8) run it with java -jar webosdoctor...