<?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=Jonaddis84</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=Jonaddis84"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Jonaddis84"/>
	<updated>2026-04-25T14:05:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=6641</id>
		<title>Application:MetaDoctor</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=6641"/>
		<updated>2009-10-23T23:53:29Z</updated>

		<summary type="html">&lt;p&gt;Jonaddis84: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ok, I have no Linux experience whatsoever, so this should be a good &amp;quot;Meta Doctor For Dummies&amp;quot; Wiki.  &lt;br /&gt;
&lt;br /&gt;
Ill use confusedvorlon's initial Step-by-Step and add/edit the entries with more detail.  Im stuck at step one right now, waiting for a new iso download so Ill finish editing this tomorrow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Getting Ready&lt;br /&gt;
--------------------&lt;br /&gt;
1) Download Ubuntu 9.04 .  Then download a virtual machine either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your Windows OS without dual booting or actually having a Linux machine.&lt;br /&gt;
&lt;br /&gt;
-- I ended up using VirtualBox instead, because I found the VMware to be very confusing on what to actually download.  The Virtual box website is very simple and straight forward.  Here is the link for the virtualbox download:&lt;br /&gt;
&lt;br /&gt;
http://download.virtualbox.org/virtualbox/3.0.8/VirtualBox-3.0.8-53140-Win.exe&lt;br /&gt;
&lt;br /&gt;
Now install virtualbox just like you would install any other windows application, nothing fancy here.&lt;br /&gt;
&lt;br /&gt;
Next start up virtualbox and follow either of these instructions to install Ubuntu&lt;br /&gt;
&lt;br /&gt;
http://www.helpdeskgeek.com/linux-tips/how-to-install-ubuntu-in-virtualbox/&lt;br /&gt;
http://www.psychocats.net/ubuntu/virtualbox&lt;br /&gt;
&lt;br /&gt;
2) Open terminal from the applications, accessories menu&lt;br /&gt;
  &lt;br /&gt;
   Type &amp;quot;sudo apt-get install git&amp;quot; and follow directions to install git&lt;br /&gt;
&lt;br /&gt;
   Now type &amp;quot;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;quot;&lt;br /&gt;
(if necessary, follow the instructions to install git)&lt;br /&gt;
&lt;br /&gt;
3) Type &amp;quot;sudo apt-get install patch&amp;quot; to make sure you have patch installed&lt;br /&gt;
&lt;br /&gt;
4) install java (applications/add remove/show: all available applications/java 6 runtime)&lt;br /&gt;
&lt;br /&gt;
   Easiest to search java to find it, then follow on screen instructions, should be pretty simple&lt;br /&gt;
&lt;br /&gt;
5) install the palm sdk ---  developer.palm.com&lt;br /&gt;
&lt;br /&gt;
   Download the version for linux.  &lt;br /&gt;
&lt;br /&gt;
6) Download the latest webosdoctor file from http://www.webos-internals.org/wiki/Webos_Doctor_Versions&lt;br /&gt;
   Rename the file.  webosdoctorp100ewwsprint-1.2.1.jar&lt;br /&gt;
