<?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=Squ33d</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=Squ33d"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Squ33d"/>
	<updated>2026-04-20T13:27:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=14433</id>
		<title>Application:MetaDoctor-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=14433"/>
		<updated>2011-03-23T16:15:58Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Using a Virtual Machine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]][[Category:German]]&lt;br /&gt;
This page is currently available in (almost) three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
&lt;br /&gt;
'''this page is still to be translated'''&lt;br /&gt;
&lt;br /&gt;
= Was ist der Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Der WebOS Internals Meta Doctor ist eine Makefile, die eine Kopie des HP WebOS Doctors modifizieren kann um die &amp;quot;First Use&amp;quot; Anwendung zu übergehen und somit das Telefon zum Laufen zu bringen, ohne dass es über ein Funknetzwerk aktiviert werden muss.&lt;br /&gt;
Dies wird dadurch erreicht, indem in der von HP veröffentlichten JAR Datei des Doctors Veränderungen vorgenommen werden. Außer dass verhindert wird  dass die &amp;quot;First Use&amp;quot; App startet, können dadurch auch zusätzlich noch weitere Verbesserungen am Beitriebsystem vorgenommen werden.&lt;br /&gt;
&lt;br /&gt;
'''Die Dokumentation der Funktionen des MetaDoctors, befindet sich zu Beginn des Makefile (wo diese sich befindet seht ihr gleich noch).'''&lt;br /&gt;
&lt;br /&gt;
= Schritt 1: Einrichten des Meta-Doctors =&lt;br /&gt;
&lt;br /&gt;
== Unter Linux == &lt;br /&gt;
&lt;br /&gt;
=== Installieren der benötigten Software ===&lt;br /&gt;
&lt;br /&gt;
# Terminal öffnen. (Bei Verwendung der Cygwin Methode: Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell und weiter mit Punkt 3)&lt;br /&gt;
# Wenn ''git'' bereits installiert ist, diesen Punkt überspringen, wenn nicht dann: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; eingeben und den Anweisungen folgen.&lt;br /&gt;
# Jetzt &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; eingeben&lt;br /&gt;
# Wenn ''patch'' noch nicht installiert ist:   &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; (bei Verwendung von Cygwin: diesen Punkt überspringen und weiter mit Punkt 7)&lt;br /&gt;
# Falls Java aus irgend einem Grunde noch nicht installiert sein sollte, so ist jetzt der beste Zeitpunkt es zu tun. Im Ubuntu Software Center suchen lassen nach '''java 6 runtime''' und den Anweisungen folgen.&lt;br /&gt;
# Runterladen und Installieren der Palm Novacom Software von http://developer.palm.com. Die Ubuntu Version verwenden [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here]. (Wenn Sie stattdessen die ganze SDK in der 64-bit Version von Ubuntu 9.x installieren wollen, werden Sie Schwierigkeiten bei der Installation haben. Die Anweisungen auf der Download-Seite sind falsch. Hilfe finden Sie [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 hier] und [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 hier].)&lt;br /&gt;
# Terminalfenster öffnen und in das Verzeichnis wechseln, in dem sich der MedaDoctor seit Punkt 3 befindet.  (Cygwin: Terminal sollte bereits geöffnet sein, also einfach nur Verzeichnis wechseln) Tipp:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Sichergehen, dass sich dort ein Download Ordner befindet.  Wenn nein, muss er mit &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt; erzeugt werden&lt;br /&gt;
# Neueste webosdoctor Datei runterladen unter [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions]. Die WR (= World Ready) Version ist die GSM Version für DE, FR, IRL, ESP und UK. Beispiel für einen Download Befehl: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Datei umbenennen, damit später auch weiss, welche Doctor-Version es ist (Bsp: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   Beispiel zum Umbenennen via Terminal:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Meta-Doctor ausführen ===&lt;br /&gt;
&lt;br /&gt;
# Ins Meta-Doctor Verzeichnis wechseln&lt;br /&gt;
# Wenn du willst, dass der MetaDoctor zusätzlich Patches installiert, die zusätzliche Funktionen zum Auslieferungszustand hinzufügen, musst du das Makefile mit einem Texteditor deiner Wahl öffnen und die Zeilen entkommentieren, die du gerne installiert hättest (entkommentieren bedeutet hier einfach, das &amp;quot;#&amp;quot; am Zeilenanfang zu entfernen)&lt;br /&gt;
# Wähle eins der folgenden: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Hinweis ''': verwende make DEVICE=palm_smartphone_type all-wr für O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
Der Build Prozess sollte nach ca. 10 Minuten abgeschlossen sein&lt;br /&gt;
&lt;br /&gt;
=== Fehlermeldungen ===&lt;br /&gt;
&lt;br /&gt;
Falls eine Fehlermeldung &amp;quot;unknown filename&amp;quot; erscheint, überprüfe den Dateinamen im vorhergehenden Schritt 8.&lt;br /&gt;
&lt;br /&gt;
=== Fehler in Kompilierung ===&lt;br /&gt;
Falls der &amp;quot;make&amp;quot;-Befehl fehlschlägt, kannst du &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; benutzen um den &amp;quot;build&amp;quot;-Ordner zu säubern um danach &amp;quot;make&amp;quot; erneuert auszuführen.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Installiere zuerst MacPorts um später die Pakete des Meta Doctors leichter installieren zu können: [http://www.macports.org/install.php]. Beachte dass dazu die Xcode Developer Tools von Apple(Version 3.2.1 oder höher für Snow Leopard, 3.1.4 oder höher für Leopard oder 2.5 für Tiger) benötigt werden. Diese sind auf der [http://connect.apple.com/ Apple Developer Connection site] oder auf deiner Mac OS X Installation-CDs/DVD zu finden.&lt;br /&gt;
#Installiere md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Installiere gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Installiere git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Dann: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Installiere patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Falls noch kein Java installiert ist klicke auf das &amp;quot;Apple&amp;quot;-Icon und dann auf &amp;quot;Software Updates&amp;quot;. Dadurch wird automatisch die aktuellste Version von Java installiert. Eine genauere Anleitung befindet sich  [http://support.apple.com/kb/HT1338?viewlocale=en_US hier].&lt;br /&gt;
#Downloade und installiere die &amp;quot;Palm novacom software&amp;quot; von http://developer.palm.com. Die Mac OS X SDK befindet sich [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg hier].&lt;br /&gt;
#Öffne ein Terminal und wechsle zum Ordner in dem der Meta Doctor in Schritt3 kopiert wurde:&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Falls dort kein Verzeichniss &amp;quot;downloads&amp;quot; existiert, erstelle eines: &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Lade die neueste Version desWebOs doctors herunter:[http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .Die &amp;quot;wr&amp;quot;-Version ist für Französische, Deutsche, Irische, Spanische und Britische GSM-Geräte.  Der Download-Befehl für eine Sprint-Version würde zum Beispiel so gehen: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Bennene die Datei so um das sie die Versionsnummer enthält und leicht von anderen Versionen unterschieden werden kann(Beispiele: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar). Das geht z.B. mit diesem Befehl:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Siehe &amp;quot;Running MetaDoctor&amp;quot; oberhalb.&lt;br /&gt;
&lt;br /&gt;
==Verwenden einer Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
Falls kein Linux System vorhanden ist muss der MetaDoctor unter einer Virtuellen Maschine ausgeführt werden. Für Windows Benutzer gibts 2 Möglichkeiten, Mac Nutzer verwenden die erste Option.&lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&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 a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&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;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
==Using Cygwin==&lt;br /&gt;
&lt;br /&gt;
Windows users can alternatively use [http://www.cygwin.com/ Cygwin] to run Meta-Doctor. This can often be simpler and faster than installing a full-blown Virtual Machine.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
After you have installed these packages, you can follow the [[Application:MetaDoctor:#Linux | Linux instructions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
NB: You can find the Makefile to edit in &amp;lt;cygwin install folder&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
&lt;br /&gt;
For example &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the patched webOS Doctor&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13253</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13253"/>
		<updated>2011-03-01T13:56:56Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
[[Category:Application]]&lt;br /&gt;
Die Anleitungen dieser Seite existieren derzeit in vier Sprachen&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:Preware]]&lt;br /&gt;
:[[Image:France.png]] [[Application:Preware-FR]]&lt;br /&gt;
:[[Image:Germany.png]] [[Application:Preware-DE]]&lt;br /&gt;
:[[Image:China.png]] [[Application:Preware-ZH]]&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version:  1.5.0 (17. Dezember 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware unter WebOS 2.X===&lt;br /&gt;
&lt;br /&gt;
Der Einfachheit halber wird derzeit empfohlen die Installation mit dem WebOS Quick Installer v4.04 (oder neuer) durchzuführen, siehe&lt;br /&gt;
[http://forums.precentral.net/canuck-coding/274461-webos-quick-install-v4-04-a.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-coding/274461-webos-quick-install-v4-04-a.html]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt unter dem Punkt &amp;quot;Paket-Updates&amp;quot; auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, die orangefarbene (bei Pre+: graue) Taste gedrückt halten und auf das Preware-Symbol klicken.&lt;br /&gt;
&lt;br /&gt;
Eine andere Möglichkeit besteht darin, die WebOS Quick Install's Device Management zu Seite verwenden und die Preware Anwendung dort abwählen.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware&amp;diff=13235</id>
		<title>Application:Preware</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware&amp;diff=13235"/>
		<updated>2011-02-28T18:09:56Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: changed number of languages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]]&lt;br /&gt;
This page is currently available in four languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:Preware]]&lt;br /&gt;
:[[Image:France.png]] [[Application:Preware-FR]]&lt;br /&gt;
:[[Image:Germany.png]] [[Application:Preware-DE]]&lt;br /&gt;
:[[Image:China.png]] [[Application:Preware-ZH]]&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 1.5.0 (17 Dec 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Summary=&lt;br /&gt;
&amp;lt;!--{{icon|Icon_Preware.png|float:right;}}--&amp;gt;&lt;br /&gt;
[[image:Icon_Preware.png|frameless|left]]&lt;br /&gt;
Preware is a package management application for the Palm Pre and the Palm Pixi.  Preware allows the user to install any package from any of the open standard package repositories on preware.org (or any other location that hosts an open standard package repository).  Preware relies on a custom written service developed from community research which allows the mojo app to talk to the built-in ipkg tool.&lt;br /&gt;
&lt;br /&gt;
'''Preware requires webOS 1.4.0 or later to function.  Do not try to install it on earlier webOS versions, it will not work.'''&lt;br /&gt;
&lt;br /&gt;
This application was the result of extensive community-based design in [[IPKG Service]] and [[Preware Design]].&lt;br /&gt;
&lt;br /&gt;
For application management, Preware can access more applications, and has more features, than any other on-device package installer.&lt;br /&gt;
&lt;br /&gt;
And since it is open source, and has a completely open development process supported by a team of world-class WebOS Internals developers, it will continue to get better much faster than any other package management application.&lt;br /&gt;
&lt;br /&gt;
Preware is the open application installer that has been written specifically to support a homebrew ecosystem where any developer can upload any application to any submission site, and that application can then be installed by any user.  Developers no longer need to upload their applications to multiple submission sites, and users are no longer excluded from accessing applications from any open standard package repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Key Features===&lt;br /&gt;
Install / Remove / Update:&lt;br /&gt;
*Homebrew Applications including advanced applications with special requirements.  &lt;br /&gt;
*WebOS Themes&lt;br /&gt;
*Patches&lt;br /&gt;
*webOS Kernels&lt;br /&gt;
*Palm App Catalog Applications&lt;br /&gt;
*Support for installation of signed packages&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Status===&lt;br /&gt;
Preware has been upgraded to release status, and is no longer considered beta. &lt;br /&gt;
&lt;br /&gt;
Some milestones worth mentioning in Preware's history include:&lt;br /&gt;
&lt;br /&gt;
* Since 27 August 2009 it is the only over-the-air installer for the palm capable of installing advanced palm applications such as the [[On_Screen_Keyboard|On Screen Keyboard]] or the terminal application.&lt;br /&gt;
* Since 27 August 2009 it is the only application supporting installation from all existing palm homebrew feeds.  &lt;br /&gt;
* Since 17 September 2009 it also supports installation of themes. &lt;br /&gt;
* Since 8 October 2009 it also supports installation of webOS patches.&lt;br /&gt;
* Since 12 Jan 2010 it also supports all Palm App Catalog feeds.&lt;br /&gt;
* Since 3 May 2010 it also supports installation of webOS custom kernels.&lt;br /&gt;
* Since 20 July 2010 it also supports installation of packages from URLs and local files.&lt;br /&gt;
* Since 24 July 2010 is also supports blacklisting packages and authors.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===License===&lt;br /&gt;
Please be aware that org.webosinternals.preware is licensed under the [http://www.gnu.org/licenses/gpl-2.0.html GPLv2].&lt;br /&gt;
&lt;br /&gt;
Code from Preware cannot be used by a closed source application.  If you want to use them in a non-GPLv2 but otherwise open source application, please contact the [mailto:support@webos-internals.org authors].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Installing Preware=&lt;br /&gt;
&lt;br /&gt;
There are three supported methods for installing Preware: WebOS Quick Install, Stand Alone Installers, and Command Line. &lt;br /&gt;
&lt;br /&gt;
You do not need to access the Linux command line or &amp;quot;root your Pre&amp;quot; to install or use Preware.&lt;br /&gt;
&lt;br /&gt;
You ''cannot'' use fileCoaster, or PreLoad, or PreUpdate to install or update Preware.  Those tools are unable to operate correctly on advanced homebrew packages.&lt;br /&gt;
&lt;br /&gt;
If you are a developer who uses the Palm emulator, you should know that Preware works just as well on the Emulator as it does on a real device, and is installed in exactly the same way.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Installing Preware on webOS 2.0===&lt;br /&gt;
&lt;br /&gt;
To install Preware on a webOS 2.0 device, the following procedure is recommended until WebOS Quick Install and other installation methods have been upgraded to support webOS 2.0:&lt;br /&gt;
&lt;br /&gt;
# Install the official Palm webOS 1.4.5 SDK&lt;br /&gt;
# '''Disconnect your device''' (I repeat, do not have your device connected, no cables in the device, device not even anywhere near the computer), and run the webOS 2.0 Doctor to install or upgrade your Novacom drivers&lt;br /&gt;
# Close the doctor, and connect your device&lt;br /&gt;
# Download the latest Preware package from http://get.preware.org/&lt;br /&gt;
# Use palm-install to install that package&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Installing Preware with WebOS Quick Install===&lt;br /&gt;
You can use version 3.14 or later of [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install] to install Preware directly from the WebOS Internals feed.&lt;br /&gt;
&lt;br /&gt;
'''Latest Version of WebOS Quick Install available here: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Install the required Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Click here] to verify that you have the latest java installed on your computer and update if needed&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Click Here] to download the latest version of WebOS Quick Install&lt;br /&gt;
## Optionally, [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Click here] to download the current webOS Doctor for your carrier and phone in a subdirectory your will remember (maybe &amp;quot;Palm&amp;quot;?) and the same one in which WebOSQuickInstall will execute.  If you already have it, skip this step.&lt;br /&gt;
##* You do not need to download webOS Doctor separately unless you wish to do so, as WebOSQuickInstall will download it itself if not found. &lt;br /&gt;
##* '''Do not run the webOS Doctor'''&lt;br /&gt;
# Put your device in [[Getting started|Developer Mode]]&lt;br /&gt;
# Connect your device to your computer with the USB cable, and select &amp;quot;Just Charge&amp;quot; (do not select USB Drive)&lt;br /&gt;
# Run WebOS Quick Install. If webOS Doctor is not present, you will be asked if you wish to download it prior to execution.&lt;br /&gt;
# Click the third button on the right (Blue Down Arrow)&lt;br /&gt;
# Choose WebOS Internals Feed (Pre) or WebOS Internals Feed (Pixi) from the drop-down list at the top. &lt;br /&gt;
# Select ''Preware'' from the list.  &lt;br /&gt;
# Click Download.&lt;br /&gt;
# Click Close.&lt;br /&gt;
# Click Install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Installing Preware with the Standalone Installer===&lt;br /&gt;
Preware installers can be downloaded here: [http://get.preware.org Preware Standalone Installers]. These instructions are currently only for Mac and PC users.&lt;br /&gt;
&lt;br /&gt;
# Install the required software.&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Click here] to verify that you have the latest version of Java installed on your computer and update it if needed.&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Click here] to download the current webOS Doctor for your carrier and phone in a subdirectory you will remember (maybe &amp;quot;Palm&amp;quot;?). If you already have it, skip this step.&lt;br /&gt;
##* '''Do not run the webOS Doctor.'''&lt;br /&gt;
# Put your device into [[Getting started|Developer Mode]].&lt;br /&gt;
#* '''Windows users:''' When connecting your device to the computer for the first time, you will be prompted to install new hardware. Click Next to start the device installation. You may get a message regarding Novacom drivers not being installed. If so, you can disregard it. Once your device is installed, proceed with the Preware installation.&lt;br /&gt;
# Download the [http://get.preware.org/ Preware Standalone Installer] (you should choose the latest file name PrewareInstaller-X.Y.Z.jar) and place it in the same directory as the webOS Doctor .jar file.&lt;br /&gt;
# Run the Preware Installer.&lt;br /&gt;
# Click on the Tools menu and choose Install Drivers. This will install the Palm Novacom drivers for webOS devices.&lt;br /&gt;
# Once the drivers have finished installing, click on Install Preware. After Preware is installed, your device will be unresponsive for a few seconds while Luna restarts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Installing Preware from the Commandline===&lt;br /&gt;
If you have access to the command line of your webOS Device or emulator using Terminal, Novaterm, the &amp;quot;Linux Commandline&amp;quot; in WebOS Quick Install, or other techniques, you can install Preware by typing three lines. This technique is always the shortest and in many ways the simplest, but if you are in any way unsure of operating at the Linux command line, please use either of the methods described above. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Updating Preware===&lt;br /&gt;
To update Preware, just run Preware and select &amp;quot;Package Updates&amp;quot; from the main scene. If an update to Preware is available, it will appear in the list. Then select the &amp;quot;Update&amp;quot; button. Preware will close automatically after the update is complete.&lt;br /&gt;
&lt;br /&gt;
Note that you cannot use fileCoaster, or PreLoad, or PreUpdate to install or update Preware.  Those tools are unable to operate correctly on advanced homebrew packages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing Preware===&lt;br /&gt;
''Why would you ever want to remove Preware?''&lt;br /&gt;
&lt;br /&gt;
To remove Preware, hold the Orange button on your keypad and choose Preware from the Launcher. Choose Delete.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Usage=&lt;br /&gt;
&lt;br /&gt;
===Preferences===&lt;br /&gt;
{| Width=&amp;quot;70%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:Preferences.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|You can select preferences in the top left corner of the Pre to bring up the preferences screen.  On the Preferences screen you can specify the look of the application, the frequency that feeds are updated, and what Preware will show you by default.&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#F9F9F9;border:1px outset;&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|TIP:&lt;br /&gt;
|-&lt;br /&gt;
|To make it easier to find things, set &amp;quot;Show Available Types&amp;quot; to yes.  This will show separate categories (Applications/Themes/Patches/etc.) rather than show everything in one long list.&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Feed Management===&lt;br /&gt;
{| Width=&amp;quot;70%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:Preware_feeds.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|In the preferences section on the top bar on the right side is a button that takes you to the feeds screen.  On the feeds screen you can select which feeds are loaded and which ones are not. Simply select the on or off button for that feed. (If you are not interested in themes you can disable the two feeds for themes to speed up the updating of feeds) Preware comes with the following feeds by default (some are disabled by default, but are easily enabled if desired). &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#FFFFE0;&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; Border=&amp;quot;1&amp;quot;&lt;br /&gt;
|align=&amp;quot;center&amp;quot; colspan=&amp;quot;4&amp;quot; | '''Default Feeds'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-beta/ Palm Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-beta-updates Palm Beta Updates]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-catalog/ Palm Catalog]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-catalog-updates/ Palm Catalog Updates]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-web-updates/ Palm Web]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-web-updates/ Palm Web Updates]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/precentral/ PreCentral]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/precentral-themes/ PreCentral Themes]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/webos-internals/ WebOS Internals]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/optware/ Optware]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/webos-patches/ WebOS Patches]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/webos-kernels/ WebOS Kernels]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#F9F9F9;border:1px outset;&amp;quot; VAlign=&amp;quot;middle&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; Width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | See [[Testing Feeds]] for detailed instructions on adding custom feeds.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Package Updates===&lt;br /&gt;
{| Width=&amp;quot;70%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:UpdateFeeds.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|To update feeds, simply select &amp;quot;Update Feeds&amp;quot; from the Application Menu.  Preware will download the package list information from your enabled feeds.  After processing the data, you will be back at the main list of available items.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installing Packages===&lt;br /&gt;
{| Width=&amp;quot;70%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:SelectApp.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|There are a few ways to select and install a &amp;quot;package&amp;quot; (application/patch/theme/etc.).  Using &amp;quot;List of Everything&amp;quot; would be the simplest.&lt;br /&gt;
#Find the package you want to install either by scrolling and tapping on it, or just start typing&lt;br /&gt;
#Tap the &amp;quot;Install&amp;quot; button that the bottom of the package's page to install.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing Packages===&lt;br /&gt;
{| Width=&amp;quot;70%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:RemoveAppTap.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Removing a package is just as easy.&lt;br /&gt;
#On the main screen, tap &amp;quot;Installed Packages&amp;quot;, then the category of the package you want to remove&lt;br /&gt;
#Tap the Package you want to remove&lt;br /&gt;
#Tap the &amp;quot;Remove&amp;quot; button that the bottom of the package's page.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
=== Applications ===&lt;br /&gt;
=== Themes ===&lt;br /&gt;
=== Patches ===&lt;br /&gt;
=== Installed Packages ===&lt;br /&gt;
=== List of Everything ===&lt;br /&gt;
=== Saved Package List ===&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Operating notes =&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
No known limitations.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Known bugs===&lt;br /&gt;
*When selecting a patch with dependencies, if you view those dependencies then install them, when Preware returns you to the original patch's screen it will still have the 'install' button showing even though it is installed successfully.  Swiping back and returning will show the correct status.&lt;br /&gt;
&lt;br /&gt;
*The Update All button can get confused if there are patches with complex dependencies.  This will be fixed in a future version.&lt;br /&gt;
&lt;br /&gt;
*If updates to App Catalog applications are pending, they will be silently skipped when using the Update All button.&lt;br /&gt;
&lt;br /&gt;
*The Updates feature from the regular Palm Launcher, may claim that application updates are needed, and then when the user clicks Show Updates shows the App Catalog's installed applications,  there are none shown that need updating.   This isn't as expected.  This is because an app that was previously only in Preware has now migrated to the Palm Catalog.  Don't worry, your apps are up to date (with the possible exception of the one with the conflict.)  This is not a bug in Preware per se' but an app version conflict because the app is in both the Palm Catalog and also in Homebrew.  Notice that you don't need to remove Preware to install the app from the official catalog, but simply disable the feed in Preware then &amp;quot;update feeds&amp;quot; to refresh the list then it should install fine from the official app catalog.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Changelog=&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
For those interested, the full Changelog can be [http://git.webos-internals.org/?p=applications/preware.git;a=tags found here].  Listed below is the Changelog since the 1.0 milestone.&lt;br /&gt;
&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;1.5.0:&lt;br /&gt;
* You must upgrade to this version for full webOS 2.0 compatibility.&lt;br /&gt;
&lt;br /&gt;
;1.4.9:&lt;br /&gt;
* Better compatibility with unknown future webOS versions.&lt;br /&gt;
&lt;br /&gt;
;1.4.8:&lt;br /&gt;
&lt;br /&gt;
* Now calls the correct software manager updates screen on webOS 2.0.&lt;br /&gt;
&lt;br /&gt;
; 1.4.7:&lt;br /&gt;
* Fixed update, install and remove status messages on webOS 2.0.&lt;br /&gt;
&lt;br /&gt;
;1.4.6:&lt;br /&gt;
* New &amp;quot;App Catalog&amp;quot; theme preferences thanks to Garrett92C.&lt;br /&gt;
* Added support for &amp;quot;MaxWebOSVersion&amp;quot; in the feeds.&lt;br /&gt;
&lt;br /&gt;
;1.4.5:&lt;br /&gt;
* Added support for identifying when running on a Pre 2 device.&lt;br /&gt;
&lt;br /&gt;
;1.4.4: &lt;br /&gt;
* Updated the version check to support future webOS versions.&lt;br /&gt;
&lt;br /&gt;
;1.4.2:&lt;br /&gt;
* Added Category as a blacklist option.&lt;br /&gt;
&lt;br /&gt;
;1.4.1:&lt;br /&gt;
* Added a Changelog button to the Help scene.&lt;br /&gt;
&lt;br /&gt;
;1.4.0:&lt;br /&gt;
* Added help to preferences scene.&lt;br /&gt;
* Fixed swipe-to-delete bug in blacklist.&lt;br /&gt;
* Updated Italian translations (courtesy of Darkmagister).&lt;br /&gt;
* Added &amp;quot;Get Info&amp;quot; button to package install scene.&lt;br /&gt;
* Added &amp;quot;Send&amp;quot; button to ipkg log scene.&lt;br /&gt;
* Fixed bug when loading large package descriptions.&lt;br /&gt;
&lt;br /&gt;
;1.3.8:&lt;br /&gt;
* Updated French translations (courtesy of Yannick LE NY).&lt;br /&gt;
&lt;br /&gt;
;1.3.6:&lt;br /&gt;
* Preware now supports installation of application package files (.ipk files) directly from URLs, email attachments, and local files.&lt;br /&gt;
* Also supported are Send to Preware links on homebrew application gallery and news websites (this requires the Neato! application to also be installed).&lt;br /&gt;
* If Preware continually asks you about file associations on every single launch, even after you have answered Yes to the questions it asks, then you may have a damaged file association table and will need to run the Emergency MimeTable Reset tool and then reboot to repair it.&lt;br /&gt;
&lt;br /&gt;
;1.3.5:&lt;br /&gt;
* Updated German translations.&lt;br /&gt;
&lt;br /&gt;
;1.3.3:&lt;br /&gt;
* Always ask the user before modifying the file association list.&lt;br /&gt;
* Updated French translations. &lt;br /&gt;
&lt;br /&gt;
;1.3.1:&lt;br /&gt;
* Check whether Preware is the default application for handling packages, and advise the user if it is not.&lt;br /&gt;
&lt;br /&gt;
;1.3.0:&lt;br /&gt;
* Added Preware to the Default Applications list to allow for installing packages from email messages and the browser.&lt;br /&gt;
&lt;br /&gt;
;1.2.9:&lt;br /&gt;
* Fixed the Saved Package List swipe to delete bug.&lt;br /&gt;
&lt;br /&gt;
;1.2.8:&lt;br /&gt;
* Open the My Applications app catalog screen when multiple app catalog applications need updating.&lt;br /&gt;
&lt;br /&gt;
;1.2.7&lt;br /&gt;
* Fixed the Install Package problem when running on the emulator.&lt;br /&gt;
&lt;br /&gt;
;1.2.6&lt;br /&gt;
* Remove most of the curl download progress messages from the ipkg log (this fixes a buffer overrun crash).&lt;br /&gt;
&lt;br /&gt;
;1.2.5&lt;br /&gt;
* Added Ask At Launch option to update preference.&lt;br /&gt;
* Added Blacklist support.&lt;br /&gt;
* German Translation updates.&lt;br /&gt;
* Fixed update banner problem.&lt;br /&gt;
* Fixed package with too many dependent packages problem.&lt;br /&gt;
&lt;br /&gt;
;1.2.4&lt;br /&gt;
* Added support for MinWebOSVersion, DeviceCompatibility and PreActionMessage package attributes.&lt;br /&gt;
&lt;br /&gt;
;1.2.3&lt;br /&gt;
* Enable the Install Package feature to also work for incorrectly formatted filenames.&lt;br /&gt;
&lt;br /&gt;
;1.2.1&lt;br /&gt;
* Robustified the Install Package feature - will now run post-install scripts for all correctly formatted filenames (packageid_version_arch.ipk).&lt;br /&gt;
&lt;br /&gt;
;1.2.0&lt;br /&gt;
* Added Install Package functionality, allowing installation of packages from URLs and local files.&lt;br /&gt;
* Moved Saved Package List from the main screen to the app menu.&lt;br /&gt;
&lt;br /&gt;
;1.1.7&lt;br /&gt;
* Added support for Kernel Modules.&lt;br /&gt;
&lt;br /&gt;
;1.1.5&lt;br /&gt;
* Use a gentler reboot procedure to allow open files to be flushed to disk.&lt;br /&gt;
&lt;br /&gt;
;1.1.4&lt;br /&gt;
* Fixed hang on package download failures.&lt;br /&gt;
&lt;br /&gt;
;1.1.2 &lt;br /&gt;
*Added support for the ENABLE_TESTING_FEEDS Meta-Doctor feature.&lt;br /&gt;
*Removed the tag line about eventually reaching 1.0.&lt;br /&gt;
*Minor French translation updates, courtesy of Yannick LE NY.&lt;br /&gt;
&lt;br /&gt;
;1.1.1&lt;br /&gt;
*Added languages field in package descriptions. &lt;br /&gt;
*Added preference to only show packages with English descriptions.&lt;br /&gt;
&lt;br /&gt;
;1.1.0&lt;br /&gt;
*Now defaults (selectable by a preference option) to using an alternative installation method to avoid the webOS 1.4 rescan bug which closes and stops notifications from your phone, email and messaging applications. &lt;br /&gt;
*Updated German and French translations.&lt;br /&gt;
*Fixed deletion of disabled feeds. &lt;br /&gt;
*Added service version number to the ipkgservice API. Robustified the service upgrade process.&lt;br /&gt;
&lt;br /&gt;
;1.0.0&lt;br /&gt;
*The Package Manager Service has been rewritten in C and incorporated into this single Preware package.&lt;br /&gt;
*Installing Preware 1.0.0 will remove the Package Manager Service as the last step of the upgrade process.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Repository=&lt;br /&gt;
Preware and the Package Manager Service are housed in the applications/preware git repository at http://git.webos-internals.org/&lt;br /&gt;
&lt;br /&gt;
For more information getting your application published in the WebOS Internals Source Code Repositories, please see the [[WebOS Internals Source Code Repositories]] page.  For commit permission to the open source project, contact rwhitby on #webos-internals or email [mailto:support@webos-internals.org support@webos-internals.org]&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13233</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13233"/>
		<updated>2011-02-28T18:08:37Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
[[Category:Application]]&lt;br /&gt;
Die Anleitungen dieser Seite existieren derzeit in vier Sprachen&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:Preware]]&lt;br /&gt;
:[[Image:France.png]] [[Application:Preware-FR]]&lt;br /&gt;
:[[Image:Germany.png]] [[Application:Preware-DE]]&lt;br /&gt;
:[[Image:China.png]] [[Application:Preware-ZH]]&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version:  1.3.6 (5. September 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware unter WebOS 2.X===&lt;br /&gt;
&lt;br /&gt;
Der Einfachheit halber wird derzeit empfohlen die Installation mit dem WebOS Quick Installer v4.04 (oder neuer) durchzuführen, siehe&lt;br /&gt;
[http://forums.precentral.net/canuck-coding/274461-webos-quick-install-v4-04-a.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-coding/274461-webos-quick-install-v4-04-a.html]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt unter dem Punkt &amp;quot;Paket-Updates&amp;quot; auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, die orangefarbene (bei Pre+: graue) Taste gedrückt halten und auf das Preware-Symbol klicken.&lt;br /&gt;
&lt;br /&gt;
Eine andere Möglichkeit besteht darin, die WebOS Quick Install's Device Management zu Seite verwenden und die Preware Anwendung dort abwählen.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13231</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13231"/>
		<updated>2011-02-28T18:08:18Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
[[Category:Application]]&lt;br /&gt;
Die Anleitungen dieser Seite existieren derzeit in vier Sprachen&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[[Application:Preware]]&lt;br /&gt;
:[[Image:France.png]] [[Application:Preware-FR]]&lt;br /&gt;
:[[Image:Germany.png]] [[Application:Preware-DE]]&lt;br /&gt;
:[[Image:China.png]] [[Application:Preware-ZH]]&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version:  1.3.6 (5. September 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware unter WebOS 2.X===&lt;br /&gt;
&lt;br /&gt;
Der Einfachheit halber wird derzeit empfohlen die Installation mit dem WebOS Quick Installer v4.04 (oder neuer) durchzuführen, siehe&lt;br /&gt;
[http://forums.precentral.net/canuck-coding/274461-webos-quick-install-v4-04-a.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-coding/274461-webos-quick-install-v4-04-a.html]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt unter dem Punkt &amp;quot;Paket-Updates&amp;quot; auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, die orangefarbene (bei Pre+: graue) Taste gedrückt halten und auf das Preware-Symbol klicken.&lt;br /&gt;
&lt;br /&gt;
Eine andere Möglichkeit besteht darin, die WebOS Quick Install's Device Management zu Seite verwenden und die Preware Anwendung dort abwählen.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13229</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13229"/>
		<updated>2011-02-28T18:02:58Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
[[Category:Application]]&lt;br /&gt;
Die Anleitungen dieser Seite existieren derzeit in vier Sprachen&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Image:GB.png]] [[Application:Preware]]&lt;br /&gt;
:[[Image:France.png]] [[Application:Preware-FR]]&lt;br /&gt;
:[[Image:Germany.png]] [[Application:Preware-DE]]&lt;br /&gt;
:[[Image:China.png]] [[Application:Preware-ZH]]&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version:  1.3.6 (5. September 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware unter WebOS 2.X===&lt;br /&gt;
&lt;br /&gt;
Der Einfachheit halber wird derzeit empfohlen die Installation mit dem WebOS Quick Installer v4.04 (oder neuer) durchzuführen, siehe&lt;br /&gt;
[http://forums.precentral.net/canuck-coding/274461-webos-quick-install-v4-04-a.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-coding/274461-webos-quick-install-v4-04-a.html]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt unter dem Punkt &amp;quot;Paket-Updates&amp;quot; auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, die orangefarbene (bei Pre+: graue) Taste gedrückt halten und auf das Preware-Symbol klicken.&lt;br /&gt;
&lt;br /&gt;
Eine andere Möglichkeit besteht darin, die WebOS Quick Install's Device Management zu Seite verwenden und die Preware Anwendung dort abwählen.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13227</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13227"/>
		<updated>2011-02-28T17:59:12Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
&lt;br /&gt;
'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version:  1.3.6 (5. September 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware unter WebOS 2.X===&lt;br /&gt;
&lt;br /&gt;
Der Einfachheit halber wird derzeit empfohlen die Installation mit dem WebOS Quick Installer v4.04 (oder neuer) durchzuführen, siehe&lt;br /&gt;
[http://forums.precentral.net/canuck-coding/274461-webos-quick-install-v4-04-a.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-coding/274461-webos-quick-install-v4-04-a.html]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt unter dem Punkt &amp;quot;Paket-Updates&amp;quot; auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, die orangefarbene (bei Pre+: graue) Taste gedrückt halten und auf das Preware-Symbol klicken.&lt;br /&gt;
&lt;br /&gt;
Eine andere Möglichkeit besteht darin, die WebOS Quick Install's Device Management zu Seite verwenden und die Preware Anwendung dort abwählen.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13225</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13225"/>
		<updated>2011-02-28T17:55:05Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Installation von Preware unter WebOS 2.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
&lt;br /&gt;
'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version:  1.3.6 (5. September 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware unter WebOS 2.X===&lt;br /&gt;
&lt;br /&gt;
Der Einfachheit halber wird derzeit empfohlen die Installation mit dem WebOS Quick Installer v4.04 (oder neuer) durchzuführen.&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt unter dem Punkt &amp;quot;Paket-Updates&amp;quot; auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, die orangefarbene (bei Pre+: graue) Taste gedrückt halten und auf das Preware-Symbol klicken.&lt;br /&gt;
&lt;br /&gt;
Eine andere Möglichkeit besteht darin, die WebOS Quick Install's Device Management zu Seite verwenden und die Preware Anwendung dort abwählen.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13223</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=13223"/>
		<updated>2011-02-28T17:54:44Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
&lt;br /&gt;
'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version:  1.3.6 (5. September 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware unter WebOS 2.0===&lt;br /&gt;
&lt;br /&gt;
Der Einfachheit halber wird empfohlen die Installation mit dem WebOS Quick Installer v4.04 (oder neuer) durchzuführen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt unter dem Punkt &amp;quot;Paket-Updates&amp;quot; auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, die orangefarbene (bei Pre+: graue) Taste gedrückt halten und auf das Preware-Symbol klicken.&lt;br /&gt;
&lt;br /&gt;
Eine andere Möglichkeit besteht darin, die WebOS Quick Install's Device Management zu Seite verwenden und die Preware Anwendung dort abwählen.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=WebOS_2_Upgrade&amp;diff=12965</id>
		<title>WebOS 2 Upgrade</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=WebOS_2_Upgrade&amp;diff=12965"/>
		<updated>2011-02-23T22:44:35Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Using MetaDoctor Scripts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
With the release of the webOS 2.1.0 doctor by HP for O2 and Vodafone Pre+ devices, there is now a legal way to get webOS 2.1 onto the legacy devices of carriers that are not onboard with the 2.x upgrade. Compatible devices include the AT&amp;amp;T Pre Plus, Sprint Pre, and Verizon Pre Plus. This is not compatible with Pixi devices.&lt;br /&gt;
&lt;br /&gt;
= Disclaimer =&lt;br /&gt;
'''This is a bleeding edge, alpha process at this time, which may result in complete loss of data and permanent damage to your device. Do not proceed unless you are OK with that. Working knowledge of MetaDoctor and Linux systems in general is needed.'''&lt;br /&gt;
= Using MetaDoctor Scripts =&lt;br /&gt;
&lt;br /&gt;
Note:  Scripts currently exist for the following devices:&lt;br /&gt;
* Sprint Pre&lt;br /&gt;
* Verizon Pre+&lt;br /&gt;
* AT&amp;amp;T Pre+&lt;br /&gt;
* &amp;quot;WR&amp;quot; devices&lt;br /&gt;
&lt;br /&gt;
== Step 1: Install MetaDoctor ==&lt;br /&gt;
* see [[Application:MetaDoctor]] for information on how to install MetaDoctor&lt;br /&gt;
&lt;br /&gt;
== Step 2: Prepare your Palm Profile ==&lt;br /&gt;
With unsupported carrier/device/OS combinations, it may be necessary to clear some Palm Profile data to allow you to sign in on webOS 2.x devices. The process is as follows:&lt;br /&gt;
'''Warning: this will delete data from your Palm Profile, including but not limited to: calendars, contacts, account information, bookmarks, memos, tasks, SSM/MMS messages, and icon/launcher arrangement.'''&lt;br /&gt;
# Open the Backup app.&lt;br /&gt;
# Turn off backups, confirming that you wish to erase your palm profile information.&lt;br /&gt;
== Step 3: Run device-specific MetaDoctor script ==&lt;br /&gt;
The MetaDoctor scripts will automatically download the latest necessary webOS doctors, will extract and replace radio firmwares as necessary (for CDMA phones), and will build and launch the modified doctor. Run the script in the meta-doctor/scripts folder that corresponds to your device. Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
./scripts/meta-sprint-pre-2.1.0&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Step 4: Run the modified webOS Doctor ==&lt;br /&gt;
The meta-script will automatically launch the modified webOS Doctor for you.  However, if you need to move it to a different location and run it manually, the modified doctor will be located in meta-doctor/build/preplus-p101ueude-wr-2.1.0/webosdoctorp101ueude-wr-2.1.0.jar. Run this like you would a normal webOS doctor.&lt;br /&gt;
&lt;br /&gt;
= Caveats =&lt;br /&gt;
== App Catalog ==&lt;br /&gt;
* Apps that are marked as only compatible with webOS versions 2.x and above do not currently work with some of these doctored installations of webOS 2.1.0.  On some of the devices/carriers, masquerading is used which leads to the Palm profile still reporting version 1.40.50.&lt;br /&gt;
&lt;br /&gt;
== Masquerading ==&lt;br /&gt;
* Palm's servers only accept certain device/OS combinations as valid. While ROW Pre and Pre Plus devices running 2.1 are accepted, Pre and Pre Plus devices running on Sprint, Verizon and AT&amp;amp;T have to masquerade as still running webOS 1.4.5. To achieve this, /etc/palm-build-info is replaced with the version from the 1.4.5 doctor to trick Palm's servers into believing it is a valid device/OS combination and allowing app catalog access. Once app catalog access is achieved, /etc/palm-build-info can be replaced with the 2.1 version which is found in meta-doctor/palm-build-info-unmasqed on the computer you built the doctor with.&lt;br /&gt;
&lt;br /&gt;
== Carrier-Specific Applications ==&lt;br /&gt;
* Carrier specific apps such as Sprint Navigation and the Verizon hotspot app are not included.&lt;br /&gt;
== Palm Profile ==&lt;br /&gt;
* Some people have had problems signing in to existing Palm Profiles on 2.1 due to backup data. To make sure that you can sign in to your profile on 2.1, you should disable backups before doctoring to 2.1 and delete server side backups. Of course, this deletes most of the data in your Palm Profile (memos, tasks, calender entries, accounts, ...). Your apps will be restored on 2.1, but that is about it. Note that not all people have issues with backups. If you would rather not delete your Palm Profile data, you can try doctoring to 2.1 without turning backups off and see if restoring everything works. If it doesn't, you'll have to doctor back to 1.4.5 to turn off backups or use a new Palm Profile, though.&lt;br /&gt;
&lt;br /&gt;
== Flash ==&lt;br /&gt;
* Adobe Flash is not included in this webOS 2.1 doctor&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12963</id>
		<title>Application:MetaDoctor-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12963"/>
		<updated>2011-02-23T22:33:41Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Running Meta-Doctor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]][[Category:German]]&lt;br /&gt;
This page is currently available in (almost) three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
&lt;br /&gt;
'''this page is still to be translated'''&lt;br /&gt;
&lt;br /&gt;
= Was ist der Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Der WebOS Internals Meta Doctor ist eine Makefile, die eine Kopie des HP WebOS Doctors modifizieren kann um die &amp;quot;First Use&amp;quot; Anwendung zu übergehen und somit das Telefon zum Laufen zu bringen, ohne dass es über ein Funknetzwerk aktiviert werden muss.&lt;br /&gt;
Dies wird dadurch erreicht, indem in der von HP veröffentlichten JAR Datei des Doctors Veränderungen vorgenommen werden. Ausser dass verhindert wird  dass die &amp;quot;First Use&amp;quot; App startet, können dadurch auch zusätzlich noch weitere Verbesserungen vorgenommen werden.aks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Die Dokumentation welche Features der MetaDoctor anbietet befindet sich zu Beginn der Makefile (wo diese sich befindet seht ihr gleich noch).'''&lt;br /&gt;
&lt;br /&gt;
= Schritt 1: Einrichten des Meta-Doctors =&lt;br /&gt;
&lt;br /&gt;
== Unter Linux == &lt;br /&gt;
&lt;br /&gt;
=== Installieren der benötigten Software ===&lt;br /&gt;
&lt;br /&gt;
# Terminal öffnen. (Bei Verwendung der Cygwin Methode: Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell und weiter mit Punkt 3)&lt;br /&gt;
# Wenn ''git'' bereits installiert ist, diesen Punkt überspringen, wenn nicht dann: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; eingeben und den Anweisungen folgen.&lt;br /&gt;
# Jetzt &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; eingeben&lt;br /&gt;
# Wenn ''patch'' noch nicht installiert ist:   &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; (bei Verwendung von Cygwin: diesen Punkt überspringen und weiter mit Punkt 7)&lt;br /&gt;
# Falls Java aus irgend einem Grunde noch nicht installiert sein sollte, so ist jetzt der beste Zeitpunkt es zu tun. Im Ubuntu Software Center suchen lassen nach '''java 6 runtime''' und den Anweisungen folgen.&lt;br /&gt;
# Runterladen und Installieren der Palm Novacom Software von http://developer.palm.com. Die Ubuntu Version verwenden [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here]. (If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Terminalfenster öffnen und in das Verzeichnis wechseln, in dem sich der MedaDoctor seit Punkt 3 befindet.  (Cygwin: Terminal sollte bereits geöffnet sein, also einfach nur Verzeichnis wechseln) Tipp:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Sichergehen, dass sich dort ein Download Ordner befindet.  Wenn nein, muss er mit &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt; erzeugt werden&lt;br /&gt;
# Neueste webosdoctor Datei runterladen unter [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions]. Die WR (= World Ready) Version ist die GSM Version für DE, FR, IRL, ESP und UK. Beispiel für einen Download Befehl: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# RDatei umbenennen, damit später auch weiss, welche Doctor-Version es ist (Bsp: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   Beispiel zum Umbenennen via Terminal:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Meta-Doctor ausführen ===&lt;br /&gt;
&lt;br /&gt;
# Ins Meta-Doctor Verzeichnis wechseln&lt;br /&gt;
# Wenn du willst, dass der MetaDoctor zusätzlich Patches installiert, die zusätzliche Funktionen zum &amp;quot;Fabrikneu-Zustand&amp;quot; hinzufügen, musst du die Makefile mit einem Texteditor öffnen und die Dinge entkommentieren, die du gerne installiert hättest (entkommentieren bedeutet hier einfach, das &amp;quot;#&amp;quot; am Zeilenanfang zu entfernen)&lt;br /&gt;
# Wähle eins der folgenden: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Hinweis ''': verwende make DEVICE=palm_smartphone_type all-wr für O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
Der Build Prozess sollte nach ca. 10 Minuten abgeschlossen sein&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#See &amp;quot;Running MetaDoctor&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&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 a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&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;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
==Using Cygwin==&lt;br /&gt;
&lt;br /&gt;
Windows users can alternatively use [http://www.cygwin.com/ Cygwin] to run Meta-Doctor. This can often be simpler and faster than installing a full-blown Virtual Machine.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
After you have installed these packages, you can follow the [[Application:MetaDoctor:#Linux | Linux instructions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
NB: You can find the Makefile to edit in &amp;lt;cygwin install folder&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
&lt;br /&gt;
For example &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the patched webOS Doctor&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12957</id>
		<title>Application:MetaDoctor-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12957"/>
		<updated>2011-02-23T22:20:09Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]][[Category:German]]&lt;br /&gt;
This page is currently available in (almost) three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
&lt;br /&gt;
'''this page is still to be translated'''&lt;br /&gt;
&lt;br /&gt;
= Was ist der Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Der WebOS Internals Meta Doctor ist eine Makefile, die eine Kopie des HP WebOS Doctors modifizieren kann um die &amp;quot;First Use&amp;quot; Anwendung zu übergehen und somit das Telefon zum Laufen zu bringen, ohne dass es über ein Funknetzwerk aktiviert werden muss.&lt;br /&gt;
Dies wird dadurch erreicht, indem in der von HP veröffentlichten JAR Datei des Doctors Veränderungen vorgenommen werden. Ausser dass verhindert wird  dass die &amp;quot;First Use&amp;quot; App startet, können dadurch auch zusätzlich noch weitere Verbesserungen vorgenommen werden.aks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Die Dokumentation welche Features der MetaDoctor anbietet befindet sich zu Beginn der Makefile (wo diese sich befindet seht ihr gleich noch).'''&lt;br /&gt;
&lt;br /&gt;
= Schritt 1: Einrichten des Meta-Doctors =&lt;br /&gt;
&lt;br /&gt;
== Unter Linux == &lt;br /&gt;
&lt;br /&gt;
=== Installieren der benötigten Software ===&lt;br /&gt;
&lt;br /&gt;
# Terminal öffnen. (Bei Verwendung der Cygwin Methode: Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell und weiter mit Punkt 3)&lt;br /&gt;
# Wenn ''git'' bereits installiert ist, diesen Punkt überspringen, wenn nicht dann: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; eingeben und den Anweisungen folgen.&lt;br /&gt;
# Jetzt &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; eingeben&lt;br /&gt;
# Wenn ''patch'' noch nicht installiert ist:   &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; (bei Verwendung von Cygwin: diesen Punkt überspringen und weiter mit Punkt 7)&lt;br /&gt;
# Falls Java aus irgend einem Grunde noch nicht installiert sein sollte, so ist jetzt der beste Zeitpunkt es zu tun. Im Ubuntu Software Center suchen lassen nach '''java 6 runtime''' und den Anweisungen folgen.&lt;br /&gt;
# Runterladen und Installieren der Palm Novacom Software von http://developer.palm.com. Die Ubuntu Version verwenden [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here]. (If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Terminalfenster öffnen und in das Verzeichnis wechseln, in dem sich der MedaDoctor seit Punkt 3 befindet.  (Cygwin: Terminal sollte bereits geöffnet sein, also einfach nur Verzeichnis wechseln) Tipp:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Sichergehen, dass sich dort ein Download Ordner befindet.  Wenn nein, muss er mit &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt; erzeugt werden&lt;br /&gt;
# Neueste webosdoctor Datei runterladen unter [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions]. Die WR (= World Ready) Version ist die GSM Version für DE, FR, IRL, ESP und UK. Beispiel für einen Download Befehl: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# RDatei umbenennen, damit später auch weiss, welche Doctor-Version es ist (Bsp: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   Beispiel zum Umbenennen via Terminal:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running Meta-Doctor ===&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#See &amp;quot;Running MetaDoctor&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&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 a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&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;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
==Using Cygwin==&lt;br /&gt;
&lt;br /&gt;
Windows users can alternatively use [http://www.cygwin.com/ Cygwin] to run Meta-Doctor. This can often be simpler and faster than installing a full-blown Virtual Machine.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
After you have installed these packages, you can follow the [[Application:MetaDoctor:#Linux | Linux instructions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
NB: You can find the Makefile to edit in &amp;lt;cygwin install folder&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
&lt;br /&gt;
For example &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the patched webOS Doctor&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12955</id>
		<title>Application:MetaDoctor-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12955"/>
		<updated>2011-02-23T22:19:44Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]][[Category:German]]&lt;br /&gt;
This page is currently available in (almost) three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
&lt;br /&gt;
'''this page is still to be translated'''&lt;br /&gt;
&lt;br /&gt;
= Was ist der Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Der WebOS Internals Meta Doctor ist eine Makefile, die eine Kopie des HP WebOS Doctors modifizieren kann um die &amp;quot;First Use&amp;quot; Anwendung zu übergehen und somit das Telefon zum Laufen zu bringen, ohne dass es über ein Funknetzwerk aktiviert werden muss.&lt;br /&gt;
Dies wird dadurch erreicht, indem in der von HP veröffentlichten JAR Datei des Doctors Veränderungen vorgenommen werden. Ausser dass verhindert wird  dass die &amp;quot;First Use&amp;quot; App startet, können dadurch auch zusätzlich noch weitere Verbesserungen vorgenommen werden.aks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Die Dokumentation welche Features der MetaDoctor anbietet befindet sich zu Beginn der Makefile (wo diese sich befindet seht ihr gleich noch).'''&lt;br /&gt;
&lt;br /&gt;
= Schritt 1: Einrichten des Meta-Doctors =&lt;br /&gt;
&lt;br /&gt;
== Unter Linux == &lt;br /&gt;
&lt;br /&gt;
=== Installieren der benötigten Software ===&lt;br /&gt;
&lt;br /&gt;
# Terminal öffnen. (Bei Verwendung der Cygwin Methode: Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell und weiter mit Punkt 3)&lt;br /&gt;
# Wenn ''git'' bereits installiert ist, diesen Punkt überspringen, wenn nicht dann: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; eingeben und den Anweisungen folgen.&lt;br /&gt;
# Jetzt &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; eingeben&lt;br /&gt;
# Wenn ''patch'' noch nicht installiert ist:   &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; (bei Verwendung von Cygwin: diesen Punkt überspringen und weiter mit Punkt 7)&lt;br /&gt;
# Falls Java aus irgend einem Grunde noch nicht installiert sein sollte, so ist jetzt der beste Zeitpunkt es zu tun.&lt;br /&gt;
Im Ubuntu Software Center suchen lassen nach '''java 6 runtime''' und den Anweisungen folgen.&lt;br /&gt;
# Runterladen und Installieren der Palm Novacom Software von http://developer.palm.com. Die Ubuntu Version verwenden [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here]. (If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Terminalfenster öffnen und in das Verzeichnis wechseln, in dem sich der MedaDoctor seit Punkt 3 befindet.  (Cygwin: Terminal sollte bereits geöffnet sein, also einfach nur Verzeichnis wechseln) Tipp:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Sichergehen, dass sich dort ein Download Ordner befindet.  Wenn nein, muss er mit &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt; erzeugt werden&lt;br /&gt;
# Neueste webosdoctor Datei runterladen unter [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions]. Die WR (= World Ready) Version ist die GSM Version für DE, FR, IRL, ESP und UK. Beispiel für einen Download Befehl: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# RDatei umbenennen, damit später auch weiss, welche Doctor-Version es ist (Bsp: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   Beispiel zum Umbenennen via Terminal:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running Meta-Doctor ===&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#See &amp;quot;Running MetaDoctor&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&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 a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&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;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
==Using Cygwin==&lt;br /&gt;
&lt;br /&gt;
Windows users can alternatively use [http://www.cygwin.com/ Cygwin] to run Meta-Doctor. This can often be simpler and faster than installing a full-blown Virtual Machine.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
After you have installed these packages, you can follow the [[Application:MetaDoctor:#Linux | Linux instructions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
NB: You can find the Makefile to edit in &amp;lt;cygwin install folder&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
&lt;br /&gt;
For example &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the patched webOS Doctor&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12883</id>
		<title>Application:MetaDoctor-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12883"/>
		<updated>2011-02-22T14:25:42Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]][[Category:German]]&lt;br /&gt;
This page is currently available in (almost) three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
&lt;br /&gt;
'''this page is still to be translated'''&lt;br /&gt;
&lt;br /&gt;
= Was ist der Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Der WebOS Internals Meta Doctor ist eine Makefile, die eine Kopie des HP WebOS Doctors modifizieren kann um die &amp;quot;First Use&amp;quot; Anwendung zu übergehen und somit das Telefon zum Laufen zu bringen, ohne dass es über ein Funknetzwerk aktiviert werden muss.&lt;br /&gt;
Dies wird dadurch erreicht, indem in der von HP veröffentlichten JAR Datei des Doctors Veränderungen vorgenommen werden. Ausser dass verhindert wird  dass die &amp;quot;First Use&amp;quot; App startet, können dadurch auch zusätzlich noch weitere Verbesserungen vorgenommen werden.aks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Die Dokumentation welche Features der MetaDoctor anbietet befindet sich zu Beginn der Makefile (wo diese sich befindet seht ihr gleich noch).'''&lt;br /&gt;
&lt;br /&gt;
= Schritt 1: Einrichten des Meta-Doctors =&lt;br /&gt;
&lt;br /&gt;
== Unter Linux == &lt;br /&gt;
&lt;br /&gt;
=== Installieren der benötigten Software ===&lt;br /&gt;
&lt;br /&gt;
# Terminal öffnen. (Bei Verwendung der Cygwin Methode: Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell und weiter mit Punkt 3)&lt;br /&gt;
# Wenn ''git'' bereits installiert ist, diesen Punkt überspringen, wenn nicht dann: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; eingeben und den Anweisungen folgen.&lt;br /&gt;
# Jetzt &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; eingeben&lt;br /&gt;
# Wenn ''patch'' noch nicht installiert ist:   &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; (bei Verwendung von Cygwin: diesen Punkt überspringen und weiter mit Punkt 7)&lt;br /&gt;
# Falls Java aus irgend einem Grunde noch nicht installiert sein sollte, so ist jetzt der beste Zeitpunkt es zu tun.&lt;br /&gt;
Im Ubuntu Software Center suchen lassen nach '''java 6 runtime''' und den Anweisungen folgen.&lt;br /&gt;
# Runterladen und Installieren der Palm Novacom Software von http://developer.palm.com. Die Ubuntu Version verwenden [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here]. &lt;br /&gt;
(If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Terminalfenster öffnen und in das Verzeichnis wechseln, in dem sich der MedaDoctor seit Punkt 3 befindet. &lt;br /&gt;
 (Cygwin: Terminal sollte bereits geöffnet sein, also einfach nur Verzeichnis wechseln) Tipp:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Sichergehen, dass sich dort ein Download Ordner befindet.  Wenn nein, muss er mit &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt; erzeugt werden&lt;br /&gt;
# Neueste webosdoctor Datei runterladen unter [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions]. Die WR (= World Ready) Version ist die GSM Version für DE, FR, IRL, ESP und UK. Beispiel für einen Download Befehl: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# RDatei umbenennen, damit später auch weiss, welche Doctor-Version es ist (Bsp: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   Beispiel zum Umbenennen via Terminal:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running Meta-Doctor ===&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#See &amp;quot;Running MetaDoctor&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&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 a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&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;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
==Using Cygwin==&lt;br /&gt;
&lt;br /&gt;
Windows users can alternatively use [http://www.cygwin.com/ Cygwin] to run Meta-Doctor. This can often be simpler and faster than installing a full-blown Virtual Machine.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
After you have installed these packages, you can follow the [[Application:MetaDoctor:#Linux | Linux instructions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
NB: You can find the Makefile to edit in &amp;lt;cygwin install folder&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
&lt;br /&gt;
For example &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the patched webOS Doctor&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12881</id>
		<title>Application:MetaDoctor-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12881"/>
		<updated>2011-02-22T14:23:58Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Installieren der benötigten Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]][[Category:German]]&lt;br /&gt;
This page is currently available in (almost) three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
&lt;br /&gt;
this page is still to be translated&lt;br /&gt;
&lt;br /&gt;
= Was ist der Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Der WebOS Internals Meta Doctor ist eine Makefile, die eine Kopie des HP WebOS Doctors modifizieren kann um die &amp;quot;First Use&amp;quot; Anwendung zu übergehen und somit das Telefon zum Laufen zu bringen, ohne dass es über ein Funknetzwerk aktiviert werden muss.&lt;br /&gt;
Dies wird dadurch erreicht, indem in der von HP veröffentlichten JAR Datei des Doctors Veränderungen vorgenommen werden. Ausser dass verhindert wird  dass die &amp;quot;First Use&amp;quot; App startet, können dadurch auch zusätzlich noch weitere Verbesserungen vorgenommen werden.aks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Die Dokumentation welche Features der MetaDoctor anbietet befindet sich zu Beginn der Makefile (wo diese sich befindet seht ihr gleich noch).'''&lt;br /&gt;
&lt;br /&gt;
= Schritt 1: Einrichten des Meta-Doctors =&lt;br /&gt;
&lt;br /&gt;
== Unter Linux == &lt;br /&gt;
&lt;br /&gt;
=== Installieren der benötigten Software ===&lt;br /&gt;
&lt;br /&gt;
# Terminal öffnen. (Bei Verwendung der Cygwin Methode: Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell und weiter mit Punkt 3)&lt;br /&gt;
# Wenn ''git'' bereits installiert ist, diesen Punkt überspringen, wenn nicht dann: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; eingeben und den Anweisungen folgen.&lt;br /&gt;
# Jetzt &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; eingeben&lt;br /&gt;
# Wenn ''patch'' noch nicht installiert ist:   &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; (bei Verwendung von Cygwin: diesen Punkt überspringen und weiter mit Punkt 7)&lt;br /&gt;
# Falls Java aus irgend einem Grunde noch nicht installiert sein sollte, so ist jetzt der beste Zeitpunkt es zu tun.&lt;br /&gt;
Im Ubuntu Software Center suchen lassen nach '''java 6 runtime''' und den Anweisungen folgen.&lt;br /&gt;
# Runterladen und Installieren der Palm Novacom Software von http://developer.palm.com. Die Ubuntu Version verwenden [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here]. &lt;br /&gt;
(If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Terminalfenster öffnen und in das Verzeichnis wechseln, in dem sich der MedaDoctor seit Punkt 3 befindet. &lt;br /&gt;
 (Cygwin: Terminal sollte bereits geöffnet sein, also einfach nur Verzeichnis wechseln) Tipp:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Sichergehen, dass sich dort ein Download Ordner befindet.  Wenn nein, muss er mit &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt; erzeugt werden&lt;br /&gt;
# Neueste webosdoctor Datei runterladen unter [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions]. Die WR (= World Ready) Version ist die GSM Version für DE, FR, IRL, ESP und UK. Beispiel für einen Download Befehl: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# RDatei umbenennen, damit später auch weiss, welche Doctor-Version es ist (Bsp: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   Beispiel zum Umbenennen via Terminal:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running Meta-Doctor ===&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#See &amp;quot;Running MetaDoctor&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&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 a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&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;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
==Using Cygwin==&lt;br /&gt;
&lt;br /&gt;
Windows users can alternatively use [http://www.cygwin.com/ Cygwin] to run Meta-Doctor. This can often be simpler and faster than installing a full-blown Virtual Machine.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
After you have installed these packages, you can follow the [[Application:MetaDoctor:#Linux | Linux instructions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
NB: You can find the Makefile to edit in &amp;lt;cygwin install folder&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
&lt;br /&gt;
For example &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the patched webOS Doctor&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12879</id>
		<title>Application:MetaDoctor-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12879"/>
		<updated>2011-02-22T14:10:55Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]][[Category:German]]&lt;br /&gt;
This page is currently available in (almost) three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
&lt;br /&gt;
this page is still to be translated&lt;br /&gt;
&lt;br /&gt;
= Was ist der Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Der WebOS Internals Meta Doctor ist eine Makefile, die eine Kopie des HP WebOS Doctors modifizieren kann um die &amp;quot;First Use&amp;quot; Anwendung zu übergehen und somit das Telefon zum Laufen zu bringen, ohne dass es über ein Funknetzwerk aktiviert werden muss.&lt;br /&gt;
Dies wird dadurch erreicht, indem in der von HP veröffentlichten JAR Datei des Doctors Veränderungen vorgenommen werden. Ausser dass verhindert wird  dass die &amp;quot;First Use&amp;quot; App startet, können dadurch auch zusätzlich noch weitere Verbesserungen vorgenommen werden.aks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Die Dokumentation welche Features der MetaDoctor anbietet befindet sich zu Beginn der Makefile (wo diese sich befindet seht ihr gleich noch).'''&lt;br /&gt;
&lt;br /&gt;
= Schritt 1: Einrichten des Meta-Doctors =&lt;br /&gt;
&lt;br /&gt;
== Unter Linux == &lt;br /&gt;
&lt;br /&gt;
=== Installieren der benötigten Software ===&lt;br /&gt;
&lt;br /&gt;
# Terminal öffnen. (If using Cygwin Method: Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell und weiter mit Punkt 3)&lt;br /&gt;
# Wenn git bereits isntalliert ist, diesen Punkt überspringen, wenn nicht dann: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; eingeben und den Anweisungen folgen.&lt;br /&gt;
# Jetzt &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; eingeben&lt;br /&gt;
# If you do not have patch installed, you will need to install patch. (If using Cygwin method: Skip this step and jump to number 7)  On an Ubuntu system type: &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; &lt;br /&gt;
# Falls Java aus irgend einem Grunde noch nicht installiert ist, so ist jetzt der beste Zeitpunkt es zu tun.&lt;br /&gt;
Unter Applications &amp;gt; Ubuntu Software Center suchen lassen nach '''java 6 runtime''' und den Anweisungen folgen.&lt;br /&gt;
# Runterladen und Installieren der Palm Novacom Software von http://developer.palm.com. Ubuntu Version verwenden [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here]. &lt;br /&gt;
(If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Terminalfenster öffnen und in das Verzeichnis wechseln, in dem sich der MedaDoctor seit Punkt 3 befindet. &lt;br /&gt;
 (If using Cygwin method: You should already be in a terminal and just do the cd command) For example:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Sichergehen, dass sich dort ein Download Ordner befindet.  Wenn nein, muss er mit &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt; erzeugt werden&lt;br /&gt;
# Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running Meta-Doctor ===&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#See &amp;quot;Running MetaDoctor&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&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 a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&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;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
==Using Cygwin==&lt;br /&gt;
&lt;br /&gt;
Windows users can alternatively use [http://www.cygwin.com/ Cygwin] to run Meta-Doctor. This can often be simpler and faster than installing a full-blown Virtual Machine.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
After you have installed these packages, you can follow the [[Application:MetaDoctor:#Linux | Linux instructions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
NB: You can find the Makefile to edit in &amp;lt;cygwin install folder&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
&lt;br /&gt;
For example &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the patched webOS Doctor&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12877</id>
		<title>Application:MetaDoctor-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12877"/>
		<updated>2011-02-22T14:09:11Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]][[Category:Application-DE]]&lt;br /&gt;
This page is currently available in (almost) three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
&lt;br /&gt;
this page is still to be translated&lt;br /&gt;
&lt;br /&gt;
= Was ist der Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Der WebOS Internals Meta Doctor ist eine Makefile, die eine Kopie des HP WebOS Doctors modifizieren kann um die &amp;quot;First Use&amp;quot; Anwendung zu übergehen und somit das Telefon zum Laufen zu bringen, ohne dass es über ein Funknetzwerk aktiviert werden muss.&lt;br /&gt;
Dies wird dadurch erreicht, indem in der von HP veröffentlichten JAR Datei des Doctors Veränderungen vorgenommen werden. Ausser dass verhindert wird  dass die &amp;quot;First Use&amp;quot; App startet, können dadurch auch zusätzlich noch weitere Verbesserungen vorgenommen werden.aks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Die Dokumentation welche Features der MetaDoctor anbietet befindet sich zu Beginn der Makefile (wo diese sich befindet seht ihr gleich noch).'''&lt;br /&gt;
&lt;br /&gt;
= Schritt 1: Einrichten des Meta-Doctors =&lt;br /&gt;
&lt;br /&gt;
== Unter Linux == &lt;br /&gt;
&lt;br /&gt;
=== Installieren der benötigten Software ===&lt;br /&gt;
&lt;br /&gt;
# Terminal öffnen. (If using Cygwin Method: Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell und weiter mit Punkt 3)&lt;br /&gt;
# Wenn git bereits isntalliert ist, diesen Punkt überspringen, wenn nicht dann: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; eingeben und den Anweisungen folgen.&lt;br /&gt;
# Jetzt &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; eingeben&lt;br /&gt;
# If you do not have patch installed, you will need to install patch. (If using Cygwin method: Skip this step and jump to number 7)  On an Ubuntu system type: &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; &lt;br /&gt;
# Falls Java aus irgend einem Grunde noch nicht installiert ist, so ist jetzt der beste Zeitpunkt es zu tun.&lt;br /&gt;
Unter Applications &amp;gt; Ubuntu Software Center suchen lassen nach '''java 6 runtime''' und den Anweisungen folgen.&lt;br /&gt;
# Runterladen und Installieren der Palm Novacom Software von http://developer.palm.com. Ubuntu Version verwenden [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here]. &lt;br /&gt;
(If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Terminalfenster öffnen und in das Verzeichnis wechseln, in dem sich der MedaDoctor seit Punkt 3 befindet. &lt;br /&gt;
 (If using Cygwin method: You should already be in a terminal and just do the cd command) For example:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Sichergehen, dass sich dort ein Download Ordner befindet.  Wenn nein, muss er mit &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt; erzeugt werden&lt;br /&gt;
# Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running Meta-Doctor ===&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#See &amp;quot;Running MetaDoctor&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&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 a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&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;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
==Using Cygwin==&lt;br /&gt;
&lt;br /&gt;
Windows users can alternatively use [http://www.cygwin.com/ Cygwin] to run Meta-Doctor. This can often be simpler and faster than installing a full-blown Virtual Machine.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
After you have installed these packages, you can follow the [[Application:MetaDoctor:#Linux | Linux instructions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
NB: You can find the Makefile to edit in &amp;lt;cygwin install folder&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
&lt;br /&gt;
For example &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the patched webOS Doctor&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12875</id>
		<title>Application:MetaDoctor-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12875"/>
		<updated>2011-02-22T14:08:10Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Installieren der benötigten Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]]&lt;br /&gt;
This page is currently available in (almost) three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
&lt;br /&gt;
this page is still to be translated&lt;br /&gt;
&lt;br /&gt;
= Was ist der Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Der WebOS Internals Meta Doctor ist eine Makefile, die eine Kopie des HP WebOS Doctors modifizieren kann um die &amp;quot;First Use&amp;quot; Anwendung zu übergehen und somit das Telefon zum Laufen zu bringen, ohne dass es über ein Funknetzwerk aktiviert werden muss.&lt;br /&gt;
Dies wird dadurch erreicht, indem in der von HP veröffentlichten JAR Datei des Doctors Veränderungen vorgenommen werden. Ausser dass verhindert wird  dass die &amp;quot;First Use&amp;quot; App startet, können dadurch auch zusätzlich noch weitere Verbesserungen vorgenommen werden.aks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Die Dokumentation welche Features der MetaDoctor anbietet befindet sich zu Beginn der Makefile (wo diese sich befindet seht ihr gleich noch).'''&lt;br /&gt;
&lt;br /&gt;
= Schritt 1: Einrichten des Meta-Doctors =&lt;br /&gt;
&lt;br /&gt;
== Unter Linux == &lt;br /&gt;
&lt;br /&gt;
=== Installieren der benötigten Software ===&lt;br /&gt;
&lt;br /&gt;
# Terminal öffnen. (If using Cygwin Method: Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell und weiter mit Punkt 3)&lt;br /&gt;
# Wenn git bereits isntalliert ist, diesen Punkt überspringen, wenn nicht dann: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; eingeben und den Anweisungen folgen.&lt;br /&gt;
# Jetzt &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; eingeben&lt;br /&gt;
# If you do not have patch installed, you will need to install patch. (If using Cygwin method: Skip this step and jump to number 7)  On an Ubuntu system type: &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; &lt;br /&gt;
# Falls Java aus irgend einem Grunde noch nicht installiert ist, so ist jetzt der beste Zeitpunkt es zu tun.&lt;br /&gt;
Unter Applications &amp;gt; Ubuntu Software Center suchen lassen nach '''java 6 runtime''' und den Anweisungen folgen.&lt;br /&gt;
# Runterladen und Installieren der Palm Novacom Software von http://developer.palm.com. Ubuntu Version verwenden [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here]. &lt;br /&gt;
(If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Terminalfenster öffnen und in das Verzeichnis wechseln, in dem sich der MedaDoctor seit Punkt 3 befindet. &lt;br /&gt;
 (If using Cygwin method: You should already be in a terminal and just do the cd command) For example:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Sichergehen, dass sich dort ein Download Ordner befindet.  Wenn nein, muss er mit &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt; erzeugt werden&lt;br /&gt;
# Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running Meta-Doctor ===&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#See &amp;quot;Running MetaDoctor&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&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 a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&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;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
==Using Cygwin==&lt;br /&gt;
&lt;br /&gt;
Windows users can alternatively use [http://www.cygwin.com/ Cygwin] to run Meta-Doctor. This can often be simpler and faster than installing a full-blown Virtual Machine.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
After you have installed these packages, you can follow the [[Application:MetaDoctor:#Linux | Linux instructions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
NB: You can find the Makefile to edit in &amp;lt;cygwin install folder&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
&lt;br /&gt;
For example &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the patched webOS Doctor&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-FR&amp;diff=12873</id>
		<title>Application:MetaDoctor-FR</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-FR&amp;diff=12873"/>
		<updated>2011-02-22T13:54:44Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: Added link to german version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:French]]&lt;br /&gt;
&lt;br /&gt;
'''Note : this page/article is the french translation of the english wiki page : &lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Attention : cette page est la traduction en français de la page anglaise du wiki &lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
&lt;br /&gt;
en allemand :[[Image:Germany.png]] [[Application:MetaDoctor-DE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Veuillez vous référer à la page anglaise pour avoir les informations les plus à jour'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Qu'est ce que c'est Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Le Meta Doctor de Webos Internals est un fichier makefile (avec ensemble de scripts shell) qui peut modifier une copie du Palm webOS Doctor pour contourner l'application &amp;quot;Première utilisation(First Use)&amp;quot; et permettre au téléphone de fonctionner sans avoir été activé sur un réseau de téléphonie mobile/cellulaire.&lt;br /&gt;
&lt;br /&gt;
Cet objectif peut être atteint, au travers du fichier jar de Webos Doctor distribué par Palm, en effectuant des modifications qui empeche l'application &amp;quot;Première utilisation(First Use)&amp;quot; de se lancer et de fonctionner, ainsi qu'en d'appliquant d'autres réglages au système d'exploitation.&lt;br /&gt;
&lt;br /&gt;
'''La documentation pour les fonctionnalités offertes par MetaDoctor est en haut du fichier Makefile (Il vous sera indiqué où le trouver plus tard).'''&lt;br /&gt;
&lt;br /&gt;
Toutes les fonctionnalités disponibles dans Meta Doctor sont indiquées juste sous la ligne ## START OF DOCUMENTATION ## du fichier Makefile que l'on [http://git.webos-internals.org/?p=tools/meta-doctor.git;a=blob;f=Makefile peut voir dans le SVN ICI].&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Le traducteur de ce document en français a testé avec succès une ROM Palm webOS 1.4.1 pour Palm Pre Plus de chez SFR qui a été modifié par Meta Doctor en décommantant uniquement les lignes suivantes dans le fichioer Makefile dans son cas :&lt;br /&gt;
 126 # BYPASS_ACTIVATION     = 1&lt;br /&gt;
 127 # BYPASS_FIRST_USE_APP  = 1&lt;br /&gt;
Ensuite le Palm Pre a démarré sans lancer les applications d'activation de Palm et de première utilisation et arrive alors directement sur le bureau Palm webOS où se trouve les icônes des applications.&lt;br /&gt;
Par contre, le Palm Pre utilise la langue anglaise suite à ce premier démarrage. Donc allez dans le lanceur d'applications (3eme page) et recherchez l'icone Regional Settings illustré par un globe terrestre.&lt;br /&gt;
Et dans cette application, cliquez sur l'option &amp;quot;English / Unites States&amp;quot; du champ Language, une liste de langue s'affiche alors, sélectionnez Français puis France.&lt;br /&gt;
Un bouton &amp;quot;Utiliser français (France)&amp;quot; apparait, cliquez dessus pour confirmer votre choix. Le Palm redémarre ensuite avec la nouvelle langue choisie.&lt;br /&gt;
Il vous reste à régler la date et l'heure dans l'aplication &amp;quot;Date et heure&amp;quot; (3eme page) et l'APN pour les connexions Internet,SMS, MMS, [http://www.palmpre-france.com/Parametrer-l-APN-du-Palm-Pre-manuellement-pour-Internet-et-MMS-via-SFR-Orange-ou-Bouygues-telecom_a182.html voir pour l'APN ICI].&lt;br /&gt;
&lt;br /&gt;
= Mise en garde =&lt;br /&gt;
&lt;br /&gt;
1) Cet utilitaire est réservé à des utilisateurs expérimentés. &amp;lt;BR&amp;gt;&lt;br /&gt;
2) Il est recommandé de ne pas utiliser cet utilitaire (Meta Doctor) avec le Palm Pixi et Palm Pixi PLus parce qu'ils utilisent un processeur Marvell et comme indiqué [http://www.webos-internals.org/index.php?title=Talk:Last_Resort_Emergency_BootLoader_Recovery sur cette page], il n'y a pas d'utilitaire de derniers recours pour récupérer l'appareil en cas d'échec de mise à jour de la rom webOS de l'appareil comme l'utilitaire de connexion en USB pour processeur Texas Intruments OMAP utilisé [http://www.webos-internals.org/index.php?title=Last_Resort_Emergency_BootLoader_Recovery#OMAP_boot_Procedure dans cette procédure] et que j'ai déjà utilisé avec succès.&lt;br /&gt;
&lt;br /&gt;
= Etape 1: Mise en place de Meta-Doctor=&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
&lt;br /&gt;
=== Installation des logiciels requis ===&lt;br /&gt;
&lt;br /&gt;
# Ouvrez un terminal depuis le menu Ubuntu ( Applications &amp;gt; Accessoires ) ou le menu [http://fr.wikipedia.org/wiki/Mandriva_Linux Mandriva] KDE ( Outils &amp;gt; Konsole ). (Si vous utilisez la méthode Cygwin: Allez dans Démarrer&amp;gt;Programmes&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell et passer à l'étape numéro 3)&lt;br /&gt;
# Si vous avez le logciel de gestion de (codes) sources git installé, passez cette étape.  Si vous n'avez pas git installé, tapez dans le terminal Ubuntu: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; et suivez les directives pour installer git.&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt; Pour Mandriva, avec le compte root, tapez dans le terminal: &amp;lt;pre&amp;gt;urpmi git-core&amp;lt;/pre&amp;gt; et suivez les directives pour installer git. &lt;br /&gt;
#Maintenant tapez dans le terminal Ubuntu ou Mandriva: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; &lt;br /&gt;
# Si vous n'avez pas l'utilitaire patch installé, vous aurez besoin d'installer patch. (Si vous utilisez la méthode Cygwin: Passez cette étape et sauter à l'étape numéro 7)  Sur un système Ubuntu, tapez dans le terminal: &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; &amp;lt;BR&amp;gt;Pour Mandriva, avec le compte root, tapez dans le terminal: &amp;lt;pre&amp;gt;urpmi patch&amp;lt;/pre&amp;gt;. &lt;br /&gt;
# Si vous n'avez pas java installé, faites-le. Pour installer java, avec Ubuntu choisissez ( Applications &amp;gt; Centre Logiciel Ubuntu ) et tapez '''java 6 runtime''' pour la champ de recherche, &amp;lt;BR&amp;gt; avec Mandriva choisissez ( Outils &amp;gt; Outils système &amp;gt; Configurer votre ordinateur ) et tapez '''java-1.6.0-sun''' pour la champ de recherche - c'est la solution la plus simple pour chercher java et le trouver - ensuite suivez les instructions à l'écran. Celà devrait être assez simple.&lt;br /&gt;
# Téléchargez et installez le logiciel Palm Novacom depuis l'URL http://developer.palm.com. Téléchargez la version 32 bits pour Ubuntu [http://cdn.downloads.palm.com/sdkdownloads/1.4.1.427/sdkBinaries/palm-novacom_1.0.55_i386.deb ici] et la version 64 bits pour Ubuntu [http://cdn.downloads.palm.com/sdkdownloads/1.4.1.427/sdkBinaries/palm-novacom_1.0.55_amd64.deb là] et installez un des deux suivant votre système. Pour mandriva, l'installation du Palm Novacom est détaillé sur [http://wiki.mandriva.com/fr/Installer_le_Palm_webOS_SDK_sur_Mandriva_Linux cette page web en Français du Wiki Mandriva].(Si vous choisissez à la place d'installer le SDK (kit de dévelopement + émulateur Pre et Pixi) au complet, et que vous utilisiez la version 64 bits d'Ubuntu 9.x, vous aurez des difficultés à installer le SDK et les instructions sur le site de téléchargement sont mauvaises. Lisez ce [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 commentaire (thread)] et ce [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 post] pour plus d'aide.)&lt;br /&gt;
# Ouvrez un terminal et dirigez vous vers le répertoire de meta-doctor où le meta-doctor a été copié à l'étape 3 ci-dessus. (Si vous utilisez la méthode Cygwin: Vous devriez déjà être dans un terminal et avez juste à faire la commande cd ) Par exemple:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Assurez vous qu'un répertoire downloads existe.  S'il n'y en a pas, créez en un en utilisant la commande &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Téléchargez la dernière version du fichier webosdoctor en utilisant les adresses de téléchargement trouvées dans la page [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .La version wr (wr pour world release) est la version GSM des operateurs de téléphonie mobile en France, Allemagne, Irlande, Espagne et Royaume-Uni.  Un exemple de ligne de commande pour le téléchargement pourrait être: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Renommez le fichier que vous avez téléchargez pour y ajouter le numéro de version comme référence future r(exemples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   Un exemple de ligne de commande à faire pour le faire pourrait être :&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Paramètres disponibles dans le fichier Makefile de Meta Doctor ===&lt;br /&gt;
&lt;br /&gt;
* L'option BYPASS_ACTIVATION supprime le processus d'activation de Palm qui se lance et s'éxécute normalement au premier démarrage de l'appareil. Cela permet aux utilisateurs d'utiliser l'appareil même s'ils n'ont pas accès au réseau de téléphonie mobile ou s'ils préfèrent ne pas passer par le processus d'activation. N'utilisez cela que si vous n'allez jamais utiliser ou connecter cet appareil à un réseau de téléphonie mobile. Le contournement de l'étape d'activation peut vous empêcher de créer un profil Palm. Ce n'est pas une méthode permettant d'utiliser le périphérique sur le réseau d'un autre opérateur de téléphonie mobile.&lt;br /&gt;
&lt;br /&gt;
* L'option BYPASS_FIRST_USE_APP permet à l'appareil de démarrer sans lancer et exécuter l'application First Use (Première utilisation). Cela permet aux utilisateurs d'activer le service wifi en premier et de l'utiliser pour la création du profil Palm et la restauration de toutes les données de profil. Notez que pour créer un profil Palm, vous pourriez toujours avoir besoin d'activer la connexion au réseau de téléphonie mobile. Celà rendra aussi l'application Firts Use(Première utilisation) visible dans le lanceur. Ce n'est pas une méthode permettant d'utiliser le périphérique sur le réseau d'un autre opérateur de téléphonie mobile.&lt;br /&gt;
L'application First Use (Première utilisation) peut être lancée ensuite à la demande ou de manière manuelle suivant la procédure suivante :&amp;lt;BR&amp;gt;&lt;br /&gt;
 1) La fonctionnalité réseau USB (ENABLE_USB_NETWORKING) voir ci-dessous doit être activée (à verifier).&lt;br /&gt;
 2) Le processus novacom doit être lancé.&lt;br /&gt;
 3) Le Palm Pre est démarré et connecté au PC via le port USB&lt;br /&gt;
 4) Le Palm Mojo SDK est installé sur votre ordinateur ( Téléchargement à http://developer.palm.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=1788 )&lt;br /&gt;
 5) Lancer la commande suivante : palm-launch com.palm.app.firstuse&lt;br /&gt;
 6) l'application First Use (Première utilisation) se lance sur le Palm.&lt;br /&gt;
&lt;br /&gt;
* L'option ENABLE_DEVELOPER_MODE met le téléphone en mode développeur. Ceci permet l'installation et le test d'applications sur l'appareil sans avoir besoin de taper le code d'activation du mode développeur. Il n'y a pas de risques connus au niveau de la sécurité à laisser un téléphone en mode développeur.&lt;br /&gt;
&lt;br /&gt;
* L'option ENABLE_TESTING_FEEDS installe un fichier drapeau qui indique à Preware d'installer automatiquement les flux de test pour tous les paquetages WebOS Internals. Vous devez, bien sur, installer Preware afin de les utiliser.&lt;br /&gt;
&lt;br /&gt;
* L'option INSTALL_SSH_AUTH_KEYS importate le fichier authorized_keys pour SSH depuis le répertoire home de l'utilisateur vers l'appareil. L'utilisateur peut alors se connecter à l'appareil de son ordinateur dès lors que le démon SSH est installé. Vous devez déjà avoir un fichier authorized_keys valide pour openssh dans ~ /.ssh/authorized_keys avant d'activer cette fonction, ou cela va causer une erreur fatale. Vous avez besoin ensuite d'installer l'application du serveur SFTP OpenSSH dans Preware pour accéder à l'appareil en utilisant la clé privée openssh qui correspond à la clé publique OpenSSH répertoriés dans votre fichier authorized_keys.&lt;br /&gt;
&lt;br /&gt;
* L'option INSTALL_WIFI_PROFILES importe un fichier de base de données contenant les préférences wifi à partir du répertoire home de l'utilisateur à l'appareil. L'appareil sera ensuite configuré pour utiliser le wifi immédiatement après que la phase d'installation de la nouvelle ROM webOS par webOS Doctor sera terminée. Vous devez déjà avoir copié par le passé une sauvegarde du fichier prefsDB.sl correctement configuré depuis le répertoire /var/preferences/com.palm.wifi/ sur l'appareil vers le répertoire ~/.ssh/com.palm.wifi.prefsDB.sl sur votre ordinateur hôte avant d'activer cette fonction, ou cela va causer une erreur fatale.&lt;br /&gt;
Pour récupérer le fichier com.palm.wifi.prefsDB.sl :&lt;br /&gt;
 1) La fonctionnalité réseau USB (ENABLE_USB_NETWORKING) voir ci-dessous doit être activée.&lt;br /&gt;
 2) Le processus novacom doit être lancé.&lt;br /&gt;
 3) Le Palm Pre est démarré et connecté au PC via le port USB&lt;br /&gt;
 4) Récupération alors du fichier via la commande : novacom get file:///var/preferences/com.palm.wifi/prefsDB.sl &amp;gt; /home/USER/.ssh/com.palm.wifi.prefsDB.sl&lt;br /&gt;
 où USER est votre compte Unix ou Linux.&lt;br /&gt;
&lt;br /&gt;
* L'option AUTO_INSTALL_PREWARE automatiquement en file d'attente l'installation de Preware dès qu'une connexion réseau est disponible après le premier démarrage. Cette fonctionnalité installe aussi le certificat de l'autorité de certification x509 de preware.org, permettant aux paquetages signés par WebOS Internals d'être installés via le service d'installation appInstallService et la base de données installHistory.&lt;br /&gt;
&lt;br /&gt;
* L'option DISABLE_UPLOAD_DAEMON désactive un processus en arrière-plan qui va déposer automatiquement chaque jour des informations d'utilisation de l'appareil sur les serveurs de Palm. Il va déposer des informations de débogage concernant le système d'exploitation ou des crashs d'applications, des informations GPS de l'utilisateur, ainsi que des données sur toutes les applications utilisées par l'utilisateur, et la durée pendant laquelle elles ont été utilisées. Vous pouvez souhaiter désactiver cette fonction qui empêche la préservation de votre vie privée, ou si vous n'avez pas un forfait prévu pour la consommation de données informatiques (data 3G) en illimité, et dans ce cas provoquera la facturation d'un montant important pour la consommation de données informatiques (data 3G).&lt;br /&gt;
&lt;br /&gt;
* L'option DISABLE_MODEM_UPDATE empêche le reflashage du logiciel du modem de l'appareil. Cela permet d'économiser du temps durant le processus d'installation de la nouvelle ROM webOS par webOS Doctor. Bien sur le firmware du modem sera mis à jour si c'est un nouveau.&lt;br /&gt;
&lt;br /&gt;
* L'option INCREASE_VAR_SPACE augmente la taille de la partition /var de 256Mo à 2048Mo(2Go). Cela permet d'affecter plus d'espace pour l'installation des applications Linux et le stockage de grandes quantités de courriels (e-mails) et de leurs pièces jointes sur l'appareil. L'espace supplémentaire est pris sur l'espace disque du lecteur USB.&lt;br /&gt;
&lt;br /&gt;
* L'option ENABLE_USB_NETWORKING active la fonctionnalité réseau USB (c'est à dire création d'un réseau en TCP/IP entre l'ordinateur et l'appareil). Le périphérique peut alors être accéder via réseau USB (les pilotes usbnet sont requis sur l'ordinateur hôte (PC)). Ce n'est pas une solution permettant de faire du partage de connexion ([http://fr.wikipedia.org/wiki/Modem_attach%C3%A9 tethering]) au réseau de téléphonie mobile en 3G (data 3G).&lt;br /&gt;
Cet option peut aussi être activé en exécutant la commande suivante via l'application webOS [http://www.webos-internals.org/wiki/Application:Terminal Terminal]:&lt;br /&gt;
 usbnet enable&lt;br /&gt;
puis redémarrez le Palm.&lt;br /&gt;
&lt;br /&gt;
* L'option REMOVE_CARRIER_CHECK empêche le programme webOS Doctor de vérifier qu'il installe une version du logiciel du même fournisseur/opérateur téléphonique par lequel l'appareil a été distribué/vendu. Il supprime également tous les applications et fonctionnalités/caractéristiques spécifiques à un opérateur de téléphonie mobile. Le logiciel webOS Doctor peut alors être utilisé pour mettre à jour le logiciel de base (système d'exploitation) avec une version d'un autre fournisseur/opérateur de téléphonie mobile (à l'exclusion des fonctionnalités spécifiques au fournisseur/opérateur de téléphonie mobile). Celà empêchera probablement l'accès au Palm App Catalog et aux applications Palm de mises à jour. Ce n'est pas une méthode permettant d'utiliser le périphérique sur le réseau d'un autre opérateur de téléphonie mobile.&lt;br /&gt;
&lt;br /&gt;
* L'option REMOVE_MODEL_CHECK empêche le programme webOS Doctor de vérifier qu'il installe une version du logiciel pour le même modèle d'appareil prévu. Le logiciel webOS Doctor peut alors être utilisé pour mettre à jour le logiciel de base (système d'exploitation) avec une version prévue pour un autre modèle d'appareil/périphérique (par exemple un appareil européen et un appareil américain). Ce n'est pas une méthode permettant d'utiliser le périphérique sur le réseau d'un autre opérateur de téléphonie mobile.&lt;br /&gt;
&lt;br /&gt;
* L'option CHANGE_KEYBOARD_TYPE change de manière permanente la configuration du clavier (agencement des touches) en modifiant la zone réservé du logiciel du fabricant du matériel. Vous avez besoin uniquement de le faire une fois. Les futures utilisations de webOS Doctor sans cette fonctionnalité activée ne modifieront pas ce paramètre. Vous pouvez utiliser cette fonctionnalité de nouveau dans le futur à n'importe quel moment pour revenir sur cette modification. Le paramètre 'z' correspond au paramètre du clavier QWERTY, 'y' et 'y1' à celui en QWERTZ, 'w1' à celui en AZERTY.&lt;br /&gt;
&lt;br /&gt;
* L'option ADD_EXT3FS_PARTITION ajoute une partition LVM de rechange formatté en ext3. Celà permet d'avoir de l'espace pour des expérimentations qui requièrent un système de fichiers ext3 supplémentaire. L'espace supplémentaire est pris sur l'espace du lecteur/disque USB.&lt;br /&gt;
&lt;br /&gt;
=== Exécution de Meta-Doctor ===&lt;br /&gt;
&lt;br /&gt;
# Dirigez vous vers le répertoire de meta-doctor dans le terminal&lt;br /&gt;
# Si vous souhaitez que Meta-Doctor applique des patches (correctifs/modifications) à webOS afin d'ajouter ou de modifier des fonctionnalités de l'installation prévue en usine (ou d'origine), ouvrez le fichier [http://git.webos-internals.org/?p=tools/meta-doctor.git;a=blob;f=Makefile Makefile] dans un éditeur de texte (Si vous utilisez la méthode Cygwin, regardez les notes en bas de cette section à propos de cette étape)&amp;lt;pre&amp;gt;gedit Makefile&amp;lt;/pre&amp;gt;et décommentez (supprimez les caractères # en début de ligne) pour les options que vous aimeriez utiliser. &lt;br /&gt;
# Choisissez une des lignes de commande suivantes en fonction de votre opérateur de téléphonie mobile et de votre ordiphone: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: suivant votre opérateur de téléphonie mobile.&lt;br /&gt;
'''Note 1''': utilisez la commande make DEVICE=type_de_votre_ordiphone all-wr pour les opérateurs de téléphonie mobile : O2 Allemagne, Royaume-Uni et Irlande / Movistar Espagne / SFR France &amp;lt;BR&amp;gt;&lt;br /&gt;
'''Note 2''': Astuce utile encore pour les futures versions. A la date du 14/05/2010 et jusqu'au 17/05/2010 (date d'ajout du support SFR dans Meta Doctor), si vous aviez une ROM webOS 1.4.1 SFR pour le Palm Pre Plus , lorsque vous lancerez la commande make all-wr, vous risquiez d'avoir le message d'erreur suivant :&lt;br /&gt;
 [user@localhost meta-doctor]$ make all-wr&lt;br /&gt;
 make CARRIER=wr unpack patch pack&lt;br /&gt;
 make[1]: entrant dans le répertoire « /home/user/meta-doctor »&lt;br /&gt;
 mkdir -p downloads&lt;br /&gt;
 Please download the correct version of the webOS Doctor .jar file&lt;br /&gt;
 and then move it to downloads/webosdoctorp100ueu-wr-1.4.1.jar (i.e. the downloads directory that was just created under the current directory).&lt;br /&gt;
 make[1]: *** [downloads/webosdoctorp100ueu-wr-1.4.1.jar] Erreur 1&lt;br /&gt;
 make[1]: quittant le répertoire « /home/user/meta-doctor »&lt;br /&gt;
 make: *** [all-wr] Erreur 2&lt;br /&gt;