&lt;br /&gt;
Now things get somewhat tricky.  Youll have to share these files from your windowsOS to the virtual ubuntu machine.&lt;br /&gt;
&lt;br /&gt;
1.  Make a folder on your windows desktop called &amp;quot;shared&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2.  Copy both the palm SDK and the webosdoctorp100ewwsprint-1.2.0.jar into that folder&lt;br /&gt;
&lt;br /&gt;
3.  Now go to your Ubuntu VM, in the Virtualbox drop downs go to Devices&amp;gt;Install guest additions&lt;br /&gt;
&lt;br /&gt;
4.  This will mount an ISO image to the CD/Rom drive, open that directory and double click the &amp;quot;Autorun.sh&amp;quot; file and follow the onscreen instructions for installing the guest additions.&lt;br /&gt;
&lt;br /&gt;
5.  Now go to your ubuntu file browser and create a folder on the desktop named &amp;quot;shared&amp;quot;&lt;br /&gt;
&lt;br /&gt;
6.  Now follow  [http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ these instructions]&lt;br /&gt;
&lt;br /&gt;
7.  Once you have file sharing working open the shared folder on ubuntu and install the palm sdk.&lt;br /&gt;
&lt;br /&gt;
8.  Go to the file browser in ubuntu, find the &amp;quot;meta-doctor&amp;quot; folder, open it, and create a new folder inside there named &amp;quot;downloads&amp;quot;&lt;br /&gt;
&lt;br /&gt;
9.  Now copy the webosdoctor file from your shared folder into the downloads folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Doing it&lt;br /&gt;
-----------&lt;br /&gt;
5) navigate to the meta-doctor directory in the terminal by opening terminal and typing &amp;quot;cd meta-doctor&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Next type &amp;quot;make CARRIER=sprint unpack patch pack&amp;quot; if you are using the sprint file, you will have to find out what to type for other carriers.&lt;br /&gt;
&lt;br /&gt;
This should begin a process within terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
6) The updated doctor version will be in the meta-doctor/build/pre... folder&lt;br /&gt;
&lt;br /&gt;
7) You can try running the webosdoctor within the VM, but I had no luck with that.  Easiest thing to do is to copy the new doctor image to that shared folder, then run it in Windows.  Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have problems&lt;/div&gt;</summary>
		<author><name>Jonaddis84</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=6638</id>
		<title>Application:MetaDoctor</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=6638"/>
		<updated>2009-10-23T22:12:33Z</updated>

		<summary type="html">&lt;p&gt;Jonaddis84: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ok, I have no Linux experience whatsoever, so this should be a good &amp;quot;Meta Doctor For Dummies&amp;quot; Wiki.  &lt;br /&gt;
&lt;br /&gt;
Ill use confusedvorlon's initial Step-by-Step and add/edit the entries with more detail.  Im stuck at step one right now, waiting for a new iso download so Ill finish editing this tomorrow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Getting Ready&lt;br /&gt;
--------------------&lt;br /&gt;
1) Download Ubuntu 9.04 .  Then download a virtual machine either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your Windows OS without dual booting or actually having a Linux machine.&lt;br /&gt;
&lt;br /&gt;
-- I ended up using VirtualBox instead, because I found the VMware to be very confusing on what to actually download.  The Virtual box website is very simple and straight forward.  Here is the link for the virtualbox download:&lt;br /&gt;
&lt;br /&gt;
http://download.virtualbox.org/virtualbox/3.0.8/VirtualBox-3.0.8-53140-Win.exe&lt;br /&gt;
&lt;br /&gt;
Now install virtualbox just like you would install any other windows application, nothing fancy here.&lt;br /&gt;
&lt;br /&gt;
Next start up virtualbox and follow either of these instructions to install Ubuntu&lt;br /&gt;
&lt;br /&gt;
http://www.helpdeskgeek.com/linux-tips/how-to-install-ubuntu-in-virtualbox/&lt;br /&gt;
http://www.psychocats.net/ubuntu/virtualbox&lt;br /&gt;
&lt;br /&gt;
2) Open terminal from the applications, accessories menu&lt;br /&gt;
  &lt;br /&gt;
   Type &amp;quot;sudo apt-get install git&amp;quot; and follow directions to install git&lt;br /&gt;
&lt;br /&gt;
   Now type &amp;quot;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;quot;&lt;br /&gt;
(if necessary, follow the instructions to install git)&lt;br /&gt;
&lt;br /&gt;
3) Type &amp;quot;sudo apt-get install patch&amp;quot; to make sure you have patch installed&lt;br /&gt;
&lt;br /&gt;
4) install java (applications/add remove/show: all available applications/java 6 runtime)&lt;br /&gt;
&lt;br /&gt;
   Easiest to search java to find it, then follow on screen instructions, should be pretty simple&lt;br /&gt;
&lt;br /&gt;
5) install the palm sdk ---  developer.palm.com&lt;br /&gt;
&lt;br /&gt;
   Download the version for linux.  &lt;br /&gt;
&lt;br /&gt;
6) Download the latest webosdoctor file from http://www.webos-internals.org/wiki/Webos_Doctor_Versions&lt;br /&gt;
   Rename the file.  webosdoctorp100ewwsprint-1.2.1.jar&lt;br /&gt;
&lt;br /&gt;
Now things get somewhat tricky.  Youll have to share these files from your windowsOS to the virtual ubuntu machine.&lt;br /&gt;
&lt;br /&gt;
1.  Make a folder on your windows desktop called &amp;quot;shared&amp;quot;&lt;br /&gt;
2.  Copy both the palm SDK and the webosdoctorp100ewwsprint-1.2.0.jar into that folder&lt;br /&gt;
3.  Now go to your Ubuntu VM, in the Virtualbox drop downs go to Devices&amp;gt;Install guest additions&lt;br /&gt;
4.  This will mount an ISO image to the CD/Rom drive, open that directory and double click the &amp;quot;Autorun.sh&amp;quot; file and follow the onscreen instructions for installing the guest additions.&lt;br /&gt;
5.  Now go to your ubuntu file browser and create a folder on the desktop named &amp;quot;shared&amp;quot;&lt;br /&gt;
6.  Now follow  [http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ these instructions]&lt;br /&gt;
7.  Once you have file sharing working open the shared folder on ubuntu and install the palm sdk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Doing it&lt;br /&gt;
-----------&lt;br /&gt;
5) navigate to the meta-doctor directory in the terminal and type&lt;br /&gt;
make CARRIER=sprint unpack patch pack&lt;br /&gt;
&lt;br /&gt;
6) updated version will be in the build/pre... folder&lt;br /&gt;
&lt;br /&gt;
7) make sure palm is connected to your virtual machine (check the VMWare menu)&lt;br /&gt;
&lt;br /&gt;
8) run it with java -jar webosdoctor...&lt;/div&gt;</summary>
		<author><name>Jonaddis84</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=6628</id>
		<title>Application:MetaDoctor</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=6628"/>
		<updated>2009-10-23T03:57:59Z</updated>

		<summary type="html">&lt;p&gt;Jonaddis84: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ok, I have no Linux experience whatsoever, so this should be a good &amp;quot;Meta Doctor For Dummies&amp;quot; Wiki.  &lt;br /&gt;
&lt;br /&gt;
Ill use confusedvorlon's initial Step-by-Step and add/edit the entries with more detail.  Im stuck at step one right now, waiting for a new iso download so Ill finish editing this tomorrow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Getting Ready&lt;br /&gt;
--------------------&lt;br /&gt;
1) Download Ubuntu 9.04 .  Then download a virtual machine either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your Windows OS without dual booting or actually having a Linux machine.&lt;br /&gt;
&lt;br /&gt;
-- I ended up using VirtualBox instead, because I found the VMware to be very confusing on what to actually download.  The Virtual box website is very simple and straight forward.  Here is the link for the virtualbox download:&lt;br /&gt;
&lt;br /&gt;
http://download.virtualbox.org/virtualbox/3.0.8/VirtualBox-3.0.8-53140-Win.exe&lt;br /&gt;
&lt;br /&gt;
Now install virtualbox just like you would install any other windows application, nothing fancy here.&lt;br /&gt;
&lt;br /&gt;
Next start up virtualbox and follow either of these instructions to install Ubuntu&lt;br /&gt;
&lt;br /&gt;
http://www.helpdeskgeek.com/linux-tips/how-to-install-ubuntu-in-virtualbox/&lt;br /&gt;
http://www.psychocats.net/ubuntu/virtualbox&lt;br /&gt;
&lt;br /&gt;
2) Open terminal from the applications, accessories menu&lt;br /&gt;
  &lt;br /&gt;
   Type &amp;quot;sudo apt-get install git&amp;quot; and follow directions to install git&lt;br /&gt;