'''La solution pour SFR''' au problème ci-dessus était de renommer le fichier du répertoire downloads de webosdoctorp101ueu-wr-1.4.1.jar en webosdoctorp100ueu-wr-1.4.1.jar. La partie p101 dans le nom du fichier devait être renommé en p100.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Celà devrait lancer un processus de traitement à l'intérieur du terminal qui devrait prendre 10 minutes au maximum.&lt;br /&gt;
&lt;br /&gt;
'''*Notes pour Cygwin*'''&lt;br /&gt;
&lt;br /&gt;
gedit ne fonctionne pas dans cygwin. A la place, ouvrez le fichier avec WordPad. Vous pouvez trouver le fichier Makefile dans &amp;lt;repertoire installation cygwin&amp;gt;\home\&amp;lt;nom utilisateur&amp;gt;\meta-doctor &lt;br /&gt;
&lt;br /&gt;
Par exemple &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ensuite suivez le reste des instructions en numéro 2 à propos des options à décommenter.&lt;br /&gt;
&lt;br /&gt;
=== Conditions d'erreur ===&lt;br /&gt;
&lt;br /&gt;
Si un message d'erreur apparait avec le terme unknown (inconnu) dans un nom de fichier, alors verifiez le renommage du fichier à l'étape 8 ci-dessus.&lt;br /&gt;
&lt;br /&gt;
=== Si l'opération build échoue ===&lt;br /&gt;
&lt;br /&gt;
Si la commande make échoue, vous pouvez utiliser la commande &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; pour nettoyer le répertoire build. Apres celà, vous pouvez relancer la commande.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Si vous n'en avez pas, installez MacPorts en premier, qui nous permettra d'installer facilement les paquetages nécessaires pour MetaDoctor. [http://www.macports.org/install.php]. Veuillez noter que MacPorts requiert le Xcode Developer Tools d'Apple (version 3.2.1 ou supérieure/plus récente pour Snow Leopard, 3.1.4 ou supérieure/plus récente pour Leopard, ou 2.5 pour Tiger), il est disponible sur le [http://connect.apple.com/ site web Apple Developer Connection] ou sur votre CDs/DVD d'installation Mac OS X.&lt;br /&gt;
#Installez md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Installez gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Installez git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Maintenant tapez : &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Installez patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Si Java n'est pas installé sur votre ordinateur, alors installez le. Pour installer Java, cliquez sur l'icône &amp;quot;Apple&amp;quot; et sélectionnez &amp;quot;Mise à jour de logiciels (Software Update).&amp;quot; Celà mettra automatiquement à jour votre système avec la dernière version de Java si nécessaire, comme Apple fournit sa propre version de Java. D'autres instructions peuvent être trouvées [http://support.apple.com/kb/HT1338?viewlocale=fr_FR ici].&lt;br /&gt;
#Téléchargez et installez le logiciel Palm Novacom depuis le site http://developer.palm.com. Le SDK pour Mac OS X se trouve [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg ici].&lt;br /&gt;
#Ouvrez un terminal et allez jusqu'au répertoire meta-doctor où le meta-doctor a été copié à l'étape 3 ci-dessus.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Assurez-vous qu'il y a un répertoire downloads dans le répertoire meta-doctor. S'il n'y en a aucun, créez en un en utilisant la commande &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Téléchargez la dernière version du fichier webosdoctor en utilisant les chemins directs de téléchargement disponiblent sur la page [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .La version wr est la version pour les opérateurs de téléphonie mobile GSM en Europe de l'Ouest. Un exemple de commande de téléchargement pourrait être : &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Renommer le fichier que vous venez de télécharger pour y ajouter la numéro de version comme reference future (exemples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar). Un exemple de commande à utiliser pourrait être :&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Regardez ensuite la partie &amp;quot;Exécution de Meta-Doctor&amp;quot; ci-dessous.&lt;br /&gt;
&lt;br /&gt;
== Utilisation de Cygwin ==&lt;br /&gt;
&lt;br /&gt;
Les utilisateurs de MS Windows ont comme solution alternative d'utiliser [http://www.cygwin.com/ Cygwin] pour faire fonctionner Meta-Doctor. Celà peut être souvent plus simple et rapide que d'installer une machine virtuelle complète.&lt;br /&gt;
&lt;br /&gt;
Intallez simplement Cygwin, et ajouter les paquetages complémentaires suivants:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(utilisez la vue &amp;quot;Complete&amp;quot; (View &amp;quot;Full&amp;quot;) pour trouver ces paquetages spécifiques plus facilement)&lt;br /&gt;
&lt;br /&gt;
Après que vous ayez installé ces paquetages, vous pouvez suivre les [http://www.webos-internals.org/index.php?title=Application:MetaDoctor-FR#Linux instructions pour Linux].&lt;br /&gt;
&lt;br /&gt;
NB: Vous pouvez trouve le fichier Makefile à éditer dans &amp;lt;repertoire installation cygwin&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
Par exemple &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== En utilisant une machine virtuelle ==&lt;br /&gt;
&lt;br /&gt;
Si vous n'avez pas un ordinateur avec le système d'exploitation Linux, vous aurez besoin d'exécuter le meta-doctor dans une machine virtuelle. Pour les utilisateurs de MS Windows, il y a 2 options. Pour les utilisateurs de Mac, suivez l'option 1.  &lt;br /&gt;
&lt;br /&gt;
=== Fonctionnement dans une machine virtuelle VMware ou VirtualBox ===&lt;br /&gt;
&lt;br /&gt;
# Téléchargez [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Téléchargez un logiciel de machine virtuelle, soit vmware ou soit virtualbox. Une machine virtuelle est simplement un programme qui vous permet de greffer un second système d'exploitation au dessus de votre système d'exploitation natif, sans double amorçage ou effectivement d'avoir une machine Linux.&lt;br /&gt;
#: J'ai fini par utiliser VirtualBox à la place de VMware, parce que j'ai trouvé la solution VMware était très confuse sur ce qu'il faut réellement télécharger. Le site Web de la solution VirtualBox est très simple et direct. Voici un lien pour le télécharger VirtualBox pour Windows:[http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Maintenant, installez VirtualBox comme vous installeriez n'importe quelle autre application, pas de fantaisie ici.&lt;br /&gt;
# Démarrez Virtualbox et suivez l'une de ces 2 listes d'instructions pour installer Ubuntu&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;
=== Using WUBI (Non traduit ) ===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
= Etape 2: Exécuter la version patchée de webOS Doctor =&lt;br /&gt;
&lt;br /&gt;
La version patchée du webOS doctor a le même nom que l'original, mais dans un nouveau répertoire: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
Si vous l'exécuter dans Mandriva, Ubuntu ou Cygwin, vous pouvez exécuter juste le nouveau fichier jar maintenant.  &lt;br /&gt;
&lt;br /&gt;
Si vous utilisez Ubuntu ou Mandriva par l'intermédiaire d'une machine virtuelle, vous aurez besoin de copier le nouveau fichier jar à l'extérieur de la machine virtuelle qui est hébergée sur votre ordinateur de bureau. Il faudra ensuite exécuter le fichier jar dans votre système d'exploitation natif. &lt;br /&gt;
&lt;br /&gt;
''Hôte MS Windows:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ Partage de répertoire avec VirtualBox (VirtualBox folder Sharing)]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ Partage de répertoire avec VMWare (VMWare folder Sharing)]&lt;br /&gt;
&lt;br /&gt;
''Hôte Mac OSX:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x Partage de répertoire avec VirtualBox (VirtualBox folder Sharing)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: celà s'applique uniquement aux utilisateurs de WUBI''  &lt;br /&gt;
Vous devriez avoir la possibilité d'exécuter le fichier JAR comme si vous aviez un système Linux installé nativement. Parce que dans un sens, vous pouvez le faire (aussi longtemps que Java est installé et que vous exécutiez le fichier Jar en utilisant Java) mais si vous préférez plutôt l'exécuter dans MS Windows&lt;br /&gt;
&lt;br /&gt;
En utilisant un terminal,  la commande suivante dans une installation Wubi d'Ubuntu ou Mandriva copiera le fichier JAR vers le sytème d'exploitation MS Windows de l'hôte :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
Celà placera le fichier Jar soit dans votre lecteur Windows C:\ ou de n'importe quel lecteur où vous avez installé Wubi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Lorsque le webOS Doctor est en fonctionnement ==&lt;br /&gt;
&lt;br /&gt;
# Choisissez votre langue&lt;br /&gt;
# Acceptez le contrat de licence&lt;br /&gt;
# Connectez votre Pré à votre PC via le port USB et sélectionnez le bouton &amp;quot;Suivant&amp;quot; quand il devient disponible.&lt;br /&gt;
&lt;br /&gt;
Après l'achèvement de l'opération, l'appareil redémarrera et vous présentera à la fenêtre d'activation.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note importante''' : pendant cette opération et jusqu'à ce que le Palm Pré est redémarré et affiche une interface graphique quelconque (bureau webOS, fenetre choix de la langue, fenetre d'activation),&lt;br /&gt;
NE TOUCHEZ A RIEN, ne retirez pas la batterie, ne débranchez pas le cable USB du Palm.&lt;br /&gt;
Si le Palm Pre ne redémarre (reboot) pas ou le démarrage ne va pas jusqu'à une interface webOS, il faudra reflasher avec une ROM d'origine ou une ROM moins modifiée par Meta Doctor.&lt;br /&gt;
En de gros problèmes, la page [http://www.webos-internals.org/wiki/Last_Resort_Emergency_BootLoader_Recovery Last_Resort_Emergency_BootLoader_Recovery] pourra vous être utile.&lt;br /&gt;
Le traducteur en français de ce document à tester avec succès la procédure [http://www.webos-internals.org/wiki/Last_Resort_Emergency_BootLoader_Recovery#OMAP_boot_Procedure Last_Resort_Emergency_BootLoader_Recovery#OMAP_boot_Procedure] suite à un problème de ROM webOS qui ne démarrait pas totalement.&lt;br /&gt;
&lt;br /&gt;
Si votre PC ne reconnaît pas votre Pré et vous ne pouvez pas passer à l'étape 3 ci-dessus, essayez les étapes suivantes:&lt;br /&gt;
&lt;br /&gt;
# Avec le câble USB connecté, éteindre complètement le Pré (en appuyant sur le bouton d'alimentation (marche/arret en haut à droite) jusqu'à ce que l'option &amp;quot;Alimentation&amp;quot; (pour mise hors tension) apparaît sur l'écran, puis vous la sélectionnez et apres vous sélectionnez l'option &amp;quot;Eteindre/Changer la batterie&amp;quot;. Cliquez ensuite sur le bouton &amp;quot;Arrêter&amp;quot; dans la fenêtre &amp;quot;Echanger la batterie&amp;quot;. Le Pre s'arrete alors électriquement.&lt;br /&gt;
# Maintenez enfoncé le bouton du volume (coté gauche) sur sa partie haute comme si vous augmentiez le volume.&lt;br /&gt;
# Tout en maintenant le bouton du volume en position augmentation, allumez le Pré (une icone avec le symbole de l'USB apparait sur l'écran)&lt;br /&gt;
# Le bouton &amp;quot;Suivant&amp;quot; devrait maintenant être activé - procéder alors à la récupération&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
Les étapes ci-dessus mettront le pre en mode récupération bootloader et devrait permettre à l'ordinateur de reconnaître votre appareil et de procéder à la restauration. Dans ce mode, l'écran affiche un logo USB géant au lieu du logo de démarrage habituel Palm.&lt;br /&gt;
&lt;br /&gt;
À la fin du processus, le Pré redémarre et votre nouvelle image système modifiée a été installé.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Après que le webOS doctor se soit terminé, vous aurez besoin d'exécuter l'application &amp;quot;Premier démarrage (First Run)&amp;quot;. Pour faire cette opération, vous aurez besoin d'une connexion Internet active. Soit en Wi-Fi ou téléphonie mobile (cellulaire). Si vous n'avez pas de WiFi et ne pouvez pas vous connecter aux serveurs de stockage des profils Palm, vous pourriez avoir un problème avec votre programmation. Le programme Meta Doctor (ou webOS Doctor en général) pourrait effacer la programmation du modem. Pour résoudre ce problème, vous devrez effectuer les étapes suivantes:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Cela n'a été confirmé que pour résoudre les problèmes avec un Palm Pre à la norme CDMA (donc NON GSM) chez l'opérateur américain Sprint, c'est vous qui voyez.&lt;br /&gt;
&lt;br /&gt;
=== Partie spécifique à l'opérateur Sprint aux USA (Non traduit) ===&lt;br /&gt;
 &lt;br /&gt;
NDT : Note 2 ci-dessous non traduite, puisqu'elle concerne uniquement les USA&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
= Si webOS Doctor ne fonctionne pas =&lt;br /&gt;
&lt;br /&gt;
Allez [http://www.webos-internals.org/wiki/How_To_Recover sur cette page] si vous avez encore des problèmes de connexion de votre Pré au webOS doctor en cours de fonctionnement patché par Meta Doctor.&lt;br /&gt;
&lt;br /&gt;
= Divers =&lt;br /&gt;
&lt;br /&gt;
== Comment faire pour modifier l'entrée d'un opérateur mobile dans la base de données afin que le mode 3G pour les données puisse être utilisé sur le Pré ==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 Ce message] et [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html celui-là]  décrivent diverses manières d'ajuster la base de données des fournisseurs de téléphonie mobile dans le Pré, ainsi le réseau de communications de données en 3G fonctionne sur les réseaux non-pris en charge de manière native dans webOS. webOS 1.3.1 permet de paraméter les données/informations  sur le fournisseurs de téléphonie mobile directement depuis l'écran d'activation pour les fournisseurs qui ne sont pas présents dans la base de données. Certains disent qu'ils n'ont plus la possibilité de le faire et qu'ils ne peuvent pas obtenir le fonctionnement d'un réseau de communications de données en 3G dans la version 1.3.1 de webOS.&lt;br /&gt;
&lt;br /&gt;
= Voir aussi =&lt;br /&gt;
&lt;br /&gt;
* (fr) [http://www.palmpre-france.com/Modification-de-la-ROM-webOS-avec-Meta-Doctor_a356.html Modification de la ROM webOS avec Meta Doctor.]&lt;br /&gt;
* (en) [http://forums.precentral.net/webos-internals/207472-webos-internals-meta-doctor.html fil du forum sur WebOS Internals Meta-Doctor] &lt;br /&gt;
* (en) [http://forums.precentral.net/palm-pre-tips-information-resources/221385-cross-platform-meta-doctor-guide-bypass-carrier-activation-etc.html Cross-Platform Meta-Doctor Guide (bypass carrier activation, etc. - Janvier 2010)]&lt;br /&gt;
* (en) [http://forums.precentral.net/palm-pre/234261-cross-platform-meta-doctor-guide-2-0-bypass-carrier-activation-whole-lot-more.html Cross-Platform Meta-Doctor Guide 2.0 (Bypass carrier activation &amp;amp; a whole lot MORE! - Mars 2010)]&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-FR&amp;diff=12871</id>
		<title>Application:MetaDoctor-FR</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-FR&amp;diff=12871"/>
		<updated>2011-02-22T13:52:36Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:French]]&lt;br /&gt;
&lt;br /&gt;
'''Note : this page/article is the french translation of the english wiki page : &lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Attention : cette page est la traduction en français de la page anglaise du wiki &lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
Veuillez vous référer à la page anglaise pour avoir les informations les plus à jour'''&lt;br /&gt;
&lt;br /&gt;
:[[Image:Germany.png]] [[Application:MetaDoctor-DE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Qu'est ce que c'est Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Le Meta Doctor de Webos Internals est un fichier makefile (avec ensemble de scripts shell) qui peut modifier une copie du Palm webOS Doctor pour contourner l'application &amp;quot;Première utilisation(First Use)&amp;quot; et permettre au téléphone de fonctionner sans avoir été activé sur un réseau de téléphonie mobile/cellulaire.&lt;br /&gt;
&lt;br /&gt;
Cet objectif peut être atteint, au travers du fichier jar de Webos Doctor distribué par Palm, en effectuant des modifications qui empeche l'application &amp;quot;Première utilisation(First Use)&amp;quot; de se lancer et de fonctionner, ainsi qu'en d'appliquant d'autres réglages au système d'exploitation.&lt;br /&gt;
&lt;br /&gt;
'''La documentation pour les fonctionnalités offertes par MetaDoctor est en haut du fichier Makefile (Il vous sera indiqué où le trouver plus tard).'''&lt;br /&gt;
&lt;br /&gt;
Toutes les fonctionnalités disponibles dans Meta Doctor sont indiquées juste sous la ligne ## START OF DOCUMENTATION ## du fichier Makefile que l'on [http://git.webos-internals.org/?p=tools/meta-doctor.git;a=blob;f=Makefile peut voir dans le SVN ICI].&lt;br /&gt;
&lt;br /&gt;
'''Note''' : Le traducteur de ce document en français a testé avec succès une ROM Palm webOS 1.4.1 pour Palm Pre Plus de chez SFR qui a été modifié par Meta Doctor en décommantant uniquement les lignes suivantes dans le fichioer Makefile dans son cas :&lt;br /&gt;
 126 # BYPASS_ACTIVATION     = 1&lt;br /&gt;
 127 # BYPASS_FIRST_USE_APP  = 1&lt;br /&gt;
Ensuite le Palm Pre a démarré sans lancer les applications d'activation de Palm et de première utilisation et arrive alors directement sur le bureau Palm webOS où se trouve les icônes des applications.&lt;br /&gt;
Par contre, le Palm Pre utilise la langue anglaise suite à ce premier démarrage. Donc allez dans le lanceur d'applications (3eme page) et recherchez l'icone Regional Settings illustré par un globe terrestre.&lt;br /&gt;
Et dans cette application, cliquez sur l'option &amp;quot;English / Unites States&amp;quot; du champ Language, une liste de langue s'affiche alors, sélectionnez Français puis France.&lt;br /&gt;
Un bouton &amp;quot;Utiliser français (France)&amp;quot; apparait, cliquez dessus pour confirmer votre choix. Le Palm redémarre ensuite avec la nouvelle langue choisie.&lt;br /&gt;
Il vous reste à régler la date et l'heure dans l'aplication &amp;quot;Date et heure&amp;quot; (3eme page) et l'APN pour les connexions Internet,SMS, MMS, [http://www.palmpre-france.com/Parametrer-l-APN-du-Palm-Pre-manuellement-pour-Internet-et-MMS-via-SFR-Orange-ou-Bouygues-telecom_a182.html voir pour l'APN ICI].&lt;br /&gt;
&lt;br /&gt;
= Mise en garde =&lt;br /&gt;
&lt;br /&gt;
1) Cet utilitaire est réservé à des utilisateurs expérimentés. &amp;lt;BR&amp;gt;&lt;br /&gt;
2) Il est recommandé de ne pas utiliser cet utilitaire (Meta Doctor) avec le Palm Pixi et Palm Pixi PLus parce qu'ils utilisent un processeur Marvell et comme indiqué [http://www.webos-internals.org/index.php?title=Talk:Last_Resort_Emergency_BootLoader_Recovery sur cette page], il n'y a pas d'utilitaire de derniers recours pour récupérer l'appareil en cas d'échec de mise à jour de la rom webOS de l'appareil comme l'utilitaire de connexion en USB pour processeur Texas Intruments OMAP utilisé [http://www.webos-internals.org/index.php?title=Last_Resort_Emergency_BootLoader_Recovery#OMAP_boot_Procedure dans cette procédure] et que j'ai déjà utilisé avec succès.&lt;br /&gt;
&lt;br /&gt;
= Etape 1: Mise en place de Meta-Doctor=&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
&lt;br /&gt;
=== Installation des logiciels requis ===&lt;br /&gt;
&lt;br /&gt;
# Ouvrez un terminal depuis le menu Ubuntu ( Applications &amp;gt; Accessoires ) ou le menu [http://fr.wikipedia.org/wiki/Mandriva_Linux Mandriva] KDE ( Outils &amp;gt; Konsole ). (Si vous utilisez la méthode Cygwin: Allez dans Démarrer&amp;gt;Programmes&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell et passer à l'étape numéro 3)&lt;br /&gt;
# Si vous avez le logciel de gestion de (codes) sources git installé, passez cette étape.  Si vous n'avez pas git installé, tapez dans le terminal Ubuntu: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; et suivez les directives pour installer git.&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt; Pour Mandriva, avec le compte root, tapez dans le terminal: &amp;lt;pre&amp;gt;urpmi git-core&amp;lt;/pre&amp;gt; et suivez les directives pour installer git. &lt;br /&gt;
#Maintenant tapez dans le terminal Ubuntu ou Mandriva: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; &lt;br /&gt;
# Si vous n'avez pas l'utilitaire patch installé, vous aurez besoin d'installer patch. (Si vous utilisez la méthode Cygwin: Passez cette étape et sauter à l'étape numéro 7)  Sur un système Ubuntu, tapez dans le terminal: &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; &amp;lt;BR&amp;gt;Pour Mandriva, avec le compte root, tapez dans le terminal: &amp;lt;pre&amp;gt;urpmi patch&amp;lt;/pre&amp;gt;. &lt;br /&gt;
# Si vous n'avez pas java installé, faites-le. Pour installer java, avec Ubuntu choisissez ( Applications &amp;gt; Centre Logiciel Ubuntu ) et tapez '''java 6 runtime''' pour la champ de recherche, &amp;lt;BR&amp;gt; avec Mandriva choisissez ( Outils &amp;gt; Outils système &amp;gt; Configurer votre ordinateur ) et tapez '''java-1.6.0-sun''' pour la champ de recherche - c'est la solution la plus simple pour chercher java et le trouver - ensuite suivez les instructions à l'écran. Celà devrait être assez simple.&lt;br /&gt;
# Téléchargez et installez le logiciel Palm Novacom depuis l'URL http://developer.palm.com. Téléchargez la version 32 bits pour Ubuntu [http://cdn.downloads.palm.com/sdkdownloads/1.4.1.427/sdkBinaries/palm-novacom_1.0.55_i386.deb ici] et la version 64 bits pour Ubuntu [http://cdn.downloads.palm.com/sdkdownloads/1.4.1.427/sdkBinaries/palm-novacom_1.0.55_amd64.deb là] et installez un des deux suivant votre système. Pour mandriva, l'installation du Palm Novacom est détaillé sur [http://wiki.mandriva.com/fr/Installer_le_Palm_webOS_SDK_sur_Mandriva_Linux cette page web en Français du Wiki Mandriva].(Si vous choisissez à la place d'installer le SDK (kit de dévelopement + émulateur Pre et Pixi) au complet, et que vous utilisiez la version 64 bits d'Ubuntu 9.x, vous aurez des difficultés à installer le SDK et les instructions sur le site de téléchargement sont mauvaises. Lisez ce [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 commentaire (thread)] et ce [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 post] pour plus d'aide.)&lt;br /&gt;
# Ouvrez un terminal et dirigez vous vers le répertoire de meta-doctor où le meta-doctor a été copié à l'étape 3 ci-dessus. (Si vous utilisez la méthode Cygwin: Vous devriez déjà être dans un terminal et avez juste à faire la commande cd ) Par exemple:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Assurez vous qu'un répertoire downloads existe.  S'il n'y en a pas, créez en un en utilisant la commande &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Téléchargez la dernière version du fichier webosdoctor en utilisant les adresses de téléchargement trouvées dans la page [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .La version wr (wr pour world release) est la version GSM des operateurs de téléphonie mobile en France, Allemagne, Irlande, Espagne et Royaume-Uni.  Un exemple de ligne de commande pour le téléchargement pourrait être: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Renommez le fichier que vous avez téléchargez pour y ajouter le numéro de version comme référence future r(exemples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   Un exemple de ligne de commande à faire pour le faire pourrait être :&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Paramètres disponibles dans le fichier Makefile de Meta Doctor ===&lt;br /&gt;
&lt;br /&gt;
* L'option BYPASS_ACTIVATION supprime le processus d'activation de Palm qui se lance et s'éxécute normalement au premier démarrage de l'appareil. Cela permet aux utilisateurs d'utiliser l'appareil même s'ils n'ont pas accès au réseau de téléphonie mobile ou s'ils préfèrent ne pas passer par le processus d'activation. N'utilisez cela que si vous n'allez jamais utiliser ou connecter cet appareil à un réseau de téléphonie mobile. Le contournement de l'étape d'activation peut vous empêcher de créer un profil Palm. Ce n'est pas une méthode permettant d'utiliser le périphérique sur le réseau d'un autre opérateur de téléphonie mobile.&lt;br /&gt;
&lt;br /&gt;
* L'option BYPASS_FIRST_USE_APP permet à l'appareil de démarrer sans lancer et exécuter l'application First Use (Première utilisation). Cela permet aux utilisateurs d'activer le service wifi en premier et de l'utiliser pour la création du profil Palm et la restauration de toutes les données de profil. Notez que pour créer un profil Palm, vous pourriez toujours avoir besoin d'activer la connexion au réseau de téléphonie mobile. Celà rendra aussi l'application Firts Use(Première utilisation) visible dans le lanceur. Ce n'est pas une méthode permettant d'utiliser le périphérique sur le réseau d'un autre opérateur de téléphonie mobile.&lt;br /&gt;
L'application First Use (Première utilisation) peut être lancée ensuite à la demande ou de manière manuelle suivant la procédure suivante :&amp;lt;BR&amp;gt;&lt;br /&gt;
 1) La fonctionnalité réseau USB (ENABLE_USB_NETWORKING) voir ci-dessous doit être activée (à verifier).&lt;br /&gt;
 2) Le processus novacom doit être lancé.&lt;br /&gt;
 3) Le Palm Pre est démarré et connecté au PC via le port USB&lt;br /&gt;
 4) Le Palm Mojo SDK est installé sur votre ordinateur ( Téléchargement à http://developer.palm.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=1788 )&lt;br /&gt;
 5) Lancer la commande suivante : palm-launch com.palm.app.firstuse&lt;br /&gt;
 6) l'application First Use (Première utilisation) se lance sur le Palm.&lt;br /&gt;
&lt;br /&gt;
* L'option ENABLE_DEVELOPER_MODE met le téléphone en mode développeur. Ceci permet l'installation et le test d'applications sur l'appareil sans avoir besoin de taper le code d'activation du mode développeur. Il n'y a pas de risques connus au niveau de la sécurité à laisser un téléphone en mode développeur.&lt;br /&gt;
&lt;br /&gt;
* L'option ENABLE_TESTING_FEEDS installe un fichier drapeau qui indique à Preware d'installer automatiquement les flux de test pour tous les paquetages WebOS Internals. Vous devez, bien sur, installer Preware afin de les utiliser.&lt;br /&gt;
&lt;br /&gt;
* L'option INSTALL_SSH_AUTH_KEYS importate le fichier authorized_keys pour SSH depuis le répertoire home de l'utilisateur vers l'appareil. L'utilisateur peut alors se connecter à l'appareil de son ordinateur dès lors que le démon SSH est installé. Vous devez déjà avoir un fichier authorized_keys valide pour openssh dans ~ /.ssh/authorized_keys avant d'activer cette fonction, ou cela va causer une erreur fatale. Vous avez besoin ensuite d'installer l'application du serveur SFTP OpenSSH dans Preware pour accéder à l'appareil en utilisant la clé privée openssh qui correspond à la clé publique OpenSSH répertoriés dans votre fichier authorized_keys.&lt;br /&gt;
&lt;br /&gt;
* L'option INSTALL_WIFI_PROFILES importe un fichier de base de données contenant les préférences wifi à partir du répertoire home de l'utilisateur à l'appareil. L'appareil sera ensuite configuré pour utiliser le wifi immédiatement après que la phase d'installation de la nouvelle ROM webOS par webOS Doctor sera terminée. Vous devez déjà avoir copié par le passé une sauvegarde du fichier prefsDB.sl correctement configuré depuis le répertoire /var/preferences/com.palm.wifi/ sur l'appareil vers le répertoire ~/.ssh/com.palm.wifi.prefsDB.sl sur votre ordinateur hôte avant d'activer cette fonction, ou cela va causer une erreur fatale.&lt;br /&gt;
Pour récupérer le fichier com.palm.wifi.prefsDB.sl :&lt;br /&gt;
 1) La fonctionnalité réseau USB (ENABLE_USB_NETWORKING) voir ci-dessous doit être activée.&lt;br /&gt;
 2) Le processus novacom doit être lancé.&lt;br /&gt;
 3) Le Palm Pre est démarré et connecté au PC via le port USB&lt;br /&gt;
 4) Récupération alors du fichier via la commande : novacom get file:///var/preferences/com.palm.wifi/prefsDB.sl &amp;gt; /home/USER/.ssh/com.palm.wifi.prefsDB.sl&lt;br /&gt;
 où USER est votre compte Unix ou Linux.&lt;br /&gt;
&lt;br /&gt;
* L'option AUTO_INSTALL_PREWARE automatiquement en file d'attente l'installation de Preware dès qu'une connexion réseau est disponible après le premier démarrage. Cette fonctionnalité installe aussi le certificat de l'autorité de certification x509 de preware.org, permettant aux paquetages signés par WebOS Internals d'être installés via le service d'installation appInstallService et la base de données installHistory.&lt;br /&gt;
&lt;br /&gt;
* L'option DISABLE_UPLOAD_DAEMON désactive un processus en arrière-plan qui va déposer automatiquement chaque jour des informations d'utilisation de l'appareil sur les serveurs de Palm. Il va déposer des informations de débogage concernant le système d'exploitation ou des crashs d'applications, des informations GPS de l'utilisateur, ainsi que des données sur toutes les applications utilisées par l'utilisateur, et la durée pendant laquelle elles ont été utilisées. Vous pouvez souhaiter désactiver cette fonction qui empêche la préservation de votre vie privée, ou si vous n'avez pas un forfait prévu pour la consommation de données informatiques (data 3G) en illimité, et dans ce cas provoquera la facturation d'un montant important pour la consommation de données informatiques (data 3G).&lt;br /&gt;
&lt;br /&gt;
* L'option DISABLE_MODEM_UPDATE empêche le reflashage du logiciel du modem de l'appareil. Cela permet d'économiser du temps durant le processus d'installation de la nouvelle ROM webOS par webOS Doctor. Bien sur le firmware du modem sera mis à jour si c'est un nouveau.&lt;br /&gt;
&lt;br /&gt;
* L'option INCREASE_VAR_SPACE augmente la taille de la partition /var de 256Mo à 2048Mo(2Go). Cela permet d'affecter plus d'espace pour l'installation des applications Linux et le stockage de grandes quantités de courriels (e-mails) et de leurs pièces jointes sur l'appareil. L'espace supplémentaire est pris sur l'espace disque du lecteur USB.&lt;br /&gt;
&lt;br /&gt;
* L'option ENABLE_USB_NETWORKING active la fonctionnalité réseau USB (c'est à dire création d'un réseau en TCP/IP entre l'ordinateur et l'appareil). Le périphérique peut alors être accéder via réseau USB (les pilotes usbnet sont requis sur l'ordinateur hôte (PC)). Ce n'est pas une solution permettant de faire du partage de connexion ([http://fr.wikipedia.org/wiki/Modem_attach%C3%A9 tethering]) au réseau de téléphonie mobile en 3G (data 3G).&lt;br /&gt;
Cet option peut aussi être activé en exécutant la commande suivante via l'application webOS [http://www.webos-internals.org/wiki/Application:Terminal Terminal]:&lt;br /&gt;
 usbnet enable&lt;br /&gt;
puis redémarrez le Palm.&lt;br /&gt;
&lt;br /&gt;
* L'option REMOVE_CARRIER_CHECK empêche le programme webOS Doctor de vérifier qu'il installe une version du logiciel du même fournisseur/opérateur téléphonique par lequel l'appareil a été distribué/vendu. Il supprime également tous les applications et fonctionnalités/caractéristiques spécifiques à un opérateur de téléphonie mobile. Le logiciel webOS Doctor peut alors être utilisé pour mettre à jour le logiciel de base (système d'exploitation) avec une version d'un autre fournisseur/opérateur de téléphonie mobile (à l'exclusion des fonctionnalités spécifiques au fournisseur/opérateur de téléphonie mobile). Celà empêchera probablement l'accès au Palm App Catalog et aux applications Palm de mises à jour. Ce n'est pas une méthode permettant d'utiliser le périphérique sur le réseau d'un autre opérateur de téléphonie mobile.&lt;br /&gt;
&lt;br /&gt;
* L'option REMOVE_MODEL_CHECK empêche le programme webOS Doctor de vérifier qu'il installe une version du logiciel pour le même modèle d'appareil prévu. Le logiciel webOS Doctor peut alors être utilisé pour mettre à jour le logiciel de base (système d'exploitation) avec une version prévue pour un autre modèle d'appareil/périphérique (par exemple un appareil européen et un appareil américain). Ce n'est pas une méthode permettant d'utiliser le périphérique sur le réseau d'un autre opérateur de téléphonie mobile.&lt;br /&gt;
&lt;br /&gt;
* L'option CHANGE_KEYBOARD_TYPE change de manière permanente la configuration du clavier (agencement des touches) en modifiant la zone réservé du logiciel du fabricant du matériel. Vous avez besoin uniquement de le faire une fois. Les futures utilisations de webOS Doctor sans cette fonctionnalité activée ne modifieront pas ce paramètre. Vous pouvez utiliser cette fonctionnalité de nouveau dans le futur à n'importe quel moment pour revenir sur cette modification. Le paramètre 'z' correspond au paramètre du clavier QWERTY, 'y' et 'y1' à celui en QWERTZ, 'w1' à celui en AZERTY.&lt;br /&gt;
&lt;br /&gt;
* L'option ADD_EXT3FS_PARTITION ajoute une partition LVM de rechange formatté en ext3. Celà permet d'avoir de l'espace pour des expérimentations qui requièrent un système de fichiers ext3 supplémentaire. L'espace supplémentaire est pris sur l'espace du lecteur/disque USB.&lt;br /&gt;
&lt;br /&gt;
=== Exécution de Meta-Doctor ===&lt;br /&gt;
&lt;br /&gt;
# Dirigez vous vers le répertoire de meta-doctor dans le terminal&lt;br /&gt;
# Si vous souhaitez que Meta-Doctor applique des patches (correctifs/modifications) à webOS afin d'ajouter ou de modifier des fonctionnalités de l'installation prévue en usine (ou d'origine), ouvrez le fichier [http://git.webos-internals.org/?p=tools/meta-doctor.git;a=blob;f=Makefile Makefile] dans un éditeur de texte (Si vous utilisez la méthode Cygwin, regardez les notes en bas de cette section à propos de cette étape)&amp;lt;pre&amp;gt;gedit Makefile&amp;lt;/pre&amp;gt;et décommentez (supprimez les caractères # en début de ligne) pour les options que vous aimeriez utiliser. &lt;br /&gt;
# Choisissez une des lignes de commande suivantes en fonction de votre opérateur de téléphonie mobile et de votre ordiphone: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: suivant votre opérateur de téléphonie mobile.&lt;br /&gt;
'''Note 1''': utilisez la commande make DEVICE=type_de_votre_ordiphone all-wr pour les opérateurs de téléphonie mobile : O2 Allemagne, Royaume-Uni et Irlande / Movistar Espagne / SFR France &amp;lt;BR&amp;gt;&lt;br /&gt;
'''Note 2''': Astuce utile encore pour les futures versions. A la date du 14/05/2010 et jusqu'au 17/05/2010 (date d'ajout du support SFR dans Meta Doctor), si vous aviez une ROM webOS 1.4.1 SFR pour le Palm Pre Plus , lorsque vous lancerez la commande make all-wr, vous risquiez d'avoir le message d'erreur suivant :&lt;br /&gt;
 [user@localhost meta-doctor]$ make all-wr&lt;br /&gt;
 make CARRIER=wr unpack patch pack&lt;br /&gt;
 make[1]: entrant dans le répertoire « /home/user/meta-doctor »&lt;br /&gt;
 mkdir -p downloads&lt;br /&gt;
 Please download the correct version of the webOS Doctor .jar file&lt;br /&gt;
 and then move it to downloads/webosdoctorp100ueu-wr-1.4.1.jar (i.e. the downloads directory that was just created under the current directory).&lt;br /&gt;
 make[1]: *** [downloads/webosdoctorp100ueu-wr-1.4.1.jar] Erreur 1&lt;br /&gt;
 make[1]: quittant le répertoire « /home/user/meta-doctor »&lt;br /&gt;
 make: *** [all-wr] Erreur 2&lt;br /&gt;
'''La solution pour SFR''' au problème ci-dessus était de renommer le fichier du répertoire downloads de webosdoctorp101ueu-wr-1.4.1.jar en webosdoctorp100ueu-wr-1.4.1.jar. La partie p101 dans le nom du fichier devait être renommé en p100.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Celà devrait lancer un processus de traitement à l'intérieur du terminal qui devrait prendre 10 minutes au maximum.&lt;br /&gt;
&lt;br /&gt;
'''*Notes pour Cygwin*'''&lt;br /&gt;
&lt;br /&gt;
gedit ne fonctionne pas dans cygwin. A la place, ouvrez le fichier avec WordPad. Vous pouvez trouver le fichier Makefile dans &amp;lt;repertoire installation cygwin&amp;gt;\home\&amp;lt;nom utilisateur&amp;gt;\meta-doctor &lt;br /&gt;
&lt;br /&gt;
Par exemple &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ensuite suivez le reste des instructions en numéro 2 à propos des options à décommenter.&lt;br /&gt;
&lt;br /&gt;
=== Conditions d'erreur ===&lt;br /&gt;
&lt;br /&gt;
Si un message d'erreur apparait avec le terme unknown (inconnu) dans un nom de fichier, alors verifiez le renommage du fichier à l'étape 8 ci-dessus.&lt;br /&gt;
&lt;br /&gt;
=== Si l'opération build échoue ===&lt;br /&gt;
&lt;br /&gt;
Si la commande make échoue, vous pouvez utiliser la commande &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; pour nettoyer le répertoire build. Apres celà, vous pouvez relancer la commande.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Si vous n'en avez pas, installez MacPorts en premier, qui nous permettra d'installer facilement les paquetages nécessaires pour MetaDoctor. [http://www.macports.org/install.php]. Veuillez noter que MacPorts requiert le Xcode Developer Tools d'Apple (version 3.2.1 ou supérieure/plus récente pour Snow Leopard, 3.1.4 ou supérieure/plus récente pour Leopard, ou 2.5 pour Tiger), il est disponible sur le [http://connect.apple.com/ site web Apple Developer Connection] ou sur votre CDs/DVD d'installation Mac OS X.&lt;br /&gt;
#Installez md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Installez gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Installez git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Maintenant tapez : &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Installez patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Si Java n'est pas installé sur votre ordinateur, alors installez le. Pour installer Java, cliquez sur l'icône &amp;quot;Apple&amp;quot; et sélectionnez &amp;quot;Mise à jour de logiciels (Software Update).&amp;quot; Celà mettra automatiquement à jour votre système avec la dernière version de Java si nécessaire, comme Apple fournit sa propre version de Java. D'autres instructions peuvent être trouvées [http://support.apple.com/kb/HT1338?viewlocale=fr_FR ici].&lt;br /&gt;
#Téléchargez et installez le logiciel Palm Novacom depuis le site http://developer.palm.com. Le SDK pour Mac OS X se trouve [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg ici].&lt;br /&gt;
#Ouvrez un terminal et allez jusqu'au répertoire meta-doctor où le meta-doctor a été copié à l'étape 3 ci-dessus.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Assurez-vous qu'il y a un répertoire downloads dans le répertoire meta-doctor. S'il n'y en a aucun, créez en un en utilisant la commande &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Téléchargez la dernière version du fichier webosdoctor en utilisant les chemins directs de téléchargement disponiblent sur la page [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .La version wr est la version pour les opérateurs de téléphonie mobile GSM en Europe de l'Ouest. Un exemple de commande de téléchargement pourrait être : &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Renommer le fichier que vous venez de télécharger pour y ajouter la numéro de version comme reference future (exemples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar). Un exemple de commande à utiliser pourrait être :&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Regardez ensuite la partie &amp;quot;Exécution de Meta-Doctor&amp;quot; ci-dessous.&lt;br /&gt;
&lt;br /&gt;
== Utilisation de Cygwin ==&lt;br /&gt;
&lt;br /&gt;
Les utilisateurs de MS Windows ont comme solution alternative d'utiliser [http://www.cygwin.com/ Cygwin] pour faire fonctionner Meta-Doctor. Celà peut être souvent plus simple et rapide que d'installer une machine virtuelle complète.&lt;br /&gt;
&lt;br /&gt;
Intallez simplement Cygwin, et ajouter les paquetages complémentaires suivants:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(utilisez la vue &amp;quot;Complete&amp;quot; (View &amp;quot;Full&amp;quot;) pour trouver ces paquetages spécifiques plus facilement)&lt;br /&gt;
&lt;br /&gt;
Après que vous ayez installé ces paquetages, vous pouvez suivre les [http://www.webos-internals.org/index.php?title=Application:MetaDoctor-FR#Linux instructions pour Linux].&lt;br /&gt;
&lt;br /&gt;
NB: Vous pouvez trouve le fichier Makefile à éditer dans &amp;lt;repertoire installation cygwin&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
Par exemple &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== En utilisant une machine virtuelle ==&lt;br /&gt;
&lt;br /&gt;
Si vous n'avez pas un ordinateur avec le système d'exploitation Linux, vous aurez besoin d'exécuter le meta-doctor dans une machine virtuelle. Pour les utilisateurs de MS Windows, il y a 2 options. Pour les utilisateurs de Mac, suivez l'option 1.  &lt;br /&gt;
&lt;br /&gt;
=== Fonctionnement dans une machine virtuelle VMware ou VirtualBox ===&lt;br /&gt;
&lt;br /&gt;
# Téléchargez [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Téléchargez un logiciel de machine virtuelle, soit vmware ou soit virtualbox. Une machine virtuelle est simplement un programme qui vous permet de greffer un second système d'exploitation au dessus de votre système d'exploitation natif, sans double amorçage ou effectivement d'avoir une machine Linux.&lt;br /&gt;
#: J'ai fini par utiliser VirtualBox à la place de VMware, parce que j'ai trouvé la solution VMware était très confuse sur ce qu'il faut réellement télécharger. Le site Web de la solution VirtualBox est très simple et direct. Voici un lien pour le télécharger VirtualBox pour Windows:[http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Maintenant, installez VirtualBox comme vous installeriez n'importe quelle autre application, pas de fantaisie ici.&lt;br /&gt;
# Démarrez Virtualbox et suivez l'une de ces 2 listes d'instructions pour installer Ubuntu&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;
=== Using WUBI (Non traduit ) ===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
= Etape 2: Exécuter la version patchée de webOS Doctor =&lt;br /&gt;
&lt;br /&gt;
La version patchée du webOS doctor a le même nom que l'original, mais dans un nouveau répertoire: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
Si vous l'exécuter dans Mandriva, Ubuntu ou Cygwin, vous pouvez exécuter juste le nouveau fichier jar maintenant.  &lt;br /&gt;
&lt;br /&gt;
Si vous utilisez Ubuntu ou Mandriva par l'intermédiaire d'une machine virtuelle, vous aurez besoin de copier le nouveau fichier jar à l'extérieur de la machine virtuelle qui est hébergée sur votre ordinateur de bureau. Il faudra ensuite exécuter le fichier jar dans votre système d'exploitation natif. &lt;br /&gt;
&lt;br /&gt;
''Hôte MS Windows:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ Partage de répertoire avec VirtualBox (VirtualBox folder Sharing)]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ Partage de répertoire avec VMWare (VMWare folder Sharing)]&lt;br /&gt;
&lt;br /&gt;
''Hôte Mac OSX:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x Partage de répertoire avec VirtualBox (VirtualBox folder Sharing)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: celà s'applique uniquement aux utilisateurs de WUBI''  &lt;br /&gt;
Vous devriez avoir la possibilité d'exécuter le fichier JAR comme si vous aviez un système Linux installé nativement. Parce que dans un sens, vous pouvez le faire (aussi longtemps que Java est installé et que vous exécutiez le fichier Jar en utilisant Java) mais si vous préférez plutôt l'exécuter dans MS Windows&lt;br /&gt;
&lt;br /&gt;
En utilisant un terminal,  la commande suivante dans une installation Wubi d'Ubuntu ou Mandriva copiera le fichier JAR vers le sytème d'exploitation MS Windows de l'hôte :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
Celà placera le fichier Jar soit dans votre lecteur Windows C:\ ou de n'importe quel lecteur où vous avez installé Wubi.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Lorsque le webOS Doctor est en fonctionnement ==&lt;br /&gt;
&lt;br /&gt;
# Choisissez votre langue&lt;br /&gt;
# Acceptez le contrat de licence&lt;br /&gt;
# Connectez votre Pré à votre PC via le port USB et sélectionnez le bouton &amp;quot;Suivant&amp;quot; quand il devient disponible.&lt;br /&gt;
&lt;br /&gt;
Après l'achèvement de l'opération, l'appareil redémarrera et vous présentera à la fenêtre d'activation.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note importante''' : pendant cette opération et jusqu'à ce que le Palm Pré est redémarré et affiche une interface graphique quelconque (bureau webOS, fenetre choix de la langue, fenetre d'activation),&lt;br /&gt;
NE TOUCHEZ A RIEN, ne retirez pas la batterie, ne débranchez pas le cable USB du Palm.&lt;br /&gt;
Si le Palm Pre ne redémarre (reboot) pas ou le démarrage ne va pas jusqu'à une interface webOS, il faudra reflasher avec une ROM d'origine ou une ROM moins modifiée par Meta Doctor.&lt;br /&gt;
En de gros problèmes, la page [http://www.webos-internals.org/wiki/Last_Resort_Emergency_BootLoader_Recovery Last_Resort_Emergency_BootLoader_Recovery] pourra vous être utile.&lt;br /&gt;
Le traducteur en français de ce document à tester avec succès la procédure [http://www.webos-internals.org/wiki/Last_Resort_Emergency_BootLoader_Recovery#OMAP_boot_Procedure Last_Resort_Emergency_BootLoader_Recovery#OMAP_boot_Procedure] suite à un problème de ROM webOS qui ne démarrait pas totalement.&lt;br /&gt;
&lt;br /&gt;
Si votre PC ne reconnaît pas votre Pré et vous ne pouvez pas passer à l'étape 3 ci-dessus, essayez les étapes suivantes:&lt;br /&gt;
&lt;br /&gt;
# Avec le câble USB connecté, éteindre complètement le Pré (en appuyant sur le bouton d'alimentation (marche/arret en haut à droite) jusqu'à ce que l'option &amp;quot;Alimentation&amp;quot; (pour mise hors tension) apparaît sur l'écran, puis vous la sélectionnez et apres vous sélectionnez l'option &amp;quot;Eteindre/Changer la batterie&amp;quot;. Cliquez ensuite sur le bouton &amp;quot;Arrêter&amp;quot; dans la fenêtre &amp;quot;Echanger la batterie&amp;quot;. Le Pre s'arrete alors électriquement.&lt;br /&gt;
# Maintenez enfoncé le bouton du volume (coté gauche) sur sa partie haute comme si vous augmentiez le volume.&lt;br /&gt;
# Tout en maintenant le bouton du volume en position augmentation, allumez le Pré (une icone avec le symbole de l'USB apparait sur l'écran)&lt;br /&gt;
# Le bouton &amp;quot;Suivant&amp;quot; devrait maintenant être activé - procéder alors à la récupération&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
Les étapes ci-dessus mettront le pre en mode récupération bootloader et devrait permettre à l'ordinateur de reconnaître votre appareil et de procéder à la restauration. Dans ce mode, l'écran affiche un logo USB géant au lieu du logo de démarrage habituel Palm.&lt;br /&gt;
&lt;br /&gt;
À la fin du processus, le Pré redémarre et votre nouvelle image système modifiée a été installé.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Après que le webOS doctor se soit terminé, vous aurez besoin d'exécuter l'application &amp;quot;Premier démarrage (First Run)&amp;quot;. Pour faire cette opération, vous aurez besoin d'une connexion Internet active. Soit en Wi-Fi ou téléphonie mobile (cellulaire). Si vous n'avez pas de WiFi et ne pouvez pas vous connecter aux serveurs de stockage des profils Palm, vous pourriez avoir un problème avec votre programmation. Le programme Meta Doctor (ou webOS Doctor en général) pourrait effacer la programmation du modem. Pour résoudre ce problème, vous devrez effectuer les étapes suivantes:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Cela n'a été confirmé que pour résoudre les problèmes avec un Palm Pre à la norme CDMA (donc NON GSM) chez l'opérateur américain Sprint, c'est vous qui voyez.&lt;br /&gt;
&lt;br /&gt;
=== Partie spécifique à l'opérateur Sprint aux USA (Non traduit) ===&lt;br /&gt;
 &lt;br /&gt;
NDT : Note 2 ci-dessous non traduite, puisqu'elle concerne uniquement les USA&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
= Si webOS Doctor ne fonctionne pas =&lt;br /&gt;
&lt;br /&gt;
Allez [http://www.webos-internals.org/wiki/How_To_Recover sur cette page] si vous avez encore des problèmes de connexion de votre Pré au webOS doctor en cours de fonctionnement patché par Meta Doctor.&lt;br /&gt;
&lt;br /&gt;
= Divers =&lt;br /&gt;
&lt;br /&gt;
== Comment faire pour modifier l'entrée d'un opérateur mobile dans la base de données afin que le mode 3G pour les données puisse être utilisé sur le Pré ==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 Ce message] et [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html celui-là]  décrivent diverses manières d'ajuster la base de données des fournisseurs de téléphonie mobile dans le Pré, ainsi le réseau de communications de données en 3G fonctionne sur les réseaux non-pris en charge de manière native dans webOS. webOS 1.3.1 permet de paraméter les données/informations  sur le fournisseurs de téléphonie mobile directement depuis l'écran d'activation pour les fournisseurs qui ne sont pas présents dans la base de données. Certains disent qu'ils n'ont plus la possibilité de le faire et qu'ils ne peuvent pas obtenir le fonctionnement d'un réseau de communications de données en 3G dans la version 1.3.1 de webOS.&lt;br /&gt;
&lt;br /&gt;
= Voir aussi =&lt;br /&gt;
&lt;br /&gt;
* (fr) [http://www.palmpre-france.com/Modification-de-la-ROM-webOS-avec-Meta-Doctor_a356.html Modification de la ROM webOS avec Meta Doctor.]&lt;br /&gt;
* (en) [http://forums.precentral.net/webos-internals/207472-webos-internals-meta-doctor.html fil du forum sur WebOS Internals Meta-Doctor] &lt;br /&gt;
* (en) [http://forums.precentral.net/palm-pre-tips-information-resources/221385-cross-platform-meta-doctor-guide-bypass-carrier-activation-etc.html Cross-Platform Meta-Doctor Guide (bypass carrier activation, etc. - Janvier 2010)]&lt;br /&gt;
* (en) [http://forums.precentral.net/palm-pre/234261-cross-platform-meta-doctor-guide-2-0-bypass-carrier-activation-whole-lot-more.html Cross-Platform Meta-Doctor Guide 2.0 (Bypass carrier activation &amp;amp; a whole lot MORE! - Mars 2010)]&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=12869</id>
		<title>Application:MetaDoctor</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=12869"/>
		<updated>2011-02-22T13:51:24Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: Added link to german version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]]&lt;br /&gt;
This page is currently available in three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
:[[Image:Germany.png]] [[Application:MetaDoctor-DE]]&lt;br /&gt;
&lt;br /&gt;
= What is the Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
The Webos Internals Meta Doctor is a Makefile which can modify a copy of the Palm webOS Doctor to bypass the &amp;quot;First Use&amp;quot; application and allow the phone to run without having been activated on a cell network. It accomplishes this by reaching into Palm's distributed Doctor JAR file and making changes to it. It can prevent the first use app from running, as well as applying other tweaks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Documentation for the features that the MetaDoctor offers is at the top of the Makefile (you find out where that is later).'''&lt;br /&gt;
&lt;br /&gt;
= Step 1: Setting up Meta-Doctor=&lt;br /&gt;
&lt;br /&gt;
== Linux == &lt;br /&gt;
&lt;br /&gt;
=== Installing required software ===&lt;br /&gt;
&lt;br /&gt;
# Open terminal from the ( Applications &amp;gt; Accessories ) menu. (If using Cygwin Method: Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell and skip to Number 3)&lt;br /&gt;
# If you have git installed, skip this step.  If you do not have git installed, type: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; and follow the directions to install git.&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
# If you do not have patch installed, you will need to install patch. (If using Cygwin method: Skip this step and jump to number 7)  On an Ubuntu system type: &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; &lt;br /&gt;
# If you do not have java installed, do so. To install java, choose ( Applications &amp;gt; Ubuntu Software Center ) and type '''java 6 runtime''' in search - it is easiest to search for java to find it - then follow the on screen instructions. It should be pretty simple.&lt;br /&gt;
# Download and install the Palm Novacom software from http://developer.palm.com. Download the version for Ubuntu [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here] and install it. (If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above. (If using Cygwin method: You should already be in a terminal and just do the cd command) For example:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running Meta-Doctor ===&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#See &amp;quot;Running MetaDoctor&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&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 a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&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;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
==Using Cygwin==&lt;br /&gt;
&lt;br /&gt;
Windows users can alternatively use [http://www.cygwin.com/ Cygwin] to run Meta-Doctor. This can often be simpler and faster than installing a full-blown Virtual Machine.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
After you have installed these packages, you can follow the [[Application:MetaDoctor:#Linux | Linux instructions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
NB: You can find the Makefile to edit in &amp;lt;cygwin install folder&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
&lt;br /&gt;
For example &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the patched webOS Doctor&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12867</id>
		<title>Application:MetaDoctor-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor-DE&amp;diff=12867"/>
		<updated>2011-02-22T13:49:57Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: Created page with 'Category:Application This page is currently available in (almost) three languages: :Image:Australia.png Image:USA.png Application:MetaDoctor :Image:France.png…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]]&lt;br /&gt;
This page is currently available in (almost) three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
&lt;br /&gt;
this page is still to be translated&lt;br /&gt;
&lt;br /&gt;
= Was ist der Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
Der WebOS Internals Meta Doctor ist eine Makefile, die eine Kopie des HP WebOS Doctors modifizieren kann um die &amp;quot;First Use&amp;quot; Anwendung zu übergehen und somit das Telefon zum Laufen zu bringen, ohne dass es über ein Funknetzwerk aktiviert werden muss.&lt;br /&gt;
Dies wird dadurch erreicht, indem in der von HP veröffentlichten JAR Datei des Doctors Veränderungen vorgenommen werden. Ausser dass verhindert wird  dass die &amp;quot;First Use&amp;quot; App startet, können dadurch auch zusätzlich noch weitere Verbesserungen vorgenommen werden.aks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Die Dokumentation welche Features der MetaDoctor anbietet befindet sich zu Beginn der Makefile (wo diese sich befindet seht ihr gleich noch).'''&lt;br /&gt;
&lt;br /&gt;
= Schritt 1: Einrichten des Meta-Doctors =&lt;br /&gt;
&lt;br /&gt;
== Unter Linux == &lt;br /&gt;
&lt;br /&gt;
=== Installieren der benötigten Software ===&lt;br /&gt;
&lt;br /&gt;
# Terminal öffnen. (If using Cygwin Method: Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell and skip to Number 3)&lt;br /&gt;
# Wenn git bereits isntalliert ist, diesen Punkt überspringen, wenn nicht dann: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; eingeben und den Anweisungen folgen.&lt;br /&gt;
# Jetzt &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt; eingeben&lt;br /&gt;
# If you do not have patch installed, you will need to install patch. (If using Cygwin method: Skip this step and jump to number 7)  On an Ubuntu system type: &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; &lt;br /&gt;
# If you do not have java installed, do so. To install java, choose ( Applications &amp;gt; Ubuntu Software Center ) and type '''java 6 runtime''' in search - it is easiest to search for java to find it - then follow the on screen instructions. It should be pretty simple.&lt;br /&gt;
# Download and install the Palm Novacom software from http://developer.palm.com. Download the version for Ubuntu [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here] and install it. (If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above. (If using Cygwin method: You should already be in a terminal and just do the cd command) For example:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Running Meta-Doctor ===&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#See &amp;quot;Running MetaDoctor&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&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 a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&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;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 9.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
==Using Cygwin==&lt;br /&gt;
&lt;br /&gt;
Windows users can alternatively use [http://www.cygwin.com/ Cygwin] to run Meta-Doctor. This can often be simpler and faster than installing a full-blown Virtual Machine.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
After you have installed these packages, you can follow the [[Application:MetaDoctor:#Linux | Linux instructions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;br /&gt;
&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
NB: You can find the Makefile to edit in &amp;lt;cygwin install folder&amp;gt;\home\&amp;lt;username&amp;gt;\meta-doctor&lt;br /&gt;
&lt;br /&gt;
For example &amp;lt;pre&amp;gt;C:\cygwin\home\johndoe\meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the patched webOS Doctor&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=11489</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=11489"/>
		<updated>2010-09-23T13:53:32Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
&lt;br /&gt;
'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version:  1.3.6 (5. September 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt unter dem Punkt &amp;quot;Paket-Updates&amp;quot; auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, die orangefarbene (bei Pre+: graue) Taste gedrückt halten und auf das Preware-Symbol klicken.&lt;br /&gt;
&lt;br /&gt;
Eine andere Möglichkeit besteht darin, die WebOS Quick Install's Device Management zu Seite verwenden und die Preware Anwendung dort abwählen.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=11488</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=11488"/>
		<updated>2010-09-23T13:52:02Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Deinstallation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
&lt;br /&gt;
'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version: 1.2.7 (9. August 2010))&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt unter dem Punkt &amp;quot;Paket-Updates&amp;quot; auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, die orangefarbene (bei Pre+: graue) Taste gedrückt halten und auf das Preware-Symbol klicken.&lt;br /&gt;
&lt;br /&gt;
Eine andere Möglichkeit besteht darin, die WebOS Quick Install's Device Management zu Seite verwenden und die Preware Anwendung dort abwählen.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=11487</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=11487"/>
		<updated>2010-09-23T13:51:49Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Deinstallation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
&lt;br /&gt;
'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version: 1.2.7 (9. August 2010))&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt unter dem Punkt &amp;quot;Paket-Updates&amp;quot; auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, die orangefarbene(bei Pre+: graue) Taste gedrückt halten und auf das Preware-Symbol klicken.&lt;br /&gt;
&lt;br /&gt;
Eine andere Möglichkeit besteht darin, die WebOS Quick Install's Device Management zu Seite verwenden und die Preware Anwendung dort abwählen.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=11486</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=11486"/>
		<updated>2010-09-23T13:49:22Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Updaten */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
&lt;br /&gt;
'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version: 1.2.7 (9. August 2010))&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt unter dem Punkt &amp;quot;Paket-Updates&amp;quot; auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Govnah-DE&amp;diff=11485</id>
		<title>Application:Govnah-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Govnah-DE&amp;diff=11485"/>
		<updated>2010-09-23T13:48:15Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Govnah&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 0.6.1 &amp;lt;br /&amp;gt;(23 Juli 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=GovnahHome4Life-0.6.1.png&lt;br /&gt;
|description=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Zusammenfassung=&lt;br /&gt;
[[image:Icon_WebOSInternals_Govnah.png|frameless|right]]&lt;br /&gt;
Die aktuellen WebOS Kernels bieten Schnittstellen an, um verschiedene Parameter zu beeinflussen, so unter anderem auch die Taktfrequenz.  Um diese Schnittstellen zu verwenden benötigt man einen oder mehrere &amp;quot;governors&amp;quot; (&amp;quot;Steuereinheiten&amp;quot;) , ein Beispiel für einen derartigen Kernel ist der [[Application:UberKernel|UberKernel]], erhältlich über [[Application:Preware-DE|Preware]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Zweck===&lt;br /&gt;
Die Anwendung ''Govnah'' tut zwei Dinge:&lt;br /&gt;
:* Sie erstellt einen Echtzeit-Graph of CPU Geschwindigkeit, CPU Temperatur, Speichernutzung und Systemlast.&lt;br /&gt;
:* Bereitstellung von Mechanismen um die veränderbaren Parameter des Kernels zu beeinflussen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Governor Beispiel &amp;quot;aus dem echten Leben&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
Der Uber-Kernel bietet einen &amp;quot;governor&amp;quot; namens ''on-demand''.  Dieser lastabhängige Governor verringert oder erhöht die Taktfrequenz basierend auf der aktuellen CPU Last. &lt;br /&gt;
&lt;br /&gt;
Der ''on-demand'' Governor bietet Govnah die folgenden Parameter zur Veränderung an:&lt;br /&gt;
:* scaling_max_freq - Maximalfrequenz unter Vollast.&lt;br /&gt;
:* scaling_min_freq - Minimalfrequenz.&lt;br /&gt;
:* sampling_rate - In welchen Zeitabständen (in Milisekunden) soll der Kernel die Systemlast überprüfen? Üblich sind Werte von 10000 oder höher.&lt;br /&gt;
:* up_threshold &lt;br /&gt;
:* ignore_nice_load&lt;br /&gt;
:* powersave_bias&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jeder &amp;quot;Governor&amp;quot; des Kernels berichtet an ''Govnah'' welche Parameter ihm zur Verfügung stehen und welche Werte jeweils erlaubt sind. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Vorhandene Governors===&lt;br /&gt;
&lt;br /&gt;
Derzeit sind folgende Governors im Uber-Kernel vorhanden und werden von Govnah unterstützt: &lt;br /&gt;
:* On-demand - siehe oben. &lt;br /&gt;
:* Conservative - das Gegenteil von On-Demand, Taktfrequenz nimmt relativ zur CPU Last ab&lt;br /&gt;
:* Userspace - sets the CPU speed to a defined rate as chosen by LunaSysMgr&lt;br /&gt;
:* powersave - setzt die Taktfrequenz auf den bei Min Frequenz eingestellten Wert&lt;br /&gt;
:* performance - setzt die Taktfrequenz auf den bei Max Frequenz eingestellten Wert&lt;br /&gt;
:* screenstate - Läuft auf eingestellter Min Frequenz wenn Bildschirm aus, auf eingestellter Max Frequenz wenn Bildschirm ein&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Installation=&lt;br /&gt;
Diese Anleitung für das Palm Pre/Pre+ beruht darauf, dass noch der Original Kernel und keine Übertaktungs-Patches installiert sind.&lt;br /&gt;
&lt;br /&gt;
#Im Hauptscreen von Preware &amp;quot;Gov&amp;quot; eintippen und Enter drücken.&lt;br /&gt;
#&amp;quot;Govnah&amp;quot; auswählen, &amp;quot;Install&amp;quot; drücken&lt;br /&gt;
#Im Hauptscreen &amp;quot;uber&amp;quot; eintippen und enter drücken.&lt;br /&gt;
#&amp;quot;[[Application:UberKernel|UberKernel (Palm Pre/Pre+)]]&amp;quot; auswählen und &amp;quot;Install&amp;quot; drücken&lt;br /&gt;
#Die Anweisungen zum Neustart befolgen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Kurzanleitung=&lt;br /&gt;
===Wie gehts los?===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahTapProfile-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Um anzufangen, auf &amp;quot;Profil&amp;quot; klicken.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Profiles===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahTapAdvanced-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Hier eine Liste der gespeicherten Govnah Profile.  Diese Profile bieten eine einfache Möglichkeit, um Einstellungen schnell zu verändern. Unter &amp;quot;Advanced Settings&amp;quot; ist es möglich, mehrere eigene unterschiedliche Profile anzulegen, die den eigenen Anforderungen am besten entsprechen.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Advanced Settings===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahAdvSettings2-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Dies ist eine Liste der Einstellmöglichkeiten.  Es wird wärmstens empfohlen sich darüber zu informieren, wofür diese Einstellungen stehen. Nicht alle von ihnen sind gut für die Akkulaufzeit. Die meisten Default Einstellungen sind eine Mischung zwischen Laufzuei. Die wichtigtste ist &amp;quot;CPU Frequency&amp;quot;.  Bitte jetzt antippen.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===CPU Frequenz===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahCPUFreq-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Beim ersten Booten des Pre/Pixi nach der Installation von Govnah und UberKernel, wird das Handy auf 600MHz laufen.  So stellt man es auf 800MHz:  Wähle &amp;quot;800Mhz&amp;quot; bei &amp;quot;Set Speed&amp;quot; und tippe auf &amp;quot;Apply Settings&amp;quot;.  Das Handy wird jetzt sofort mit 800Mhz getaktet. Die Zurück-Geste bringt einen zurück zum &amp;quot;Advanced Settings&amp;quot; Menu.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Compressed Swap (compcache)===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:govnahCompSwap-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Compressed swap (compcache) ist einfach die Menge an RAM (memory) die komprimiert wird, wenn das benötigte RAM den verfügbaren Platz überschreitet. Einfach ausgedrückt bedeutet das, es steht mehr Speicher für Anwendungen zur Verfügung. Der Nachteil besteht in einer reduzierten Performanz des RAMs für Daten die komprimiert und unkomprimiert sind. Allerdings ist es immer noch schneller als wenn die Daten auf den internen Speicher (die &amp;quot;Festplatte&amp;quot; des Pre/Pixi) ausgelagert werden würden. Um dieses Feature zu verwenden muss man eie Menge an Speicher auswählen, die dafür zur Verfügung stehen soll und compcache enabled auf &amp;quot;ein&amp;quot; stellen. Dann auf &amp;quot;Apply&amp;quot; klicken um die Änderungen zu aktivieren. Um die Menge des zugewiesenen Speichers nachträglich zu verändern muss &amp;quot;enabled&amp;quot; auf aus gestellt werden, dann die Größe verändert und nun wieder &amp;quot;ein&amp;quot; und &amp;quot;apply&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Profil Speichern===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahPalm4Life-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Im &amp;quot;Advanced Settings&amp;quot; Menu gibt es den Button &amp;quot;Save Current Profile&amp;quot; ganz unten. Hier kann ein Name für die derzeitigen Einstellungen gewählt, und das Profil gespeichert werden.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Profil Management===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahMegaProfiles2-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Wie man sehen kann gibt es viele verschiedene Profile zum testweise auswählen, welches davon am besten für einen geeignet ist, muss man jedoch selbst herausfinden.  [http://forums.precentral.net/webos-internals/244701-govnah.html Es gibt Hinweise von anderen] welche Einstellungen für sie am besten sind, aber keine zwei Geräte sind, hauptsächlich aufgrund ihrer Benutzer, '''exakt''' gleichgut für bestimmte Einstellungen geeignet.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Governors In-Depth=&lt;br /&gt;
Übersetzung folgt noch&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
* http://www.pantz.org/software/cpufreq/usingcpufreqonlinux.html&lt;br /&gt;
* http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/index.jsp?topic=/liaai/cpufreq/TheOndemandGovernor.htm&lt;br /&gt;
* http://fasterdata.es.net/TCP-tuning/linux.html&lt;br /&gt;
* http://www.pdfgeni.com/book/Performance-analysis-of-loss-based-high-speed-TCP-congestion-control-algorithms-pdf.html - collection of documents on implementation of different IPv4 congestion control methods.&lt;br /&gt;
* http://www.mjmwired.net/kernel/Documentation/cpu-freq/governors.txt - Kernel documentation for the standard Linux CPU frequency governors&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=11484</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=11484"/>
		<updated>2010-09-23T13:45:09Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Updaten */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
&lt;br /&gt;
'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version: 1.2.7 (9. August 2010))&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten und weißt auf ein mögliches Update hin, sobald eine neue Version verfügbar ist.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Govnah-DE&amp;diff=11231</id>
		<title>Application:Govnah-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Govnah-DE&amp;diff=11231"/>
		<updated>2010-09-09T16:08:28Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:German]]&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Govnah&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 0.6.1 &amp;lt;br /&amp;gt;(23 Juli 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=GovnahHome4Life-0.6.1.png&lt;br /&gt;
|description=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Zusammenfassung=&lt;br /&gt;
[[image:Icon_WebOSInternals_Govnah.png|frameless|right]]&lt;br /&gt;
Die aktuellen WebOS Kernels bieten Schnittstellen an, um verschiedene Parameter zu beeinflussen, so unter anderem auch die Taktfrequenz.  Um diese Schnittstellen zu verwenden benötigt man einen oder mehrere &amp;quot;governors&amp;quot; (&amp;quot;Steuereinheiten&amp;quot;) , ein Beispiel für einen derartigen Kernel ist der [[Application:UberKernel|UberKernel]], erhältlich über [[Preware-DE]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Zweck===&lt;br /&gt;
Die Anwendung ''Govnah'' tut zwei Dinge:&lt;br /&gt;
:* Sie erstellt einen Echtzeit-Graph of CPU Geschwindigkeit, CPU Temperatur, Speichernutzung und Systemlast.&lt;br /&gt;
:* Bereitstellung von Mechanismen um die veränderbaren Parameter des Kernels zu beeinflussen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Governor Beispiel &amp;quot;aus dem echten Leben&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
Der Uber-Kernel bietet einen &amp;quot;governor&amp;quot; namens ''on-demand''.  Dieser lastabhängige Governor verringert oder erhöht die Taktfrequenz basierend auf der aktuellen CPU Last. &lt;br /&gt;
&lt;br /&gt;
Der ''on-demand'' Governor bietet Govnah die folgenden Parameter zur Veränderung an:&lt;br /&gt;
:* scaling_max_freq - Maximalfrequenz unter Vollast.&lt;br /&gt;
:* scaling_min_freq - Minimalfrequenz.&lt;br /&gt;
:* sampling_rate - In welchen Zeitabständen (in Milisekunden) soll der Kernel die Systemlast überprüfen? Üblich sind Werte von 10000 oder höher.&lt;br /&gt;
:* up_threshold &lt;br /&gt;
:* ignore_nice_load&lt;br /&gt;
:* powersave_bias&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jeder &amp;quot;Governor&amp;quot; des Kernels berichtet an ''Govnah'' welche Parameter ihm zur Verfügung stehen und welche Werte jeweils erlaubt sind. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Vorhandene Governors===&lt;br /&gt;
&lt;br /&gt;
Derzeit sind folgende Governors im Uber-Kernel vorhanden und werden von Govnah unterstützt: &lt;br /&gt;
:* On-demand - siehe oben. &lt;br /&gt;
:* Conservative - das Gegenteil von On-Demand, Taktfrequenz nimmt relativ zur CPU Last ab&lt;br /&gt;
:* Userspace - sets the CPU speed to a defined rate as chosen by LunaSysMgr&lt;br /&gt;
:* powersave - setzt die Taktfrequenz auf den bei Min Frequenz eingestellten Wert&lt;br /&gt;
:* performance - setzt die Taktfrequenz auf den bei Max Frequenz eingestellten Wert&lt;br /&gt;
:* screenstate - Läuft auf eingestellter Min Frequenz wenn Bildschirm aus, auf eingestellter Max Frequenz wenn Bildschirm ein&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Installation=&lt;br /&gt;
Diese Anleitung für das Palm Pre/Pre+ beruht darauf, dass noch der Original Kernel und keine Übertaktungs-Patches installiert sind.&lt;br /&gt;
&lt;br /&gt;
#Im Hauptscreen von Preware &amp;quot;Gov&amp;quot; eintippen und Enter drücken.&lt;br /&gt;
#&amp;quot;Govnah&amp;quot; auswählen, &amp;quot;Install&amp;quot; drücken&lt;br /&gt;
#Im Hauptscreen &amp;quot;uber&amp;quot; eintippen und enter drücken.&lt;br /&gt;
#&amp;quot;[[Application:UberKernel|UberKernel (Palm Pre/Pre+)]]&amp;quot; auswählen und &amp;quot;Install&amp;quot; drücken&lt;br /&gt;
#Die Anweisungen zum Neustart befolgen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Kurzanleitung=&lt;br /&gt;
===Wie gehts los?===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahTapProfile-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Um anzufangen, auf &amp;quot;Profil&amp;quot; klicken.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Profiles===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahTapAdvanced-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Hier eine Liste der gespeicherten Govnah Profile.  Diese Profile bieten eine einfache Möglichkeit, um Einstellungen schnell zu verändern. Unter &amp;quot;Advanced Settings&amp;quot; ist es möglich, mehrere eigene unterschiedliche Profile anzulegen, die den eigenen Anforderungen am besten entsprechen.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Advanced Settings===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahAdvSettings2-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Dies ist eine Liste der Einstellmöglichkeiten.  Es wird wärmstens empfohlen sich darüber zu informieren, wofür diese Einstellungen stehen. Nicht alle von ihnen sind gut für die Akkulaufzeit. Die meisten Default Einstellungen sind eine Mischung zwischen Laufzuei. Die wichtigtste ist &amp;quot;CPU Frequency&amp;quot;.  Bitte jetzt antippen.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===CPU Frequenz===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahCPUFreq-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Beim ersten Booten des Pre/Pixi nach der Installation von Govnah und UberKernel, wird das Handy auf 600MHz laufen.  So stellt man es auf 800MHz:  Wähle &amp;quot;800Mhz&amp;quot; bei &amp;quot;Set Speed&amp;quot; und tippe auf &amp;quot;Apply Settings&amp;quot;.  Das Handy wird jetzt sofort mit 800Mhz getaktet. Die Zurück-Geste bringt einen zurück zum &amp;quot;Advanced Settings&amp;quot; Menu.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Compressed Swap (compcache)===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:govnahCompSwap-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Compressed swap (compcache) ist einfach die Menge an RAM (memory) die komprimiert wird, wenn das benötigte RAM den verfügbaren Platz überschreitet. Einfach ausgedrückt bedeutet das, es steht mehr Speicher für Anwendungen zur Verfügung. Der Nachteil besteht in einer reduzierten Performanz des RAMs für Daten die komprimiert und unkomprimiert sind. Allerdings ist es immer noch schneller als wenn die Daten auf den internen Speicher (die &amp;quot;Festplatte&amp;quot; des Pre/Pixi) ausgelagert werden würden. Um dieses Feature zu verwenden muss man eie Menge an Speicher auswählen, die dafür zur Verfügung stehen soll und compcache enabled auf &amp;quot;ein&amp;quot; stellen. Dann auf &amp;quot;Apply&amp;quot; klicken um die Änderungen zu aktivieren. Um die Menge des zugewiesenen Speichers nachträglich zu verändern muss &amp;quot;enabled&amp;quot; auf aus gestellt werden, dann die Größe verändert und nun wieder &amp;quot;ein&amp;quot; und &amp;quot;apply&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Profil Speichern===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahPalm4Life-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Im &amp;quot;Advanced Settings&amp;quot; Menu gibt es den Button &amp;quot;Save Current Profile&amp;quot; ganz unten. Hier kann ein Name für die derzeitigen Einstellungen gewählt, und das Profil gespeichert werden.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Profil Management===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahMegaProfiles2-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Wie man sehen kann gibt es viele verschiedene Profile zum testweise auswählen, welches davon am besten für einen geeignet ist, muss man jedoch selbst herausfinden.  [http://forums.precentral.net/webos-internals/244701-govnah.html Es gibt Hinweise von anderen] welche Einstellungen für sie am besten sind, aber keine zwei Geräte sind, hauptsächlich aufgrund ihrer Benutzer, '''exakt''' gleichgut für bestimmte Einstellungen geeignet.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Governors In-Depth=&lt;br /&gt;
Übersetzung folgt noch&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
* http://www.pantz.org/software/cpufreq/usingcpufreqonlinux.html&lt;br /&gt;
* http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/index.jsp?topic=/liaai/cpufreq/TheOndemandGovernor.htm&lt;br /&gt;
* http://fasterdata.es.net/TCP-tuning/linux.html&lt;br /&gt;
* http://www.pdfgeni.com/book/Performance-analysis-of-loss-based-high-speed-TCP-congestion-control-algorithms-pdf.html - collection of documents on implementation of different IPv4 congestion control methods.&lt;br /&gt;
* http://www.mjmwired.net/kernel/Documentation/cpu-freq/governors.txt - Kernel documentation for the standard Linux CPU frequency governors&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Govnah-DE&amp;diff=11230</id>
		<title>Application:Govnah-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Govnah-DE&amp;diff=11230"/>
		<updated>2010-09-09T16:07:04Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: New page: {{application |name=Govnah |type=webOS |version=Version: 0.6.1 &amp;lt;br /&amp;gt;(23 Juli 2010) |tag=Utilities |screenshot=GovnahHome4Life-0.6.1.png |description=}}  &amp;lt;BR&amp;gt; =Zusammenfassung= [[image:Ico...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{application&lt;br /&gt;
|name=Govnah&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 0.6.1 &amp;lt;br /&amp;gt;(23 Juli 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=GovnahHome4Life-0.6.1.png&lt;br /&gt;
|description=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Zusammenfassung=&lt;br /&gt;
[[image:Icon_WebOSInternals_Govnah.png|frameless|right]]&lt;br /&gt;
Die aktuellen WebOS Kernels bieten Schnittstellen an, um verschiedene Parameter zu beeinflussen, so unter anderem auch die Taktfrequenz.  Um diese Schnittstellen zu verwenden benötigt man einen oder mehrere &amp;quot;governors&amp;quot; (&amp;quot;Steuereinheiten&amp;quot;) , ein Beispiel für einen derartigen Kernel ist der [[Application:UberKernel|UberKernel]], erhältlich über [[Preware-DE]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Zweck===&lt;br /&gt;
Die Anwendung ''Govnah'' tut zwei Dinge:&lt;br /&gt;
:* Sie erstellt einen Echtzeit-Graph of CPU Geschwindigkeit, CPU Temperatur, Speichernutzung und Systemlast.&lt;br /&gt;
:* Bereitstellung von Mechanismen um die veränderbaren Parameter des Kernels zu beeinflussen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Governor Beispiel &amp;quot;aus dem echten Leben&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
Der Uber-Kernel bietet einen &amp;quot;governor&amp;quot; namens ''on-demand''.  Dieser lastabhängige Governor verringert oder erhöht die Taktfrequenz basierend auf der aktuellen CPU Last. &lt;br /&gt;
&lt;br /&gt;
Der ''on-demand'' Governor bietet Govnah die folgenden Parameter zur Veränderung an:&lt;br /&gt;
:* scaling_max_freq - Maximalfrequenz unter Vollast.&lt;br /&gt;
:* scaling_min_freq - Minimalfrequenz.&lt;br /&gt;
:* sampling_rate - In welchen Zeitabständen (in Milisekunden) soll der Kernel die Systemlast überprüfen? Üblich sind Werte von 10000 oder höher.&lt;br /&gt;
:* up_threshold &lt;br /&gt;
:* ignore_nice_load&lt;br /&gt;
:* powersave_bias&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Jeder &amp;quot;Governor&amp;quot; des Kernels berichtet an ''Govnah'' welche Parameter ihm zur Verfügung stehen und welche Werte jeweils erlaubt sind. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Vorhandene Governors===&lt;br /&gt;
&lt;br /&gt;
Derzeit sind folgende Governors im Uber-Kernel vorhanden und werden von Govnah unterstützt: &lt;br /&gt;
:* On-demand - siehe oben. &lt;br /&gt;
:* Conservative - das Gegenteil von On-Demand, Taktfrequenz nimmt relativ zur CPU Last ab&lt;br /&gt;
:* Userspace - sets the CPU speed to a defined rate as chosen by LunaSysMgr&lt;br /&gt;
:* powersave - setzt die Taktfrequenz auf den bei Min Frequenz eingestellten Wert&lt;br /&gt;
:* performance - setzt die Taktfrequenz auf den bei Max Frequenz eingestellten Wert&lt;br /&gt;
:* screenstate - Läuft auf eingestellter Min Frequenz wenn Bildschirm aus, auf eingestellter Max Frequenz wenn Bildschirm ein&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Installation=&lt;br /&gt;
Diese Anleitung für das Palm Pre/Pre+ beruht darauf, dass noch der Original Kernel und keine Übertaktungs-Patches installiert sind.&lt;br /&gt;
&lt;br /&gt;
#Im Hauptscreen von Preware &amp;quot;Gov&amp;quot; eintippen und Enter drücken.&lt;br /&gt;
#&amp;quot;Govnah&amp;quot; auswählen, &amp;quot;Install&amp;quot; drücken&lt;br /&gt;
#Im Hauptscreen &amp;quot;uber&amp;quot; eintippen und enter drücken.&lt;br /&gt;
#&amp;quot;[[Application:UberKernel|UberKernel (Palm Pre/Pre+)]]&amp;quot; auswählen und &amp;quot;Install&amp;quot; drücken&lt;br /&gt;
#Die Anweisungen zum Neustart befolgen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Kurzanleitung=&lt;br /&gt;
===Wie gehts los?===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahTapProfile-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Um anzufangen, auf &amp;quot;Profil&amp;quot; klicken.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Profiles===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahTapAdvanced-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Hier eine Liste der gespeicherten Govnah Profile.  Diese Profile bieten eine einfache Möglichkeit, um Einstellungen schnell zu verändern. Unter &amp;quot;Advanced Settings&amp;quot; ist es möglich, mehrere eigene unterschiedliche Profile anzulegen, die den eigenen Anforderungen am besten entsprechen.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Advanced Settings===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahAdvSettings2-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Dies ist eine Liste der Einstellmöglichkeiten.  Es wird wärmstens empfohlen sich darüber zu informieren, wofür diese Einstellungen stehen. Nicht alle von ihnen sind gut für die Akkulaufzeit. Die meisten Default Einstellungen sind eine Mischung zwischen Laufzuei. Die wichtigtste ist &amp;quot;CPU Frequency&amp;quot;.  Bitte jetzt antippen.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===CPU Frequenz===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahCPUFreq-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Beim ersten Booten des Pre/Pixi nach der Installation von Govnah und UberKernel, wird das Handy auf 600MHz laufen.  So stellt man es auf 800MHz:  Wähle &amp;quot;800Mhz&amp;quot; bei &amp;quot;Set Speed&amp;quot; und tippe auf &amp;quot;Apply Settings&amp;quot;.  Das Handy wird jetzt sofort mit 800Mhz getaktet. Die Zurück-Geste bringt einen zurück zum &amp;quot;Advanced Settings&amp;quot; Menu.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Compressed Swap (compcache)===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:govnahCompSwap-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Compressed swap (compcache) ist einfach die Menge an RAM (memory) die komprimiert wird, wenn das benötigte RAM den verfügbaren Platz überschreitet. Einfach ausgedrückt bedeutet das, es steht mehr Speicher für Anwendungen zur Verfügung. Der Nachteil besteht in einer reduzierten Performanz des RAMs für Daten die komprimiert und unkomprimiert sind. Allerdings ist es immer noch schneller als wenn die Daten auf den internen Speicher (die &amp;quot;Festplatte&amp;quot; des Pre/Pixi) ausgelagert werden würden. Um dieses Feature zu verwenden muss man eie Menge an Speicher auswählen, die dafür zur Verfügung stehen soll und compcache enabled auf &amp;quot;ein&amp;quot; stellen. Dann auf &amp;quot;Apply&amp;quot; klicken um die Änderungen zu aktivieren. Um die Menge des zugewiesenen Speichers nachträglich zu verändern muss &amp;quot;enabled&amp;quot; auf aus gestellt werden, dann die Größe verändert und nun wieder &amp;quot;ein&amp;quot; und &amp;quot;apply&amp;quot;.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Profil Speichern===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahPalm4Life-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Im &amp;quot;Advanced Settings&amp;quot; Menu gibt es den Button &amp;quot;Save Current Profile&amp;quot; ganz unten. Hier kann ein Name für die derzeitigen Einstellungen gewählt, und das Profil gespeichert werden.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Profil Management===&lt;br /&gt;
{| Width=&amp;quot;61%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:GovnahMegaProfiles2-0.6.1.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Wie man sehen kann gibt es viele verschiedene Profile zum testweise auswählen, welches davon am besten für einen geeignet ist, muss man jedoch selbst herausfinden.  [http://forums.precentral.net/webos-internals/244701-govnah.html Es gibt Hinweise von anderen] welche Einstellungen für sie am besten sind, aber keine zwei Geräte sind, hauptsächlich aufgrund ihrer Benutzer, '''exakt''' gleichgut für bestimmte Einstellungen geeignet.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Governors In-Depth=&lt;br /&gt;
Übersetzung folgt noch&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
* http://www.pantz.org/software/cpufreq/usingcpufreqonlinux.html&lt;br /&gt;
* http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/index.jsp?topic=/liaai/cpufreq/TheOndemandGovernor.htm&lt;br /&gt;
* http://fasterdata.es.net/TCP-tuning/linux.html&lt;br /&gt;
* http://www.pdfgeni.com/book/Performance-analysis-of-loss-based-high-speed-TCP-congestion-control-algorithms-pdf.html - collection of documents on implementation of different IPv4 congestion control methods.&lt;br /&gt;
* http://www.mjmwired.net/kernel/Documentation/cpu-freq/governors.txt - Kernel documentation for the standard Linux CPU frequency governors&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10839</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10839"/>
		<updated>2010-08-15T22:28:26Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version: 1.2.7 (9. August 2010))&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10838</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10838"/>
		<updated>2010-08-15T22:28:04Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version: 1.2.7 (9. August 2010))&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:'''Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. &lt;br /&gt;
Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10837</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10837"/>
		<updated>2010-08-15T22:27:13Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: Added Standalone Installer Instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version: 1.2.7 (9. August 2010))&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installation von Preware durch den Standalone Installer===&lt;br /&gt;
Der Installer kann hier heruntergeladen werden: [http://get.preware.org Preware Standalone Installers]. Diese Anleitung ist nur für PC oder Mac Benutzer&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
#* '''Windows Benutzer:''' &lt;br /&gt;
Wenn das Pre zum ersten Mal an den Computer angeschlossen wird, wird man dazu aufgefordert die neue Hardware zu installieren. &lt;br /&gt;
Ein Klick auf &amp;quot;Weiter&amp;quot; startet die Treiber-Installation. Eventuell kommt eine Nachricht, dass die Novacom Treiber nicht installiert werden konnten, dann einfach überspringen.&lt;br /&gt;
# Den  [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] runterladen und in das selbe Verzeichnis wie die webOS Doktor JAR Datei speichern.&lt;br /&gt;
# Preware Installer ausführen.&lt;br /&gt;
# Im Tools menu &amp;quot;Install Drivers&amp;quot; auswählen. Dies installiert dann den Palm Novacom Treiber.&lt;br /&gt;
# Wenn die Treiber installiert sind, auf Install Preware klicken. Nach Ende der Installation wird das Gerät einen Luna Neustart durchführen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware&amp;diff=10834</id>
		<title>Application:Preware</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware&amp;diff=10834"/>
		<updated>2010-08-15T12:32:00Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]]&lt;br /&gt;
This page is currently available in three languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:Preware]]&lt;br /&gt;
:[[Image:France.png]] [[Application:Preware-FR]]&lt;br /&gt;
:[[Image:Germany.png]] [[Application:Preware-DE]]&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 1.2.7 (9 Aug 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Summary=&lt;br /&gt;
&amp;lt;!--{{icon|Icon_Preware.png|float:right;}}--&amp;gt;&lt;br /&gt;
[[image:Icon_Preware.png|frameless|left]]&lt;br /&gt;
Preware is a package management application for the Palm Pre and the Palm Pixi.  Preware allows the user to install any package from any of the open standard package repositories on preware.org (or any other location that hosts an open standard package repository).  Preware relies on a custom written service developed from community research which allows the mojo app to talk to the built-in ipkg tool.&lt;br /&gt;
&lt;br /&gt;
This application was the result of extensive community-based design in [[IPKG Service]] and [[Preware Design]].&lt;br /&gt;
&lt;br /&gt;
For application management, Preware can access more applications, and has more features, than any other on-device package installer.&lt;br /&gt;
&lt;br /&gt;
And since it is open source, and has a completely open development process supported by a team of world-class WebOS Internals developers, it will continue to get better much faster than any other package management application.&lt;br /&gt;
&lt;br /&gt;
Preware is the open application installer that has been written specifically to support a homebrew ecosystem where any developer can upload any application to any submission site, and that application can then be installed by any user.  Developers no longer need to upload their applications to multiple submission sites, and users are no longer excluded from accessing applications from any open standard package repository.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Key Features===&lt;br /&gt;
Install / Remove / Update:&lt;br /&gt;
*Homebrew Applications including advanced applications with special requirements.  &lt;br /&gt;
*WebOS Themes&lt;br /&gt;
*Patches&lt;br /&gt;
*webOS Kernels&lt;br /&gt;
*Palm App Catalog Applications&lt;br /&gt;
*Support for installation of signed packages&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Status===&lt;br /&gt;
Preware has been upgraded to release status, and is no longer considered beta. &lt;br /&gt;
&lt;br /&gt;
Some milestones worth mentioning in Preware's history include:&lt;br /&gt;
&lt;br /&gt;
* Since 27 August 2009 it is the only over-the-air installer for the palm capable of installing advanced palm applications such as the [[On_Screen_Keyboard|On Screen Keyboard]] or the terminal application.&lt;br /&gt;
* Since 27 August 2009 it is the only application supporting installation from all existing palm homebrew feeds.  &lt;br /&gt;
* Since 17 September 2009 it also supports installation of themes. &lt;br /&gt;
* Since 8 October 2009 it also supports installation of webOS patches.&lt;br /&gt;
* Since 12 Jan 2010 it also supports all Palm App Catalog feeds.&lt;br /&gt;
* Since 3 May 2010 it also supports installation of webOS custom kernels.&lt;br /&gt;
* Since 20 July 2010 it also supports installation of packages from URLs and local files.&lt;br /&gt;
* Since 24 July 2010 is also supports blacklisting packages and authors.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===License===&lt;br /&gt;
Please be aware that org.webosinternals.preware is licensed under the [http://www.gnu.org/licenses/gpl-2.0.html GPLv2].&lt;br /&gt;
&lt;br /&gt;
Code from Preware cannot be used by a closed source application.  If you want to use them in a non-GPLv2 but otherwise open source application, please contact the [mailto:support@webos-internals.org authors].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Installing Preware=&lt;br /&gt;
&lt;br /&gt;
There are three supported methods for installing Preware: WebOS Quick Install, Stand Alone Installers, and Command Line. &lt;br /&gt;
&lt;br /&gt;
You do not need to access the Linux command line or &amp;quot;root your Pre&amp;quot; to install or use Preware.&lt;br /&gt;
&lt;br /&gt;
You ''cannot'' use fileCoaster, or PreLoad, or PreUpdate to install or update Preware.  Those tools are unable to operate correctly on advanced homebrew packages.&lt;br /&gt;
&lt;br /&gt;
If you are a developer who uses the Palm emulator, you should know that Preware works just as well on the Emulator as it does on a real device, and is installed in exactly the same way.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Installing Preware with WebOS Quick Install===&lt;br /&gt;
You can use version 3.14 or later of [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install] to install Preware directly from the WebOS Internals feed.&lt;br /&gt;
&lt;br /&gt;
'''Latest Version of WebOS Quick Install available here: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Install the required Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Click here] to verify that you have the latest java installed on your computer and update if needed&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Click here] to download the current webOS Doctor for your carrier and phone in a subdirectory your will remember (maybe &amp;quot;Palm&amp;quot;?).  If you already have it, skip this step.&lt;br /&gt;
##* '''Do not run the webOS Doctor'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Click Here] to download the latest version of WebOS Quick Install&lt;br /&gt;
# Put your device in [[Getting started|Developer Mode]]&lt;br /&gt;
# Connect your device to your computer with the USB cable, and select &amp;quot;Just Charge&amp;quot; (do not select USB Drive)&lt;br /&gt;
# Run WebOS Quick Install&lt;br /&gt;
# Click the third button on the right (Blue Down Arrow)&lt;br /&gt;
# Choose WebOS Internals Feed (Pre) or WebOS Internals Feed (Pixi) from the drop-down list at the top. &lt;br /&gt;
# Select ''Preware'' from the list.  &lt;br /&gt;
# Click Download.&lt;br /&gt;
# Click Close.&lt;br /&gt;
# Click Install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Installing Preware with the Standalone Installer===&lt;br /&gt;
Preware installers can be downloaded here: [http://get.preware.org Preware Standalone Installers]. These instructions are currently only for Mac and PC users.&lt;br /&gt;
&lt;br /&gt;
# Install the required software.&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Click here] to verify that you have the latest version of Java installed on your computer and update it if needed.&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Click here] to download the current webOS Doctor for your carrier and phone in a subdirectory you will remember (maybe &amp;quot;Palm&amp;quot;?). If you already have it, skip this step.&lt;br /&gt;
##* '''Do not run the webOS Doctor.'''&lt;br /&gt;
# Put your device into [[Getting started|Developer Mode]].&lt;br /&gt;
#* '''Windows users:''' When connecting your device to the computer for the first time, you will be prompted to install new hardware. Click Next to start the device installation. You may get a message regarding Novacom drivers not being installed. If so, you can disregard it. Once your device is installed, proceed with the Preware installation.&lt;br /&gt;
# Download the [http://get.preware.org/PrewareInstaller-1.1.0.jar Preware Standalone Installer] and place it in the same directory as the webOS Doctor .jar file.&lt;br /&gt;
# Run the Preware Installer.&lt;br /&gt;
# Click on the Tools menu and choose Install Drivers. This will install the Palm Novacom drivers for webOS devices.&lt;br /&gt;
# Once the drivers have finished installing, click on Install Preware. After Preware is installed, your device will be unresponsive for a few seconds while Luna restarts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Installing Preware from the Commandline===&lt;br /&gt;
If you have access to the command line of your webOS Device or emulator using Terminal, Novaterm, the &amp;quot;Linux Commandline&amp;quot; in WebOS Quick Install, or other techniques, you can install Preware by typing three lines. This technique is always the shortest and in many ways the simplest, but if you are in any way unsure of operating at the Linux command line, please use either of the methods described above. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Updating Preware===&lt;br /&gt;
To update Preware, simply use Preware.&lt;br /&gt;
&lt;br /&gt;
Note that you cannot use fileCoaster, or PreLoad, or PreUpdate to install or update Preware.  Those tools are unable to operate correctly on advanced homebrew packages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Removing Preware===&lt;br /&gt;
''Why would you ever want to remove Preware?''&lt;br /&gt;
&lt;br /&gt;
To remove Preware, hold the Orange button on your keypad and choose Preware from the Launcher. Choose Delete.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Usage=&lt;br /&gt;
&lt;br /&gt;
===Preferences===&lt;br /&gt;
{| Width=&amp;quot;70%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:Preferences.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|You can select preferences in the top left corner of the Pre to bring up the preferences screen.  On the Preferences screen you can specify the look of the application, the frequency that feeds are updated, and what Preware will show you by default.&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#F9F9F9;border:1px outset;&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|TIP:&lt;br /&gt;
|-&lt;br /&gt;
|To make it easier to find things, set &amp;quot;Show Available Types&amp;quot; to yes.  This will show separate categories (Applications/Themes/Patches/etc.) rather than show everything in one long list.&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Feed Management===&lt;br /&gt;
{| Width=&amp;quot;70%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:Preware_feeds.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|In the preferences section on the top bar on the right side is a button that takes you to the feeds screen.  On the feeds screen you can select which feeds are loaded and which ones are not. Simply select the on or off button for that feed. (If you are not interested in themes you can disable the two feeds for themes to speed up the updating of feeds) Preware comes with the following feeds by default (some are disabled by default, but are easily enabled if desired). &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#FFFFE0;&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; Border=&amp;quot;1&amp;quot;&lt;br /&gt;
|align=&amp;quot;center&amp;quot; colspan=&amp;quot;4&amp;quot; | '''Default Feeds'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-beta/ Palm Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-beta-updates Palm Beta Updates]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-catalog/ Palm Catalog]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-catalog-updates/ Palm Catalog Updates]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-web-updates/ Palm Web]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/palm-web-updates/ Palm Web Updates]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/precentral-themes/ PreCentral]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/precentral-themes/ PreCentral Themes]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/webos-internals/ WebOS Internals]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/optware/ Optware]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/webos-patches/ WebOS Patches]&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | [http://ipkg.preware.org/feeds/webos-kernels/ WebOS Kernels]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color:black; background-color:#F9F9F9;border:1px outset;&amp;quot; VAlign=&amp;quot;middle&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; Width=&amp;quot;70%&amp;quot;&lt;br /&gt;
|align=&amp;quot;center&amp;quot; | See [[Testing Feeds]] for detailed instructions on adding custom feeds.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Package Updates===&lt;br /&gt;
{| Width=&amp;quot;70%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:UpdateFeeds.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|To update feeds, simply select &amp;quot;Update Feeds&amp;quot; from the Application Menu.  Preware will download the package list information from your enabled feeds.  After processing the data, you will be back at the main list of available items.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Installing Packages===&lt;br /&gt;
{| Width=&amp;quot;70%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:SelectApp.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|There are a few ways to select and install a &amp;quot;package&amp;quot; (application/patch/theme/etc.).  Using &amp;quot;List of Everything&amp;quot; would be the simplest.&lt;br /&gt;
#Find the package you want to install either by scrolling and tapping on it, or just start typing&lt;br /&gt;
#Tap the &amp;quot;Install&amp;quot; button that the bottom of the package's page to install.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing Packages===&lt;br /&gt;
{| Width=&amp;quot;70%&amp;quot; VAlign=&amp;quot;top&amp;quot;&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|[[image:RemoveAppTap.png|160px|frameless|left|text-top]]&lt;br /&gt;
|valign=&amp;quot;top&amp;quot;|Removing a package is just as easy.&lt;br /&gt;
#On the main screen, tap &amp;quot;Installed Packages&amp;quot;, then the category of the package you want to remove&lt;br /&gt;
#Tap the Package you want to remove&lt;br /&gt;
#Tap the &amp;quot;Remove&amp;quot; button that the bottom of the package's page.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
=== Applications ===&lt;br /&gt;
=== Themes ===&lt;br /&gt;
=== Patches ===&lt;br /&gt;
=== Installed Packages ===&lt;br /&gt;
=== List of Everything ===&lt;br /&gt;
=== Saved Package List ===&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Operating notes =&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
No known limitations.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
===Known bugs===&lt;br /&gt;
*When selecting a patch with dependencies, if you view those dependencies then install them, when Preware returns you to the original patch's screen it will still have the 'install' button showing even though it is installed successfully.  Swiping back and returning will show the correct status.&lt;br /&gt;
&lt;br /&gt;
*The Update All button can get confused if there are patches with complex dependencies.  This will be fixed in a future version.&lt;br /&gt;
&lt;br /&gt;
*If updates to App Catalog applications are pending, they will be silently skipped when using the Update All button.&lt;br /&gt;
&lt;br /&gt;
*The Updates feature from the regular Palm Launcher, may claim that application updates are needed, and then when the user clicks Show Updates shows the App Catalog's installed applications,  there are none shown that need updating.   This isn't as expected.  This is because an app that was previously only in Preware has now migrated to the Palm Catalog.  Don't worry, your apps are up to date (with the possible exception of the one with the conflict.)  This is not a bug in Preware per se' but an app version conflict because the app is in both the Palm Catalog and also in Homebrew.  Notice that you don't need to remove Preware to install the app from the official catalog, but simply disable the feed in Preware then &amp;quot;update feeds&amp;quot; to refresh the list then it should install fine from the official app catalog.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Changelog=&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
For those interested, the full Changelog can be [http://git.webos-internals.org/?p=applications/preware.git;a=tags found here].  Listed below is the Changelog since the 1.0 milestone.&lt;br /&gt;
&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
;1.2.7&lt;br /&gt;
* Fixed the Install Package problem when running on the emulator.&lt;br /&gt;
&lt;br /&gt;
;1.2.6&lt;br /&gt;
* Remove most of the curl download progress messages from the ipkg log (this fixes a buffer overrun crash).&lt;br /&gt;
&lt;br /&gt;
;1.2.5&lt;br /&gt;
* Added Ask At Launch option to update preference.&lt;br /&gt;
* Added Blacklist support.&lt;br /&gt;
* German Translation updates.&lt;br /&gt;
* Fixed update banner problem.&lt;br /&gt;
* Fixed package with too many dependent packages problem.&lt;br /&gt;
&lt;br /&gt;
;1.2.4&lt;br /&gt;
* Added support for MinWebOSVersion, DeviceCompatibility and PreActionMessage package attributes.&lt;br /&gt;
&lt;br /&gt;
;1.2.3&lt;br /&gt;
* Enable the Install Package feature to also work for incorrectly formatted filenames.&lt;br /&gt;
&lt;br /&gt;
;1.2.1&lt;br /&gt;
* Robustified the Install Package feature - will now run post-install scripts for all correctly formatted filenames (packageid_version_arch.ipk).&lt;br /&gt;
&lt;br /&gt;
;1.2.0&lt;br /&gt;
* Added Install Package functionality, allowing installation of packages from URLs and local files.&lt;br /&gt;
* Moved Saved Package List from the main screen to the app menu.&lt;br /&gt;
&lt;br /&gt;
;1.1.7&lt;br /&gt;
* Added support for Kernel Modules.&lt;br /&gt;
&lt;br /&gt;
;1.1.5&lt;br /&gt;
* Use a gentler reboot procedure to allow open files to be flushed to disk.&lt;br /&gt;
&lt;br /&gt;
;1.1.4&lt;br /&gt;
* Fixed hang on package download failures.&lt;br /&gt;
&lt;br /&gt;
;1.1.2 &lt;br /&gt;
*Added support for the ENABLE_TESTING_FEEDS Meta-Doctor feature.&lt;br /&gt;
*Removed the tag line about eventually reaching 1.0.&lt;br /&gt;
*Minor French translation updates, courtesy of Yannick LE NY.&lt;br /&gt;
&lt;br /&gt;
;1.1.1&lt;br /&gt;
*Added languages field in package descriptions. &lt;br /&gt;
*Added preference to only show packages with English descriptions.&lt;br /&gt;
&lt;br /&gt;
;1.1.0&lt;br /&gt;
*Now defaults (selectable by a preference option) to using an alternative installation method to avoid the webOS 1.4 rescan bug which closes and stops notifications from your phone, email and messaging applications. &lt;br /&gt;
*Updated German and French translations.&lt;br /&gt;
*Fixed deletion of disabled feeds. &lt;br /&gt;
*Added service version number to the ipkgservice API. Robustified the service upgrade process.&lt;br /&gt;
&lt;br /&gt;
;1.0.0&lt;br /&gt;
*The Package Manager Service has been rewritten in C and incorporated into this single Preware package.&lt;br /&gt;
*Installing Preware 1.0.0 will remove the Package Manager Service as the last step of the upgrade process.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
=Repository=&lt;br /&gt;
Preware and the Package Manager Service are housed in the applications/preware git repository at http://git.webos-internals.org/&lt;br /&gt;
&lt;br /&gt;
For commit permission to the open source project, contact rwhitby on #webos-internals or email [mailto:support@webos-internals.org support@webos-internals.org]&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10833</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10833"/>
		<updated>2010-08-15T12:30:37Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version:Preware - Version: 1.2.7 (9. August 2010))&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10832</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10832"/>
		<updated>2010-08-15T12:28:32Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Note : this page/article is the german translation of the installation section of the english wiki page [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite [[Application:Preware]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 1.1.0 &amp;lt;br /&amp;gt;(22 Mai 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10831</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10831"/>
		<updated>2010-08-15T12:25:04Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Note : this page/article is the german translation of the installation section of the english wiki page http://www.webos-internals.org/index.php?title=Application:Preware'''&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite http://www.webos-internals.org/index.php?title=Application:Preware&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 1.1.0 &amp;lt;br /&amp;gt;(22 Mai 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-14-a.html WebOS Quick Install v3.14]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# Sicherstellen, dass sich WebOS Doctor und QuickInstall im selben Verzeichnis befinden, dann WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware&amp;diff=10092</id>
		<title>Application:Preware</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware&amp;diff=10092"/>
		<updated>2010-05-28T10:48:14Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 1.1.0 &amp;lt;br /&amp;gt;(22 May 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
&lt;br /&gt;
== Summary == &lt;br /&gt;
{{icon|Icon_Preware.png|float:right;}}&lt;br /&gt;
Preware is a package management application for the Palm Pre and the Palm Pixi.  Preware allows the user to install any package from any of the open standard package repositories on preware.org (or any other location that hosts an open standard package repository).  Preware relies on a custom written service developed from community research which allows the mojo app to talk to the built-in ipkg tool.&lt;br /&gt;
&lt;br /&gt;
This application was the result of extensive community-based design in [[IPKG Service]] and [[Preware Design]].&lt;br /&gt;
&lt;br /&gt;
For application management, Preware can access more applications, and has more features, than any other on-device package installer.&lt;br /&gt;
&lt;br /&gt;
And since it is open source, and has a completely open development process supported by a team of world-class WebOS Internals developers, it will continue to get better much faster than any other package management application.&lt;br /&gt;
&lt;br /&gt;
Preware is the open application installer that has been written specifically to support a homebrew ecosystem where any developer can upload any application to any submission site, and that application can then be installed by any user.  Developers no longer need to upload their applications to multiple submission sites, and users are no longer excluded from accessing applications from any open standard package repository.&lt;br /&gt;
&lt;br /&gt;
=== Key Features ===&lt;br /&gt;
&lt;br /&gt;
* Install / Remove / Update Homebrew Applications including advanced applications with special requirements.  &lt;br /&gt;
* Install / Remove / Update WebOS Themes&lt;br /&gt;
* Install / Remove / Update WebOS Patches&lt;br /&gt;
* Install / Remove / Update WebOS Kernels&lt;br /&gt;
* Install / Remove / Update Palm App Catalog Applications&lt;br /&gt;
* Support for installation of signed packages&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
=== Preferences === &lt;br /&gt;
&lt;br /&gt;
[[Image:Preferences.png|160px|bottom]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You can select preferences in the top left corner of the pre to bring up the preferences screen.  On the Preferences screen you can specify the look of the application, the frequency that feeds are updated, and what Preware will show you by default. &lt;br /&gt;
&lt;br /&gt;
=== Feed Management ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Preware_ss9.png|160px|bottom]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In the preferences section on the top bar on the right side is a button that takes you to the feeds screen.  On the feeds screen you can select which feeds are loaded and which ones are not. Simply select the on or off button for that feed. (If you are not interested in themes you can disable the two feeds for themes to speed up the updating of feeds) Preware comes with the following feeds by default (some are disabled by default, but are easily enabled if desired). &lt;br /&gt;
&lt;br /&gt;
* Optware&lt;br /&gt;
* Palm Beta&lt;br /&gt;
* Palm Beta Updates&lt;br /&gt;
* Palm Catalog&lt;br /&gt;
* Palm Catalog Updates&lt;br /&gt;
* Palm Web&lt;br /&gt;
* Palm Web Updates&lt;br /&gt;
* PreCentral&lt;br /&gt;
* PreCentral Themes&lt;br /&gt;
* PreThemer&lt;br /&gt;
* WebOS Internals&lt;br /&gt;
* WebOS Kernels&lt;br /&gt;
* WebOS Patches&lt;br /&gt;
&lt;br /&gt;
====Adding Custom Feeds====&lt;br /&gt;
&lt;br /&gt;
See [[Testing Feeds]] for custom feed instructions.&lt;br /&gt;
&lt;br /&gt;
=== Package Updates ===&lt;br /&gt;
=== Applications ===&lt;br /&gt;
=== Themes ===&lt;br /&gt;
=== Patches ===&lt;br /&gt;
=== Installed Packages ===&lt;br /&gt;
=== List of Everything ===&lt;br /&gt;
=== Saved Package List ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
This is beta software.  Even so:&lt;br /&gt;
&lt;br /&gt;
* Since 27 August 2009 it is the only over-the-air installer for the palm capable of installing advanced palm applications such as the [[On_Screen_Keyboard|on screen keyboard]] or the terminal application.&lt;br /&gt;
* Since 27 August 2009 it is the only application supporting installation from all existing palm homebrew feeds.  &lt;br /&gt;
* Since 17 September 2009 it also supports installation of themes. &lt;br /&gt;
* Since 8 October 2009 it also supports installation of webos patches.&lt;br /&gt;
* Since 12 Jan 2010 it also supports all Palm App Catalog feeds.&lt;br /&gt;
* Since 3 May 2010 is also supports installation of webos custom kernels.&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
Please be aware that org.webosinternals.preware is licensed under the GPLv2.&lt;br /&gt;
&lt;br /&gt;
They cannot be used by a closed source application.  If you want to use them in a non-GPLv2 but otherwise open source application, please contact the authors.&lt;br /&gt;
&lt;br /&gt;
== Operating notes ==&lt;br /&gt;
&lt;br /&gt;
=== Limitations ===&lt;br /&gt;
&lt;br /&gt;
No known limitations.&lt;br /&gt;
&lt;br /&gt;
=== Known bugs ===&lt;br /&gt;
&lt;br /&gt;
*When selecting a patch with dependencies, if you view those dependencies then install them, when Preware returns you to the original patch's screen it will still have the 'install' button showing even though it is installed successfully.  Swiping back and returning will show the correct status.&lt;br /&gt;
&lt;br /&gt;
*The Update All button can get confused if there are patches with complex dependencies.  This will be fixed in a future version.&lt;br /&gt;
&lt;br /&gt;
*If updates to App Catalog applications are pending, they will be silently skipped when using the Update All button.&lt;br /&gt;
&lt;br /&gt;
*The Updates feature from the regular Palm Launcher, may claim that application updates are needed, and then when the user clicks Show Updates shows the App Catalog's installed applications,  there are none shown that need updating.   This isn't as expected.  This is because an app that was previously only in Preware has now migrated to the Palm Catalog.  Don't worry, your apps are up to date (with the possible exception of the one with the conflict.)  Not a bug in Preware per se' but an app version conflict because the app is in both the Palm Catalog and also in Homebrew.  Notice that you don't need to remove preware to install the app from the official catalog, but simply disable the feed in preware then &amp;quot;update feeds&amp;quot; to refresh the list then it should install fine from the official app catalog.&lt;br /&gt;
&lt;br /&gt;
*In the Manage Feeds scene, feeds do not delete when they are turned off. For now, toggle them ON and then swipe delete.&lt;br /&gt;
&lt;br /&gt;
== Installing Preware ==&lt;br /&gt;
&lt;br /&gt;
You do not need to access the Linux command line or &amp;quot;root your Pre&amp;quot; to install or use Preware.&lt;br /&gt;
&lt;br /&gt;
Please use version 3.12 or later of the [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-12-a.html WebOS Quick Install] tool to install the Preware application directly from the WebOS Internals feed.&lt;br /&gt;
&lt;br /&gt;
Note that you cannot use fileCoaster, or PreLoad, or PreUpdate to install or update Preware.  Those tools are unable to operate correctly on advanced homebrew packages.&lt;br /&gt;
&lt;br /&gt;
You need to have your Pre in [[Getting started|developer mode]] when using WebOS Quick Install for the very first installation of Preware.  Once you have Preware correctly installed, you never need to use [[Getting started|developer mode]] again with Preware (it does the required steps in the background for you whenever it needs to).&lt;br /&gt;
&lt;br /&gt;
Note that Preware works just as well on the Emulator as it does on a real device, and is installed in exactly the same way.&lt;br /&gt;
&lt;br /&gt;
=== Installing Preware with WebOS Quick Install ===&lt;br /&gt;
'''Latest Version of WebOS Quick Install available here: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-12-a.html WebOS Quick Install v3.12]'''&lt;br /&gt;
&lt;br /&gt;
# Install the required Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Click here] to verify that you have the latest java installed on your computer and update if needed&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Click here] to download the current webOS Doctor for your carrier and phone in a subdirectory your will remember (maybe &amp;quot;Palm&amp;quot;?).  If you already have it, skip this step.&lt;br /&gt;
##* '''Do not run the webOS Doctor'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Click Here] to download the latest version of WebOS Quick Install&lt;br /&gt;
# Put your device in [[Getting started|Developer Mode]]&lt;br /&gt;
# Run WebOS Quick Install&lt;br /&gt;
# Click the third button on the right (Blue Down Arrow)&lt;br /&gt;
# Choose WebOS Internals Feed (Pre) or WebOS Internals Feed (Pixi) from the dropdown list at the top. &lt;br /&gt;
# Select ''Preware'' from the list.  &lt;br /&gt;
# Click Download.&lt;br /&gt;
# Click Close.&lt;br /&gt;
# Click Install.&lt;br /&gt;
&lt;br /&gt;
=== Installing Preware from Terminal, Novaterm or WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Really, unless you *really* know what you are doing, you should use the normal WebOS Quick Install installation instructions above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updating ===&lt;br /&gt;
&lt;br /&gt;
To update Preware, simpy use Preware.&lt;br /&gt;
&lt;br /&gt;
Note that you cannot use fileCoaster, or PreLoad, or PreUpdate to install or update Preware.  Those tools are unable to operate correctly on advanced homebrew packages.&lt;br /&gt;
&lt;br /&gt;
=== Removal ===&lt;br /&gt;
&lt;br /&gt;
''Why would you ever want to remove Preware?''&lt;br /&gt;
&lt;br /&gt;
To remove Preware, use WebOS Quick Install's Device Management page and unselect the Preware application.&lt;br /&gt;
&lt;br /&gt;
=== Recent enhancements ===&lt;br /&gt;
&lt;br /&gt;
1.1.0: Now defaults (selectable by a preference option) to using an alternative installation method to avoid the webOS 1.4 rescan bug which closes and stops notifications from your phone, email and messaging applications. Updated German and French translations. Fixed deletion of disabled feeds. Added service version number to the ipkgservice API. Robustified the service upgrade process.&lt;br /&gt;
&lt;br /&gt;
1.0.0:  The Package Manager Service has been rewritten in C and incorporated into this single Preware package.  Installing Preware 1.0.0 will remove the Package Manager Service as the last step of the upgrade process.&lt;br /&gt;
&lt;br /&gt;
0.9.38: Robustified the scanning of unknown packages, with the hope of preventing hangs. Added the ability to swipe delete items from the Saved Package List. Disabled the app catalog and themes feeds on first installation, but kept palm update feeds enabled. Added prerm conditionals to assist an easy transition from Preware Alpha back to Preware 1.0. Added support for the webos-kernels feed.&lt;br /&gt;
&lt;br /&gt;
0.9.36: Added searching from the main screen. Added the ability to email an IPKG Log. Added warning message for custom feed additions, and robustified the feed management page. Added support for kernel packages.&lt;br /&gt;
&lt;br /&gt;
0.9.35: Added Saved Package List functionality for saving and restoring your list of installed packages. Updated German translations, courtesy of Markus Leutwyler (swisstomcat). Restricted new feed names to lower case characters for consistency.&lt;br /&gt;
&lt;br /&gt;
0.9.33: Restricted input character set for new custom feed names. Fixed javascript timeout problem with large feeds.&lt;br /&gt;
&lt;br /&gt;
0.9.31: Renamed Fix Unknown Types to Scan Unknown Packages, and now reports the id of the package being scannned.&lt;br /&gt;
&lt;br /&gt;
0.9.30: Now chooses the correct information to display for packages in multiple feeds.&lt;br /&gt;
&lt;br /&gt;
0.9.29: Added option to search package descriptions instead of just the titles. Integrated Luna Manager into Preware, find it in the app menu.&lt;br /&gt;
&lt;br /&gt;
0.9.28: Added support for displaying the countries for which an application is released.&lt;br /&gt;
&lt;br /&gt;
0.9.27: Fixed a serious bug in update subscription handling. Now hides the price sort option when none of the loaded packages have any prices.&lt;br /&gt;
&lt;br /&gt;
0.9.26: Fixed a bug in App Catalog background operation detection.&lt;br /&gt;
&lt;br /&gt;
0.9.25: Added a preference to only show free applications.&lt;br /&gt;
&lt;br /&gt;
0.9.24: Added protection against App Catalog installs clobbering the ipkg status file.&lt;br /&gt;
&lt;br /&gt;
0.9.23: Spanish translations added, courtesy of Ángel Prada (Malakun).&lt;br /&gt;
&lt;br /&gt;
0.9.22: Italian translations added, courtesy of Federico Pietta (Darkmagister).&lt;br /&gt;
&lt;br /&gt;
0.9.21: German translations added, courtesy of Volker Zota (DocZet) and Thomas Linden (debilator).&lt;br /&gt;
&lt;br /&gt;
0.9.20: Fixed an error in the French support which prevented Preware from loading.&lt;br /&gt;
&lt;br /&gt;
0.9.19: Localization support and French translations added, courtesy of Yannick LE NY. Fixed the OnFeeds split error, caused by zero length feed config files. Now continues to load the package feeds after an update error.&lt;br /&gt;
&lt;br /&gt;
0.9.18: Added second line options for feed, price &amp;amp; feed, and price &amp;amp; version &amp;amp; feed.  Added reporting of each feed index file as it is being downloaded.&lt;br /&gt;
&lt;br /&gt;
0.9.16: Removed the partial app limit fix (obsolete as of webOS 1.3.5)&lt;br /&gt;
&lt;br /&gt;
0.9.15: Added Palm App Catalog feeds, including price information.&lt;br /&gt;
&lt;br /&gt;
0.9.14: Added support for installation of signed packages without confirmation.&lt;br /&gt;
&lt;br /&gt;
0.9.13: Enabled the Update All button, and added support for skipping restart actions (e.g. when installing multiple patches).&lt;br /&gt;
&lt;br /&gt;
0.9.12: Fixed the recurring splash screen bug.&lt;br /&gt;
&lt;br /&gt;
0.9.11: Added a preference for enabling and disabling the fair dinkum partial app limit fix.&lt;br /&gt;
&lt;br /&gt;
0.9.10: Added support for category themes.&lt;br /&gt;
&lt;br /&gt;
0.9.9: Massive speed improvements, a fix for the theme hanging problem, and support for Pixi patching.&lt;br /&gt;
&lt;br /&gt;
0.9.8: Robustified the calls to the JSON parser to handle packages with syntax errors in appinfo.json&lt;br /&gt;
&lt;br /&gt;
0.9.7: Added a preference to enable or disable fixing the metadata for unknown type packages.&lt;br /&gt;
&lt;br /&gt;
0.9.6: Added the initial startup screen. Fixed the display of packages with multiple maintainers. Now loads extended appinfo and control file information for Unknown packages. Changed default list second-line to version + maintainer. No longer allows back-gestures during package operations. Multi-line package titles are now supported. Show All Packages changed to Show Available Types and now defaults to No.&lt;br /&gt;
&lt;br /&gt;
0.9.5: A package is removed if the user cancels installation.  More verbose status and error messages.  Selects appropriate webos-patches feed automatically.&lt;br /&gt;
&lt;br /&gt;
0.9.4: Added support for package dependencies.&lt;br /&gt;
&lt;br /&gt;
0.9.3: Adds the webos-patches feed, and feed management support.&lt;br /&gt;
&lt;br /&gt;
0.9.1: Adds the All category, plus other miscellaneous fixes.&lt;br /&gt;
&lt;br /&gt;
0.9.0: Now supports themes, restart flags and the new memory-reduction service methods.&lt;br /&gt;
&lt;br /&gt;
0.8.5: Massive speed improvement on loading, now supports package types and adding feeds.&lt;br /&gt;
&lt;br /&gt;
0.8.2: More preferences added and now functional, with listing and update frequency options.&lt;br /&gt;
&lt;br /&gt;
0.8.1: Preferences scene implemented. Upstart job stops on removal.&lt;br /&gt;
&lt;br /&gt;
0.8.0: Now supports Descriptions and Screenshots.&lt;br /&gt;
&lt;br /&gt;
0.7.7: Addition of ipkglog and config list, and if ipkgservice fails at start it notifies people, and if it fails after postinst it considers it complete anyways&lt;br /&gt;
&lt;br /&gt;
0.7.6: Fixed the superfluous update subscription message windows&lt;br /&gt;
&lt;br /&gt;
0.7.5: Fixed update subscription oddity.&lt;br /&gt;
&lt;br /&gt;
0.7.4: Fixed remounting of root filesystem for post-install and pre-remove scripts on the Pre.&lt;br /&gt;
&lt;br /&gt;
0.7.1: Fixed buttons and title on script view screen.&lt;br /&gt;
&lt;br /&gt;
0.7.0: Initial support for post-install and pre-remove scripts, including secure informed user consent.  Does not work properly with dependencies yet, so please install dependencies one at a time.&lt;br /&gt;
&lt;br /&gt;
0.6.7: Fixed bug in category drop-down list.&lt;br /&gt;
&lt;br /&gt;
0.6.6: Fixed bug in package size reporting.&lt;br /&gt;
&lt;br /&gt;
0.6.5: Updated icon and other graphical annotations.&lt;br /&gt;
&lt;br /&gt;
0.6.4: Categories drop-down bug fixed.  Preware category updated.&lt;br /&gt;
&lt;br /&gt;
0.6.2: Categories now work to some extent.  Still a bug in the drop down box.&lt;br /&gt;
&lt;br /&gt;
0.6.1: Sorting by name or date is now available.  Application details screen is much more organized.&lt;br /&gt;
&lt;br /&gt;
0.6.0: No user visible changes.  Preparation for the secure informed user consent functionality.&lt;br /&gt;
&lt;br /&gt;
0.5.1: Filtering is now available on the list screens.  Just start typing ...&lt;br /&gt;
&lt;br /&gt;
== Repository ==&lt;br /&gt;
&lt;br /&gt;
Preware and the Package Manager Service are housed in the applications/preware and services/ipkservice git repositories at http://git.webos-internals.org/&lt;br /&gt;
&lt;br /&gt;
For commit permission to the open source project, contact rwhitby on #webos-internals or email [[mailto:support@webos-internals.org support@webos-internals.org]]&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application_talk:Preware&amp;diff=10062</id>
		<title>Application talk:Preware</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application_talk:Preware&amp;diff=10062"/>
		<updated>2010-05-26T14:36:01Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Features and Suggestions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{box | color = #cdf |&lt;br /&gt;
This is a discussion page. Create a new topic with the '+' tab. Sign your comments using the signature button or by typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. If your suggestion reaches consensus, it may be implemented in a future version of the application.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Features and Suggestions ==&lt;br /&gt;
&lt;br /&gt;
Suggestion: Languages -- [[User:Squ33d|Squ33d]] 13:11, 19. May 2010 (CEST)&lt;br /&gt;
* Your twitter message says &amp;quot;Please replace all blog&amp;amp;forum posts about how to install Preware with a single link to http://install.preware.org/&amp;quot;. You forget completely that there are plenty of non-english speaking people, so how about some translations of this page?&lt;br /&gt;
** It's a wiki, editable and extendable by all community members - please adds translations of this page as you see fit, don't wait for someone else to do it.[[User:RodWhitby|RodWhitby]] 11:32, 19 May 2010 (UTC)&lt;br /&gt;
*** @Squ33d, as you can see here [http://www.webos-internals.org/wiki/Application:MetaDoctor-FR MetaDoctor-FR], I have translated the Meta Doctor wiki page in french. If you translate an english wiki page in an other language, please add 2 letters code language as FR here for french in the URL. And add too an header in english in the wiki article in your language, that explain if it is a translation from an other article or a new article with a little summary in english for the others translators. Squ33d, I hope that this comment can help you. Don't forget that this wiki is for all the Palm webOS community and that an article in an other than english can help one or more people in the world.[[User:Yannick56|Yannick56]] 14:00, 19 May 2010 (GMT+2)&lt;br /&gt;
**** Okay, a german translation of the installation is now available, see [http://www.webos-internals.org/wiki/Application:Preware-DE Preware-DE][[User:Squ33d|Squ33d]] 16:35, 26. May 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
Adding some suggestions... --[[User:Decimation|Decimation]] 15:14, 17 August 2009 (EST)&lt;br /&gt;
* Show a progress bar or some sort of notification of the download/installation progress of an app..it would really be nice to have some feedback after clicking install.&lt;br /&gt;
* Change the pop up dialog when an app is installed/removed... it's kinda ugly. Maybe show a notification at the bottom? That would be pretty cool.&lt;br /&gt;
** The popup dialog is temporary until the service can supply progress of the action. When there is a progress bar, the popup will no longer be needed. --[[User:Oil|oil]] 20:44, 20 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Adding some suggestions...for way into the future -- (s4mb4)&lt;br /&gt;
* a process that would hook into the notification system to notify of available updates.&lt;br /&gt;
&lt;br /&gt;
Adding some suggestions...  -- [[User:Tlp|Tlp]] 23:30, 18 August 2009 (UTC)&lt;br /&gt;
* Swipe installed applications in list to uninstall&lt;br /&gt;
** Is there a time where you want to remove multiple apps? (multiple as in more then a couple.) --[[User:Oil|oil]] 20:44, 20 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Adding some suggestions... --[[User:Decimation|Decimation]] 12:30, 20 August 2009 (EST)&lt;br /&gt;
* Adding an &amp;quot;Update All&amp;quot; button to the update menu would be cool.. convenience is key ;)&lt;br /&gt;
&lt;br /&gt;
Suggestion: --[[User:Cdjh|Cdjh]] 15:54, 30 August 2009 (UTC)&lt;br /&gt;
*Add a feature to remove all patches and modifications to webos before and webos update.  Sort of a &amp;quot;Get me ready for and update&amp;quot; button.  This would allow the user to remove all these patches such as the virtual keyboard with one button to update webos without fear.  One button to add them back after the update would be cool too&lt;br /&gt;
&lt;br /&gt;
Suggestion: [[User:StoneRyno|StoneRyno]] 21:05, 30 August 2009 (UTC)&lt;br /&gt;
*Download counts and ratings. The end of the current detail page is ok but feels more like looking at one of the technical detail scenes like the ##DEBUG# scene. I think that info can be cleaned up to look more presentable, small font size and put version last update and size in a bar near the top of the page like seen in the official app catalog.&lt;br /&gt;
&lt;br /&gt;
Suggestion: [[User:Hmagoo|Hmagoo]] 11:30, 4 September 2009 (UTC)&lt;br /&gt;
*We're in need of a workaround for the limit on installable apps via the app catalog. Preware gets around this but also, in the process, adds to the number of installed apps as seen by the App Catalog, et al.  What would be a useful feature is to be able to uninstall hunks of apps previously installed by Preware in an effort to make apps installable via the App Catalog.  This would be a temporary removal as we would desire reinstalling the homebrews after using the App Catalog.&lt;br /&gt;
**Caveats: Homebrew apps that use databases, and installed/downloaded files would not be removed without reducing their usability, So we would want to exclude on a case by case basis or with the use of flags?&lt;br /&gt;
**Preware is great in keeping track of what is installed and which version, would be great to see something like this added so that we can use the App Catalog and install piles of Homebrews. (smile)&lt;br /&gt;
&lt;br /&gt;
Bug?: Searching for numbers --[[User:smwald|smwald]] 02:05, 29 December 2009 (EST)&lt;br /&gt;
* When searching for items in preware, one is not able to search using numbers.&lt;br /&gt;
&lt;br /&gt;
Feature Request: --[[User:GrillSgt|GrillSgt]] 07:29, 5 January 2010 (UTC)&lt;br /&gt;
* Would like to be able to rate, comment and donate on themes, patches and apps through Preware, like can be done in the App Catalog.&lt;br /&gt;
&lt;br /&gt;
Feature Request: Collapse Sub-lists --[[User:Flare576|Flare576]] 18:32, 14 January 2010 (UTC)&lt;br /&gt;
* When viewing a list of apps and then sorting, you get small headings (&amp;quot;Less than $1,&amp;quot; or &amp;quot;This Week&amp;quot;).  It would be great to be able to collapse those sub-lists in order to facilitate faster list viewing.&lt;br /&gt;
&lt;br /&gt;
Feature Request: Feed Keyword Filtering --[[User:Flare576|Flare576]] 02:14, 19 January 2010 (UTC)&lt;br /&gt;
* There are certain applications and developers that I would like to be able to simply ignore.  It would be great if there was an area I could setup universal (and feed specific if you think it'd be useful) filters so that I never have to see them.  This would also be a step ahead of the appstore :)&lt;br /&gt;
&lt;br /&gt;
== Possible Bug/Suggestion ==&lt;br /&gt;
&lt;br /&gt;
The new messages during version check/feed downloading are much better at explaining what is going on. However, I still have a problem if I get a notification or switch away from Preware after I open it before it finishes downloading. All of the steps between clicking the Preware icon and loading the feeds seem to require that Preware be in the foreground and not interrupted. Once it starts loading the feeds, I can switch away with no problem, and even get the nice banner popup that tells me when the feeds are finished. Is there a way to fix this problem so that I can open preware and immediately switch to another app, without it getting stuck on version checking or updating feeds?&lt;br /&gt;
&lt;br /&gt;
I can explain the problem in more detail if this is confusing, and I can recreate it every time.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
[[User:Zinge|Zinge]] 06:38, 30 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bug- Apps Fail to install from catalog ==&lt;br /&gt;
&lt;br /&gt;
I am the developer from Engine Equals Car. Our app Media Remote will not install from the app catalog if you have preware installed. People who can work on this can contact me at support@engineequalscar.com&lt;br /&gt;
--[[User:Tonyparisi|Tonyparisi]] 05:18, 18 December 2009 (UTC)&lt;br /&gt;
*I noticed this as well, it seems to apply to all apps that are in both the official app catalog and a homebrew app catalog. You should notice that you don't need to remove preware to install the app from the official catalog, but simply disable the feed in preware then &amp;quot;update feeds&amp;quot; to refresh the list then it should install fine from the official app catalog. Hope this helps out anyone who is working on this. --[[User:Nosoupforyou|Nosoupforyou]] 03:38, 14 January 2010 (UTC)&lt;br /&gt;
**Whether or not it was the problem, it seems to be fixed now as of Preware 0.9.24--[[User:Nosoupforyou|Nosoupforyou]] 17:58, 14 February 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Display Bug - Heading in &amp;quot;Updates&amp;quot; section scrolls too high ==&lt;br /&gt;
&lt;br /&gt;
When viewing &amp;quot;Available Updates,&amp;quot; and sorted by date, if there is an official app with an update and you use the &amp;quot;Update All&amp;quot; button, the &amp;quot;Today&amp;quot; text will actually scroll up and get stuck under the &amp;quot;Package Updates&amp;quot; title.  My scenario was one homebrew and 3 official apps with updates, but after using the button it still appeared when there were only the 3 official left.  Swiping back and then stepping in again resolves the situation, but it still looks glitchy :) --[[User:Flare576|Flare576]] 18:16, 20 January 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Investigate Update All functionality with multiple App Catalog apps ==&lt;br /&gt;
&lt;br /&gt;
Mainly making sure to make it obvious why nothing happens in Preware when it skips those. Or perhaps send the user the the first app in the list. And upon return to Preware, check if the update went through and mark accordingly.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10059</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10059"/>
		<updated>2010-05-26T14:31:14Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Note : this page/article is the german translation of the installation section of the english wiki page http://www.webos-internals.org/index.php?title=Application:Preware'''&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite http://www.webos-internals.org/index.php?title=Application:Preware&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 1.1.0 &amp;lt;br /&amp;gt;(22 Mai 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-12-a.html WebOS Quick Install v3.12]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Deinstallation ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10058</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10058"/>
		<updated>2010-05-26T14:30:05Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Note : this page/article is the german translation of the installation section of the english wiki page http://www.webos-internals.org/index.php?title=Application:Preware'''&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Hinweis: diese Seite ist die deutsche Übersetzung des Installationsabschnittes der englischsprachigen Seite http://www.webos-internals.org/index.php?title=Application:Preware&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 1.1.0 &amp;lt;br /&amp;gt;(22 Mai 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-12-a.html WebOS Quick Install v3.12]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Removal ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10055</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10055"/>
		<updated>2010-05-26T14:25:54Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 1.1.0 &amp;lt;br /&amp;gt;(22 Mai 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-12-a.html WebOS Quick Install v3.12]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# ''WebOS Internals Feed (Pre)'' oder ''WebOS Internals Feed (Pixi)'' aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf ''Download''.&lt;br /&gt;
# Klick auf ''Close''.&lt;br /&gt;
# Klick auf ''Install''.&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Removal ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10054</id>
		<title>Application:Preware-DE</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:Preware-DE&amp;diff=10054"/>
		<updated>2010-05-26T14:24:48Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: New page: {{application |name=Preware |type=webOS |version=Version: 1.1.0 &amp;lt;br /&amp;gt;(22 Mai 2010) |tag=Utilities |screenshot=Preware_ss1.png |description= }}  === Installation von Preware durch WebOS Qu...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{application&lt;br /&gt;
|name=Preware&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: 1.1.0 &amp;lt;br /&amp;gt;(22 Mai 2010)&lt;br /&gt;
|tag=Utilities&lt;br /&gt;
|screenshot=Preware_ss1.png&lt;br /&gt;
|description=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware durch WebOS Quick Install ===&lt;br /&gt;
'''Die neueste Version von WebOS Quick Install befindet sich hier: [http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-12-a.html WebOS Quick Install v3.12]'''&lt;br /&gt;
&lt;br /&gt;
# Installiere die benötigte Software&lt;br /&gt;
## [http://www.java.com/en/download/installed.jsp?detect=jre&amp;amp;try=1 Hier klicken] um sicherzustellen, dass die neueste Java Version auf dem Computer installiert ist oder ein Update benötigt wird&lt;br /&gt;
## [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Hier klicken] um den aktuellen WebOS Doctor für den entsprechenden Mobilfunk-Anbieter herunterzuladen. Wenn das bereits geschehen ist, kann dieser Schritt übersprungen werden.&lt;br /&gt;
##* '''webOS Doctor NICHT starten'''&lt;br /&gt;
## [http://images.precentral.net/sites/precentral.net/files/webos-homebrew-apps/wosqi/WebOSQuickInstall.jar Hier klicken] um die neueste Version von WebOS Quick Install runterzuladen&lt;br /&gt;
# Das Telefon in den [[Getting started|Developer Mode]] versetzen&lt;br /&gt;
# WebOS Quick Install ausführen&lt;br /&gt;
# Auf den blauen Pfeil klicken (Button auf der rechten Seite)&lt;br /&gt;
# WebOS Internals Feed (Pre) oder WebOS Internals Feed (Pixi) aus der Liste auswählen. &lt;br /&gt;
# ''Preware'' auswählen.  &lt;br /&gt;
# Klick auf Download.&lt;br /&gt;
# Klick auf Close.&lt;br /&gt;
# Klick auf Install.&lt;br /&gt;
&lt;br /&gt;
=== Installation von Preware mittels Terminal, Novaterm oder WebOS Quick Install &amp;quot;Linux Commandline&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Untenstehende Anleitung ist nur für Leute die *wirklich* wissen was sie da tun. Allen anderen wird wärmstens empfohlen die obenstehende Anleitung zu verwenden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://bit.ly/preware-bootstrap&lt;br /&gt;
sh preware-bootstrap&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updaten ===&lt;br /&gt;
&lt;br /&gt;
Preware kann sich selbst updaten.&lt;br /&gt;
&lt;br /&gt;
Ein Update oder eine Installation über fileCoaster, PreLoad oder PreUpdate ist nicht zu empfehlen.  Diese Tools sind nicht in der Lage mit weiterentwickelten homebrew packages korrekt umzugehen.&lt;br /&gt;
&lt;br /&gt;
=== Removal ===&lt;br /&gt;
&lt;br /&gt;
Um Preware zu deinstallieren, verwende die WebOS Quick Install's Device Management Seite und wähle die Preware Anwendung ab.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application_talk:Preware&amp;diff=9967</id>
		<title>Application talk:Preware</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application_talk:Preware&amp;diff=9967"/>
		<updated>2010-05-19T11:16:45Z</updated>

		<summary type="html">&lt;p&gt;Squ33d: /* Features and Suggestions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{box | color = #cdf |&lt;br /&gt;
This is a discussion page. Create a new topic with the '+' tab. Sign your comments using the signature button or by typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. If your suggestion reaches consensus, it may be implemented in a future version of the application.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Features and Suggestions ==&lt;br /&gt;
&lt;br /&gt;
Suggestion: Languages -- [[User:Squ33d|Squ33d]] 13:11, 19. May 2010 (CEST)&lt;br /&gt;
* Your twitter message says &amp;quot;Please replace all blog&amp;amp;forum posts about how to install Preware with a single link to http://install.preware.org/&amp;quot;. You forget completely that there are plenty of non-english speaking people, so how about some translations of this page?&lt;br /&gt;
&lt;br /&gt;
Adding some suggestions... --[[User:Decimation|Decimation]] 15:14, 17 August 2009 (EST)&lt;br /&gt;
* Show a progress bar or some sort of notification of the download/installation progress of an app..it would really be nice to have some feedback after clicking install.&lt;br /&gt;
* Change the pop up dialog when an app is installed/removed... it's kinda ugly. Maybe show a notification at the bottom? That would be pretty cool.&lt;br /&gt;
** The popup dialog is temporary until the service can supply progress of the action. When there is a progress bar, the popup will no longer be needed. --[[User:Oil|oil]] 20:44, 20 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Adding some suggestions...for way into the future -- (s4mb4)&lt;br /&gt;
* a process that would hook into the notification system to notify of available updates.&lt;br /&gt;
&lt;br /&gt;
Adding some suggestions...  -- [[User:Tlp|Tlp]] 23:30, 18 August 2009 (UTC)&lt;br /&gt;
* Swipe installed applications in list to uninstall&lt;br /&gt;
** Is there a time where you want to remove multiple apps? (multiple as in more then a couple.) --[[User:Oil|oil]] 20:44, 20 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Adding some suggestions... --[[User:Decimation|Decimation]] 12:30, 20 August 2009 (EST)&lt;br /&gt;
* Adding an &amp;quot;Update All&amp;quot; button to the update menu would be cool.. convenience is key ;)&lt;br /&gt;
&lt;br /&gt;
Suggestion: --[[User:Cdjh|Cdjh]] 15:54, 30 August 2009 (UTC)&lt;br /&gt;
*Add a feature to remove all patches and modifications to webos before and webos update.  Sort of a &amp;quot;Get me ready for and update&amp;quot; button.  This would allow the user to remove all these patches such as the virtual keyboard with one button to update webos without fear.  One button to add them back after the update would be cool too&lt;br /&gt;
&lt;br /&gt;
Suggestion: [[User:StoneRyno|StoneRyno]] 21:05, 30 August 2009 (UTC)&lt;br /&gt;
*Download counts and ratings. The end of the current detail page is ok but feels more like looking at one of the technical detail scenes like the ##DEBUG# scene. I think that info can be cleaned up to look more presentable, small font size and put version last update and size in a bar near the top of the page like seen in the official app catalog.&lt;br /&gt;
&lt;br /&gt;
Suggestion: [[User:Hmagoo|Hmagoo]] 11:30, 4 September 2009 (UTC)&lt;br /&gt;
*We're in need of a workaround for the limit on installable apps via the app catalog. Preware gets around this but also, in the process, adds to the number of installed apps as seen by the App Catalog, et al.  What would be a useful feature is to be able to uninstall hunks of apps previously installed by Preware in an effort to make apps installable via the App Catalog.  This would be a temporary removal as we would desire reinstalling the homebrews after using the App Catalog.&lt;br /&gt;
**Caveats: Homebrew apps that use databases, and installed/downloaded files would not be removed without reducing their usability, So we would want to exclude on a case by case basis or with the use of flags?&lt;br /&gt;
**Preware is great in keeping track of what is installed and which version, would be great to see something like this added so that we can use the App Catalog and install piles of Homebrews. (smile)&lt;br /&gt;
&lt;br /&gt;
Bug?: Searching for numbers --[[User:smwald|smwald]] 02:05, 29 December 2009 (EST)&lt;br /&gt;
* When searching for items in preware, one is not able to search using numbers.&lt;br /&gt;
&lt;br /&gt;
Feature Request: --[[User:GrillSgt|GrillSgt]] 07:29, 5 January 2010 (UTC)&lt;br /&gt;
* Would like to be able to rate, comment and donate on themes, patches and apps through Preware, like can be done in the App Catalog.&lt;br /&gt;
&lt;br /&gt;
Feature Request: Collapse Sub-lists --[[User:Flare576|Flare576]] 18:32, 14 January 2010 (UTC)&lt;br /&gt;
* When viewing a list of apps and then sorting, you get small headings (&amp;quot;Less than $1,&amp;quot; or &amp;quot;This Week&amp;quot;).  It would be great to be able to collapse those sub-lists in order to facilitate faster list viewing.&lt;br /&gt;
&lt;br /&gt;
Feature Request: Feed Keyword Filtering --[[User:Flare576|Flare576]] 02:14, 19 January 2010 (UTC)&lt;br /&gt;
* There are certain applications and developers that I would like to be able to simply ignore.  It would be great if there was an area I could setup universal (and feed specific if you think it'd be useful) filters so that I never have to see them.  This would also be a step ahead of the appstore :)&lt;br /&gt;
&lt;br /&gt;
== Possible Bug/Suggestion ==&lt;br /&gt;
&lt;br /&gt;
The new messages during version check/feed downloading are much better at explaining what is going on. However, I still have a problem if I get a notification or switch away from Preware after I open it before it finishes downloading. All of the steps between clicking the Preware icon and loading the feeds seem to require that Preware be in the foreground and not interrupted. Once it starts loading the feeds, I can switch away with no problem, and even get the nice banner popup that tells me when the feeds are finished. Is there a way to fix this problem so that I can open preware and immediately switch to another app, without it getting stuck on version checking or updating feeds?&lt;br /&gt;
&lt;br /&gt;
I can explain the problem in more detail if this is confusing, and I can recreate it every time.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
[[User:Zinge|Zinge]] 06:38, 30 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bug- Apps Fail to install from catalog ==&lt;br /&gt;
&lt;br /&gt;
I am the developer from Engine Equals Car. Our app Media Remote will not install from the app catalog if you have preware installed. People who can work on this can contact me at support@engineequalscar.com&lt;br /&gt;
--[[User:Tonyparisi|Tonyparisi]] 05:18, 18 December 2009 (UTC)&lt;br /&gt;
*I noticed this as well, it seems to apply to all apps that are in both the official app catalog and a homebrew app catalog. You should notice that you don't need to remove preware to install the app from the official catalog, but simply disable the feed in preware then &amp;quot;update feeds&amp;quot; to refresh the list then it should install fine from the official app catalog. Hope this helps out anyone who is working on this. --[[User:Nosoupforyou|Nosoupforyou]] 03:38, 14 January 2010 (UTC)&lt;br /&gt;
**Whether or not it was the problem, it seems to be fixed now as of Preware 0.9.24--[[User:Nosoupforyou|Nosoupforyou]] 17:58, 14 February 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Display Bug - Heading in &amp;quot;Updates&amp;quot; section scrolls too high ==&lt;br /&gt;
&lt;br /&gt;
When viewing &amp;quot;Available Updates,&amp;quot; and sorted by date, if there is an official app with an update and you use the &amp;quot;Update All&amp;quot; button, the &amp;quot;Today&amp;quot; text will actually scroll up and get stuck under the &amp;quot;Package Updates&amp;quot; title.  My scenario was one homebrew and 3 official apps with updates, but after using the button it still appeared when there were only the 3 official left.  Swiping back and then stepping in again resolves the situation, but it still looks glitchy :) --[[User:Flare576|Flare576]] 18:16, 20 January 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Investigate Update All functionality with multiple App Catalog apps ==&lt;br /&gt;
&lt;br /&gt;
Mainly making sure to make it obvious why nothing happens in Preware when it skips those. Or perhaps send the user the the first app in the list. And upon return to Preware, check if the update went through and mark accordingly.&lt;/div&gt;</summary>
		<author><name>Squ33d</name></author>
	</entry>
</feed>