&lt;br /&gt;
   Now type &amp;quot;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;quot;&lt;br /&gt;
(if necessary, follow the instructions to install git)&lt;br /&gt;
&lt;br /&gt;
3) Type &amp;quot;sudo apt-get install patch&amp;quot; to make sure you have patch installed&lt;br /&gt;
&lt;br /&gt;
4) install java (applications/add remove/show: all available applications/java 6 runtime)&lt;br /&gt;
&lt;br /&gt;
   Easiest to search java to find it, then follow on screen instructions, should be pretty simple&lt;br /&gt;
&lt;br /&gt;
5) install the palm sdk (actually you only need the novacmd part). Instructions at developer.palm.com&lt;br /&gt;
&lt;br /&gt;
6) download the rom jar to the /meta-doctor/downloads folder&lt;br /&gt;
rename download to webosdoctorp100ewwsprint-1.2.0.jar&lt;br /&gt;
check you have the right one using this page http://www.webos-internals.org/wiki/...octor_Versions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Doing it&lt;br /&gt;
-----------&lt;br /&gt;
5) navigate to the meta-doctor directory in the terminal and type&lt;br /&gt;
make CARRIER=sprint unpack patch pack&lt;br /&gt;
&lt;br /&gt;
6) updated version will be in the build/pre... folder&lt;br /&gt;
&lt;br /&gt;
7) make sure palm is connected to your virtual machine (check the VMWare menu)&lt;br /&gt;
&lt;br /&gt;
8) run it with java -jar webosdoctor...&lt;/div&gt;</summary>
		<author><name>Jonaddis84</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=6625</id>
		<title>Application:MetaDoctor</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=6625"/>
		<updated>2009-10-23T00:38:13Z</updated>

		<summary type="html">&lt;p&gt;Jonaddis84: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ok, I have no Linux experience whatsoever, so this should be a good &amp;quot;Meta Doctor For Dummies&amp;quot; Wiki.  &lt;br /&gt;
&lt;br /&gt;
Ill use confusedvorlon's initial Step-by-Step and add/edit the entries with more detail.  Im stuck at step one right now, waiting for a new iso download so Ill finish editing this tomorrow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Getting Ready&lt;br /&gt;
--------------------&lt;br /&gt;
1) Download Ubuntu 8.04 .  Then download a virtual machine either vmware or virtualbox.&lt;br /&gt;
&lt;br /&gt;
-- I ended up using VirtualBox instead, because I found the VMware to be very confusing on what to actually download.  The Virtual box website is very simple and straight forward.  Here is the link for the virtualbox download:&lt;br /&gt;
&lt;br /&gt;
http://download.virtualbox.org/virtualbox/3.0.8/VirtualBox-3.0.8-53140-Win.exe&lt;br /&gt;
&lt;br /&gt;
Now install virtualbox just like you would install any other windows application, nothing fancy here.&lt;br /&gt;
&lt;br /&gt;
Next start up virtualbox and follow either of these instructions to install Ubuntu&lt;br /&gt;
&lt;br /&gt;
http://www.helpdeskgeek.com/linux-tips/how-to-install-ubuntu-in-virtualbox/&lt;br /&gt;
http://www.psychocats.net/ubuntu/virtualbox&lt;br /&gt;
&lt;br /&gt;
2) at the terminal , type&lt;br /&gt;
git clone git://git.webos-internals.org/tools/meta-doctor.git&lt;br /&gt;
(if necessary, follow the instructions to install git)&lt;br /&gt;
&lt;br /&gt;
3) make sure you have patch. Type patch at the command line, and if necessary follow instructions to download it&lt;br /&gt;
&lt;br /&gt;
4) install java (applications/add remove/show: all available applications/java 6 runtime)&lt;br /&gt;
&lt;br /&gt;
5) install the palm sdk (actually you only need the novacmd part). Instructions at developer.palm.com&lt;br /&gt;
&lt;br /&gt;
6) download the rom jar to the /meta-doctor/downloads folder&lt;br /&gt;
rename download to webosdoctorp100ewwsprint-1.2.0.jar&lt;br /&gt;
check you have the right one using this page http://www.webos-internals.org/wiki/...octor_Versions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Doing it&lt;br /&gt;
-----------&lt;br /&gt;
5) navigate to the meta-doctor directory in the terminal and type&lt;br /&gt;
make CARRIER=sprint unpack patch pack&lt;br /&gt;
&lt;br /&gt;
6) updated version will be in the build/pre... folder&lt;br /&gt;
&lt;br /&gt;
7) make sure palm is connected to your virtual machine (check the VMWare menu)&lt;br /&gt;
&lt;br /&gt;
8) run it with java -jar webosdoctor...&lt;/div&gt;</summary>
		<author><name>Jonaddis84</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=6624</id>
		<title>Application:MetaDoctor</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=6624"/>
		<updated>2009-10-23T00:36:50Z</updated>

		<summary type="html">&lt;p&gt;Jonaddis84: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ok, I have no Linux experience whatsoever, so this should be a good &amp;quot;Meta Doctor For Dummies&amp;quot; Wiki.  &lt;br /&gt;
&lt;br /&gt;
Ill use confusedvorlon's initial Step-by-Step and add/edit the entries with more detail.  Im stuck at step one right now, waiting for a new iso download so Ill finish editing this tomorrow.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Getting Ready&lt;br /&gt;
--------------------&lt;br /&gt;
1) Download Ubuntu 8.04 .  Then download a virtual machine either vmware or virtualbox.&lt;br /&gt;
&lt;br /&gt;
-- I ended up using VirtualBox instead, because I found the VMware to be very confusing on what to actually download.  The Virtual box website is very simple and straight forward.  Here is the link for the virtualbox download:&lt;br /&gt;
&lt;br /&gt;
http://download.virtualbox.org/virtualbox/3.0.8/VirtualBox-3.0.8-53140-Win.exe&lt;br /&gt;
&lt;br /&gt;
Now install virtualbox just like you would install any other windows application, nothing fancy here.&lt;br /&gt;
&lt;br /&gt;
Next start up virtualbox and follow either of these instructions to install Ubuntu&lt;br /&gt;
&lt;br /&gt;
http://helpdeskgeek.com/linux-tips/how-to-install-ubuntu-in-virtualbox/&lt;br /&gt;
http://www.psychocats.net/ubuntu/virtualbox&lt;br /&gt;
&lt;br /&gt;
2) at the terminal , type&lt;br /&gt;
git clone git://git.webos-internals.org/tools/meta-doctor.git&lt;br /&gt;
(if necessary, follow the instructions to install git)&lt;br /&gt;
3) make sure you have patch. Type patch at the command line, and if necessary follow instructions to download it&lt;br /&gt;
4) install java (applications/add remove/show: all available applications/java 6 runtime)&lt;br /&gt;
5) install the palm sdk (actually you only need the novacmd part). Instructions at developer.palm.com&lt;br /&gt;
6) download the rom jar to the /meta-doctor/downloads folder&lt;br /&gt;
rename download to webosdoctorp100ewwsprint-1.2.0.jar&lt;br /&gt;
check you have the right one using this page http://www.webos-internals.org/wiki/...octor_Versions&lt;br /&gt;
&lt;br /&gt;
Doing it&lt;br /&gt;
-----------&lt;br /&gt;
5) navigate to the meta-doctor directory in the terminal and type&lt;br /&gt;
make CARRIER=sprint unpack patch pack&lt;br /&gt;
6) updated version will be in the build/pre... folder&lt;br /&gt;
7) make sure palm is connected to your virtual machine (check the VMWare menu)&lt;br /&gt;
8) run it with java -jar webosdoctor...&lt;/div&gt;</summary>
		<author><name>Jonaddis84</name></author>
	</entry>
</feed>