<?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=Malpha</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=Malpha"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Malpha"/>
	<updated>2026-04-15T19:08:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15553</id>
		<title>Sprint Pre Plus</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15553"/>
		<updated>2011-04-20T23:20:05Z</updated>

		<summary type="html">&lt;p&gt;Malpha: /* Baking tokens into the meta-sprint-pre-2.1.0 script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is derived from the thread at &lt;br /&gt;
[http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html]&lt;br /&gt;
&lt;br /&gt;
This guide will allow you to get a Palm Pre Plus working on Sprint, assuming you already have an activated Sprint Pre. Using this guide, you will end up with a Palm Pre Plus activated on Sprint, with an entirely stock software installation. The included stock Sprint applications will work (SprintNav, Sprint TV). Your purchased applications from the app store will be re-downloaded automatically OTA.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
# Activated Sprint Pre&lt;br /&gt;
# Your Palm profile login information.  That's the email and password you activated your Pre with in the first place.  You can test if you remember them correctly at [https://ps.palmws.com/palmcsext/console/pages/LoginPage.iface Palm's profile login page].&lt;br /&gt;
# Palm Pre Plus- It can be Verizon or AT&amp;amp;T, it doesn't matter. It also doesn't really matter if the ESN is clean or not, I used a brand new Pre Plus I got off Craigslist with a clean ESN, however the ones with bad ESN's tend to be cheaper on Craigslist or Ebay. Buy whatever you can get the best deal on.&lt;br /&gt;
# T5 screwdriver (required to disassemble phones)&lt;br /&gt;
# Meta-Doctor (get it here Application:MetaDoctor - WebOS Internals)&lt;br /&gt;
# The most important requirement: the understanding that if done incorrectly, you can end up with TWO broken phones or malfunctioning phones. The Pre is *NOT* an easy device to disassemble and especially to re-assemble. A moderately high level of confidence and competence with electronics is required to attempt this.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Extract working Sprint Pre Tokens===&lt;br /&gt;
The tokens on your Sprint Pre are located at /tmp/tokens on your device. The values we want to extract are ProdSN, ModemSN, BATToRSP, BATToCH, DMSVRoNONCE, DMSVRoAUTHPW, DMCLoNONCE, DMCLoAUTHPW, DMCLoAUTHNAME, DMCARRIER, DMMODEL, WIFIoADDR, BToADDR, PalmSN, PRODoID, PN. Each token is represented by a file with that exact name, and the value is contained in the file. &lt;br /&gt;
&lt;br /&gt;
:'''The only supported way to get these tokens is to &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;install &amp;quot;Show Properties&amp;quot; using Preware&amp;lt;/span&amp;gt; and have the system email you a castle.xml file directly.'''&lt;br /&gt;
&lt;br /&gt;
It is also a good idea to extract the tokens from the Pre Plus as well. They will not be used at all in this process. However, if you ever wish to return the Pre Plus to it's stock condition, you will need those tokens.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Setup meta-doctor===&lt;br /&gt;
&lt;br /&gt;
(Note: If you would like to upgrade your device straight to 2.1.0 and not install 1.4.5, please follow the directions for creating your meta-doctor in the [[#Baking_tokens_into_the_meta-sprint-pre-2.1.0_script]] section.)&lt;br /&gt;
&lt;br /&gt;
This is actually sort of tricky and the setup process is a little different for each operating system you are running on. I recommend following the directions located here: [[Application:MetaDoctor]]. However, there are a few little things that need to be done to do what we are trying to do. I will summarize the steps that we are taking with meta-doctor. Read these steps first, BEFORE setting up meta-doctor. All the initial icky steps on the meta-doctor setup involve getting the proper UNIX architecture setup to run the shell scripts that comprise meta-doctor (installing git, etc). I will not summarize those steps here (they are well-documented elsewhere and OS-dependent). However, once you have the basic packages installed and in place, do the following things:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt; Modify your makefile. The makefile is located in the &amp;quot;meta-doctor&amp;quot; directory and is called &amp;quot;Makefile&amp;quot;. Open it in your favorite text editor. We are going to remove the carrier check (since VZ and AT&amp;amp;T carriers will NOT work with the regular Sprint webOS Doctor) and we are going to remove the model check (since there is no such thing as a Pre Plus on Sprint). To do this, remove the &amp;quot;#&amp;quot; symbol next to &amp;quot;REMOVE_MODEL_CHECK = 1&amp;quot; and &amp;quot;REMOVE_CARRIER_CHECK = 1&amp;quot;. You will also need to set &amp;quot;DEVICE&amp;quot; to &amp;quot;pre&amp;quot; (no quotes) and &amp;quot;CARRIER&amp;quot; to &amp;quot;sprint&amp;quot; (no quotes)- exactly as below. Your makefile should now look like this (changes noted in bold for legibility):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##########################&lt;br /&gt;
## END OF DOCUMENTATION ##&lt;br /&gt;
##########################&lt;br /&gt;
&lt;br /&gt;
########################################&lt;br /&gt;
## START OF AREA FOR END USER CHANGES ##&lt;br /&gt;
########################################&lt;br /&gt;
&lt;br /&gt;
# Uncomment the features that you wish to enable below:&lt;br /&gt;
# BYPASS_ACTIVATION = 1&lt;br /&gt;
# BYPASS_FIRST_USE_APP = 1&lt;br /&gt;
# ENABLE_DEVELOPER_MODE = 1&lt;br /&gt;
# DISABLE_UPLOAD_DAEMON = 1&lt;br /&gt;
# INCREASE_VAR_SPACE = 1&lt;br /&gt;
# ENABLE_USB_NETWORKING = 1&lt;br /&gt;
# INSTALL_SSH_AUTH_KEYS = 1&lt;br /&gt;
REMOVE_CARRIER_CHECK = 1&lt;br /&gt;
REMOVE_MODEL_CHECK = 1&lt;br /&gt;
# DISABLE_MODEM_UPDATE = 1&lt;br /&gt;
# CHANGE_KEYBOARD_TYPE = z&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;pre&amp;quot;, or &amp;quot;pixi&amp;quot;.&lt;br /&gt;
DEVICE = pre&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;sprint&amp;quot;, &amp;quot;bellmo&amp;quot;, &amp;quot;telcel&amp;quot;, &amp;quot;verizonwireless&amp;quot; or &amp;quot;wr&amp;quot;.&lt;br /&gt;
CARRIER = sprint&lt;br /&gt;
&lt;br /&gt;
######################################&lt;br /&gt;
## END OF AREA FOR END USER CHANGES ##&lt;br /&gt;
######################################&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Save your modified makefile and close your text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Unpack and Patch meta-doctor. Since we are going to import our Sprint tokens into meta-doctor, we need to build meta-doctor in a stepwise process, and insert the tokens at the proper time. Do NOT simply run 'make DEVICE=pre all-sprint'. This will NOT work. From the command line, and within the meta-doctor folder, run 'make unpack':&lt;br /&gt;
&amp;lt;pre&amp;gt;make unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
After this command has finished, run 'make patch':&lt;br /&gt;
&amp;lt;pre&amp;gt;make patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Import tokens into castle.xml and package meta-doctor. We are now going to add your Sprint Pre tokens into meta-doctor and build the customized version of webOS Doctor that will write your Sprint tokens to your Pre Plus and remove the Carrier and Model checks. To do this, open the castle.xml file, which will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webOS/castle.xml. (Or you can just use the search function on your computer, haha). Open castle.xml in your favorite text editor. Locate the tokens section, which will look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The new section will look like this (thanks jhoff80!):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Where the X's are located, insert the corresponding token values that you extracted at the beginning of this guide. Leave the quotes in place. Once you have completed this step, save the XML file and close your text editor. Go back to the command line and run 'make pack'&lt;br /&gt;
&amp;lt;pre&amp;gt;make pack&amp;lt;/pre&amp;gt;&lt;br /&gt;
Your new webOS doctor is now all packaged up and ready to go, and will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Now that the software is all setup, we are ready to begin the hardware surgery!&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Step 3. Remove your Sprint Pre com board===&lt;br /&gt;
So this is the part where you can actually damage your device. So, as one last form of warning, I will say, DANGER WILL ROBINSON! If you are not comfortable with the possibility of destroying a perfectly nice Sprint Pre or are not comfortable disassembling tiny electronics, STOP NOW, go out and see Inception or something (great movie!). Otherwise, let's proceed. (Images are being served from Ifixit.net's palm pre teardown page.)&lt;br /&gt;
 &lt;br /&gt;
'''NOTE''': You may find it useful to also look at the dis/reassembly instructions and pictures provided for the [[Sprint Pre 2]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Remove the 6 back screws. Remove the back cover of your Sprint Pre and remove the battery. Using a T5 screwdriver, remove the 6 screws. The screw in the upper right corner has a small &amp;quot;Palm&amp;quot; sticker on it, probably to void your warranty if broken&amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/bFeIXAZtnVqjBILK.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Gently separate the backplate. There are interlocking plastic tabs securing the backplate. you need to pry out a tiny bit and push DOWN towards the keyboard on the four locking tabs.  As you do, the keyboard bezel and the keyboard ill seperate from the backplate. The keyboard bezel is VERY THIN.  Once you have it started to seperate on both sides, run your plastic wedge or a fingernail around the seperation.  To swap JUST the comm board, it is NOT nessessary to pull the volume buttons out, you can leave them in.  Now, with the keyboard down a bit, push up on the comm board and it will hinge up towards the top of the phone on its connector cable.  The cable unplugs from the flat of the comm board. It does not pull out &amp;quot;parallel&amp;quot; with the cable, it pulls out &amp;quot;perpendicular&amp;quot; to the cable. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/B2J3e3Tv6oKLJe3Y.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Remove the coms board. &lt;br /&gt;
#* If you are doing a Sprint to Verizon pre- to Pre+ since both are cdma phones, you do not need to fully separate the backplate from the rest of the phone (which involves disassembling the volume rocker). If you are able to release the bottom section of the Pre's backplate and the 4 side plastic interlockers, you should be able to elevate the backplate enough to get access to the coms board. To remove the coms board, first gently reflect back the small plate covering the GPS connectors, as shown here  and disconnect the two gps connectors. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/qBW1xicfUSWhZ5VB.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#: Now, simply apply gentle pressure, and the coms board will pop right out: &amp;lt;br /&amp;gt;&amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/2YgNcQN3dAf6idkE.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#* If you are doing a Sprint to ATT pre- to pre+, you will need to swap the entire back, which requires removing the volume buttons and replacing them.  The cdma back and the gsm back have different antenna systems and need to be swapped as a unit. &lt;br /&gt;
&lt;br /&gt;
'''Coms board removed.''' Note the cable plug where the comm board was attached on the orange ribbon cable.   &amp;lt;img&amp;gt;http://guide-images.ifixit.net/igi/eklF6cnfCxUNTTwl.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Congratulations!''' You have now removed the Sprint Pre coms board! You are now ready to install it in your Pre Plus. PLEASE NOTE: The Pre is *NOT* an easy device to re-assemble, and although the coms board will be missing, I *highly* recommend practicing the re-assembly of the Sprint Pre a couple times to make sure you are able to get it to fit together nicely and the slider action is good, to ensure when you re-assemble the Pre Plus, it is of the highest quality.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Swap Sprint Pre coms board into Pre Plus===&lt;br /&gt;
So you've made it this far have you, Dr. Frankenstein! Excellent! Now, disassemble your Pre Plus by following the disassembly instructions detailed above. Remove the Pre Plus coms board. Insert your Sprint Pre coms board by pressing it into place, ensuring that the two connectors on the board push into place. Re-connect the two GPS wires on the inside of the case to the coms board. Re-assemble your Pre Plus.&lt;br /&gt;
&lt;br /&gt;
===Step 5: Re-program your Pre Plus using meta-doctor===&lt;br /&gt;
Remember all that time we spent getting meta-doctor setup? Well, now the time has come to make use of it. Put your Pre Plus in recovery mode by holding the volume rocker in the 'up' position and while holding it, press and hold the power button. A USB icon should appear on the Pre Plus' screen. Navigate to your custom meta-doctor located at meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Run the JAR file and doctor your device. &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar &lt;br /&gt;
&lt;br /&gt;
When that has completed, your phone will reboot and the &amp;quot;first use app&amp;quot; will run. Go ahead and go through the setup process. &lt;br /&gt;
* Select your language.&lt;br /&gt;
* Accept the license. &lt;br /&gt;
* Log in to your Palm profile. &lt;br /&gt;
* Step through the silly tutorial.  &lt;br /&gt;
&lt;br /&gt;
Once you have done this, the phone will reboot and you will be at your webOS home screen. &lt;br /&gt;
&lt;br /&gt;
====Confirm everything worked====&lt;br /&gt;
* Note that the carrier should say &amp;quot;Sprint.&amp;quot; &lt;br /&gt;
* Confirm that our tokens were properly over-written by going to &amp;quot;Device Info&amp;quot; from the launcher. Scroll down and  click on &amp;quot;More Info&amp;quot;. &lt;br /&gt;
** The Carrier should say &amp;quot;Sprint&amp;quot; &lt;br /&gt;
** The Model should be &amp;quot;P100EWW&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
If either of these values are wrong (most like Carrier: Verizon or Model: P101EWW), then the tokens did not write correctly, and most likely, you made an error properly rolling castle.xml into meta-doctor. If the values are correct, you are now ready get yourself a standard Sprint install.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Run regular Sprint webOS Doctor 1.4.5.===&lt;br /&gt;
It's going to seem really odd, but now, you get to run the doctor '''again.''' This has two purposes: &lt;br /&gt;
&lt;br /&gt;
* To get all the stock Sprint apps back, like Sprint Nav and Sprint TV &lt;br /&gt;
* To get the Sprint PRL (preffered roaming list). &lt;br /&gt;
&lt;br /&gt;
So, you need to run the regular old, run of the mill Sprint webOS Doctor. You have one in the meta-doctor/download directory that you renamed a while ago. CD to that folder and run &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar&lt;br /&gt;
&lt;br /&gt;
Put your phone in recovery mode (Up volume + power) and run the regular Sprint webOS Doctor. If your tokens are wrong, you will get an error saying that your device is not compatible with this version of webOS Doctor. If the info you verified in Step 5 is correct, the webOS Doctor will run without difficulty and you will end up with a stock Sprint install on your Pre Plus. You will be able to note this immediately on the first use app, as there will only be TWO language options (English and Spanish), rather than many. Go through the regular activation AGAIN and it will download your palm profile information and re-install any app store apps you have.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some people have experienced a problem after they've run the stock 1.4.5 webOS doctor, they discover that many of the applications that they had before were not installed, and no longer appear in the App Catalog. This problem stems from Palm getting confused about what version of OS that's running on the phone. This can be confirmed by logging into your palm profile at http://palm.com/profile. If it says the OS version is 9.9.9, then any apps in the app catalog tied to a version of webOS will not be available to you.&lt;br /&gt;
&lt;br /&gt;
The solution is to do a &amp;quot;downgrade activation&amp;quot;, by first running the 1.4.1.1 version of webOS doctor on the phone. And when that's complete, upgrade to 1.4.5 via an Over The Air upgrade.&lt;br /&gt;
&lt;br /&gt;
===Step 7: Have a beer! You've earned it. ===&lt;br /&gt;
Also, be sure to install Preware and all the other goodies you want!&lt;br /&gt;
&lt;br /&gt;
Special Thanks: rwhitby (for meta-doctor, Preware); jhoff80 (for castle.xml configuration), ifixit (for teardown images).&lt;br /&gt;
&lt;br /&gt;
= Baking tokens into the meta-sprint-pre-2.1.0 script =&lt;br /&gt;
The following steps will need to be done in order for you to upgrade your Sprint FrankenPre+ to webOS 2.1.0 in the event that your Palm Profile is version 9.9.9 or the normal Sprint script creates a doctor incompatible with your device.&lt;br /&gt;
&lt;br /&gt;
First, download the 2.1.0 doctor the meta-sprint-pre-2.1.0 will be using to make the script if you have not already done so. You can find the name of this doctor by opening the meta-sprint-pre-2.1.0 file and checking for this line:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;W210_FILE=&amp;quot;nameofdoctor.jar&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To download the doctor, follow these commands (the first one creates the download directory if you do not already have one), substituting nameofdoctor.jar with the actual name of the doctor in the meta-sprint-pre-2.1.0 script:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;mkdir -p downloads&amp;lt;/pre&amp;gt; &lt;br /&gt;
::&amp;lt;pre&amp;gt;wget downloads/nameofdoctor.jar http://palm.cdnetworks.net/rom/preplus/p210r0d02212011/eudep210rod/nameofdoctor.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
:1. Let's unpack the 2.1.0 jar &lt;br /&gt;
::&amp;lt;pre&amp;gt;make VERSION=2.1.0 DEVICE=preplus CARRIER=wr unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
:2. Copy its castle.xml to your ~/meta-doctor directory&lt;br /&gt;
::&amp;lt;pre&amp;gt;cp build/preplus-nameofdoctor-wr-2.1.0/webOS/castle.xml .&amp;lt;/pre&amp;gt;&lt;br /&gt;
:3. Modify the '''&amp;quot;tokens&amp;quot;''' Section of '''~/meta-doctor/castle.xml''' to use ''your personal'' &amp;quot;tokens&amp;quot; Section [from the '''castle.xml you emailed yourself''' using the '''''Show Properties''''' app] using the same process as in subsection 3 of [[#Step 2: Setup meta-doctor]] above.&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano castle.xml&amp;lt;/pre&amp;gt;&lt;br /&gt;
:: Note, you may perform all file editing steps with another editor of your choice (such as gedit).&lt;br /&gt;
:: Add your personal tokens after the &amp;quot;env&amp;quot; Section&amp;quot; (note: no value below should be left as 'x'):&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin-left:50px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:4. CTRL+X and save your changes.&lt;br /&gt;
:5. Modify the last make statement in meta-sprint-pre-2.1.0 (line 124 as of this writing)&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano ./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:6. Insert &amp;quot;CUSTOM_XML=castle.xml&amp;quot; after &amp;quot;${ARGS} &amp;quot;. It should read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;$make ${ARGS} CUSTOM_XML=castle.xml clobber-build all || exit&amp;lt;/pre&amp;gt;&lt;br /&gt;
:7. Modify the ${ARGS} section and change CUSTOM_MODEL_LIST and CUSTOM_CARRIER_LIST to read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;CUSTOM_MODEL_LIST=P101EWW CUSTOM_CARRIER_LIST=Verizon&amp;lt;/pre&amp;gt;&lt;br /&gt;
:8. CTRL-X and save&lt;br /&gt;
:9. Cleanup the stuff you just unpacked&lt;br /&gt;
::&amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt;&lt;br /&gt;
:10. Execute the meta-sprint script to create your doctor&lt;br /&gt;
::&amp;lt;pre&amp;gt;./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:11. Repeat [[#Step 7: Have a beer! You've earned it.]] above.&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15551</id>
		<title>Sprint Pre Plus</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15551"/>
		<updated>2011-04-20T23:19:36Z</updated>

		<summary type="html">&lt;p&gt;Malpha: /* Baking tokens into the meta-sprint-pre-2.1.0 script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is derived from the thread at &lt;br /&gt;
[http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html]&lt;br /&gt;
&lt;br /&gt;
This guide will allow you to get a Palm Pre Plus working on Sprint, assuming you already have an activated Sprint Pre. Using this guide, you will end up with a Palm Pre Plus activated on Sprint, with an entirely stock software installation. The included stock Sprint applications will work (SprintNav, Sprint TV). Your purchased applications from the app store will be re-downloaded automatically OTA.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
# Activated Sprint Pre&lt;br /&gt;
# Your Palm profile login information.  That's the email and password you activated your Pre with in the first place.  You can test if you remember them correctly at [https://ps.palmws.com/palmcsext/console/pages/LoginPage.iface Palm's profile login page].&lt;br /&gt;
# Palm Pre Plus- It can be Verizon or AT&amp;amp;T, it doesn't matter. It also doesn't really matter if the ESN is clean or not, I used a brand new Pre Plus I got off Craigslist with a clean ESN, however the ones with bad ESN's tend to be cheaper on Craigslist or Ebay. Buy whatever you can get the best deal on.&lt;br /&gt;
# T5 screwdriver (required to disassemble phones)&lt;br /&gt;
# Meta-Doctor (get it here Application:MetaDoctor - WebOS Internals)&lt;br /&gt;
# The most important requirement: the understanding that if done incorrectly, you can end up with TWO broken phones or malfunctioning phones. The Pre is *NOT* an easy device to disassemble and especially to re-assemble. A moderately high level of confidence and competence with electronics is required to attempt this.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Extract working Sprint Pre Tokens===&lt;br /&gt;
The tokens on your Sprint Pre are located at /tmp/tokens on your device. The values we want to extract are ProdSN, ModemSN, BATToRSP, BATToCH, DMSVRoNONCE, DMSVRoAUTHPW, DMCLoNONCE, DMCLoAUTHPW, DMCLoAUTHNAME, DMCARRIER, DMMODEL, WIFIoADDR, BToADDR, PalmSN, PRODoID, PN. Each token is represented by a file with that exact name, and the value is contained in the file. &lt;br /&gt;
&lt;br /&gt;
:'''The only supported way to get these tokens is to &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;install &amp;quot;Show Properties&amp;quot; using Preware&amp;lt;/span&amp;gt; and have the system email you a castle.xml file directly.'''&lt;br /&gt;
&lt;br /&gt;
It is also a good idea to extract the tokens from the Pre Plus as well. They will not be used at all in this process. However, if you ever wish to return the Pre Plus to it's stock condition, you will need those tokens.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Setup meta-doctor===&lt;br /&gt;
&lt;br /&gt;
(Note: If you would like to upgrade your device straight to 2.1.0 and not install 1.4.5, please follow the directions for creating your meta-doctor in the [[#Baking_tokens_into_the_meta-sprint-pre-2.1.0_script]] section.)&lt;br /&gt;
&lt;br /&gt;
This is actually sort of tricky and the setup process is a little different for each operating system you are running on. I recommend following the directions located here: [[Application:MetaDoctor]]. However, there are a few little things that need to be done to do what we are trying to do. I will summarize the steps that we are taking with meta-doctor. Read these steps first, BEFORE setting up meta-doctor. All the initial icky steps on the meta-doctor setup involve getting the proper UNIX architecture setup to run the shell scripts that comprise meta-doctor (installing git, etc). I will not summarize those steps here (they are well-documented elsewhere and OS-dependent). However, once you have the basic packages installed and in place, do the following things:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt; Modify your makefile. The makefile is located in the &amp;quot;meta-doctor&amp;quot; directory and is called &amp;quot;Makefile&amp;quot;. Open it in your favorite text editor. We are going to remove the carrier check (since VZ and AT&amp;amp;T carriers will NOT work with the regular Sprint webOS Doctor) and we are going to remove the model check (since there is no such thing as a Pre Plus on Sprint). To do this, remove the &amp;quot;#&amp;quot; symbol next to &amp;quot;REMOVE_MODEL_CHECK = 1&amp;quot; and &amp;quot;REMOVE_CARRIER_CHECK = 1&amp;quot;. You will also need to set &amp;quot;DEVICE&amp;quot; to &amp;quot;pre&amp;quot; (no quotes) and &amp;quot;CARRIER&amp;quot; to &amp;quot;sprint&amp;quot; (no quotes)- exactly as below. Your makefile should now look like this (changes noted in bold for legibility):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##########################&lt;br /&gt;
## END OF DOCUMENTATION ##&lt;br /&gt;
##########################&lt;br /&gt;
&lt;br /&gt;
########################################&lt;br /&gt;
## START OF AREA FOR END USER CHANGES ##&lt;br /&gt;
########################################&lt;br /&gt;
&lt;br /&gt;
# Uncomment the features that you wish to enable below:&lt;br /&gt;
# BYPASS_ACTIVATION = 1&lt;br /&gt;
# BYPASS_FIRST_USE_APP = 1&lt;br /&gt;
# ENABLE_DEVELOPER_MODE = 1&lt;br /&gt;
# DISABLE_UPLOAD_DAEMON = 1&lt;br /&gt;
# INCREASE_VAR_SPACE = 1&lt;br /&gt;
# ENABLE_USB_NETWORKING = 1&lt;br /&gt;
# INSTALL_SSH_AUTH_KEYS = 1&lt;br /&gt;
REMOVE_CARRIER_CHECK = 1&lt;br /&gt;
REMOVE_MODEL_CHECK = 1&lt;br /&gt;
# DISABLE_MODEM_UPDATE = 1&lt;br /&gt;
# CHANGE_KEYBOARD_TYPE = z&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;pre&amp;quot;, or &amp;quot;pixi&amp;quot;.&lt;br /&gt;
DEVICE = pre&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;sprint&amp;quot;, &amp;quot;bellmo&amp;quot;, &amp;quot;telcel&amp;quot;, &amp;quot;verizonwireless&amp;quot; or &amp;quot;wr&amp;quot;.&lt;br /&gt;
CARRIER = sprint&lt;br /&gt;
&lt;br /&gt;
######################################&lt;br /&gt;
## END OF AREA FOR END USER CHANGES ##&lt;br /&gt;
######################################&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Save your modified makefile and close your text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Unpack and Patch meta-doctor. Since we are going to import our Sprint tokens into meta-doctor, we need to build meta-doctor in a stepwise process, and insert the tokens at the proper time. Do NOT simply run 'make DEVICE=pre all-sprint'. This will NOT work. From the command line, and within the meta-doctor folder, run 'make unpack':&lt;br /&gt;
&amp;lt;pre&amp;gt;make unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
After this command has finished, run 'make patch':&lt;br /&gt;
&amp;lt;pre&amp;gt;make patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Import tokens into castle.xml and package meta-doctor. We are now going to add your Sprint Pre tokens into meta-doctor and build the customized version of webOS Doctor that will write your Sprint tokens to your Pre Plus and remove the Carrier and Model checks. To do this, open the castle.xml file, which will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webOS/castle.xml. (Or you can just use the search function on your computer, haha). Open castle.xml in your favorite text editor. Locate the tokens section, which will look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The new section will look like this (thanks jhoff80!):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Where the X's are located, insert the corresponding token values that you extracted at the beginning of this guide. Leave the quotes in place. Once you have completed this step, save the XML file and close your text editor. Go back to the command line and run 'make pack'&lt;br /&gt;
&amp;lt;pre&amp;gt;make pack&amp;lt;/pre&amp;gt;&lt;br /&gt;
Your new webOS doctor is now all packaged up and ready to go, and will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Now that the software is all setup, we are ready to begin the hardware surgery!&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Step 3. Remove your Sprint Pre com board===&lt;br /&gt;
So this is the part where you can actually damage your device. So, as one last form of warning, I will say, DANGER WILL ROBINSON! If you are not comfortable with the possibility of destroying a perfectly nice Sprint Pre or are not comfortable disassembling tiny electronics, STOP NOW, go out and see Inception or something (great movie!). Otherwise, let's proceed. (Images are being served from Ifixit.net's palm pre teardown page.)&lt;br /&gt;
 &lt;br /&gt;
'''NOTE''': You may find it useful to also look at the dis/reassembly instructions and pictures provided for the [[Sprint Pre 2]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Remove the 6 back screws. Remove the back cover of your Sprint Pre and remove the battery. Using a T5 screwdriver, remove the 6 screws. The screw in the upper right corner has a small &amp;quot;Palm&amp;quot; sticker on it, probably to void your warranty if broken&amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/bFeIXAZtnVqjBILK.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Gently separate the backplate. There are interlocking plastic tabs securing the backplate. you need to pry out a tiny bit and push DOWN towards the keyboard on the four locking tabs.  As you do, the keyboard bezel and the keyboard ill seperate from the backplate. The keyboard bezel is VERY THIN.  Once you have it started to seperate on both sides, run your plastic wedge or a fingernail around the seperation.  To swap JUST the comm board, it is NOT nessessary to pull the volume buttons out, you can leave them in.  Now, with the keyboard down a bit, push up on the comm board and it will hinge up towards the top of the phone on its connector cable.  The cable unplugs from the flat of the comm board. It does not pull out &amp;quot;parallel&amp;quot; with the cable, it pulls out &amp;quot;perpendicular&amp;quot; to the cable. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/B2J3e3Tv6oKLJe3Y.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Remove the coms board. &lt;br /&gt;
#* If you are doing a Sprint to Verizon pre- to Pre+ since both are cdma phones, you do not need to fully separate the backplate from the rest of the phone (which involves disassembling the volume rocker). If you are able to release the bottom section of the Pre's backplate and the 4 side plastic interlockers, you should be able to elevate the backplate enough to get access to the coms board. To remove the coms board, first gently reflect back the small plate covering the GPS connectors, as shown here  and disconnect the two gps connectors. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/qBW1xicfUSWhZ5VB.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#: Now, simply apply gentle pressure, and the coms board will pop right out: &amp;lt;br /&amp;gt;&amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/2YgNcQN3dAf6idkE.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#* If you are doing a Sprint to ATT pre- to pre+, you will need to swap the entire back, which requires removing the volume buttons and replacing them.  The cdma back and the gsm back have different antenna systems and need to be swapped as a unit. &lt;br /&gt;
&lt;br /&gt;
'''Coms board removed.''' Note the cable plug where the comm board was attached on the orange ribbon cable.   &amp;lt;img&amp;gt;http://guide-images.ifixit.net/igi/eklF6cnfCxUNTTwl.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Congratulations!''' You have now removed the Sprint Pre coms board! You are now ready to install it in your Pre Plus. PLEASE NOTE: The Pre is *NOT* an easy device to re-assemble, and although the coms board will be missing, I *highly* recommend practicing the re-assembly of the Sprint Pre a couple times to make sure you are able to get it to fit together nicely and the slider action is good, to ensure when you re-assemble the Pre Plus, it is of the highest quality.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Swap Sprint Pre coms board into Pre Plus===&lt;br /&gt;
So you've made it this far have you, Dr. Frankenstein! Excellent! Now, disassemble your Pre Plus by following the disassembly instructions detailed above. Remove the Pre Plus coms board. Insert your Sprint Pre coms board by pressing it into place, ensuring that the two connectors on the board push into place. Re-connect the two GPS wires on the inside of the case to the coms board. Re-assemble your Pre Plus.&lt;br /&gt;
&lt;br /&gt;
===Step 5: Re-program your Pre Plus using meta-doctor===&lt;br /&gt;
Remember all that time we spent getting meta-doctor setup? Well, now the time has come to make use of it. Put your Pre Plus in recovery mode by holding the volume rocker in the 'up' position and while holding it, press and hold the power button. A USB icon should appear on the Pre Plus' screen. Navigate to your custom meta-doctor located at meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Run the JAR file and doctor your device. &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar &lt;br /&gt;
&lt;br /&gt;
When that has completed, your phone will reboot and the &amp;quot;first use app&amp;quot; will run. Go ahead and go through the setup process. &lt;br /&gt;
* Select your language.&lt;br /&gt;
* Accept the license. &lt;br /&gt;
* Log in to your Palm profile. &lt;br /&gt;
* Step through the silly tutorial.  &lt;br /&gt;
&lt;br /&gt;
Once you have done this, the phone will reboot and you will be at your webOS home screen. &lt;br /&gt;
&lt;br /&gt;
====Confirm everything worked====&lt;br /&gt;
* Note that the carrier should say &amp;quot;Sprint.&amp;quot; &lt;br /&gt;
* Confirm that our tokens were properly over-written by going to &amp;quot;Device Info&amp;quot; from the launcher. Scroll down and  click on &amp;quot;More Info&amp;quot;. &lt;br /&gt;
** The Carrier should say &amp;quot;Sprint&amp;quot; &lt;br /&gt;
** The Model should be &amp;quot;P100EWW&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
If either of these values are wrong (most like Carrier: Verizon or Model: P101EWW), then the tokens did not write correctly, and most likely, you made an error properly rolling castle.xml into meta-doctor. If the values are correct, you are now ready get yourself a standard Sprint install.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Run regular Sprint webOS Doctor 1.4.5.===&lt;br /&gt;
It's going to seem really odd, but now, you get to run the doctor '''again.''' This has two purposes: &lt;br /&gt;
&lt;br /&gt;
* To get all the stock Sprint apps back, like Sprint Nav and Sprint TV &lt;br /&gt;
* To get the Sprint PRL (preffered roaming list). &lt;br /&gt;
&lt;br /&gt;
So, you need to run the regular old, run of the mill Sprint webOS Doctor. You have one in the meta-doctor/download directory that you renamed a while ago. CD to that folder and run &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar&lt;br /&gt;
&lt;br /&gt;
Put your phone in recovery mode (Up volume + power) and run the regular Sprint webOS Doctor. If your tokens are wrong, you will get an error saying that your device is not compatible with this version of webOS Doctor. If the info you verified in Step 5 is correct, the webOS Doctor will run without difficulty and you will end up with a stock Sprint install on your Pre Plus. You will be able to note this immediately on the first use app, as there will only be TWO language options (English and Spanish), rather than many. Go through the regular activation AGAIN and it will download your palm profile information and re-install any app store apps you have.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some people have experienced a problem after they've run the stock 1.4.5 webOS doctor, they discover that many of the applications that they had before were not installed, and no longer appear in the App Catalog. This problem stems from Palm getting confused about what version of OS that's running on the phone. This can be confirmed by logging into your palm profile at http://palm.com/profile. If it says the OS version is 9.9.9, then any apps in the app catalog tied to a version of webOS will not be available to you.&lt;br /&gt;
&lt;br /&gt;
The solution is to do a &amp;quot;downgrade activation&amp;quot;, by first running the 1.4.1.1 version of webOS doctor on the phone. And when that's complete, upgrade to 1.4.5 via an Over The Air upgrade.&lt;br /&gt;
&lt;br /&gt;
===Step 7: Have a beer! You've earned it. ===&lt;br /&gt;
Also, be sure to install Preware and all the other goodies you want!&lt;br /&gt;
&lt;br /&gt;
Special Thanks: rwhitby (for meta-doctor, Preware); jhoff80 (for castle.xml configuration), ifixit (for teardown images).&lt;br /&gt;
&lt;br /&gt;
= Baking tokens into the meta-sprint-pre-2.1.0 script =&lt;br /&gt;
The following steps will need to be done in order for you to upgrade your Sprint FrankenPre+ to webOS 2.1.0 in the event that your Palm Profile is version 9.9.9 or the normal Sprint script creates a doctor incompatible with your device.&lt;br /&gt;
&lt;br /&gt;
First, download the 2.1.0 doctor the meta-sprint-pre-2.1.0 will be using to make the script if you have not already done so. You can find the name of this doctor by opening the meta-sprint-pre-2.1.0 file and checking for this line:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;W210_FILE=&amp;quot;nameofdoctor.jar&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To download the doctor, follow these commands (the first one creates the download directory if you do not already have one), substituting nameofdoctor.jar with the actual name of the doctor in the meta-sprint-pre-2.1.0 script:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;mkdir -p downloads&amp;lt;/pre&amp;gt; &lt;br /&gt;
::&amp;lt;pre&amp;gt;wget downloads/nameofdoctor.jar http://palm.cdnetworks.net/rom/preplus/p210r0d02212011/eudep210rod/nameofdoctor.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
:1. Let's unpack the 2.1.0 jar &lt;br /&gt;
::&amp;lt;pre&amp;gt;make VERSION=2.1.0 DEVICE=preplus CARRIER=wr unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
:2. Copy its castle.xml to your ~/meta-doctor directory&lt;br /&gt;
::&amp;lt;pre&amp;gt;cp build/preplus-nameofdoctor-wr-2.1.0/webOS/castle.xml .&amp;lt;/pre&amp;gt;&lt;br /&gt;
:3. Modify the '''&amp;quot;tokens&amp;quot;''' Section of '''~/meta-doctor/castle.xml''' to use ''your personal'' &amp;quot;tokens&amp;quot; Section [from the '''castle.xml you emailed yourself''' using the '''''Show Properties''''' app] using the same process as in subsection 3 of [[#Step 2: Setup meta-doctor] above.&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano castle.xml&amp;lt;/pre&amp;gt;&lt;br /&gt;
:: Note, you may perform all file editing steps with another editor of your choice (such as gedit).&lt;br /&gt;
:: Add your personal tokens after the &amp;quot;env&amp;quot; Section&amp;quot; (note: no value below should be left as 'x'):&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin-left:50px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:4. CTRL+X and save your changes.&lt;br /&gt;
:5. Modify the last make statement in meta-sprint-pre-2.1.0 (line 124 as of this writing)&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano ./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:6. Insert &amp;quot;CUSTOM_XML=castle.xml&amp;quot; after &amp;quot;${ARGS} &amp;quot;. It should read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;$make ${ARGS} CUSTOM_XML=castle.xml clobber-build all || exit&amp;lt;/pre&amp;gt;&lt;br /&gt;
:7. Modify the ${ARGS} section and change CUSTOM_MODEL_LIST and CUSTOM_CARRIER_LIST to read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;CUSTOM_MODEL_LIST=P101EWW CUSTOM_CARRIER_LIST=Verizon&amp;lt;/pre&amp;gt;&lt;br /&gt;
:8. CTRL-X and save&lt;br /&gt;
:9. Cleanup the stuff you just unpacked&lt;br /&gt;
::&amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt;&lt;br /&gt;
:10. Execute the meta-sprint script to create your doctor&lt;br /&gt;
::&amp;lt;pre&amp;gt;./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:11. Repeat [[#Step 7: Have a beer! You've earned it.]] above.&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15549</id>
		<title>Sprint Pre Plus</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15549"/>
		<updated>2011-04-20T20:37:14Z</updated>

		<summary type="html">&lt;p&gt;Malpha: /* Step 2: Setup meta-doctor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is derived from the thread at &lt;br /&gt;
[http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html]&lt;br /&gt;
&lt;br /&gt;
This guide will allow you to get a Palm Pre Plus working on Sprint, assuming you already have an activated Sprint Pre. Using this guide, you will end up with a Palm Pre Plus activated on Sprint, with an entirely stock software installation. The included stock Sprint applications will work (SprintNav, Sprint TV). Your purchased applications from the app store will be re-downloaded automatically OTA.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
# Activated Sprint Pre&lt;br /&gt;
# Your Palm profile login information.  That's the email and password you activated your Pre with in the first place.  You can test if you remember them correctly at [https://ps.palmws.com/palmcsext/console/pages/LoginPage.iface Palm's profile login page].&lt;br /&gt;
# Palm Pre Plus- It can be Verizon or AT&amp;amp;T, it doesn't matter. It also doesn't really matter if the ESN is clean or not, I used a brand new Pre Plus I got off Craigslist with a clean ESN, however the ones with bad ESN's tend to be cheaper on Craigslist or Ebay. Buy whatever you can get the best deal on.&lt;br /&gt;
# T5 screwdriver (required to disassemble phones)&lt;br /&gt;
# Meta-Doctor (get it here Application:MetaDoctor - WebOS Internals)&lt;br /&gt;
# The most important requirement: the understanding that if done incorrectly, you can end up with TWO broken phones or malfunctioning phones. The Pre is *NOT* an easy device to disassemble and especially to re-assemble. A moderately high level of confidence and competence with electronics is required to attempt this.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Extract working Sprint Pre Tokens===&lt;br /&gt;
The tokens on your Sprint Pre are located at /tmp/tokens on your device. The values we want to extract are ProdSN, ModemSN, BATToRSP, BATToCH, DMSVRoNONCE, DMSVRoAUTHPW, DMCLoNONCE, DMCLoAUTHPW, DMCLoAUTHNAME, DMCARRIER, DMMODEL, WIFIoADDR, BToADDR, PalmSN, PRODoID, PN. Each token is represented by a file with that exact name, and the value is contained in the file. &lt;br /&gt;
&lt;br /&gt;
:'''The only supported way to get these tokens is to &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;install &amp;quot;Show Properties&amp;quot; using Preware&amp;lt;/span&amp;gt; and have the system email you a castle.xml file directly.'''&lt;br /&gt;
&lt;br /&gt;
It is also a good idea to extract the tokens from the Pre Plus as well. They will not be used at all in this process. However, if you ever wish to return the Pre Plus to it's stock condition, you will need those tokens.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Setup meta-doctor===&lt;br /&gt;
&lt;br /&gt;
(Note: If you would like to upgrade your device straight to 2.1.0 and not install 1.4.5, please follow the directions for creating your meta-doctor in the [[#Baking_tokens_into_the_meta-sprint-pre-2.1.0_script]] section.)&lt;br /&gt;
&lt;br /&gt;
This is actually sort of tricky and the setup process is a little different for each operating system you are running on. I recommend following the directions located here: [[Application:MetaDoctor]]. However, there are a few little things that need to be done to do what we are trying to do. I will summarize the steps that we are taking with meta-doctor. Read these steps first, BEFORE setting up meta-doctor. All the initial icky steps on the meta-doctor setup involve getting the proper UNIX architecture setup to run the shell scripts that comprise meta-doctor (installing git, etc). I will not summarize those steps here (they are well-documented elsewhere and OS-dependent). However, once you have the basic packages installed and in place, do the following things:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt; Modify your makefile. The makefile is located in the &amp;quot;meta-doctor&amp;quot; directory and is called &amp;quot;Makefile&amp;quot;. Open it in your favorite text editor. We are going to remove the carrier check (since VZ and AT&amp;amp;T carriers will NOT work with the regular Sprint webOS Doctor) and we are going to remove the model check (since there is no such thing as a Pre Plus on Sprint). To do this, remove the &amp;quot;#&amp;quot; symbol next to &amp;quot;REMOVE_MODEL_CHECK = 1&amp;quot; and &amp;quot;REMOVE_CARRIER_CHECK = 1&amp;quot;. You will also need to set &amp;quot;DEVICE&amp;quot; to &amp;quot;pre&amp;quot; (no quotes) and &amp;quot;CARRIER&amp;quot; to &amp;quot;sprint&amp;quot; (no quotes)- exactly as below. Your makefile should now look like this (changes noted in bold for legibility):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##########################&lt;br /&gt;
## END OF DOCUMENTATION ##&lt;br /&gt;
##########################&lt;br /&gt;
&lt;br /&gt;
########################################&lt;br /&gt;
## START OF AREA FOR END USER CHANGES ##&lt;br /&gt;
########################################&lt;br /&gt;
&lt;br /&gt;
# Uncomment the features that you wish to enable below:&lt;br /&gt;
# BYPASS_ACTIVATION = 1&lt;br /&gt;
# BYPASS_FIRST_USE_APP = 1&lt;br /&gt;
# ENABLE_DEVELOPER_MODE = 1&lt;br /&gt;
# DISABLE_UPLOAD_DAEMON = 1&lt;br /&gt;
# INCREASE_VAR_SPACE = 1&lt;br /&gt;
# ENABLE_USB_NETWORKING = 1&lt;br /&gt;
# INSTALL_SSH_AUTH_KEYS = 1&lt;br /&gt;
REMOVE_CARRIER_CHECK = 1&lt;br /&gt;
REMOVE_MODEL_CHECK = 1&lt;br /&gt;
# DISABLE_MODEM_UPDATE = 1&lt;br /&gt;
# CHANGE_KEYBOARD_TYPE = z&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;pre&amp;quot;, or &amp;quot;pixi&amp;quot;.&lt;br /&gt;
DEVICE = pre&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;sprint&amp;quot;, &amp;quot;bellmo&amp;quot;, &amp;quot;telcel&amp;quot;, &amp;quot;verizonwireless&amp;quot; or &amp;quot;wr&amp;quot;.&lt;br /&gt;
CARRIER = sprint&lt;br /&gt;
&lt;br /&gt;
######################################&lt;br /&gt;
## END OF AREA FOR END USER CHANGES ##&lt;br /&gt;
######################################&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Save your modified makefile and close your text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Unpack and Patch meta-doctor. Since we are going to import our Sprint tokens into meta-doctor, we need to build meta-doctor in a stepwise process, and insert the tokens at the proper time. Do NOT simply run 'make DEVICE=pre all-sprint'. This will NOT work. From the command line, and within the meta-doctor folder, run 'make unpack':&lt;br /&gt;
&amp;lt;pre&amp;gt;make unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
After this command has finished, run 'make patch':&lt;br /&gt;
&amp;lt;pre&amp;gt;make patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Import tokens into castle.xml and package meta-doctor. We are now going to add your Sprint Pre tokens into meta-doctor and build the customized version of webOS Doctor that will write your Sprint tokens to your Pre Plus and remove the Carrier and Model checks. To do this, open the castle.xml file, which will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webOS/castle.xml. (Or you can just use the search function on your computer, haha). Open castle.xml in your favorite text editor. Locate the tokens section, which will look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The new section will look like this (thanks jhoff80!):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Where the X's are located, insert the corresponding token values that you extracted at the beginning of this guide. Leave the quotes in place. Once you have completed this step, save the XML file and close your text editor. Go back to the command line and run 'make pack'&lt;br /&gt;
&amp;lt;pre&amp;gt;make pack&amp;lt;/pre&amp;gt;&lt;br /&gt;
Your new webOS doctor is now all packaged up and ready to go, and will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Now that the software is all setup, we are ready to begin the hardware surgery!&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Step 3. Remove your Sprint Pre com board===&lt;br /&gt;
So this is the part where you can actually damage your device. So, as one last form of warning, I will say, DANGER WILL ROBINSON! If you are not comfortable with the possibility of destroying a perfectly nice Sprint Pre or are not comfortable disassembling tiny electronics, STOP NOW, go out and see Inception or something (great movie!). Otherwise, let's proceed. (Images are being served from Ifixit.net's palm pre teardown page.)&lt;br /&gt;
 &lt;br /&gt;
'''NOTE''': You may find it useful to also look at the dis/reassembly instructions and pictures provided for the [[Sprint Pre 2]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Remove the 6 back screws. Remove the back cover of your Sprint Pre and remove the battery. Using a T5 screwdriver, remove the 6 screws. The screw in the upper right corner has a small &amp;quot;Palm&amp;quot; sticker on it, probably to void your warranty if broken&amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/bFeIXAZtnVqjBILK.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Gently separate the backplate. There are interlocking plastic tabs securing the backplate. you need to pry out a tiny bit and push DOWN towards the keyboard on the four locking tabs.  As you do, the keyboard bezel and the keyboard ill seperate from the backplate. The keyboard bezel is VERY THIN.  Once you have it started to seperate on both sides, run your plastic wedge or a fingernail around the seperation.  To swap JUST the comm board, it is NOT nessessary to pull the volume buttons out, you can leave them in.  Now, with the keyboard down a bit, push up on the comm board and it will hinge up towards the top of the phone on its connector cable.  The cable unplugs from the flat of the comm board. It does not pull out &amp;quot;parallel&amp;quot; with the cable, it pulls out &amp;quot;perpendicular&amp;quot; to the cable. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/B2J3e3Tv6oKLJe3Y.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Remove the coms board. &lt;br /&gt;
#* If you are doing a Sprint to Verizon pre- to Pre+ since both are cdma phones, you do not need to fully separate the backplate from the rest of the phone (which involves disassembling the volume rocker). If you are able to release the bottom section of the Pre's backplate and the 4 side plastic interlockers, you should be able to elevate the backplate enough to get access to the coms board. To remove the coms board, first gently reflect back the small plate covering the GPS connectors, as shown here  and disconnect the two gps connectors. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/qBW1xicfUSWhZ5VB.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#: Now, simply apply gentle pressure, and the coms board will pop right out: &amp;lt;br /&amp;gt;&amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/2YgNcQN3dAf6idkE.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#* If you are doing a Sprint to ATT pre- to pre+, you will need to swap the entire back, which requires removing the volume buttons and replacing them.  The cdma back and the gsm back have different antenna systems and need to be swapped as a unit. &lt;br /&gt;
&lt;br /&gt;
'''Coms board removed.''' Note the cable plug where the comm board was attached on the orange ribbon cable.   &amp;lt;img&amp;gt;http://guide-images.ifixit.net/igi/eklF6cnfCxUNTTwl.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Congratulations!''' You have now removed the Sprint Pre coms board! You are now ready to install it in your Pre Plus. PLEASE NOTE: The Pre is *NOT* an easy device to re-assemble, and although the coms board will be missing, I *highly* recommend practicing the re-assembly of the Sprint Pre a couple times to make sure you are able to get it to fit together nicely and the slider action is good, to ensure when you re-assemble the Pre Plus, it is of the highest quality.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Swap Sprint Pre coms board into Pre Plus===&lt;br /&gt;
So you've made it this far have you, Dr. Frankenstein! Excellent! Now, disassemble your Pre Plus by following the disassembly instructions detailed above. Remove the Pre Plus coms board. Insert your Sprint Pre coms board by pressing it into place, ensuring that the two connectors on the board push into place. Re-connect the two GPS wires on the inside of the case to the coms board. Re-assemble your Pre Plus.&lt;br /&gt;
&lt;br /&gt;
===Step 5: Re-program your Pre Plus using meta-doctor===&lt;br /&gt;
Remember all that time we spent getting meta-doctor setup? Well, now the time has come to make use of it. Put your Pre Plus in recovery mode by holding the volume rocker in the 'up' position and while holding it, press and hold the power button. A USB icon should appear on the Pre Plus' screen. Navigate to your custom meta-doctor located at meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Run the JAR file and doctor your device. &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar &lt;br /&gt;
&lt;br /&gt;
When that has completed, your phone will reboot and the &amp;quot;first use app&amp;quot; will run. Go ahead and go through the setup process. &lt;br /&gt;
* Select your language.&lt;br /&gt;
* Accept the license. &lt;br /&gt;
* Log in to your Palm profile. &lt;br /&gt;
* Step through the silly tutorial.  &lt;br /&gt;
&lt;br /&gt;
Once you have done this, the phone will reboot and you will be at your webOS home screen. &lt;br /&gt;
&lt;br /&gt;
====Confirm everything worked====&lt;br /&gt;
* Note that the carrier should say &amp;quot;Sprint.&amp;quot; &lt;br /&gt;
* Confirm that our tokens were properly over-written by going to &amp;quot;Device Info&amp;quot; from the launcher. Scroll down and  click on &amp;quot;More Info&amp;quot;. &lt;br /&gt;
** The Carrier should say &amp;quot;Sprint&amp;quot; &lt;br /&gt;
** The Model should be &amp;quot;P100EWW&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
If either of these values are wrong (most like Carrier: Verizon or Model: P101EWW), then the tokens did not write correctly, and most likely, you made an error properly rolling castle.xml into meta-doctor. If the values are correct, you are now ready get yourself a standard Sprint install.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Run regular Sprint webOS Doctor 1.4.5.===&lt;br /&gt;
It's going to seem really odd, but now, you get to run the doctor '''again.''' This has two purposes: &lt;br /&gt;
&lt;br /&gt;
* To get all the stock Sprint apps back, like Sprint Nav and Sprint TV &lt;br /&gt;
* To get the Sprint PRL (preffered roaming list). &lt;br /&gt;
&lt;br /&gt;
So, you need to run the regular old, run of the mill Sprint webOS Doctor. You have one in the meta-doctor/download directory that you renamed a while ago. CD to that folder and run &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar&lt;br /&gt;
&lt;br /&gt;
Put your phone in recovery mode (Up volume + power) and run the regular Sprint webOS Doctor. If your tokens are wrong, you will get an error saying that your device is not compatible with this version of webOS Doctor. If the info you verified in Step 5 is correct, the webOS Doctor will run without difficulty and you will end up with a stock Sprint install on your Pre Plus. You will be able to note this immediately on the first use app, as there will only be TWO language options (English and Spanish), rather than many. Go through the regular activation AGAIN and it will download your palm profile information and re-install any app store apps you have.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some people have experienced a problem after they've run the stock 1.4.5 webOS doctor, they discover that many of the applications that they had before were not installed, and no longer appear in the App Catalog. This problem stems from Palm getting confused about what version of OS that's running on the phone. This can be confirmed by logging into your palm profile at http://palm.com/profile. If it says the OS version is 9.9.9, then any apps in the app catalog tied to a version of webOS will not be available to you.&lt;br /&gt;
&lt;br /&gt;
The solution is to do a &amp;quot;downgrade activation&amp;quot;, by first running the 1.4.1.1 version of webOS doctor on the phone. And when that's complete, upgrade to 1.4.5 via an Over The Air upgrade.&lt;br /&gt;
&lt;br /&gt;
===Step 7: Have a beer! You've earned it. ===&lt;br /&gt;
Also, be sure to install Preware and all the other goodies you want!&lt;br /&gt;
&lt;br /&gt;
Special Thanks: rwhitby (for meta-doctor, Preware); jhoff80 (for castle.xml configuration), ifixit (for teardown images).&lt;br /&gt;
&lt;br /&gt;
= Baking tokens into the meta-sprint-pre-2.1.0 script =&lt;br /&gt;
The following steps will need to be done in order for you to upgrade your Sprint FrankenPre+ to webOS 2.1.0 in the event that your Palm Profile is version 9.9.9 or the normal Sprint script creates a doctor incompatible with your device.&lt;br /&gt;
&lt;br /&gt;
First, download the 2.1.0 doctor the meta-sprint-pre-2.1.0 will be using to make the script if you have not already done so. You can find the name of this doctor by opening the meta-sprint-pre-2.1.0 file and checking for this line:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;W210_FILE=&amp;quot;nameofdoctor.jar&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To download the doctor, follow these commands (the first one creates the download directory if you do not already have one), substituting nameofdoctor.jar with the actual name of the doctor in the meta-sprint-pre-2.1.0 script:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;mkdir -p downloads&amp;lt;/pre&amp;gt; &lt;br /&gt;
::&amp;lt;pre&amp;gt;wget downloads/nameofdoctor.jar http://palm.cdnetworks.net/rom/preplus/p210r0d02212011/eudep210rod/nameofdoctor.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
:1. Let's unpack the 2.1.0 jar &lt;br /&gt;
::&amp;lt;pre&amp;gt;make VERSION=2.1.0 DEVICE=preplus CARRIER=wr unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
:2. Copy its castle.xml to your ~/meta-doctor directory&lt;br /&gt;
::&amp;lt;pre&amp;gt;cp build/preplus-p101ueude-wr-2.1.0/webOS/castle.xml .&amp;lt;/pre&amp;gt;&lt;br /&gt;
:3. Modify the '''&amp;quot;tokens&amp;quot;''' Section of '''~/meta-doctor/castle.xml''' to use ''your personal'' &amp;quot;tokens&amp;quot; Section [from the '''castle.xml you emailed yourself''' using the '''''Show Properties''''' app] using the same process as in subsection 3 of [[#Step 2: Setup meta-doctor] above.&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano castle.xml&amp;lt;/pre&amp;gt;&lt;br /&gt;
:: Note, you may perform all file editing steps with another editor of your choice (such as gedit).&lt;br /&gt;
:: Add your personal tokens after the &amp;quot;env&amp;quot; Section&amp;quot; (note: no value below should be left as 'x'):&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin-left:50px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:4. CTRL+X and save your changes.&lt;br /&gt;
:5. Modify the last make statement in meta-sprint-pre-2.1.0 (line 124 as of this writing)&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano ./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:6. Insert &amp;quot;CUSTOM_XML=castle.xml&amp;quot; after &amp;quot;${ARGS} &amp;quot;. It should read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;$make ${ARGS} CUSTOM_XML=castle.xml clobber-build all || exit&amp;lt;/pre&amp;gt;&lt;br /&gt;
:7. Modify the ${ARGS} section and change CUSTOM_MODEL_LIST and CUSTOM_CARRIER_LIST to read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;CUSTOM_MODEL_LIST=P101EWW CUSTOM_CARRIER_LIST=Verizon&amp;lt;/pre&amp;gt;&lt;br /&gt;
:8. CTRL-X and save&lt;br /&gt;
:9. Cleanup the stuff you just unpacked&lt;br /&gt;
::&amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt;&lt;br /&gt;
:10. Execute the meta-sprint script to create your doctor&lt;br /&gt;
::&amp;lt;pre&amp;gt;./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:11. Repeat [[#Step 7: Have a beer! You've earned it.]] above.&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15547</id>
		<title>Sprint Pre Plus</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15547"/>
		<updated>2011-04-20T20:36:49Z</updated>

		<summary type="html">&lt;p&gt;Malpha: /* Step 2: Setup meta-doctor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is derived from the thread at &lt;br /&gt;
[http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html]&lt;br /&gt;
&lt;br /&gt;
This guide will allow you to get a Palm Pre Plus working on Sprint, assuming you already have an activated Sprint Pre. Using this guide, you will end up with a Palm Pre Plus activated on Sprint, with an entirely stock software installation. The included stock Sprint applications will work (SprintNav, Sprint TV). Your purchased applications from the app store will be re-downloaded automatically OTA.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
# Activated Sprint Pre&lt;br /&gt;
# Your Palm profile login information.  That's the email and password you activated your Pre with in the first place.  You can test if you remember them correctly at [https://ps.palmws.com/palmcsext/console/pages/LoginPage.iface Palm's profile login page].&lt;br /&gt;
# Palm Pre Plus- It can be Verizon or AT&amp;amp;T, it doesn't matter. It also doesn't really matter if the ESN is clean or not, I used a brand new Pre Plus I got off Craigslist with a clean ESN, however the ones with bad ESN's tend to be cheaper on Craigslist or Ebay. Buy whatever you can get the best deal on.&lt;br /&gt;
# T5 screwdriver (required to disassemble phones)&lt;br /&gt;
# Meta-Doctor (get it here Application:MetaDoctor - WebOS Internals)&lt;br /&gt;
# The most important requirement: the understanding that if done incorrectly, you can end up with TWO broken phones or malfunctioning phones. The Pre is *NOT* an easy device to disassemble and especially to re-assemble. A moderately high level of confidence and competence with electronics is required to attempt this.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Extract working Sprint Pre Tokens===&lt;br /&gt;
The tokens on your Sprint Pre are located at /tmp/tokens on your device. The values we want to extract are ProdSN, ModemSN, BATToRSP, BATToCH, DMSVRoNONCE, DMSVRoAUTHPW, DMCLoNONCE, DMCLoAUTHPW, DMCLoAUTHNAME, DMCARRIER, DMMODEL, WIFIoADDR, BToADDR, PalmSN, PRODoID, PN. Each token is represented by a file with that exact name, and the value is contained in the file. &lt;br /&gt;
&lt;br /&gt;
:'''The only supported way to get these tokens is to &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;install &amp;quot;Show Properties&amp;quot; using Preware&amp;lt;/span&amp;gt; and have the system email you a castle.xml file directly.'''&lt;br /&gt;
&lt;br /&gt;
It is also a good idea to extract the tokens from the Pre Plus as well. They will not be used at all in this process. However, if you ever wish to return the Pre Plus to it's stock condition, you will need those tokens.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Setup meta-doctor===&lt;br /&gt;
&lt;br /&gt;
(Note: If you would like to upgrade your device straight to 2.1.0 and not install 1.4.5, please follow the directions for creating your meta-doctor in the [[Baking_tokens_into_the_meta-sprint-pre-2.1.0_script]] section.)&lt;br /&gt;
&lt;br /&gt;
This is actually sort of tricky and the setup process is a little different for each operating system you are running on. I recommend following the directions located here: [[Application:MetaDoctor]]. However, there are a few little things that need to be done to do what we are trying to do. I will summarize the steps that we are taking with meta-doctor. Read these steps first, BEFORE setting up meta-doctor. All the initial icky steps on the meta-doctor setup involve getting the proper UNIX architecture setup to run the shell scripts that comprise meta-doctor (installing git, etc). I will not summarize those steps here (they are well-documented elsewhere and OS-dependent). However, once you have the basic packages installed and in place, do the following things:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt; Modify your makefile. The makefile is located in the &amp;quot;meta-doctor&amp;quot; directory and is called &amp;quot;Makefile&amp;quot;. Open it in your favorite text editor. We are going to remove the carrier check (since VZ and AT&amp;amp;T carriers will NOT work with the regular Sprint webOS Doctor) and we are going to remove the model check (since there is no such thing as a Pre Plus on Sprint). To do this, remove the &amp;quot;#&amp;quot; symbol next to &amp;quot;REMOVE_MODEL_CHECK = 1&amp;quot; and &amp;quot;REMOVE_CARRIER_CHECK = 1&amp;quot;. You will also need to set &amp;quot;DEVICE&amp;quot; to &amp;quot;pre&amp;quot; (no quotes) and &amp;quot;CARRIER&amp;quot; to &amp;quot;sprint&amp;quot; (no quotes)- exactly as below. Your makefile should now look like this (changes noted in bold for legibility):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##########################&lt;br /&gt;
## END OF DOCUMENTATION ##&lt;br /&gt;
##########################&lt;br /&gt;
&lt;br /&gt;
########################################&lt;br /&gt;
## START OF AREA FOR END USER CHANGES ##&lt;br /&gt;
########################################&lt;br /&gt;
&lt;br /&gt;
# Uncomment the features that you wish to enable below:&lt;br /&gt;
# BYPASS_ACTIVATION = 1&lt;br /&gt;
# BYPASS_FIRST_USE_APP = 1&lt;br /&gt;
# ENABLE_DEVELOPER_MODE = 1&lt;br /&gt;
# DISABLE_UPLOAD_DAEMON = 1&lt;br /&gt;
# INCREASE_VAR_SPACE = 1&lt;br /&gt;
# ENABLE_USB_NETWORKING = 1&lt;br /&gt;
# INSTALL_SSH_AUTH_KEYS = 1&lt;br /&gt;
REMOVE_CARRIER_CHECK = 1&lt;br /&gt;
REMOVE_MODEL_CHECK = 1&lt;br /&gt;
# DISABLE_MODEM_UPDATE = 1&lt;br /&gt;
# CHANGE_KEYBOARD_TYPE = z&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;pre&amp;quot;, or &amp;quot;pixi&amp;quot;.&lt;br /&gt;
DEVICE = pre&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;sprint&amp;quot;, &amp;quot;bellmo&amp;quot;, &amp;quot;telcel&amp;quot;, &amp;quot;verizonwireless&amp;quot; or &amp;quot;wr&amp;quot;.&lt;br /&gt;
CARRIER = sprint&lt;br /&gt;
&lt;br /&gt;
######################################&lt;br /&gt;
## END OF AREA FOR END USER CHANGES ##&lt;br /&gt;
######################################&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Save your modified makefile and close your text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Unpack and Patch meta-doctor. Since we are going to import our Sprint tokens into meta-doctor, we need to build meta-doctor in a stepwise process, and insert the tokens at the proper time. Do NOT simply run 'make DEVICE=pre all-sprint'. This will NOT work. From the command line, and within the meta-doctor folder, run 'make unpack':&lt;br /&gt;
&amp;lt;pre&amp;gt;make unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
After this command has finished, run 'make patch':&lt;br /&gt;
&amp;lt;pre&amp;gt;make patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Import tokens into castle.xml and package meta-doctor. We are now going to add your Sprint Pre tokens into meta-doctor and build the customized version of webOS Doctor that will write your Sprint tokens to your Pre Plus and remove the Carrier and Model checks. To do this, open the castle.xml file, which will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webOS/castle.xml. (Or you can just use the search function on your computer, haha). Open castle.xml in your favorite text editor. Locate the tokens section, which will look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The new section will look like this (thanks jhoff80!):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Where the X's are located, insert the corresponding token values that you extracted at the beginning of this guide. Leave the quotes in place. Once you have completed this step, save the XML file and close your text editor. Go back to the command line and run 'make pack'&lt;br /&gt;
&amp;lt;pre&amp;gt;make pack&amp;lt;/pre&amp;gt;&lt;br /&gt;
Your new webOS doctor is now all packaged up and ready to go, and will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Now that the software is all setup, we are ready to begin the hardware surgery!&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Step 3. Remove your Sprint Pre com board===&lt;br /&gt;
So this is the part where you can actually damage your device. So, as one last form of warning, I will say, DANGER WILL ROBINSON! If you are not comfortable with the possibility of destroying a perfectly nice Sprint Pre or are not comfortable disassembling tiny electronics, STOP NOW, go out and see Inception or something (great movie!). Otherwise, let's proceed. (Images are being served from Ifixit.net's palm pre teardown page.)&lt;br /&gt;
 &lt;br /&gt;
'''NOTE''': You may find it useful to also look at the dis/reassembly instructions and pictures provided for the [[Sprint Pre 2]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Remove the 6 back screws. Remove the back cover of your Sprint Pre and remove the battery. Using a T5 screwdriver, remove the 6 screws. The screw in the upper right corner has a small &amp;quot;Palm&amp;quot; sticker on it, probably to void your warranty if broken&amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/bFeIXAZtnVqjBILK.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Gently separate the backplate. There are interlocking plastic tabs securing the backplate. you need to pry out a tiny bit and push DOWN towards the keyboard on the four locking tabs.  As you do, the keyboard bezel and the keyboard ill seperate from the backplate. The keyboard bezel is VERY THIN.  Once you have it started to seperate on both sides, run your plastic wedge or a fingernail around the seperation.  To swap JUST the comm board, it is NOT nessessary to pull the volume buttons out, you can leave them in.  Now, with the keyboard down a bit, push up on the comm board and it will hinge up towards the top of the phone on its connector cable.  The cable unplugs from the flat of the comm board. It does not pull out &amp;quot;parallel&amp;quot; with the cable, it pulls out &amp;quot;perpendicular&amp;quot; to the cable. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/B2J3e3Tv6oKLJe3Y.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Remove the coms board. &lt;br /&gt;
#* If you are doing a Sprint to Verizon pre- to Pre+ since both are cdma phones, you do not need to fully separate the backplate from the rest of the phone (which involves disassembling the volume rocker). If you are able to release the bottom section of the Pre's backplate and the 4 side plastic interlockers, you should be able to elevate the backplate enough to get access to the coms board. To remove the coms board, first gently reflect back the small plate covering the GPS connectors, as shown here  and disconnect the two gps connectors. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/qBW1xicfUSWhZ5VB.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#: Now, simply apply gentle pressure, and the coms board will pop right out: &amp;lt;br /&amp;gt;&amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/2YgNcQN3dAf6idkE.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#* If you are doing a Sprint to ATT pre- to pre+, you will need to swap the entire back, which requires removing the volume buttons and replacing them.  The cdma back and the gsm back have different antenna systems and need to be swapped as a unit. &lt;br /&gt;
&lt;br /&gt;
'''Coms board removed.''' Note the cable plug where the comm board was attached on the orange ribbon cable.   &amp;lt;img&amp;gt;http://guide-images.ifixit.net/igi/eklF6cnfCxUNTTwl.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Congratulations!''' You have now removed the Sprint Pre coms board! You are now ready to install it in your Pre Plus. PLEASE NOTE: The Pre is *NOT* an easy device to re-assemble, and although the coms board will be missing, I *highly* recommend practicing the re-assembly of the Sprint Pre a couple times to make sure you are able to get it to fit together nicely and the slider action is good, to ensure when you re-assemble the Pre Plus, it is of the highest quality.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Swap Sprint Pre coms board into Pre Plus===&lt;br /&gt;
So you've made it this far have you, Dr. Frankenstein! Excellent! Now, disassemble your Pre Plus by following the disassembly instructions detailed above. Remove the Pre Plus coms board. Insert your Sprint Pre coms board by pressing it into place, ensuring that the two connectors on the board push into place. Re-connect the two GPS wires on the inside of the case to the coms board. Re-assemble your Pre Plus.&lt;br /&gt;
&lt;br /&gt;
===Step 5: Re-program your Pre Plus using meta-doctor===&lt;br /&gt;
Remember all that time we spent getting meta-doctor setup? Well, now the time has come to make use of it. Put your Pre Plus in recovery mode by holding the volume rocker in the 'up' position and while holding it, press and hold the power button. A USB icon should appear on the Pre Plus' screen. Navigate to your custom meta-doctor located at meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Run the JAR file and doctor your device. &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar &lt;br /&gt;
&lt;br /&gt;
When that has completed, your phone will reboot and the &amp;quot;first use app&amp;quot; will run. Go ahead and go through the setup process. &lt;br /&gt;
* Select your language.&lt;br /&gt;
* Accept the license. &lt;br /&gt;
* Log in to your Palm profile. &lt;br /&gt;
* Step through the silly tutorial.  &lt;br /&gt;
&lt;br /&gt;
Once you have done this, the phone will reboot and you will be at your webOS home screen. &lt;br /&gt;
&lt;br /&gt;
====Confirm everything worked====&lt;br /&gt;
* Note that the carrier should say &amp;quot;Sprint.&amp;quot; &lt;br /&gt;
* Confirm that our tokens were properly over-written by going to &amp;quot;Device Info&amp;quot; from the launcher. Scroll down and  click on &amp;quot;More Info&amp;quot;. &lt;br /&gt;
** The Carrier should say &amp;quot;Sprint&amp;quot; &lt;br /&gt;
** The Model should be &amp;quot;P100EWW&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
If either of these values are wrong (most like Carrier: Verizon or Model: P101EWW), then the tokens did not write correctly, and most likely, you made an error properly rolling castle.xml into meta-doctor. If the values are correct, you are now ready get yourself a standard Sprint install.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Run regular Sprint webOS Doctor 1.4.5.===&lt;br /&gt;
It's going to seem really odd, but now, you get to run the doctor '''again.''' This has two purposes: &lt;br /&gt;
&lt;br /&gt;
* To get all the stock Sprint apps back, like Sprint Nav and Sprint TV &lt;br /&gt;
* To get the Sprint PRL (preffered roaming list). &lt;br /&gt;
&lt;br /&gt;
So, you need to run the regular old, run of the mill Sprint webOS Doctor. You have one in the meta-doctor/download directory that you renamed a while ago. CD to that folder and run &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar&lt;br /&gt;
&lt;br /&gt;
Put your phone in recovery mode (Up volume + power) and run the regular Sprint webOS Doctor. If your tokens are wrong, you will get an error saying that your device is not compatible with this version of webOS Doctor. If the info you verified in Step 5 is correct, the webOS Doctor will run without difficulty and you will end up with a stock Sprint install on your Pre Plus. You will be able to note this immediately on the first use app, as there will only be TWO language options (English and Spanish), rather than many. Go through the regular activation AGAIN and it will download your palm profile information and re-install any app store apps you have.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some people have experienced a problem after they've run the stock 1.4.5 webOS doctor, they discover that many of the applications that they had before were not installed, and no longer appear in the App Catalog. This problem stems from Palm getting confused about what version of OS that's running on the phone. This can be confirmed by logging into your palm profile at http://palm.com/profile. If it says the OS version is 9.9.9, then any apps in the app catalog tied to a version of webOS will not be available to you.&lt;br /&gt;
&lt;br /&gt;
The solution is to do a &amp;quot;downgrade activation&amp;quot;, by first running the 1.4.1.1 version of webOS doctor on the phone. And when that's complete, upgrade to 1.4.5 via an Over The Air upgrade.&lt;br /&gt;
&lt;br /&gt;
===Step 7: Have a beer! You've earned it. ===&lt;br /&gt;
Also, be sure to install Preware and all the other goodies you want!&lt;br /&gt;
&lt;br /&gt;
Special Thanks: rwhitby (for meta-doctor, Preware); jhoff80 (for castle.xml configuration), ifixit (for teardown images).&lt;br /&gt;
&lt;br /&gt;
= Baking tokens into the meta-sprint-pre-2.1.0 script =&lt;br /&gt;
The following steps will need to be done in order for you to upgrade your Sprint FrankenPre+ to webOS 2.1.0 in the event that your Palm Profile is version 9.9.9 or the normal Sprint script creates a doctor incompatible with your device.&lt;br /&gt;
&lt;br /&gt;
First, download the 2.1.0 doctor the meta-sprint-pre-2.1.0 will be using to make the script if you have not already done so. You can find the name of this doctor by opening the meta-sprint-pre-2.1.0 file and checking for this line:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;W210_FILE=&amp;quot;nameofdoctor.jar&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To download the doctor, follow these commands (the first one creates the download directory if you do not already have one), substituting nameofdoctor.jar with the actual name of the doctor in the meta-sprint-pre-2.1.0 script:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;mkdir -p downloads&amp;lt;/pre&amp;gt; &lt;br /&gt;
::&amp;lt;pre&amp;gt;wget downloads/nameofdoctor.jar http://palm.cdnetworks.net/rom/preplus/p210r0d02212011/eudep210rod/nameofdoctor.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
:1. Let's unpack the 2.1.0 jar &lt;br /&gt;
::&amp;lt;pre&amp;gt;make VERSION=2.1.0 DEVICE=preplus CARRIER=wr unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
:2. Copy its castle.xml to your ~/meta-doctor directory&lt;br /&gt;
::&amp;lt;pre&amp;gt;cp build/preplus-p101ueude-wr-2.1.0/webOS/castle.xml .&amp;lt;/pre&amp;gt;&lt;br /&gt;
:3. Modify the '''&amp;quot;tokens&amp;quot;''' Section of '''~/meta-doctor/castle.xml''' to use ''your personal'' &amp;quot;tokens&amp;quot; Section [from the '''castle.xml you emailed yourself''' using the '''''Show Properties''''' app] using the same process as in subsection 3 of [[#Step 2: Setup meta-doctor] above.&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano castle.xml&amp;lt;/pre&amp;gt;&lt;br /&gt;
:: Note, you may perform all file editing steps with another editor of your choice (such as gedit).&lt;br /&gt;
:: Add your personal tokens after the &amp;quot;env&amp;quot; Section&amp;quot; (note: no value below should be left as 'x'):&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin-left:50px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:4. CTRL+X and save your changes.&lt;br /&gt;
:5. Modify the last make statement in meta-sprint-pre-2.1.0 (line 124 as of this writing)&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano ./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:6. Insert &amp;quot;CUSTOM_XML=castle.xml&amp;quot; after &amp;quot;${ARGS} &amp;quot;. It should read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;$make ${ARGS} CUSTOM_XML=castle.xml clobber-build all || exit&amp;lt;/pre&amp;gt;&lt;br /&gt;
:7. Modify the ${ARGS} section and change CUSTOM_MODEL_LIST and CUSTOM_CARRIER_LIST to read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;CUSTOM_MODEL_LIST=P101EWW CUSTOM_CARRIER_LIST=Verizon&amp;lt;/pre&amp;gt;&lt;br /&gt;
:8. CTRL-X and save&lt;br /&gt;
:9. Cleanup the stuff you just unpacked&lt;br /&gt;
::&amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt;&lt;br /&gt;
:10. Execute the meta-sprint script to create your doctor&lt;br /&gt;
::&amp;lt;pre&amp;gt;./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:11. Repeat [[#Step 7: Have a beer! You've earned it.]] above.&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15545</id>
		<title>Sprint Pre Plus</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15545"/>
		<updated>2011-04-20T20:32:12Z</updated>

		<summary type="html">&lt;p&gt;Malpha: /* Baking tokens into the meta-sprint-pre-2.1.0 script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is derived from the thread at &lt;br /&gt;
[http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html]&lt;br /&gt;
&lt;br /&gt;
This guide will allow you to get a Palm Pre Plus working on Sprint, assuming you already have an activated Sprint Pre. Using this guide, you will end up with a Palm Pre Plus activated on Sprint, with an entirely stock software installation. The included stock Sprint applications will work (SprintNav, Sprint TV). Your purchased applications from the app store will be re-downloaded automatically OTA.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
# Activated Sprint Pre&lt;br /&gt;
# Your Palm profile login information.  That's the email and password you activated your Pre with in the first place.  You can test if you remember them correctly at [https://ps.palmws.com/palmcsext/console/pages/LoginPage.iface Palm's profile login page].&lt;br /&gt;
# Palm Pre Plus- It can be Verizon or AT&amp;amp;T, it doesn't matter. It also doesn't really matter if the ESN is clean or not, I used a brand new Pre Plus I got off Craigslist with a clean ESN, however the ones with bad ESN's tend to be cheaper on Craigslist or Ebay. Buy whatever you can get the best deal on.&lt;br /&gt;
# T5 screwdriver (required to disassemble phones)&lt;br /&gt;
# Meta-Doctor (get it here Application:MetaDoctor - WebOS Internals)&lt;br /&gt;
# The most important requirement: the understanding that if done incorrectly, you can end up with TWO broken phones or malfunctioning phones. The Pre is *NOT* an easy device to disassemble and especially to re-assemble. A moderately high level of confidence and competence with electronics is required to attempt this.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Extract working Sprint Pre Tokens===&lt;br /&gt;
The tokens on your Sprint Pre are located at /tmp/tokens on your device. The values we want to extract are ProdSN, ModemSN, BATToRSP, BATToCH, DMSVRoNONCE, DMSVRoAUTHPW, DMCLoNONCE, DMCLoAUTHPW, DMCLoAUTHNAME, DMCARRIER, DMMODEL, WIFIoADDR, BToADDR, PalmSN, PRODoID, PN. Each token is represented by a file with that exact name, and the value is contained in the file. &lt;br /&gt;
&lt;br /&gt;
:'''The only supported way to get these tokens is to &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;install &amp;quot;Show Properties&amp;quot; using Preware&amp;lt;/span&amp;gt; and have the system email you a castle.xml file directly.'''&lt;br /&gt;
&lt;br /&gt;
It is also a good idea to extract the tokens from the Pre Plus as well. They will not be used at all in this process. However, if you ever wish to return the Pre Plus to it's stock condition, you will need those tokens.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Setup meta-doctor===&lt;br /&gt;
This is actually sort of tricky and the setup process is a little different for each operating system you are running on. I recommend following the directions located here: [[Application:MetaDoctor]]. However, there are a few little things that need to be done to do what we are trying to do. I will summarize the steps that we are taking with meta-doctor. Read these steps first, BEFORE setting up meta-doctor. All the initial icky steps on the meta-doctor setup involve getting the proper UNIX architecture setup to run the shell scripts that comprise meta-doctor (installing git, etc). I will not summarize those steps here (they are well-documented elsewhere and OS-dependent). However, once you have the basic packages installed and in place, do the following things:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt; Modify your makefile. The makefile is located in the &amp;quot;meta-doctor&amp;quot; directory and is called &amp;quot;Makefile&amp;quot;. Open it in your favorite text editor. We are going to remove the carrier check (since VZ and AT&amp;amp;T carriers will NOT work with the regular Sprint webOS Doctor) and we are going to remove the model check (since there is no such thing as a Pre Plus on Sprint). To do this, remove the &amp;quot;#&amp;quot; symbol next to &amp;quot;REMOVE_MODEL_CHECK = 1&amp;quot; and &amp;quot;REMOVE_CARRIER_CHECK = 1&amp;quot;. You will also need to set &amp;quot;DEVICE&amp;quot; to &amp;quot;pre&amp;quot; (no quotes) and &amp;quot;CARRIER&amp;quot; to &amp;quot;sprint&amp;quot; (no quotes)- exactly as below. Your makefile should now look like this (changes noted in bold for legibility):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##########################&lt;br /&gt;
## END OF DOCUMENTATION ##&lt;br /&gt;
##########################&lt;br /&gt;
&lt;br /&gt;
########################################&lt;br /&gt;
## START OF AREA FOR END USER CHANGES ##&lt;br /&gt;
########################################&lt;br /&gt;
&lt;br /&gt;
# Uncomment the features that you wish to enable below:&lt;br /&gt;
# BYPASS_ACTIVATION = 1&lt;br /&gt;
# BYPASS_FIRST_USE_APP = 1&lt;br /&gt;
# ENABLE_DEVELOPER_MODE = 1&lt;br /&gt;
# DISABLE_UPLOAD_DAEMON = 1&lt;br /&gt;
# INCREASE_VAR_SPACE = 1&lt;br /&gt;
# ENABLE_USB_NETWORKING = 1&lt;br /&gt;
# INSTALL_SSH_AUTH_KEYS = 1&lt;br /&gt;
REMOVE_CARRIER_CHECK = 1&lt;br /&gt;
REMOVE_MODEL_CHECK = 1&lt;br /&gt;
# DISABLE_MODEM_UPDATE = 1&lt;br /&gt;
# CHANGE_KEYBOARD_TYPE = z&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;pre&amp;quot;, or &amp;quot;pixi&amp;quot;.&lt;br /&gt;
DEVICE = pre&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;sprint&amp;quot;, &amp;quot;bellmo&amp;quot;, &amp;quot;telcel&amp;quot;, &amp;quot;verizonwireless&amp;quot; or &amp;quot;wr&amp;quot;.&lt;br /&gt;
CARRIER = sprint&lt;br /&gt;
&lt;br /&gt;
######################################&lt;br /&gt;
## END OF AREA FOR END USER CHANGES ##&lt;br /&gt;
######################################&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Save your modified makefile and close your text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Unpack and Patch meta-doctor. Since we are going to import our Sprint tokens into meta-doctor, we need to build meta-doctor in a stepwise process, and insert the tokens at the proper time. Do NOT simply run 'make DEVICE=pre all-sprint'. This will NOT work. From the command line, and within the meta-doctor folder, run 'make unpack':&lt;br /&gt;
&amp;lt;pre&amp;gt;make unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
After this command has finished, run 'make patch':&lt;br /&gt;
&amp;lt;pre&amp;gt;make patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Import tokens into castle.xml and package meta-doctor. We are now going to add your Sprint Pre tokens into meta-doctor and build the customized version of webOS Doctor that will write your Sprint tokens to your Pre Plus and remove the Carrier and Model checks. To do this, open the castle.xml file, which will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webOS/castle.xml. (Or you can just use the search function on your computer, haha). Open castle.xml in your favorite text editor. Locate the tokens section, which will look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The new section will look like this (thanks jhoff80!):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Where the X's are located, insert the corresponding token values that you extracted at the beginning of this guide. Leave the quotes in place. Once you have completed this step, save the XML file and close your text editor. Go back to the command line and run 'make pack'&lt;br /&gt;
&amp;lt;pre&amp;gt;make pack&amp;lt;/pre&amp;gt;&lt;br /&gt;
Your new webOS doctor is now all packaged up and ready to go, and will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Now that the software is all setup, we are ready to begin the hardware surgery!&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Step 3. Remove your Sprint Pre com board===&lt;br /&gt;
So this is the part where you can actually damage your device. So, as one last form of warning, I will say, DANGER WILL ROBINSON! If you are not comfortable with the possibility of destroying a perfectly nice Sprint Pre or are not comfortable disassembling tiny electronics, STOP NOW, go out and see Inception or something (great movie!). Otherwise, let's proceed. (Images are being served from Ifixit.net's palm pre teardown page.)&lt;br /&gt;
 &lt;br /&gt;
'''NOTE''': You may find it useful to also look at the dis/reassembly instructions and pictures provided for the [[Sprint Pre 2]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Remove the 6 back screws. Remove the back cover of your Sprint Pre and remove the battery. Using a T5 screwdriver, remove the 6 screws. The screw in the upper right corner has a small &amp;quot;Palm&amp;quot; sticker on it, probably to void your warranty if broken&amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/bFeIXAZtnVqjBILK.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Gently separate the backplate. There are interlocking plastic tabs securing the backplate. you need to pry out a tiny bit and push DOWN towards the keyboard on the four locking tabs.  As you do, the keyboard bezel and the keyboard ill seperate from the backplate. The keyboard bezel is VERY THIN.  Once you have it started to seperate on both sides, run your plastic wedge or a fingernail around the seperation.  To swap JUST the comm board, it is NOT nessessary to pull the volume buttons out, you can leave them in.  Now, with the keyboard down a bit, push up on the comm board and it will hinge up towards the top of the phone on its connector cable.  The cable unplugs from the flat of the comm board. It does not pull out &amp;quot;parallel&amp;quot; with the cable, it pulls out &amp;quot;perpendicular&amp;quot; to the cable. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/B2J3e3Tv6oKLJe3Y.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Remove the coms board. &lt;br /&gt;
#* If you are doing a Sprint to Verizon pre- to Pre+ since both are cdma phones, you do not need to fully separate the backplate from the rest of the phone (which involves disassembling the volume rocker). If you are able to release the bottom section of the Pre's backplate and the 4 side plastic interlockers, you should be able to elevate the backplate enough to get access to the coms board. To remove the coms board, first gently reflect back the small plate covering the GPS connectors, as shown here  and disconnect the two gps connectors. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/qBW1xicfUSWhZ5VB.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#: Now, simply apply gentle pressure, and the coms board will pop right out: &amp;lt;br /&amp;gt;&amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/2YgNcQN3dAf6idkE.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#* If you are doing a Sprint to ATT pre- to pre+, you will need to swap the entire back, which requires removing the volume buttons and replacing them.  The cdma back and the gsm back have different antenna systems and need to be swapped as a unit. &lt;br /&gt;
&lt;br /&gt;
'''Coms board removed.''' Note the cable plug where the comm board was attached on the orange ribbon cable.   &amp;lt;img&amp;gt;http://guide-images.ifixit.net/igi/eklF6cnfCxUNTTwl.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Congratulations!''' You have now removed the Sprint Pre coms board! You are now ready to install it in your Pre Plus. PLEASE NOTE: The Pre is *NOT* an easy device to re-assemble, and although the coms board will be missing, I *highly* recommend practicing the re-assembly of the Sprint Pre a couple times to make sure you are able to get it to fit together nicely and the slider action is good, to ensure when you re-assemble the Pre Plus, it is of the highest quality.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Swap Sprint Pre coms board into Pre Plus===&lt;br /&gt;
So you've made it this far have you, Dr. Frankenstein! Excellent! Now, disassemble your Pre Plus by following the disassembly instructions detailed above. Remove the Pre Plus coms board. Insert your Sprint Pre coms board by pressing it into place, ensuring that the two connectors on the board push into place. Re-connect the two GPS wires on the inside of the case to the coms board. Re-assemble your Pre Plus.&lt;br /&gt;
&lt;br /&gt;
===Step 5: Re-program your Pre Plus using meta-doctor===&lt;br /&gt;
Remember all that time we spent getting meta-doctor setup? Well, now the time has come to make use of it. Put your Pre Plus in recovery mode by holding the volume rocker in the 'up' position and while holding it, press and hold the power button. A USB icon should appear on the Pre Plus' screen. Navigate to your custom meta-doctor located at meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Run the JAR file and doctor your device. &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar &lt;br /&gt;
&lt;br /&gt;
When that has completed, your phone will reboot and the &amp;quot;first use app&amp;quot; will run. Go ahead and go through the setup process. &lt;br /&gt;
* Select your language.&lt;br /&gt;
* Accept the license. &lt;br /&gt;
* Log in to your Palm profile. &lt;br /&gt;
* Step through the silly tutorial.  &lt;br /&gt;
&lt;br /&gt;
Once you have done this, the phone will reboot and you will be at your webOS home screen. &lt;br /&gt;
&lt;br /&gt;
====Confirm everything worked====&lt;br /&gt;
* Note that the carrier should say &amp;quot;Sprint.&amp;quot; &lt;br /&gt;
* Confirm that our tokens were properly over-written by going to &amp;quot;Device Info&amp;quot; from the launcher. Scroll down and  click on &amp;quot;More Info&amp;quot;. &lt;br /&gt;
** The Carrier should say &amp;quot;Sprint&amp;quot; &lt;br /&gt;
** The Model should be &amp;quot;P100EWW&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
If either of these values are wrong (most like Carrier: Verizon or Model: P101EWW), then the tokens did not write correctly, and most likely, you made an error properly rolling castle.xml into meta-doctor. If the values are correct, you are now ready get yourself a standard Sprint install.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Run regular Sprint webOS Doctor 1.4.5.===&lt;br /&gt;
It's going to seem really odd, but now, you get to run the doctor '''again.''' This has two purposes: &lt;br /&gt;
&lt;br /&gt;
* To get all the stock Sprint apps back, like Sprint Nav and Sprint TV &lt;br /&gt;
* To get the Sprint PRL (preffered roaming list). &lt;br /&gt;
&lt;br /&gt;
So, you need to run the regular old, run of the mill Sprint webOS Doctor. You have one in the meta-doctor/download directory that you renamed a while ago. CD to that folder and run &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar&lt;br /&gt;
&lt;br /&gt;
Put your phone in recovery mode (Up volume + power) and run the regular Sprint webOS Doctor. If your tokens are wrong, you will get an error saying that your device is not compatible with this version of webOS Doctor. If the info you verified in Step 5 is correct, the webOS Doctor will run without difficulty and you will end up with a stock Sprint install on your Pre Plus. You will be able to note this immediately on the first use app, as there will only be TWO language options (English and Spanish), rather than many. Go through the regular activation AGAIN and it will download your palm profile information and re-install any app store apps you have.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some people have experienced a problem after they've run the stock 1.4.5 webOS doctor, they discover that many of the applications that they had before were not installed, and no longer appear in the App Catalog. This problem stems from Palm getting confused about what version of OS that's running on the phone. This can be confirmed by logging into your palm profile at http://palm.com/profile. If it says the OS version is 9.9.9, then any apps in the app catalog tied to a version of webOS will not be available to you.&lt;br /&gt;
&lt;br /&gt;
The solution is to do a &amp;quot;downgrade activation&amp;quot;, by first running the 1.4.1.1 version of webOS doctor on the phone. And when that's complete, upgrade to 1.4.5 via an Over The Air upgrade.&lt;br /&gt;
&lt;br /&gt;
===Step 7: Have a beer! You've earned it. ===&lt;br /&gt;
Also, be sure to install Preware and all the other goodies you want!&lt;br /&gt;
&lt;br /&gt;
Special Thanks: rwhitby (for meta-doctor, Preware); jhoff80 (for castle.xml configuration), ifixit (for teardown images).&lt;br /&gt;
&lt;br /&gt;
= Baking tokens into the meta-sprint-pre-2.1.0 script =&lt;br /&gt;
The following steps will need to be done in order for you to upgrade your Sprint FrankenPre+ to webOS 2.1.0 in the event that your Palm Profile is version 9.9.9 or the normal Sprint script creates a doctor incompatible with your device.&lt;br /&gt;
&lt;br /&gt;
First, download the 2.1.0 doctor the meta-sprint-pre-2.1.0 will be using to make the script if you have not already done so. You can find the name of this doctor by opening the meta-sprint-pre-2.1.0 file and checking for this line:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;W210_FILE=&amp;quot;nameofdoctor.jar&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To download the doctor, follow these commands (the first one creates the download directory if you do not already have one), substituting nameofdoctor.jar with the actual name of the doctor in the meta-sprint-pre-2.1.0 script:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;mkdir -p downloads&amp;lt;/pre&amp;gt; &lt;br /&gt;
::&amp;lt;pre&amp;gt;wget downloads/nameofdoctor.jar http://palm.cdnetworks.net/rom/preplus/p210r0d02212011/eudep210rod/nameofdoctor.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
:1. Let's unpack the 2.1.0 jar &lt;br /&gt;
::&amp;lt;pre&amp;gt;make VERSION=2.1.0 DEVICE=preplus CARRIER=wr unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
:2. Copy its castle.xml to your ~/meta-doctor directory&lt;br /&gt;
::&amp;lt;pre&amp;gt;cp build/preplus-p101ueude-wr-2.1.0/webOS/castle.xml .&amp;lt;/pre&amp;gt;&lt;br /&gt;
:3. Modify the '''&amp;quot;tokens&amp;quot;''' Section of '''~/meta-doctor/castle.xml''' to use ''your personal'' &amp;quot;tokens&amp;quot; Section [from the '''castle.xml you emailed yourself''' using the '''''Show Properties''''' app] using the same process as in subsection 3 of [[#Step 2: Setup meta-doctor] above.&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano castle.xml&amp;lt;/pre&amp;gt;&lt;br /&gt;
:: Note, you may perform all file editing steps with another editor of your choice (such as gedit).&lt;br /&gt;
:: Add your personal tokens after the &amp;quot;env&amp;quot; Section&amp;quot; (note: no value below should be left as 'x'):&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin-left:50px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:4. CTRL+X and save your changes.&lt;br /&gt;
:5. Modify the last make statement in meta-sprint-pre-2.1.0 (line 124 as of this writing)&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano ./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:6. Insert &amp;quot;CUSTOM_XML=castle.xml&amp;quot; after &amp;quot;${ARGS} &amp;quot;. It should read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;$make ${ARGS} CUSTOM_XML=castle.xml clobber-build all || exit&amp;lt;/pre&amp;gt;&lt;br /&gt;
:7. Modify the ${ARGS} section and change CUSTOM_MODEL_LIST and CUSTOM_CARRIER_LIST to read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;CUSTOM_MODEL_LIST=P101EWW CUSTOM_CARRIER_LIST=Verizon&amp;lt;/pre&amp;gt;&lt;br /&gt;
:8. CTRL-X and save&lt;br /&gt;
:9. Cleanup the stuff you just unpacked&lt;br /&gt;
::&amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt;&lt;br /&gt;
:10. Execute the meta-sprint script to create your doctor&lt;br /&gt;
::&amp;lt;pre&amp;gt;./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:11. Repeat [[#Step 7: Have a beer! You've earned it.]] above.&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15543</id>
		<title>Sprint Pre Plus</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15543"/>
		<updated>2011-04-20T20:24:17Z</updated>

		<summary type="html">&lt;p&gt;Malpha: /* Baking tokens into the meta-sprint-pre-2.1.0 script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is derived from the thread at &lt;br /&gt;
[http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html]&lt;br /&gt;
&lt;br /&gt;
This guide will allow you to get a Palm Pre Plus working on Sprint, assuming you already have an activated Sprint Pre. Using this guide, you will end up with a Palm Pre Plus activated on Sprint, with an entirely stock software installation. The included stock Sprint applications will work (SprintNav, Sprint TV). Your purchased applications from the app store will be re-downloaded automatically OTA.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
# Activated Sprint Pre&lt;br /&gt;
# Your Palm profile login information.  That's the email and password you activated your Pre with in the first place.  You can test if you remember them correctly at [https://ps.palmws.com/palmcsext/console/pages/LoginPage.iface Palm's profile login page].&lt;br /&gt;
# Palm Pre Plus- It can be Verizon or AT&amp;amp;T, it doesn't matter. It also doesn't really matter if the ESN is clean or not, I used a brand new Pre Plus I got off Craigslist with a clean ESN, however the ones with bad ESN's tend to be cheaper on Craigslist or Ebay. Buy whatever you can get the best deal on.&lt;br /&gt;
# T5 screwdriver (required to disassemble phones)&lt;br /&gt;
# Meta-Doctor (get it here Application:MetaDoctor - WebOS Internals)&lt;br /&gt;
# The most important requirement: the understanding that if done incorrectly, you can end up with TWO broken phones or malfunctioning phones. The Pre is *NOT* an easy device to disassemble and especially to re-assemble. A moderately high level of confidence and competence with electronics is required to attempt this.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Extract working Sprint Pre Tokens===&lt;br /&gt;
The tokens on your Sprint Pre are located at /tmp/tokens on your device. The values we want to extract are ProdSN, ModemSN, BATToRSP, BATToCH, DMSVRoNONCE, DMSVRoAUTHPW, DMCLoNONCE, DMCLoAUTHPW, DMCLoAUTHNAME, DMCARRIER, DMMODEL, WIFIoADDR, BToADDR, PalmSN, PRODoID, PN. Each token is represented by a file with that exact name, and the value is contained in the file. &lt;br /&gt;
&lt;br /&gt;
:'''The only supported way to get these tokens is to &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;install &amp;quot;Show Properties&amp;quot; using Preware&amp;lt;/span&amp;gt; and have the system email you a castle.xml file directly.'''&lt;br /&gt;
&lt;br /&gt;
It is also a good idea to extract the tokens from the Pre Plus as well. They will not be used at all in this process. However, if you ever wish to return the Pre Plus to it's stock condition, you will need those tokens.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Setup meta-doctor===&lt;br /&gt;
This is actually sort of tricky and the setup process is a little different for each operating system you are running on. I recommend following the directions located here: [[Application:MetaDoctor]]. However, there are a few little things that need to be done to do what we are trying to do. I will summarize the steps that we are taking with meta-doctor. Read these steps first, BEFORE setting up meta-doctor. All the initial icky steps on the meta-doctor setup involve getting the proper UNIX architecture setup to run the shell scripts that comprise meta-doctor (installing git, etc). I will not summarize those steps here (they are well-documented elsewhere and OS-dependent). However, once you have the basic packages installed and in place, do the following things:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt; Modify your makefile. The makefile is located in the &amp;quot;meta-doctor&amp;quot; directory and is called &amp;quot;Makefile&amp;quot;. Open it in your favorite text editor. We are going to remove the carrier check (since VZ and AT&amp;amp;T carriers will NOT work with the regular Sprint webOS Doctor) and we are going to remove the model check (since there is no such thing as a Pre Plus on Sprint). To do this, remove the &amp;quot;#&amp;quot; symbol next to &amp;quot;REMOVE_MODEL_CHECK = 1&amp;quot; and &amp;quot;REMOVE_CARRIER_CHECK = 1&amp;quot;. You will also need to set &amp;quot;DEVICE&amp;quot; to &amp;quot;pre&amp;quot; (no quotes) and &amp;quot;CARRIER&amp;quot; to &amp;quot;sprint&amp;quot; (no quotes)- exactly as below. Your makefile should now look like this (changes noted in bold for legibility):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##########################&lt;br /&gt;
## END OF DOCUMENTATION ##&lt;br /&gt;
##########################&lt;br /&gt;
&lt;br /&gt;
########################################&lt;br /&gt;
## START OF AREA FOR END USER CHANGES ##&lt;br /&gt;
########################################&lt;br /&gt;
&lt;br /&gt;
# Uncomment the features that you wish to enable below:&lt;br /&gt;
# BYPASS_ACTIVATION = 1&lt;br /&gt;
# BYPASS_FIRST_USE_APP = 1&lt;br /&gt;
# ENABLE_DEVELOPER_MODE = 1&lt;br /&gt;
# DISABLE_UPLOAD_DAEMON = 1&lt;br /&gt;
# INCREASE_VAR_SPACE = 1&lt;br /&gt;
# ENABLE_USB_NETWORKING = 1&lt;br /&gt;
# INSTALL_SSH_AUTH_KEYS = 1&lt;br /&gt;
REMOVE_CARRIER_CHECK = 1&lt;br /&gt;
REMOVE_MODEL_CHECK = 1&lt;br /&gt;
# DISABLE_MODEM_UPDATE = 1&lt;br /&gt;
# CHANGE_KEYBOARD_TYPE = z&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;pre&amp;quot;, or &amp;quot;pixi&amp;quot;.&lt;br /&gt;
DEVICE = pre&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;sprint&amp;quot;, &amp;quot;bellmo&amp;quot;, &amp;quot;telcel&amp;quot;, &amp;quot;verizonwireless&amp;quot; or &amp;quot;wr&amp;quot;.&lt;br /&gt;
CARRIER = sprint&lt;br /&gt;
&lt;br /&gt;
######################################&lt;br /&gt;
## END OF AREA FOR END USER CHANGES ##&lt;br /&gt;
######################################&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Save your modified makefile and close your text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Unpack and Patch meta-doctor. Since we are going to import our Sprint tokens into meta-doctor, we need to build meta-doctor in a stepwise process, and insert the tokens at the proper time. Do NOT simply run 'make DEVICE=pre all-sprint'. This will NOT work. From the command line, and within the meta-doctor folder, run 'make unpack':&lt;br /&gt;
&amp;lt;pre&amp;gt;make unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
After this command has finished, run 'make patch':&lt;br /&gt;
&amp;lt;pre&amp;gt;make patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Import tokens into castle.xml and package meta-doctor. We are now going to add your Sprint Pre tokens into meta-doctor and build the customized version of webOS Doctor that will write your Sprint tokens to your Pre Plus and remove the Carrier and Model checks. To do this, open the castle.xml file, which will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webOS/castle.xml. (Or you can just use the search function on your computer, haha). Open castle.xml in your favorite text editor. Locate the tokens section, which will look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The new section will look like this (thanks jhoff80!):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Where the X's are located, insert the corresponding token values that you extracted at the beginning of this guide. Leave the quotes in place. Once you have completed this step, save the XML file and close your text editor. Go back to the command line and run 'make pack'&lt;br /&gt;
&amp;lt;pre&amp;gt;make pack&amp;lt;/pre&amp;gt;&lt;br /&gt;
Your new webOS doctor is now all packaged up and ready to go, and will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Now that the software is all setup, we are ready to begin the hardware surgery!&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Step 3. Remove your Sprint Pre com board===&lt;br /&gt;
So this is the part where you can actually damage your device. So, as one last form of warning, I will say, DANGER WILL ROBINSON! If you are not comfortable with the possibility of destroying a perfectly nice Sprint Pre or are not comfortable disassembling tiny electronics, STOP NOW, go out and see Inception or something (great movie!). Otherwise, let's proceed. (Images are being served from Ifixit.net's palm pre teardown page.)&lt;br /&gt;
 &lt;br /&gt;
'''NOTE''': You may find it useful to also look at the dis/reassembly instructions and pictures provided for the [[Sprint Pre 2]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Remove the 6 back screws. Remove the back cover of your Sprint Pre and remove the battery. Using a T5 screwdriver, remove the 6 screws. The screw in the upper right corner has a small &amp;quot;Palm&amp;quot; sticker on it, probably to void your warranty if broken&amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/bFeIXAZtnVqjBILK.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Gently separate the backplate. There are interlocking plastic tabs securing the backplate. you need to pry out a tiny bit and push DOWN towards the keyboard on the four locking tabs.  As you do, the keyboard bezel and the keyboard ill seperate from the backplate. The keyboard bezel is VERY THIN.  Once you have it started to seperate on both sides, run your plastic wedge or a fingernail around the seperation.  To swap JUST the comm board, it is NOT nessessary to pull the volume buttons out, you can leave them in.  Now, with the keyboard down a bit, push up on the comm board and it will hinge up towards the top of the phone on its connector cable.  The cable unplugs from the flat of the comm board. It does not pull out &amp;quot;parallel&amp;quot; with the cable, it pulls out &amp;quot;perpendicular&amp;quot; to the cable. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/B2J3e3Tv6oKLJe3Y.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Remove the coms board. &lt;br /&gt;
#* If you are doing a Sprint to Verizon pre- to Pre+ since both are cdma phones, you do not need to fully separate the backplate from the rest of the phone (which involves disassembling the volume rocker). If you are able to release the bottom section of the Pre's backplate and the 4 side plastic interlockers, you should be able to elevate the backplate enough to get access to the coms board. To remove the coms board, first gently reflect back the small plate covering the GPS connectors, as shown here  and disconnect the two gps connectors. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/qBW1xicfUSWhZ5VB.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#: Now, simply apply gentle pressure, and the coms board will pop right out: &amp;lt;br /&amp;gt;&amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/2YgNcQN3dAf6idkE.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#* If you are doing a Sprint to ATT pre- to pre+, you will need to swap the entire back, which requires removing the volume buttons and replacing them.  The cdma back and the gsm back have different antenna systems and need to be swapped as a unit. &lt;br /&gt;
&lt;br /&gt;
'''Coms board removed.''' Note the cable plug where the comm board was attached on the orange ribbon cable.   &amp;lt;img&amp;gt;http://guide-images.ifixit.net/igi/eklF6cnfCxUNTTwl.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Congratulations!''' You have now removed the Sprint Pre coms board! You are now ready to install it in your Pre Plus. PLEASE NOTE: The Pre is *NOT* an easy device to re-assemble, and although the coms board will be missing, I *highly* recommend practicing the re-assembly of the Sprint Pre a couple times to make sure you are able to get it to fit together nicely and the slider action is good, to ensure when you re-assemble the Pre Plus, it is of the highest quality.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Swap Sprint Pre coms board into Pre Plus===&lt;br /&gt;
So you've made it this far have you, Dr. Frankenstein! Excellent! Now, disassemble your Pre Plus by following the disassembly instructions detailed above. Remove the Pre Plus coms board. Insert your Sprint Pre coms board by pressing it into place, ensuring that the two connectors on the board push into place. Re-connect the two GPS wires on the inside of the case to the coms board. Re-assemble your Pre Plus.&lt;br /&gt;
&lt;br /&gt;
===Step 5: Re-program your Pre Plus using meta-doctor===&lt;br /&gt;
Remember all that time we spent getting meta-doctor setup? Well, now the time has come to make use of it. Put your Pre Plus in recovery mode by holding the volume rocker in the 'up' position and while holding it, press and hold the power button. A USB icon should appear on the Pre Plus' screen. Navigate to your custom meta-doctor located at meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Run the JAR file and doctor your device. &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar &lt;br /&gt;
&lt;br /&gt;
When that has completed, your phone will reboot and the &amp;quot;first use app&amp;quot; will run. Go ahead and go through the setup process. &lt;br /&gt;
* Select your language.&lt;br /&gt;
* Accept the license. &lt;br /&gt;
* Log in to your Palm profile. &lt;br /&gt;
* Step through the silly tutorial.  &lt;br /&gt;
&lt;br /&gt;
Once you have done this, the phone will reboot and you will be at your webOS home screen. &lt;br /&gt;
&lt;br /&gt;
====Confirm everything worked====&lt;br /&gt;
* Note that the carrier should say &amp;quot;Sprint.&amp;quot; &lt;br /&gt;
* Confirm that our tokens were properly over-written by going to &amp;quot;Device Info&amp;quot; from the launcher. Scroll down and  click on &amp;quot;More Info&amp;quot;. &lt;br /&gt;
** The Carrier should say &amp;quot;Sprint&amp;quot; &lt;br /&gt;
** The Model should be &amp;quot;P100EWW&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
If either of these values are wrong (most like Carrier: Verizon or Model: P101EWW), then the tokens did not write correctly, and most likely, you made an error properly rolling castle.xml into meta-doctor. If the values are correct, you are now ready get yourself a standard Sprint install.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Run regular Sprint webOS Doctor 1.4.5.===&lt;br /&gt;
It's going to seem really odd, but now, you get to run the doctor '''again.''' This has two purposes: &lt;br /&gt;
&lt;br /&gt;
* To get all the stock Sprint apps back, like Sprint Nav and Sprint TV &lt;br /&gt;
* To get the Sprint PRL (preffered roaming list). &lt;br /&gt;
&lt;br /&gt;
So, you need to run the regular old, run of the mill Sprint webOS Doctor. You have one in the meta-doctor/download directory that you renamed a while ago. CD to that folder and run &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar&lt;br /&gt;
&lt;br /&gt;
Put your phone in recovery mode (Up volume + power) and run the regular Sprint webOS Doctor. If your tokens are wrong, you will get an error saying that your device is not compatible with this version of webOS Doctor. If the info you verified in Step 5 is correct, the webOS Doctor will run without difficulty and you will end up with a stock Sprint install on your Pre Plus. You will be able to note this immediately on the first use app, as there will only be TWO language options (English and Spanish), rather than many. Go through the regular activation AGAIN and it will download your palm profile information and re-install any app store apps you have.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some people have experienced a problem after they've run the stock 1.4.5 webOS doctor, they discover that many of the applications that they had before were not installed, and no longer appear in the App Catalog. This problem stems from Palm getting confused about what version of OS that's running on the phone. This can be confirmed by logging into your palm profile at http://palm.com/profile. If it says the OS version is 9.9.9, then any apps in the app catalog tied to a version of webOS will not be available to you.&lt;br /&gt;
&lt;br /&gt;
The solution is to do a &amp;quot;downgrade activation&amp;quot;, by first running the 1.4.1.1 version of webOS doctor on the phone. And when that's complete, upgrade to 1.4.5 via an Over The Air upgrade.&lt;br /&gt;
&lt;br /&gt;
===Step 7: Have a beer! You've earned it. ===&lt;br /&gt;
Also, be sure to install Preware and all the other goodies you want!&lt;br /&gt;
&lt;br /&gt;
Special Thanks: rwhitby (for meta-doctor, Preware); jhoff80 (for castle.xml configuration), ifixit (for teardown images).&lt;br /&gt;
&lt;br /&gt;
= Baking tokens into the meta-sprint-pre-2.1.0 script =&lt;br /&gt;
The following steps will need to be done in order for you to upgrade your Sprint FrankenPre+ to webOS 2.1.0 in the event that your Palm Profile is version 9.9.9 or the normal Sprint script creates a doctor incompatible with your device.&lt;br /&gt;
&lt;br /&gt;
First, download the 2.1.0 doctor the meta-sprint-pre-2.1.0 will be using to make the script if you have not already done so. You can find the name of this doctor by opening the meta-sprint-pre-2.1.0 file and checking for this line:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;W210_FILE=&amp;quot;nameofdoctor.jar&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To download the doctor, follow these commands (the first one creates the download directory if you do not already have one), substituting nameofdoctor.jar with the actual name of the doctor in the meta-sprint-pre-2.1.0 script:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;mkdir -p downloads&amp;lt;/pre&amp;gt; &lt;br /&gt;
::&amp;lt;pre&amp;gt;wget downloads/nameofdoctor.jar http://palm.cdnetworks.net/rom/preplus/p210r0d02212011/eudep210rod/nameofdoctor.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
:1. Let's unpack the 2.1.0 jar &lt;br /&gt;
::&amp;lt;pre&amp;gt;make VERSION=2.1.0 DEVICE=preplus CARRIER=wr unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
:2. Copy its castle.xml to your ~/meta-doctor directory&lt;br /&gt;
::&amp;lt;pre&amp;gt;cp build/preplus-p101ueude-wr-2.1.0/webOS/castle.xml .&amp;lt;/pre&amp;gt;&lt;br /&gt;
:3. Modify the '''&amp;quot;tokens&amp;quot;''' Section of '''~/meta-doctor/castle.xml''' to use ''your personal'' &amp;quot;tokens&amp;quot; Section [from the '''castle.xml you emailed yourself''' using the '''''Show Properties''''' app] using the same process as in subsection 3 of [[#Step 2: Setup meta-doctor] above.&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano castle.xml&amp;lt;/pre&amp;gt;&lt;br /&gt;
::Add your personal tokens after the &amp;quot;env&amp;quot; Section&amp;quot; (note: no value below should be left as 'x'):&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin-left:50px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:4. CTRL+X and save your changes.&lt;br /&gt;
:5. Modify the last make statement in meta-sprint-pre-2.1.0 (line 124 as of this writing)&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano ./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:6. Insert &amp;quot;CUSTOM_XML=castle.xml&amp;quot; after &amp;quot;${ARGS} &amp;quot;. It should read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;$make ${ARGS} CUSTOM_XML=castle.xml clobber-build all || exit&amp;lt;/pre&amp;gt;&lt;br /&gt;
:7. CTRL-X and save&lt;br /&gt;
:8. Cleanup the stuff you just unpacked&lt;br /&gt;
::&amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt;&lt;br /&gt;
:9. Execute the meta-sprint script to create your doctor&lt;br /&gt;
::&amp;lt;pre&amp;gt;./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:10. Repeat [[#Step 7: Have a beer! You've earned it.]] above.&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15541</id>
		<title>Sprint Pre Plus</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15541"/>
		<updated>2011-04-20T20:23:31Z</updated>

		<summary type="html">&lt;p&gt;Malpha: /* Baking tokens into the meta-sprint-pre-2.1.0 script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is derived from the thread at &lt;br /&gt;
[http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html]&lt;br /&gt;
&lt;br /&gt;
This guide will allow you to get a Palm Pre Plus working on Sprint, assuming you already have an activated Sprint Pre. Using this guide, you will end up with a Palm Pre Plus activated on Sprint, with an entirely stock software installation. The included stock Sprint applications will work (SprintNav, Sprint TV). Your purchased applications from the app store will be re-downloaded automatically OTA.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
# Activated Sprint Pre&lt;br /&gt;
# Your Palm profile login information.  That's the email and password you activated your Pre with in the first place.  You can test if you remember them correctly at [https://ps.palmws.com/palmcsext/console/pages/LoginPage.iface Palm's profile login page].&lt;br /&gt;
# Palm Pre Plus- It can be Verizon or AT&amp;amp;T, it doesn't matter. It also doesn't really matter if the ESN is clean or not, I used a brand new Pre Plus I got off Craigslist with a clean ESN, however the ones with bad ESN's tend to be cheaper on Craigslist or Ebay. Buy whatever you can get the best deal on.&lt;br /&gt;
# T5 screwdriver (required to disassemble phones)&lt;br /&gt;
# Meta-Doctor (get it here Application:MetaDoctor - WebOS Internals)&lt;br /&gt;
# The most important requirement: the understanding that if done incorrectly, you can end up with TWO broken phones or malfunctioning phones. The Pre is *NOT* an easy device to disassemble and especially to re-assemble. A moderately high level of confidence and competence with electronics is required to attempt this.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Extract working Sprint Pre Tokens===&lt;br /&gt;
The tokens on your Sprint Pre are located at /tmp/tokens on your device. The values we want to extract are ProdSN, ModemSN, BATToRSP, BATToCH, DMSVRoNONCE, DMSVRoAUTHPW, DMCLoNONCE, DMCLoAUTHPW, DMCLoAUTHNAME, DMCARRIER, DMMODEL, WIFIoADDR, BToADDR, PalmSN, PRODoID, PN. Each token is represented by a file with that exact name, and the value is contained in the file. &lt;br /&gt;
&lt;br /&gt;
:'''The only supported way to get these tokens is to &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;install &amp;quot;Show Properties&amp;quot; using Preware&amp;lt;/span&amp;gt; and have the system email you a castle.xml file directly.'''&lt;br /&gt;
&lt;br /&gt;
It is also a good idea to extract the tokens from the Pre Plus as well. They will not be used at all in this process. However, if you ever wish to return the Pre Plus to it's stock condition, you will need those tokens.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Setup meta-doctor===&lt;br /&gt;
This is actually sort of tricky and the setup process is a little different for each operating system you are running on. I recommend following the directions located here: [[Application:MetaDoctor]]. However, there are a few little things that need to be done to do what we are trying to do. I will summarize the steps that we are taking with meta-doctor. Read these steps first, BEFORE setting up meta-doctor. All the initial icky steps on the meta-doctor setup involve getting the proper UNIX architecture setup to run the shell scripts that comprise meta-doctor (installing git, etc). I will not summarize those steps here (they are well-documented elsewhere and OS-dependent). However, once you have the basic packages installed and in place, do the following things:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt; Modify your makefile. The makefile is located in the &amp;quot;meta-doctor&amp;quot; directory and is called &amp;quot;Makefile&amp;quot;. Open it in your favorite text editor. We are going to remove the carrier check (since VZ and AT&amp;amp;T carriers will NOT work with the regular Sprint webOS Doctor) and we are going to remove the model check (since there is no such thing as a Pre Plus on Sprint). To do this, remove the &amp;quot;#&amp;quot; symbol next to &amp;quot;REMOVE_MODEL_CHECK = 1&amp;quot; and &amp;quot;REMOVE_CARRIER_CHECK = 1&amp;quot;. You will also need to set &amp;quot;DEVICE&amp;quot; to &amp;quot;pre&amp;quot; (no quotes) and &amp;quot;CARRIER&amp;quot; to &amp;quot;sprint&amp;quot; (no quotes)- exactly as below. Your makefile should now look like this (changes noted in bold for legibility):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##########################&lt;br /&gt;
## END OF DOCUMENTATION ##&lt;br /&gt;
##########################&lt;br /&gt;
&lt;br /&gt;
########################################&lt;br /&gt;
## START OF AREA FOR END USER CHANGES ##&lt;br /&gt;
########################################&lt;br /&gt;
&lt;br /&gt;
# Uncomment the features that you wish to enable below:&lt;br /&gt;
# BYPASS_ACTIVATION = 1&lt;br /&gt;
# BYPASS_FIRST_USE_APP = 1&lt;br /&gt;
# ENABLE_DEVELOPER_MODE = 1&lt;br /&gt;
# DISABLE_UPLOAD_DAEMON = 1&lt;br /&gt;
# INCREASE_VAR_SPACE = 1&lt;br /&gt;
# ENABLE_USB_NETWORKING = 1&lt;br /&gt;
# INSTALL_SSH_AUTH_KEYS = 1&lt;br /&gt;
REMOVE_CARRIER_CHECK = 1&lt;br /&gt;
REMOVE_MODEL_CHECK = 1&lt;br /&gt;
# DISABLE_MODEM_UPDATE = 1&lt;br /&gt;
# CHANGE_KEYBOARD_TYPE = z&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;pre&amp;quot;, or &amp;quot;pixi&amp;quot;.&lt;br /&gt;
DEVICE = pre&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;sprint&amp;quot;, &amp;quot;bellmo&amp;quot;, &amp;quot;telcel&amp;quot;, &amp;quot;verizonwireless&amp;quot; or &amp;quot;wr&amp;quot;.&lt;br /&gt;
CARRIER = sprint&lt;br /&gt;
&lt;br /&gt;
######################################&lt;br /&gt;
## END OF AREA FOR END USER CHANGES ##&lt;br /&gt;
######################################&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Save your modified makefile and close your text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Unpack and Patch meta-doctor. Since we are going to import our Sprint tokens into meta-doctor, we need to build meta-doctor in a stepwise process, and insert the tokens at the proper time. Do NOT simply run 'make DEVICE=pre all-sprint'. This will NOT work. From the command line, and within the meta-doctor folder, run 'make unpack':&lt;br /&gt;
&amp;lt;pre&amp;gt;make unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
After this command has finished, run 'make patch':&lt;br /&gt;
&amp;lt;pre&amp;gt;make patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Import tokens into castle.xml and package meta-doctor. We are now going to add your Sprint Pre tokens into meta-doctor and build the customized version of webOS Doctor that will write your Sprint tokens to your Pre Plus and remove the Carrier and Model checks. To do this, open the castle.xml file, which will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webOS/castle.xml. (Or you can just use the search function on your computer, haha). Open castle.xml in your favorite text editor. Locate the tokens section, which will look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The new section will look like this (thanks jhoff80!):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Where the X's are located, insert the corresponding token values that you extracted at the beginning of this guide. Leave the quotes in place. Once you have completed this step, save the XML file and close your text editor. Go back to the command line and run 'make pack'&lt;br /&gt;
&amp;lt;pre&amp;gt;make pack&amp;lt;/pre&amp;gt;&lt;br /&gt;
Your new webOS doctor is now all packaged up and ready to go, and will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Now that the software is all setup, we are ready to begin the hardware surgery!&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Step 3. Remove your Sprint Pre com board===&lt;br /&gt;
So this is the part where you can actually damage your device. So, as one last form of warning, I will say, DANGER WILL ROBINSON! If you are not comfortable with the possibility of destroying a perfectly nice Sprint Pre or are not comfortable disassembling tiny electronics, STOP NOW, go out and see Inception or something (great movie!). Otherwise, let's proceed. (Images are being served from Ifixit.net's palm pre teardown page.)&lt;br /&gt;
 &lt;br /&gt;
'''NOTE''': You may find it useful to also look at the dis/reassembly instructions and pictures provided for the [[Sprint Pre 2]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Remove the 6 back screws. Remove the back cover of your Sprint Pre and remove the battery. Using a T5 screwdriver, remove the 6 screws. The screw in the upper right corner has a small &amp;quot;Palm&amp;quot; sticker on it, probably to void your warranty if broken&amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/bFeIXAZtnVqjBILK.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Gently separate the backplate. There are interlocking plastic tabs securing the backplate. you need to pry out a tiny bit and push DOWN towards the keyboard on the four locking tabs.  As you do, the keyboard bezel and the keyboard ill seperate from the backplate. The keyboard bezel is VERY THIN.  Once you have it started to seperate on both sides, run your plastic wedge or a fingernail around the seperation.  To swap JUST the comm board, it is NOT nessessary to pull the volume buttons out, you can leave them in.  Now, with the keyboard down a bit, push up on the comm board and it will hinge up towards the top of the phone on its connector cable.  The cable unplugs from the flat of the comm board. It does not pull out &amp;quot;parallel&amp;quot; with the cable, it pulls out &amp;quot;perpendicular&amp;quot; to the cable. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/B2J3e3Tv6oKLJe3Y.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Remove the coms board. &lt;br /&gt;
#* If you are doing a Sprint to Verizon pre- to Pre+ since both are cdma phones, you do not need to fully separate the backplate from the rest of the phone (which involves disassembling the volume rocker). If you are able to release the bottom section of the Pre's backplate and the 4 side plastic interlockers, you should be able to elevate the backplate enough to get access to the coms board. To remove the coms board, first gently reflect back the small plate covering the GPS connectors, as shown here  and disconnect the two gps connectors. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/qBW1xicfUSWhZ5VB.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#: Now, simply apply gentle pressure, and the coms board will pop right out: &amp;lt;br /&amp;gt;&amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/2YgNcQN3dAf6idkE.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#* If you are doing a Sprint to ATT pre- to pre+, you will need to swap the entire back, which requires removing the volume buttons and replacing them.  The cdma back and the gsm back have different antenna systems and need to be swapped as a unit. &lt;br /&gt;
&lt;br /&gt;
'''Coms board removed.''' Note the cable plug where the comm board was attached on the orange ribbon cable.   &amp;lt;img&amp;gt;http://guide-images.ifixit.net/igi/eklF6cnfCxUNTTwl.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Congratulations!''' You have now removed the Sprint Pre coms board! You are now ready to install it in your Pre Plus. PLEASE NOTE: The Pre is *NOT* an easy device to re-assemble, and although the coms board will be missing, I *highly* recommend practicing the re-assembly of the Sprint Pre a couple times to make sure you are able to get it to fit together nicely and the slider action is good, to ensure when you re-assemble the Pre Plus, it is of the highest quality.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Swap Sprint Pre coms board into Pre Plus===&lt;br /&gt;
So you've made it this far have you, Dr. Frankenstein! Excellent! Now, disassemble your Pre Plus by following the disassembly instructions detailed above. Remove the Pre Plus coms board. Insert your Sprint Pre coms board by pressing it into place, ensuring that the two connectors on the board push into place. Re-connect the two GPS wires on the inside of the case to the coms board. Re-assemble your Pre Plus.&lt;br /&gt;
&lt;br /&gt;
===Step 5: Re-program your Pre Plus using meta-doctor===&lt;br /&gt;
Remember all that time we spent getting meta-doctor setup? Well, now the time has come to make use of it. Put your Pre Plus in recovery mode by holding the volume rocker in the 'up' position and while holding it, press and hold the power button. A USB icon should appear on the Pre Plus' screen. Navigate to your custom meta-doctor located at meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Run the JAR file and doctor your device. &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar &lt;br /&gt;
&lt;br /&gt;
When that has completed, your phone will reboot and the &amp;quot;first use app&amp;quot; will run. Go ahead and go through the setup process. &lt;br /&gt;
* Select your language.&lt;br /&gt;
* Accept the license. &lt;br /&gt;
* Log in to your Palm profile. &lt;br /&gt;
* Step through the silly tutorial.  &lt;br /&gt;
&lt;br /&gt;
Once you have done this, the phone will reboot and you will be at your webOS home screen. &lt;br /&gt;
&lt;br /&gt;
====Confirm everything worked====&lt;br /&gt;
* Note that the carrier should say &amp;quot;Sprint.&amp;quot; &lt;br /&gt;
* Confirm that our tokens were properly over-written by going to &amp;quot;Device Info&amp;quot; from the launcher. Scroll down and  click on &amp;quot;More Info&amp;quot;. &lt;br /&gt;
** The Carrier should say &amp;quot;Sprint&amp;quot; &lt;br /&gt;
** The Model should be &amp;quot;P100EWW&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
If either of these values are wrong (most like Carrier: Verizon or Model: P101EWW), then the tokens did not write correctly, and most likely, you made an error properly rolling castle.xml into meta-doctor. If the values are correct, you are now ready get yourself a standard Sprint install.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Run regular Sprint webOS Doctor 1.4.5.===&lt;br /&gt;
It's going to seem really odd, but now, you get to run the doctor '''again.''' This has two purposes: &lt;br /&gt;
&lt;br /&gt;
* To get all the stock Sprint apps back, like Sprint Nav and Sprint TV &lt;br /&gt;
* To get the Sprint PRL (preffered roaming list). &lt;br /&gt;
&lt;br /&gt;
So, you need to run the regular old, run of the mill Sprint webOS Doctor. You have one in the meta-doctor/download directory that you renamed a while ago. CD to that folder and run &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar&lt;br /&gt;
&lt;br /&gt;
Put your phone in recovery mode (Up volume + power) and run the regular Sprint webOS Doctor. If your tokens are wrong, you will get an error saying that your device is not compatible with this version of webOS Doctor. If the info you verified in Step 5 is correct, the webOS Doctor will run without difficulty and you will end up with a stock Sprint install on your Pre Plus. You will be able to note this immediately on the first use app, as there will only be TWO language options (English and Spanish), rather than many. Go through the regular activation AGAIN and it will download your palm profile information and re-install any app store apps you have.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some people have experienced a problem after they've run the stock 1.4.5 webOS doctor, they discover that many of the applications that they had before were not installed, and no longer appear in the App Catalog. This problem stems from Palm getting confused about what version of OS that's running on the phone. This can be confirmed by logging into your palm profile at http://palm.com/profile. If it says the OS version is 9.9.9, then any apps in the app catalog tied to a version of webOS will not be available to you.&lt;br /&gt;
&lt;br /&gt;
The solution is to do a &amp;quot;downgrade activation&amp;quot;, by first running the 1.4.1.1 version of webOS doctor on the phone. And when that's complete, upgrade to 1.4.5 via an Over The Air upgrade.&lt;br /&gt;
&lt;br /&gt;
===Step 7: Have a beer! You've earned it. ===&lt;br /&gt;
Also, be sure to install Preware and all the other goodies you want!&lt;br /&gt;
&lt;br /&gt;
Special Thanks: rwhitby (for meta-doctor, Preware); jhoff80 (for castle.xml configuration), ifixit (for teardown images).&lt;br /&gt;
&lt;br /&gt;
= Baking tokens into the meta-sprint-pre-2.1.0 script =&lt;br /&gt;
The following steps will need to be done in order for you to upgrade your Sprint FrankenPre+ to webOS 2.1.0 in the event that your Palm Profile is version 9.9.9 or the normal Sprint script creates a doctor incompatible with your device.&lt;br /&gt;
&lt;br /&gt;
First, download the 2.1.0 doctor the meta-sprint-pre-2.1.0 will be using to make the script if you have not already done so. You can find the name of this doctor by opening the meta-sprint-pre-2.1.0 file and checking for this line:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;W210_FILE=&amp;quot;nameofdoctor.jar&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To download the doctor, follow these commands (the first one creates the download directory if you do not already have one), substiting nameofdoctor.jar with the actual name of the doctor in the meta-sprint-pre-2.1.0 script:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;mkdir -p downloads&amp;lt;/pre&amp;gt; &lt;br /&gt;
::&amp;lt;pre&amp;gt;wget downloads/nameofdoctor.jar http://palm.cdnetworks.net/rom/preplus/p210r0d02212011/eudep210rod/nameofdoctor.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
:1. Let's unpack the 2.1.0 jar &lt;br /&gt;
::&amp;lt;pre&amp;gt;make VERSION=2.1.0 DEVICE=preplus CARRIER=wr unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
:2. Copy its castle.xml to your ~/meta-doctor directory&lt;br /&gt;
::&amp;lt;pre&amp;gt;cp build/preplus-p101ueude-wr-2.1.0/webOS/castle.xml .&amp;lt;/pre&amp;gt;&lt;br /&gt;
:3. Modify the '''&amp;quot;tokens&amp;quot;''' Section of '''~/meta-doctor/castle.xml''' to use ''your personal'' &amp;quot;tokens&amp;quot; Section [from the '''castle.xml you emailed yourself''' using the '''''Show Properties''''' app] using the same process as in subsection 3 of [[#Step 2: Setup meta-doctor] above.&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano castle.xml&amp;lt;/pre&amp;gt;&lt;br /&gt;
::Add your personal tokens after the &amp;quot;env&amp;quot; Section&amp;quot; (note: no value below should be left as 'x'):&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin-left:50px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:4. CTRL+X and save your changes.&lt;br /&gt;
:5. Modify the last make statement in meta-sprint-pre-2.1.0 (line 124 as of this writing)&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano ./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:6. Insert &amp;quot;CUSTOM_XML=castle.xml&amp;quot; after &amp;quot;${ARGS} &amp;quot;. It should read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;$make ${ARGS} CUSTOM_XML=castle.xml clobber-build all || exit&amp;lt;/pre&amp;gt;&lt;br /&gt;
:7. CTRL-X and save&lt;br /&gt;
:8. Cleanup the stuff you just unpacked&lt;br /&gt;
::&amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt;&lt;br /&gt;
:9. Execute the meta-sprint script to create your doctor&lt;br /&gt;
::&amp;lt;pre&amp;gt;./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:10. Repeat [[#Step 7: Have a beer! You've earned it.]] above.&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15539</id>
		<title>Sprint Pre Plus</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15539"/>
		<updated>2011-04-20T20:23:05Z</updated>

		<summary type="html">&lt;p&gt;Malpha: /* Baking tokens into the meta-sprint-pre-2.1.0 script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is derived from the thread at &lt;br /&gt;
[http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html]&lt;br /&gt;
&lt;br /&gt;
This guide will allow you to get a Palm Pre Plus working on Sprint, assuming you already have an activated Sprint Pre. Using this guide, you will end up with a Palm Pre Plus activated on Sprint, with an entirely stock software installation. The included stock Sprint applications will work (SprintNav, Sprint TV). Your purchased applications from the app store will be re-downloaded automatically OTA.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
# Activated Sprint Pre&lt;br /&gt;
# Your Palm profile login information.  That's the email and password you activated your Pre with in the first place.  You can test if you remember them correctly at [https://ps.palmws.com/palmcsext/console/pages/LoginPage.iface Palm's profile login page].&lt;br /&gt;
# Palm Pre Plus- It can be Verizon or AT&amp;amp;T, it doesn't matter. It also doesn't really matter if the ESN is clean or not, I used a brand new Pre Plus I got off Craigslist with a clean ESN, however the ones with bad ESN's tend to be cheaper on Craigslist or Ebay. Buy whatever you can get the best deal on.&lt;br /&gt;
# T5 screwdriver (required to disassemble phones)&lt;br /&gt;
# Meta-Doctor (get it here Application:MetaDoctor - WebOS Internals)&lt;br /&gt;
# The most important requirement: the understanding that if done incorrectly, you can end up with TWO broken phones or malfunctioning phones. The Pre is *NOT* an easy device to disassemble and especially to re-assemble. A moderately high level of confidence and competence with electronics is required to attempt this.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Extract working Sprint Pre Tokens===&lt;br /&gt;
The tokens on your Sprint Pre are located at /tmp/tokens on your device. The values we want to extract are ProdSN, ModemSN, BATToRSP, BATToCH, DMSVRoNONCE, DMSVRoAUTHPW, DMCLoNONCE, DMCLoAUTHPW, DMCLoAUTHNAME, DMCARRIER, DMMODEL, WIFIoADDR, BToADDR, PalmSN, PRODoID, PN. Each token is represented by a file with that exact name, and the value is contained in the file. &lt;br /&gt;
&lt;br /&gt;
:'''The only supported way to get these tokens is to &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;install &amp;quot;Show Properties&amp;quot; using Preware&amp;lt;/span&amp;gt; and have the system email you a castle.xml file directly.'''&lt;br /&gt;
&lt;br /&gt;
It is also a good idea to extract the tokens from the Pre Plus as well. They will not be used at all in this process. However, if you ever wish to return the Pre Plus to it's stock condition, you will need those tokens.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Setup meta-doctor===&lt;br /&gt;
This is actually sort of tricky and the setup process is a little different for each operating system you are running on. I recommend following the directions located here: [[Application:MetaDoctor]]. However, there are a few little things that need to be done to do what we are trying to do. I will summarize the steps that we are taking with meta-doctor. Read these steps first, BEFORE setting up meta-doctor. All the initial icky steps on the meta-doctor setup involve getting the proper UNIX architecture setup to run the shell scripts that comprise meta-doctor (installing git, etc). I will not summarize those steps here (they are well-documented elsewhere and OS-dependent). However, once you have the basic packages installed and in place, do the following things:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt; Modify your makefile. The makefile is located in the &amp;quot;meta-doctor&amp;quot; directory and is called &amp;quot;Makefile&amp;quot;. Open it in your favorite text editor. We are going to remove the carrier check (since VZ and AT&amp;amp;T carriers will NOT work with the regular Sprint webOS Doctor) and we are going to remove the model check (since there is no such thing as a Pre Plus on Sprint). To do this, remove the &amp;quot;#&amp;quot; symbol next to &amp;quot;REMOVE_MODEL_CHECK = 1&amp;quot; and &amp;quot;REMOVE_CARRIER_CHECK = 1&amp;quot;. You will also need to set &amp;quot;DEVICE&amp;quot; to &amp;quot;pre&amp;quot; (no quotes) and &amp;quot;CARRIER&amp;quot; to &amp;quot;sprint&amp;quot; (no quotes)- exactly as below. Your makefile should now look like this (changes noted in bold for legibility):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##########################&lt;br /&gt;
## END OF DOCUMENTATION ##&lt;br /&gt;
##########################&lt;br /&gt;
&lt;br /&gt;
########################################&lt;br /&gt;
## START OF AREA FOR END USER CHANGES ##&lt;br /&gt;
########################################&lt;br /&gt;
&lt;br /&gt;
# Uncomment the features that you wish to enable below:&lt;br /&gt;
# BYPASS_ACTIVATION = 1&lt;br /&gt;
# BYPASS_FIRST_USE_APP = 1&lt;br /&gt;
# ENABLE_DEVELOPER_MODE = 1&lt;br /&gt;
# DISABLE_UPLOAD_DAEMON = 1&lt;br /&gt;
# INCREASE_VAR_SPACE = 1&lt;br /&gt;
# ENABLE_USB_NETWORKING = 1&lt;br /&gt;
# INSTALL_SSH_AUTH_KEYS = 1&lt;br /&gt;
REMOVE_CARRIER_CHECK = 1&lt;br /&gt;
REMOVE_MODEL_CHECK = 1&lt;br /&gt;
# DISABLE_MODEM_UPDATE = 1&lt;br /&gt;
# CHANGE_KEYBOARD_TYPE = z&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;pre&amp;quot;, or &amp;quot;pixi&amp;quot;.&lt;br /&gt;
DEVICE = pre&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;sprint&amp;quot;, &amp;quot;bellmo&amp;quot;, &amp;quot;telcel&amp;quot;, &amp;quot;verizonwireless&amp;quot; or &amp;quot;wr&amp;quot;.&lt;br /&gt;
CARRIER = sprint&lt;br /&gt;
&lt;br /&gt;
######################################&lt;br /&gt;
## END OF AREA FOR END USER CHANGES ##&lt;br /&gt;
######################################&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Save your modified makefile and close your text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Unpack and Patch meta-doctor. Since we are going to import our Sprint tokens into meta-doctor, we need to build meta-doctor in a stepwise process, and insert the tokens at the proper time. Do NOT simply run 'make DEVICE=pre all-sprint'. This will NOT work. From the command line, and within the meta-doctor folder, run 'make unpack':&lt;br /&gt;
&amp;lt;pre&amp;gt;make unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
After this command has finished, run 'make patch':&lt;br /&gt;
&amp;lt;pre&amp;gt;make patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Import tokens into castle.xml and package meta-doctor. We are now going to add your Sprint Pre tokens into meta-doctor and build the customized version of webOS Doctor that will write your Sprint tokens to your Pre Plus and remove the Carrier and Model checks. To do this, open the castle.xml file, which will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webOS/castle.xml. (Or you can just use the search function on your computer, haha). Open castle.xml in your favorite text editor. Locate the tokens section, which will look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The new section will look like this (thanks jhoff80!):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Where the X's are located, insert the corresponding token values that you extracted at the beginning of this guide. Leave the quotes in place. Once you have completed this step, save the XML file and close your text editor. Go back to the command line and run 'make pack'&lt;br /&gt;
&amp;lt;pre&amp;gt;make pack&amp;lt;/pre&amp;gt;&lt;br /&gt;
Your new webOS doctor is now all packaged up and ready to go, and will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Now that the software is all setup, we are ready to begin the hardware surgery!&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Step 3. Remove your Sprint Pre com board===&lt;br /&gt;
So this is the part where you can actually damage your device. So, as one last form of warning, I will say, DANGER WILL ROBINSON! If you are not comfortable with the possibility of destroying a perfectly nice Sprint Pre or are not comfortable disassembling tiny electronics, STOP NOW, go out and see Inception or something (great movie!). Otherwise, let's proceed. (Images are being served from Ifixit.net's palm pre teardown page.)&lt;br /&gt;
 &lt;br /&gt;
'''NOTE''': You may find it useful to also look at the dis/reassembly instructions and pictures provided for the [[Sprint Pre 2]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Remove the 6 back screws. Remove the back cover of your Sprint Pre and remove the battery. Using a T5 screwdriver, remove the 6 screws. The screw in the upper right corner has a small &amp;quot;Palm&amp;quot; sticker on it, probably to void your warranty if broken&amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/bFeIXAZtnVqjBILK.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Gently separate the backplate. There are interlocking plastic tabs securing the backplate. you need to pry out a tiny bit and push DOWN towards the keyboard on the four locking tabs.  As you do, the keyboard bezel and the keyboard ill seperate from the backplate. The keyboard bezel is VERY THIN.  Once you have it started to seperate on both sides, run your plastic wedge or a fingernail around the seperation.  To swap JUST the comm board, it is NOT nessessary to pull the volume buttons out, you can leave them in.  Now, with the keyboard down a bit, push up on the comm board and it will hinge up towards the top of the phone on its connector cable.  The cable unplugs from the flat of the comm board. It does not pull out &amp;quot;parallel&amp;quot; with the cable, it pulls out &amp;quot;perpendicular&amp;quot; to the cable. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/B2J3e3Tv6oKLJe3Y.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Remove the coms board. &lt;br /&gt;
#* If you are doing a Sprint to Verizon pre- to Pre+ since both are cdma phones, you do not need to fully separate the backplate from the rest of the phone (which involves disassembling the volume rocker). If you are able to release the bottom section of the Pre's backplate and the 4 side plastic interlockers, you should be able to elevate the backplate enough to get access to the coms board. To remove the coms board, first gently reflect back the small plate covering the GPS connectors, as shown here  and disconnect the two gps connectors. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/qBW1xicfUSWhZ5VB.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#: Now, simply apply gentle pressure, and the coms board will pop right out: &amp;lt;br /&amp;gt;&amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/2YgNcQN3dAf6idkE.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#* If you are doing a Sprint to ATT pre- to pre+, you will need to swap the entire back, which requires removing the volume buttons and replacing them.  The cdma back and the gsm back have different antenna systems and need to be swapped as a unit. &lt;br /&gt;
&lt;br /&gt;
'''Coms board removed.''' Note the cable plug where the comm board was attached on the orange ribbon cable.   &amp;lt;img&amp;gt;http://guide-images.ifixit.net/igi/eklF6cnfCxUNTTwl.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Congratulations!''' You have now removed the Sprint Pre coms board! You are now ready to install it in your Pre Plus. PLEASE NOTE: The Pre is *NOT* an easy device to re-assemble, and although the coms board will be missing, I *highly* recommend practicing the re-assembly of the Sprint Pre a couple times to make sure you are able to get it to fit together nicely and the slider action is good, to ensure when you re-assemble the Pre Plus, it is of the highest quality.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Swap Sprint Pre coms board into Pre Plus===&lt;br /&gt;
So you've made it this far have you, Dr. Frankenstein! Excellent! Now, disassemble your Pre Plus by following the disassembly instructions detailed above. Remove the Pre Plus coms board. Insert your Sprint Pre coms board by pressing it into place, ensuring that the two connectors on the board push into place. Re-connect the two GPS wires on the inside of the case to the coms board. Re-assemble your Pre Plus.&lt;br /&gt;
&lt;br /&gt;
===Step 5: Re-program your Pre Plus using meta-doctor===&lt;br /&gt;
Remember all that time we spent getting meta-doctor setup? Well, now the time has come to make use of it. Put your Pre Plus in recovery mode by holding the volume rocker in the 'up' position and while holding it, press and hold the power button. A USB icon should appear on the Pre Plus' screen. Navigate to your custom meta-doctor located at meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Run the JAR file and doctor your device. &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar &lt;br /&gt;
&lt;br /&gt;
When that has completed, your phone will reboot and the &amp;quot;first use app&amp;quot; will run. Go ahead and go through the setup process. &lt;br /&gt;
* Select your language.&lt;br /&gt;
* Accept the license. &lt;br /&gt;
* Log in to your Palm profile. &lt;br /&gt;
* Step through the silly tutorial.  &lt;br /&gt;
&lt;br /&gt;
Once you have done this, the phone will reboot and you will be at your webOS home screen. &lt;br /&gt;
&lt;br /&gt;
====Confirm everything worked====&lt;br /&gt;
* Note that the carrier should say &amp;quot;Sprint.&amp;quot; &lt;br /&gt;
* Confirm that our tokens were properly over-written by going to &amp;quot;Device Info&amp;quot; from the launcher. Scroll down and  click on &amp;quot;More Info&amp;quot;. &lt;br /&gt;
** The Carrier should say &amp;quot;Sprint&amp;quot; &lt;br /&gt;
** The Model should be &amp;quot;P100EWW&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
If either of these values are wrong (most like Carrier: Verizon or Model: P101EWW), then the tokens did not write correctly, and most likely, you made an error properly rolling castle.xml into meta-doctor. If the values are correct, you are now ready get yourself a standard Sprint install.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Run regular Sprint webOS Doctor 1.4.5.===&lt;br /&gt;
It's going to seem really odd, but now, you get to run the doctor '''again.''' This has two purposes: &lt;br /&gt;
&lt;br /&gt;
* To get all the stock Sprint apps back, like Sprint Nav and Sprint TV &lt;br /&gt;
* To get the Sprint PRL (preffered roaming list). &lt;br /&gt;
&lt;br /&gt;
So, you need to run the regular old, run of the mill Sprint webOS Doctor. You have one in the meta-doctor/download directory that you renamed a while ago. CD to that folder and run &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar&lt;br /&gt;
&lt;br /&gt;
Put your phone in recovery mode (Up volume + power) and run the regular Sprint webOS Doctor. If your tokens are wrong, you will get an error saying that your device is not compatible with this version of webOS Doctor. If the info you verified in Step 5 is correct, the webOS Doctor will run without difficulty and you will end up with a stock Sprint install on your Pre Plus. You will be able to note this immediately on the first use app, as there will only be TWO language options (English and Spanish), rather than many. Go through the regular activation AGAIN and it will download your palm profile information and re-install any app store apps you have.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some people have experienced a problem after they've run the stock 1.4.5 webOS doctor, they discover that many of the applications that they had before were not installed, and no longer appear in the App Catalog. This problem stems from Palm getting confused about what version of OS that's running on the phone. This can be confirmed by logging into your palm profile at http://palm.com/profile. If it says the OS version is 9.9.9, then any apps in the app catalog tied to a version of webOS will not be available to you.&lt;br /&gt;
&lt;br /&gt;
The solution is to do a &amp;quot;downgrade activation&amp;quot;, by first running the 1.4.1.1 version of webOS doctor on the phone. And when that's complete, upgrade to 1.4.5 via an Over The Air upgrade.&lt;br /&gt;
&lt;br /&gt;
===Step 7: Have a beer! You've earned it. ===&lt;br /&gt;
Also, be sure to install Preware and all the other goodies you want!&lt;br /&gt;
&lt;br /&gt;
Special Thanks: rwhitby (for meta-doctor, Preware); jhoff80 (for castle.xml configuration), ifixit (for teardown images).&lt;br /&gt;
&lt;br /&gt;
= Baking tokens into the meta-sprint-pre-2.1.0 script =&lt;br /&gt;
The following steps will need to be done in order for you to upgrade your Sprint FrankenPre+ to webOS 2.1.0 in the event that your Palm Profile is version 9.9.9 or the normal Sprint script creates a doctor incompatible with your device.&lt;br /&gt;
&lt;br /&gt;
We'll assume ~/meta-doctor/downloads/webosdoctorp101ueude-wr-2.1.0.jar already exists. If it doesn't, change to your meta-doctor directory and get it:&lt;br /&gt;
&lt;br /&gt;
First, download the 2.1.0 doctor the meta-sprint-pre-2.1.0 will be using to make the script. You can find the name of this doctor by opening the meta-sprint-pre-2.1.0 file and checking for this line:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;W210_FILE=&amp;quot;nameofdoctor.jar&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To download the doctor, follow these commands (the first one creates the download directory if you do not already have one), substiting nameofdoctor.jar with the actual name of the doctor in the meta-sprint-pre-2.1.0 script:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;mkdir -p downloads&amp;lt;/pre&amp;gt; &lt;br /&gt;
::&amp;lt;pre&amp;gt;wget downloads/nameofdoctor.jar http://palm.cdnetworks.net/rom/preplus/p210r0d02212011/eudep210rod/nameofdoctor.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
:1. Let's unpack the 2.1.0 jar &lt;br /&gt;
::&amp;lt;pre&amp;gt;make VERSION=2.1.0 DEVICE=preplus CARRIER=wr unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
:2. Copy its castle.xml to your ~/meta-doctor directory&lt;br /&gt;
::&amp;lt;pre&amp;gt;cp build/preplus-p101ueude-wr-2.1.0/webOS/castle.xml .&amp;lt;/pre&amp;gt;&lt;br /&gt;
:3. Modify the '''&amp;quot;tokens&amp;quot;''' Section of '''~/meta-doctor/castle.xml''' to use ''your personal'' &amp;quot;tokens&amp;quot; Section [from the '''castle.xml you emailed yourself''' using the '''''Show Properties''''' app] using the same process as in subsection 3 of [[#Step 2: Setup meta-doctor] above.&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano castle.xml&amp;lt;/pre&amp;gt;&lt;br /&gt;
::Add your personal tokens after the &amp;quot;env&amp;quot; Section&amp;quot; (note: no value below should be left as 'x'):&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin-left:50px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:4. CTRL+X and save your changes.&lt;br /&gt;
:5. Modify the last make statement in meta-sprint-pre-2.1.0 (line 124 as of this writing)&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano ./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:6. Insert &amp;quot;CUSTOM_XML=castle.xml&amp;quot; after &amp;quot;${ARGS} &amp;quot;. It should read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;$make ${ARGS} CUSTOM_XML=castle.xml clobber-build all || exit&amp;lt;/pre&amp;gt;&lt;br /&gt;
:7. CTRL-X and save&lt;br /&gt;
:8. Cleanup the stuff you just unpacked&lt;br /&gt;
::&amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt;&lt;br /&gt;
:9. Execute the meta-sprint script to create your doctor&lt;br /&gt;
::&amp;lt;pre&amp;gt;./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:10. Repeat [[#Step 7: Have a beer! You've earned it.]] above.&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15537</id>
		<title>Sprint Pre Plus</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Sprint_Pre_Plus&amp;diff=15537"/>
		<updated>2011-04-20T20:21:59Z</updated>

		<summary type="html">&lt;p&gt;Malpha: /* Baking tokens into the meta-sprint-pre-2.1.0 script */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is derived from the thread at &lt;br /&gt;
[http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html http://forums.precentral.net/palm-pre-tips-information-resources/259077-pre-plus-sprint-step-step-conversion-guide.html]&lt;br /&gt;
&lt;br /&gt;
This guide will allow you to get a Palm Pre Plus working on Sprint, assuming you already have an activated Sprint Pre. Using this guide, you will end up with a Palm Pre Plus activated on Sprint, with an entirely stock software installation. The included stock Sprint applications will work (SprintNav, Sprint TV). Your purchased applications from the app store will be re-downloaded automatically OTA.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
# Activated Sprint Pre&lt;br /&gt;
# Your Palm profile login information.  That's the email and password you activated your Pre with in the first place.  You can test if you remember them correctly at [https://ps.palmws.com/palmcsext/console/pages/LoginPage.iface Palm's profile login page].&lt;br /&gt;
# Palm Pre Plus- It can be Verizon or AT&amp;amp;T, it doesn't matter. It also doesn't really matter if the ESN is clean or not, I used a brand new Pre Plus I got off Craigslist with a clean ESN, however the ones with bad ESN's tend to be cheaper on Craigslist or Ebay. Buy whatever you can get the best deal on.&lt;br /&gt;
# T5 screwdriver (required to disassemble phones)&lt;br /&gt;
# Meta-Doctor (get it here Application:MetaDoctor - WebOS Internals)&lt;br /&gt;
# The most important requirement: the understanding that if done incorrectly, you can end up with TWO broken phones or malfunctioning phones. The Pre is *NOT* an easy device to disassemble and especially to re-assemble. A moderately high level of confidence and competence with electronics is required to attempt this.&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
&lt;br /&gt;
===Step 1: Extract working Sprint Pre Tokens===&lt;br /&gt;
The tokens on your Sprint Pre are located at /tmp/tokens on your device. The values we want to extract are ProdSN, ModemSN, BATToRSP, BATToCH, DMSVRoNONCE, DMSVRoAUTHPW, DMCLoNONCE, DMCLoAUTHPW, DMCLoAUTHNAME, DMCARRIER, DMMODEL, WIFIoADDR, BToADDR, PalmSN, PRODoID, PN. Each token is represented by a file with that exact name, and the value is contained in the file. &lt;br /&gt;
&lt;br /&gt;
:'''The only supported way to get these tokens is to &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;install &amp;quot;Show Properties&amp;quot; using Preware&amp;lt;/span&amp;gt; and have the system email you a castle.xml file directly.'''&lt;br /&gt;
&lt;br /&gt;
It is also a good idea to extract the tokens from the Pre Plus as well. They will not be used at all in this process. However, if you ever wish to return the Pre Plus to it's stock condition, you will need those tokens.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Setup meta-doctor===&lt;br /&gt;
This is actually sort of tricky and the setup process is a little different for each operating system you are running on. I recommend following the directions located here: [[Application:MetaDoctor]]. However, there are a few little things that need to be done to do what we are trying to do. I will summarize the steps that we are taking with meta-doctor. Read these steps first, BEFORE setting up meta-doctor. All the initial icky steps on the meta-doctor setup involve getting the proper UNIX architecture setup to run the shell scripts that comprise meta-doctor (installing git, etc). I will not summarize those steps here (they are well-documented elsewhere and OS-dependent). However, once you have the basic packages installed and in place, do the following things:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt; Modify your makefile. The makefile is located in the &amp;quot;meta-doctor&amp;quot; directory and is called &amp;quot;Makefile&amp;quot;. Open it in your favorite text editor. We are going to remove the carrier check (since VZ and AT&amp;amp;T carriers will NOT work with the regular Sprint webOS Doctor) and we are going to remove the model check (since there is no such thing as a Pre Plus on Sprint). To do this, remove the &amp;quot;#&amp;quot; symbol next to &amp;quot;REMOVE_MODEL_CHECK = 1&amp;quot; and &amp;quot;REMOVE_CARRIER_CHECK = 1&amp;quot;. You will also need to set &amp;quot;DEVICE&amp;quot; to &amp;quot;pre&amp;quot; (no quotes) and &amp;quot;CARRIER&amp;quot; to &amp;quot;sprint&amp;quot; (no quotes)- exactly as below. Your makefile should now look like this (changes noted in bold for legibility):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##########################&lt;br /&gt;
## END OF DOCUMENTATION ##&lt;br /&gt;
##########################&lt;br /&gt;
&lt;br /&gt;
########################################&lt;br /&gt;
## START OF AREA FOR END USER CHANGES ##&lt;br /&gt;
########################################&lt;br /&gt;
&lt;br /&gt;
# Uncomment the features that you wish to enable below:&lt;br /&gt;
# BYPASS_ACTIVATION = 1&lt;br /&gt;
# BYPASS_FIRST_USE_APP = 1&lt;br /&gt;
# ENABLE_DEVELOPER_MODE = 1&lt;br /&gt;
# DISABLE_UPLOAD_DAEMON = 1&lt;br /&gt;
# INCREASE_VAR_SPACE = 1&lt;br /&gt;
# ENABLE_USB_NETWORKING = 1&lt;br /&gt;
# INSTALL_SSH_AUTH_KEYS = 1&lt;br /&gt;
REMOVE_CARRIER_CHECK = 1&lt;br /&gt;
REMOVE_MODEL_CHECK = 1&lt;br /&gt;
# DISABLE_MODEM_UPDATE = 1&lt;br /&gt;
# CHANGE_KEYBOARD_TYPE = z&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;pre&amp;quot;, or &amp;quot;pixi&amp;quot;.&lt;br /&gt;
DEVICE = pre&lt;br /&gt;
&lt;br /&gt;
# Select &amp;quot;sprint&amp;quot;, &amp;quot;bellmo&amp;quot;, &amp;quot;telcel&amp;quot;, &amp;quot;verizonwireless&amp;quot; or &amp;quot;wr&amp;quot;.&lt;br /&gt;
CARRIER = sprint&lt;br /&gt;
&lt;br /&gt;
######################################&lt;br /&gt;
## END OF AREA FOR END USER CHANGES ##&lt;br /&gt;
######################################&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Save your modified makefile and close your text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Unpack and Patch meta-doctor. Since we are going to import our Sprint tokens into meta-doctor, we need to build meta-doctor in a stepwise process, and insert the tokens at the proper time. Do NOT simply run 'make DEVICE=pre all-sprint'. This will NOT work. From the command line, and within the meta-doctor folder, run 'make unpack':&lt;br /&gt;
&amp;lt;pre&amp;gt;make unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
After this command has finished, run 'make patch':&lt;br /&gt;
&amp;lt;pre&amp;gt;make patch&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Import tokens into castle.xml and package meta-doctor. We are now going to add your Sprint Pre tokens into meta-doctor and build the customized version of webOS Doctor that will write your Sprint tokens to your Pre Plus and remove the Carrier and Model checks. To do this, open the castle.xml file, which will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webOS/castle.xml. (Or you can just use the search function on your computer, haha). Open castle.xml in your favorite text editor. Locate the tokens section, which will look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The new section will look like this (thanks jhoff80!):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Where the X's are located, insert the corresponding token values that you extracted at the beginning of this guide. Leave the quotes in place. Once you have completed this step, save the XML file and close your text editor. Go back to the command line and run 'make pack'&lt;br /&gt;
&amp;lt;pre&amp;gt;make pack&amp;lt;/pre&amp;gt;&lt;br /&gt;
Your new webOS doctor is now all packaged up and ready to go, and will be located in meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Now that the software is all setup, we are ready to begin the hardware surgery!&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Step 3. Remove your Sprint Pre com board===&lt;br /&gt;
So this is the part where you can actually damage your device. So, as one last form of warning, I will say, DANGER WILL ROBINSON! If you are not comfortable with the possibility of destroying a perfectly nice Sprint Pre or are not comfortable disassembling tiny electronics, STOP NOW, go out and see Inception or something (great movie!). Otherwise, let's proceed. (Images are being served from Ifixit.net's palm pre teardown page.)&lt;br /&gt;
 &lt;br /&gt;
'''NOTE''': You may find it useful to also look at the dis/reassembly instructions and pictures provided for the [[Sprint Pre 2]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Remove the 6 back screws. Remove the back cover of your Sprint Pre and remove the battery. Using a T5 screwdriver, remove the 6 screws. The screw in the upper right corner has a small &amp;quot;Palm&amp;quot; sticker on it, probably to void your warranty if broken&amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/bFeIXAZtnVqjBILK.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Gently separate the backplate. There are interlocking plastic tabs securing the backplate. you need to pry out a tiny bit and push DOWN towards the keyboard on the four locking tabs.  As you do, the keyboard bezel and the keyboard ill seperate from the backplate. The keyboard bezel is VERY THIN.  Once you have it started to seperate on both sides, run your plastic wedge or a fingernail around the seperation.  To swap JUST the comm board, it is NOT nessessary to pull the volume buttons out, you can leave them in.  Now, with the keyboard down a bit, push up on the comm board and it will hinge up towards the top of the phone on its connector cable.  The cable unplugs from the flat of the comm board. It does not pull out &amp;quot;parallel&amp;quot; with the cable, it pulls out &amp;quot;perpendicular&amp;quot; to the cable. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/B2J3e3Tv6oKLJe3Y.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
# Remove the coms board. &lt;br /&gt;
#* If you are doing a Sprint to Verizon pre- to Pre+ since both are cdma phones, you do not need to fully separate the backplate from the rest of the phone (which involves disassembling the volume rocker). If you are able to release the bottom section of the Pre's backplate and the 4 side plastic interlockers, you should be able to elevate the backplate enough to get access to the coms board. To remove the coms board, first gently reflect back the small plate covering the GPS connectors, as shown here  and disconnect the two gps connectors. &amp;lt;br /&amp;gt; &amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/qBW1xicfUSWhZ5VB.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#: Now, simply apply gentle pressure, and the coms board will pop right out: &amp;lt;br /&amp;gt;&amp;lt;img width=350&amp;gt;http://guide-images.ifixit.net/igi/2YgNcQN3dAf6idkE.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
#* If you are doing a Sprint to ATT pre- to pre+, you will need to swap the entire back, which requires removing the volume buttons and replacing them.  The cdma back and the gsm back have different antenna systems and need to be swapped as a unit. &lt;br /&gt;
&lt;br /&gt;
'''Coms board removed.''' Note the cable plug where the comm board was attached on the orange ribbon cable.   &amp;lt;img&amp;gt;http://guide-images.ifixit.net/igi/eklF6cnfCxUNTTwl.medium&amp;lt;/img&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Congratulations!''' You have now removed the Sprint Pre coms board! You are now ready to install it in your Pre Plus. PLEASE NOTE: The Pre is *NOT* an easy device to re-assemble, and although the coms board will be missing, I *highly* recommend practicing the re-assembly of the Sprint Pre a couple times to make sure you are able to get it to fit together nicely and the slider action is good, to ensure when you re-assemble the Pre Plus, it is of the highest quality.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Swap Sprint Pre coms board into Pre Plus===&lt;br /&gt;
So you've made it this far have you, Dr. Frankenstein! Excellent! Now, disassemble your Pre Plus by following the disassembly instructions detailed above. Remove the Pre Plus coms board. Insert your Sprint Pre coms board by pressing it into place, ensuring that the two connectors on the board push into place. Re-connect the two GPS wires on the inside of the case to the coms board. Re-assemble your Pre Plus.&lt;br /&gt;
&lt;br /&gt;
===Step 5: Re-program your Pre Plus using meta-doctor===&lt;br /&gt;
Remember all that time we spent getting meta-doctor setup? Well, now the time has come to make use of it. Put your Pre Plus in recovery mode by holding the volume rocker in the 'up' position and while holding it, press and hold the power button. A USB icon should appear on the Pre Plus' screen. Navigate to your custom meta-doctor located at meta-doctor/build/pre-p100eww-sprint-1.4.5/webosdoctorp100ewwsprint-1.4.5.jar. Run the JAR file and doctor your device. &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar &lt;br /&gt;
&lt;br /&gt;
When that has completed, your phone will reboot and the &amp;quot;first use app&amp;quot; will run. Go ahead and go through the setup process. &lt;br /&gt;
* Select your language.&lt;br /&gt;
* Accept the license. &lt;br /&gt;
* Log in to your Palm profile. &lt;br /&gt;
* Step through the silly tutorial.  &lt;br /&gt;
&lt;br /&gt;
Once you have done this, the phone will reboot and you will be at your webOS home screen. &lt;br /&gt;
&lt;br /&gt;
====Confirm everything worked====&lt;br /&gt;
* Note that the carrier should say &amp;quot;Sprint.&amp;quot; &lt;br /&gt;
* Confirm that our tokens were properly over-written by going to &amp;quot;Device Info&amp;quot; from the launcher. Scroll down and  click on &amp;quot;More Info&amp;quot;. &lt;br /&gt;
** The Carrier should say &amp;quot;Sprint&amp;quot; &lt;br /&gt;
** The Model should be &amp;quot;P100EWW&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
If either of these values are wrong (most like Carrier: Verizon or Model: P101EWW), then the tokens did not write correctly, and most likely, you made an error properly rolling castle.xml into meta-doctor. If the values are correct, you are now ready get yourself a standard Sprint install.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Run regular Sprint webOS Doctor 1.4.5.===&lt;br /&gt;
It's going to seem really odd, but now, you get to run the doctor '''again.''' This has two purposes: &lt;br /&gt;
&lt;br /&gt;
* To get all the stock Sprint apps back, like Sprint Nav and Sprint TV &lt;br /&gt;
* To get the Sprint PRL (preffered roaming list). &lt;br /&gt;
&lt;br /&gt;
So, you need to run the regular old, run of the mill Sprint webOS Doctor. You have one in the meta-doctor/download directory that you renamed a while ago. CD to that folder and run &lt;br /&gt;
&lt;br /&gt;
 java -jar webosdoctorp100ewwsprint-1.4.5.jar&lt;br /&gt;
&lt;br /&gt;
Put your phone in recovery mode (Up volume + power) and run the regular Sprint webOS Doctor. If your tokens are wrong, you will get an error saying that your device is not compatible with this version of webOS Doctor. If the info you verified in Step 5 is correct, the webOS Doctor will run without difficulty and you will end up with a stock Sprint install on your Pre Plus. You will be able to note this immediately on the first use app, as there will only be TWO language options (English and Spanish), rather than many. Go through the regular activation AGAIN and it will download your palm profile information and re-install any app store apps you have.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': Some people have experienced a problem after they've run the stock 1.4.5 webOS doctor, they discover that many of the applications that they had before were not installed, and no longer appear in the App Catalog. This problem stems from Palm getting confused about what version of OS that's running on the phone. This can be confirmed by logging into your palm profile at http://palm.com/profile. If it says the OS version is 9.9.9, then any apps in the app catalog tied to a version of webOS will not be available to you.&lt;br /&gt;
&lt;br /&gt;
The solution is to do a &amp;quot;downgrade activation&amp;quot;, by first running the 1.4.1.1 version of webOS doctor on the phone. And when that's complete, upgrade to 1.4.5 via an Over The Air upgrade.&lt;br /&gt;
&lt;br /&gt;
===Step 7: Have a beer! You've earned it. ===&lt;br /&gt;
Also, be sure to install Preware and all the other goodies you want!&lt;br /&gt;
&lt;br /&gt;
Special Thanks: rwhitby (for meta-doctor, Preware); jhoff80 (for castle.xml configuration), ifixit (for teardown images).&lt;br /&gt;
&lt;br /&gt;
= Baking tokens into the meta-sprint-pre-2.1.0 script =&lt;br /&gt;
The following steps will need to be done in order for you to upgrade your Sprint FrankenPre+ to webOS 2.1.0 in the event that your Palm Profile is version 9.9.9 or the normal Sprint script creates a doctor incompatible with your device.&lt;br /&gt;
&lt;br /&gt;
We'll assume ~/meta-doctor/downloads/webosdoctorp101ueude-wr-2.1.0.jar already exists. If it doesn't, change to your meta-doctor directory and get it:&lt;br /&gt;
&lt;br /&gt;
First, download the 2.1.0 doctor the meta-sprint-pre-2.1.0 will be using to make the script. You can find the name of this doctor by opening the meta-sprint-pre-2.1.0 file and checking for this line:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;W210_FILE=&amp;quot;nameofdoctor.jar&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To download the doctor, follow these commands (the first one creates the download directory if you do not already have one):&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;pre&amp;gt;mkdir -p downloads&amp;lt;/pre&amp;gt; &lt;br /&gt;
::&amp;lt;pre&amp;gt;wget downloads/nameofdoctor.jar http://palm.cdnetworks.net/rom/preplus/p210r0d02212011/eudep210rod/webosdoctorp101ueude-wr.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
:1. Let's unpack the 2.1.0 jar &lt;br /&gt;
::&amp;lt;pre&amp;gt;make VERSION=2.1.0 DEVICE=preplus CARRIER=wr unpack&amp;lt;/pre&amp;gt;&lt;br /&gt;
:2. Copy its castle.xml to your ~/meta-doctor directory&lt;br /&gt;
::&amp;lt;pre&amp;gt;cp build/preplus-p101ueude-wr-2.1.0/webOS/castle.xml .&amp;lt;/pre&amp;gt;&lt;br /&gt;
:3. Modify the '''&amp;quot;tokens&amp;quot;''' Section of '''~/meta-doctor/castle.xml''' to use ''your personal'' &amp;quot;tokens&amp;quot; Section [from the '''castle.xml you emailed yourself''' using the '''''Show Properties''''' app] using the same process as in subsection 3 of [[#Step 2: Setup meta-doctor] above.&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano castle.xml&amp;lt;/pre&amp;gt;&lt;br /&gt;
::Add your personal tokens after the &amp;quot;env&amp;quot; Section&amp;quot; (note: no value below should be left as 'x'):&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin-left:50px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Section name=&amp;quot;tokens&amp;quot; type=&amp;quot;token&amp;quot; size=&amp;quot;4KB&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;installer&amp;quot; value=&amp;quot;trenchcoat&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ProdSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;ModemSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;X&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToRSP&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BATToCH&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMSVRoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoNONCE&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHPW&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCLoAUTHNAME&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMCARRIER&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;DMMODEL&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;WIFIoADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;BToADDR&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PalmSN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PRODoID&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
				&amp;lt;Val name=&amp;quot;PN&amp;quot; action=&amp;quot;overwrite&amp;quot; value=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
			&amp;lt;/Section&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:4. CTRL+X and save your changes.&lt;br /&gt;
:5. Modify the last make statement in meta-sprint-pre-2.1.0 (line 124 as of this writing)&lt;br /&gt;
::&amp;lt;pre&amp;gt;nano ./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:6. Insert &amp;quot;CUSTOM_XML=castle.xml&amp;quot; after &amp;quot;${ARGS} &amp;quot;. It should read:&lt;br /&gt;
::&amp;lt;pre&amp;gt;$make ${ARGS} CUSTOM_XML=castle.xml clobber-build all || exit&amp;lt;/pre&amp;gt;&lt;br /&gt;
:7. CTRL-X and save&lt;br /&gt;
:8. Cleanup the stuff you just unpacked&lt;br /&gt;
::&amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt;&lt;br /&gt;
:9. Execute the meta-sprint script to create your doctor&lt;br /&gt;
::&amp;lt;pre&amp;gt;./scripts/meta-sprint-pre-2.1.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
:10. Repeat [[#Step 7: Have a beer! You've earned it.]] above.&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=WebOS_2.0_Patch_Status_Project&amp;diff=13675</id>
		<title>WebOS 2.0 Patch Status Project</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=WebOS_2.0_Patch_Status_Project&amp;diff=13675"/>
		<updated>2011-03-07T06:55:51Z</updated>

		<summary type="html">&lt;p&gt;Malpha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''With the release of the webOS 2.0 doctor and the webOS 2.0 SDK anyone can help us ensure that all patches are ported. &amp;lt;br&amp;gt;'''&lt;br /&gt;
Please help us by testing each of the patches below on webOS 2.0. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Use the following process to edit this page and obtain or release an updated patch'''&amp;lt;br&amp;gt;&lt;br /&gt;
*If it just works, please edit that section and mark it as working. Also updated the Status box at the top of this page.&amp;lt;br&amp;gt;&lt;br /&gt;
*If a patch is depreciated, please note that in the patch's section on this page and provide an explanation as to why. &lt;br /&gt;
*If a patch is not working &lt;br /&gt;
*#Add a note about what is wrong in the patch's section.&amp;lt;br&amp;gt;&lt;br /&gt;
*#Post a message in the patch author's thread either:&amp;lt;br&amp;gt;&lt;br /&gt;
*#*Stating your intention to update the patch and attach it to your post. If the author does not respond within 24 hours submit the patch. If you wish to add your name to the maintainer list, add it after a comma at the end. do not remove any existing names. Patches can be uploaded to DBSOONER's patch portal at [http://webos-patches.dbsooner.com/]. Once uploaded return to this page and&lt;br /&gt;
*#*Requesting that the patch be updated. Once the author has updated the patch and submitted it return to this page and &lt;br /&gt;
*#Update the section for that particular patch with the correct status.&lt;br /&gt;
*#Update the Status section at the top of this page with the new number of Unverified, Working, Depreciated, and Fixed patches.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Status''' &lt;br /&gt;
&lt;br /&gt;
 Unverified: 138 &lt;br /&gt;
 Working:      1 &lt;br /&gt;
 Deprecated:   8 &lt;br /&gt;
 Fixed:        0 &lt;br /&gt;
 ==================&lt;br /&gt;
 Total:      146 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Section: Advanced ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Advanced Configuration for System Preferences'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-89&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
sconix&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Advanced Configuration for System Preferences - WORLD'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-89&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
sconix&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Section: App Catalog ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide App Vendors'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-28&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dsevil&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Show App Details'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Included in 2.0. Tap on the application name in the header for a drop down menu with version, date, and size.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Show Download Count'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Author: Brian Jost, Maintainer: dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Does not install. --[[User:Antijingoist|Antijingoist]] 03:54, 23 January 2011 (UTC)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: App Launcher ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''4x4 Icons v1'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''4x4 Icons v2'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
PuffTheMagic, dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''4x4 Icons v3'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
onlinespending&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''4x4 icons v4 No Arrows Plus More'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
cwgtex&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''4x4 Icons v5'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
cwgtex&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''5x4 Icons v1'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Mitchell , dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''5x4 Icons v2'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
flare576, dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''5x5 Icons v1'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-14&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
StoneRyno&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Advanced Configuration for App Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-73&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
sconix&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Advanced Options in Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Black Font in Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
2sslow&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Enable Add/Delete Pages'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Rod Whitby&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Natively supports adding pages. To delete a page, app icons need to be moved to another page and then a delete button comes up.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Fully Transparent Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mhous33&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Gesture Tap for Info and Delete'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Glass Effect'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
SqyArc&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Amazon MP3 App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
cryptk (Chris Jowett) , v3ritas (Sean McAd&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Musicplayer App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dBsooner, noir&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Nascar App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dBsooner, noir, cryptk (Chris Jowett), v3ritas&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide NFL App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
cryptk, noir, v3ritas&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Quick Launch Bar'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Quick Launch Bar in Launcher Only'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Native to 2.0 and does so in an identical manner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Quick Launch Bar in Launcher Remix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
sconix&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Sprint Navigation App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
v3ritas , opacityzero&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide YouTube App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
veritas06 (Sean McAdam)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Launcher Auto-Popup'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Launcher Page Selection Tabs'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lmorchard&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Lite List Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Owen Bickford&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Named Pages in the Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lmorchard&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: 2.0 supports naming and renaming launcher pages&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''No Arrows or Fade Bar'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
cwgtex&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: There is no fade in 2.0 and the arrows moved to the top. New arrows function to move to next and last launcher page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Remove Icon Titles'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Abyssul&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Reset Scroll Position'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
IMGrant&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Reset to First Page'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
IMGrant&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Reset to Middle Page'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
IMGrant&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Scrim System Screens'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Warlord9159&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Show FirstUse App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
jack87&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: The FirstUse App is now called Gesture Tutorial and is showing by default.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Unhide Dev Mode Icon'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jauder Ho&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Wrap Pages'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lclarkjr , dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Browser ==&lt;br /&gt;
 &lt;br /&gt;
	&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Open URL Menu Option'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Option to Send Link Message'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Shortcut Keys'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add To Spare Time'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-70&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Darrin Holst&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Allow Browser in Low Mem'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
diomark , dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Auto Hide All Icons After Page Load'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Unmodified 1.4.5 patch works fine in 2.1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Bad Kitty Super Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-98&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ThomasCoe&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Bookmarks List Button'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Bookmarks Tile Button'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Browser Scrollbar'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-90&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
veerar&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Change Number of Bookmarks on Startpage'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
jmartino2011&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Disable Landscape Gesture Scroll'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Fullscreen Mode Browser'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Unmodified 1.4.5 patch works fine in 2.1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Gesture Click Open In New Card'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-26&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
bsiegel&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''GestureClick Context Menu'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-26&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Fritzens&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hold Tap Context Menu'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-96&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
n1ce&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Unmodified 1.4.5 patch works fine in 2.1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Mega Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-102&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Multi Mod'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-36&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406 , daventx, Mark Klein, drnull&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Neato that URL'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-101&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''New Card Button'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''No Auto Refresh After Idle'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Raise Image Resolution Limit'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
edit_text&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Send to Relego'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-35&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
spdsktr&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Shake to Reload'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Share Image Message Option'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Slider Blocks Orientation Change'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
KeyToss&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Spaz Beta Super Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-99&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ThomasCoe&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Spaz Super Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-99&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ThomasCoe&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Swipe History Auto Confirm'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dBsooner, Wtgreen&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Twee Super Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-98&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ThomasCoe&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet URL and Title via Bad Kitty'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-76&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet URL and Title via Spaz'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-79&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet URL and Title via Twee'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-78&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Bad Kitty and Add to Relego'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-79&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Bad Kitty and Add to Spare Time'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-76&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Spaz and Add to Relego'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-79&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Spaz and Add to Spare Time'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-79&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Twee and Add to Relego'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-76&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Twee and Add to Spare Time'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-76&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''URL Shorten in Browser'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-97&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Thomas Coe , Jeremy Thomas&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Unmodified 1.4.5 patch works fine in 2.1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Calculator ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Enable Vibration'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dallashigh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Section: Calendar ==&lt;br /&gt;
 &lt;br /&gt;
	&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''15 Minute Intervals Only'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-84&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Chris Mann&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add additional default event length times'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-22&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
aric&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add One Minute Interval'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
aric&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''All-Day Events in Month View'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
daventx, d2globalinc, Hopspitfire&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Bridge Call Dialer Calendar Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-78&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ahub-dev&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Create Birthday Events'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
MetaView&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Default to Month View'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
matthewn&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Default to Week View'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
matthewn&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Disable Compressed View'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-80&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
CRaiaSoftware&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Edit Item as New'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lexb&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Full Day View Calendar'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-30&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Lawren Quigley-Jones&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''More Reminder Alarm Times'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dBsooner, wtgreen&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''New Event Icons and Shortcuts'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''No Snooze for Banner'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-21&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
CRaia Software&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Notification Repeat'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lclarkjr&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Notification Repeat German Localisation'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
sockenfresser&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Reminder Times Patch v2'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-18&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
4wheels&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Snooze Alternate Behavior'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-21&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
CRaia Software&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Snooze Duration Selection'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-34&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lclarkjr&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''UberCalendar'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-75&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
MetaView&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''UberCalendar Multilingual Localization'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-101&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Kratus&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Wrap Location Field'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lordbah&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Section: Camera ==&lt;br /&gt;
 &lt;br /&gt;
	&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Capture With All Keys'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Capture with Volume Keys'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
tk102&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Improved Photo Naming CIMG'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Improved Photo Naming PIXI'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Improved Photo Naming PRE'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Launch Camera when Unlocked in Landscape'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Mijoro&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Simple Shutter Sound Off'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid, jhoff80&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Unmodified 1.4.5 patch works fine in 2.1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Video Camera Flashlight'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Clock ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Space Between Snooze and Dismiss'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lclarkjr , dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Buttons in 2.0 are side to side&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Alarm Daily Options'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
romanodog&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Lock Alarm and Clock to portrait'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-90&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Warlord9159&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''More Default Snooze Times'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Open to Alarm List'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
akamil&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Enable Hidden Clock'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
frankos72&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Contacts ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Sync Now'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECIATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Added under preferences in 2.0 - --[[User:Antijingoist|Antijingoist]] 03:49, 23 January 2011 (UTC)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Additional Contact Labels'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Additional Speed Dial Keys'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-22&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
CraiaSoftware&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''GSM-display-phone-numbers-as-synced'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
DIck99999&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Per-Contact Call Rejection'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
JackieRipper&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Scrim Contacts'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mracer29&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Send All Contacts via Email'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
bsiegel&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Swipe to Delete'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
IMGrant&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: &lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Email ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Actual Words Instead Of Icons'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Move and Mark Unread Buttons'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''Deprecated'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Chris Mann&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Button is added but breaks the move to folder function. When mail resyncs email reappears in inbox.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Move to Folder Button'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Priority Discard Btns'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-88&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Additional Days for Syncing Mail'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Confirm Delete'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
jhoff80&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Preference Menu Option to allow delete confirmation&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Delete Email and View Next - Deluxe'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-96&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
theinnkeeper&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Delete Email and View Next - Older Message'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-78&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
theinnkeeper&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Delete From Notification'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lclarkjr&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''eMail-Compose-AskToSend'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-58&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Fritz Amtmann&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Email Mega Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-100&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Email Save Confirmation'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Enable Landscape Email'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''Depreciated'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
user , SirWill, dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Email works in landscape. --[[User:Antijingoist|Antijingoist]] 03:55, 23 January 2011 (UTC)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hold Tap Context Menu'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-96&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
n1ce&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Launch Calendar from invite email'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-77&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ahub&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Mimic Outlook Formating on Email Replies'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
jonolee&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Mojo ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Virtual Keyboard'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-10&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Eric J Gaudet&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: The Virtual Keyboard patch has been discontinued [http://twitter.com/webosinternals/status/11634995147841536], as WebOS 2.0 has a virtual keyboard built in. It can be enabled by adding the string &amp;quot;VirtualKeyboardEnabled=true&amp;quot; to /etc/palm/luna.conf &lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Section: Unavailable ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Delete Email and View Next - Newer Message'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-0&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
theinnkeeper&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
== Section: Video ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Video Downloads'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
2.0.0-25&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Works fine; videos got downloaded on my Palm Pre 2.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=WebOS_2.0_Patch_Status_Project&amp;diff=13673</id>
		<title>WebOS 2.0 Patch Status Project</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=WebOS_2.0_Patch_Status_Project&amp;diff=13673"/>
		<updated>2011-03-07T06:55:17Z</updated>

		<summary type="html">&lt;p&gt;Malpha: /* Section: App Catalog */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''With the release of the webOS 2.0 doctor and the webOS 2.0 SDK anyone can help us ensure that all patches are ported. &amp;lt;br&amp;gt;'''&lt;br /&gt;
Please help us by testing each of the patches below on webOS 2.0. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Use the following process to edit this page and obtain or release an updated patch'''&amp;lt;br&amp;gt;&lt;br /&gt;
*If it just works, please edit that section and mark it as working. Also updated the Status box at the top of this page.&amp;lt;br&amp;gt;&lt;br /&gt;
*If a patch is depreciated, please note that in the patch's section on this page and provide an explanation as to why. &lt;br /&gt;
*If a patch is not working &lt;br /&gt;
*#Add a note about what is wrong in the patch's section.&amp;lt;br&amp;gt;&lt;br /&gt;
*#Post a message in the patch author's thread either:&amp;lt;br&amp;gt;&lt;br /&gt;
*#*Stating your intention to update the patch and attach it to your post. If the author does not respond within 24 hours submit the patch. If you wish to add your name to the maintainer list, add it after a comma at the end. do not remove any existing names. Patches can be uploaded to DBSOONER's patch portal at [http://webos-patches.dbsooner.com/]. Once uploaded return to this page and&lt;br /&gt;
*#*Requesting that the patch be updated. Once the author has updated the patch and submitted it return to this page and &lt;br /&gt;
*#Update the section for that particular patch with the correct status.&lt;br /&gt;
*#Update the Status section at the top of this page with the new number of Unverified, Working, Depreciated, and Fixed patches.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Status''' &lt;br /&gt;
&lt;br /&gt;
 Unverified: 139 &lt;br /&gt;
 Working:      1 &lt;br /&gt;
 Deprecated:   7 &lt;br /&gt;
 Fixed:        0 &lt;br /&gt;
 ==================&lt;br /&gt;
 Total:      146 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Section: Advanced ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Advanced Configuration for System Preferences'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-89&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
sconix&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Advanced Configuration for System Preferences - WORLD'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-89&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
sconix&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Section: App Catalog ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide App Vendors'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-28&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dsevil&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Show App Details'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Included in 2.0. Tap on the application name in the header for a drop down menu with version, date, and size.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Show Download Count'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Author: Brian Jost, Maintainer: dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Does not install. --[[User:Antijingoist|Antijingoist]] 03:54, 23 January 2011 (UTC)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: App Launcher ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''4x4 Icons v1'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''4x4 Icons v2'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
PuffTheMagic, dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''4x4 Icons v3'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
onlinespending&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''4x4 icons v4 No Arrows Plus More'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
cwgtex&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''4x4 Icons v5'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
cwgtex&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''5x4 Icons v1'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Mitchell , dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''5x4 Icons v2'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
flare576, dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''5x5 Icons v1'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-14&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
StoneRyno&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Advanced Configuration for App Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-73&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
sconix&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Advanced Options in Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Black Font in Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
2sslow&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Enable Add/Delete Pages'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Rod Whitby&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Natively supports adding pages. To delete a page, app icons need to be moved to another page and then a delete button comes up.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Fully Transparent Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mhous33&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Gesture Tap for Info and Delete'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Glass Effect'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
SqyArc&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Amazon MP3 App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
cryptk (Chris Jowett) , v3ritas (Sean McAd&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Musicplayer App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dBsooner, noir&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Nascar App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dBsooner, noir, cryptk (Chris Jowett), v3ritas&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide NFL App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
cryptk, noir, v3ritas&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Quick Launch Bar'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Quick Launch Bar in Launcher Only'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Native to 2.0 and does so in an identical manner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Quick Launch Bar in Launcher Remix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
sconix&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide Sprint Navigation App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
v3ritas , opacityzero&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hide YouTube App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
veritas06 (Sean McAdam)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Launcher Auto-Popup'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Launcher Page Selection Tabs'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lmorchard&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Lite List Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Owen Bickford&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Named Pages in the Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lmorchard&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: 2.0 supports naming and renaming launcher pages&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''No Arrows or Fade Bar'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
cwgtex&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: There is no fade in 2.0 and the arrows moved to the top. New arrows function to move to next and last launcher page.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Remove Icon Titles'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Abyssul&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Reset Scroll Position'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
IMGrant&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Reset to First Page'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
IMGrant&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Reset to Middle Page'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
IMGrant&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Scrim System Screens'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Warlord9159&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Show FirstUse App'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
jack87&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: The FirstUse App is now called Gesture Tutorial and is showing by default.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Unhide Dev Mode Icon'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jauder Ho&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Wrap Pages'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lclarkjr , dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Browser ==&lt;br /&gt;
 &lt;br /&gt;
	&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Open URL Menu Option'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Option to Send Link Message'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Shortcut Keys'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add To Spare Time'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-70&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Darrin Holst&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Allow Browser in Low Mem'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
diomark , dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Auto Hide All Icons After Page Load'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Unmodified 1.4.5 patch works fine in 2.1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Bad Kitty Super Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-98&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ThomasCoe&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Bookmarks List Button'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Bookmarks Tile Button'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Browser Scrollbar'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-90&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
veerar&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Change Number of Bookmarks on Startpage'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
jmartino2011&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Disable Landscape Gesture Scroll'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Fullscreen Mode Browser'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Unmodified 1.4.5 patch works fine in 2.1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Gesture Click Open In New Card'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-26&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
bsiegel&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''GestureClick Context Menu'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-26&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Fritzens&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hold Tap Context Menu'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-96&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
n1ce&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Unmodified 1.4.5 patch works fine in 2.1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Mega Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-102&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Multi Mod'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-36&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406 , daventx, Mark Klein, drnull&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Neato that URL'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-101&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''New Card Button'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''No Auto Refresh After Idle'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Raise Image Resolution Limit'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
edit_text&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Send to Relego'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-35&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
spdsktr&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Shake to Reload'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Share Image Message Option'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Slider Blocks Orientation Change'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
KeyToss&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Spaz Beta Super Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-99&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ThomasCoe&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Spaz Super Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-99&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ThomasCoe&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Swipe History Auto Confirm'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dBsooner, Wtgreen&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Twee Super Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-98&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ThomasCoe&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet URL and Title via Bad Kitty'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-76&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet URL and Title via Spaz'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-79&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet URL and Title via Twee'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-78&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Bad Kitty and Add to Relego'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-79&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Bad Kitty and Add to Spare Time'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-76&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Spaz and Add to Relego'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-79&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Spaz and Add to Spare Time'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-79&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Twee and Add to Relego'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-76&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Tweet via Twee and Add to Spare Time'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-76&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Ben Fysh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''URL Shorten in Browser'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-97&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Thomas Coe , Jeremy Thomas&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Unmodified 1.4.5 patch works fine in 2.1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Calculator ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Enable Vibration'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dallashigh&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Section: Calendar ==&lt;br /&gt;
 &lt;br /&gt;
	&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''15 Minute Intervals Only'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-84&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Chris Mann&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add additional default event length times'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-22&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
aric&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add One Minute Interval'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
aric&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''All-Day Events in Month View'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
daventx, d2globalinc, Hopspitfire&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Bridge Call Dialer Calendar Launcher'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-78&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ahub-dev&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Create Birthday Events'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
MetaView&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Default to Month View'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
matthewn&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Default to Week View'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
matthewn&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Disable Compressed View'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-80&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
CRaiaSoftware&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Edit Item as New'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lexb&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Full Day View Calendar'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-30&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Lawren Quigley-Jones&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''More Reminder Alarm Times'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
dBsooner, wtgreen&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''New Event Icons and Shortcuts'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''No Snooze for Banner'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-21&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
CRaia Software&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Notification Repeat'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lclarkjr&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Notification Repeat German Localisation'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
sockenfresser&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Reminder Times Patch v2'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-18&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
4wheels&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Snooze Alternate Behavior'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-21&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
CRaia Software&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Snooze Duration Selection'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-34&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lclarkjr&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''UberCalendar'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-75&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
MetaView&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''UberCalendar Multilingual Localization'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-101&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Kratus&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Wrap Location Field'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lordbah&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Section: Camera ==&lt;br /&gt;
 &lt;br /&gt;
	&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Capture With All Keys'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Capture with Volume Keys'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
tk102&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Improved Photo Naming CIMG'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Improved Photo Naming PIXI'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Improved Photo Naming PRE'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Launch Camera when Unlocked in Landscape'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Mijoro&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Simple Shutter Sound Off'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid, jhoff80&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Unmodified 1.4.5 patch works fine in 2.1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Video Camera Flashlight'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Clock ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Space Between Snooze and Dismiss'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lclarkjr , dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Buttons in 2.0 are side to side&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Alarm Daily Options'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
romanodog&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Lock Alarm and Clock to portrait'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-90&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Warlord9159&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''More Default Snooze Times'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Open to Alarm List'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
akamil&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Enable Hidden Clock'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
frankos72&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Contacts ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Sync Now'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECIATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
xanthinealkaloid&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Added under preferences in 2.0 - --[[User:Antijingoist|Antijingoist]] 03:49, 23 January 2011 (UTC)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Additional Contact Labels'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-8&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Additional Speed Dial Keys'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-22&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
CraiaSoftware&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''GSM-display-phone-numbers-as-synced'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
DIck99999&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Per-Contact Call Rejection'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
JackieRipper&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Scrim Contacts'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mracer29&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Send All Contacts via Email'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
bsiegel&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Swipe to Delete'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
IMGrant&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: &lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Email ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Actual Words Instead Of Icons'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
fritos1406&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Move and Mark Unread Buttons'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''Deprecated'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Chris Mann&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Button is added but breaks the move to folder function. When mail resyncs email reappears in inbox.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Move to Folder Button'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Add Priority Discard Btns'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-88&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Additional Days for Syncing Mail'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Confirm Delete'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
jhoff80&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Preference Menu Option to allow delete confirmation&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Delete Email and View Next - Deluxe'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-96&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
theinnkeeper&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Delete Email and View Next - Older Message'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-78&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
theinnkeeper&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Delete From Notification'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
lclarkjr&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''eMail-Compose-AskToSend'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-58&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Fritz Amtmann&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Email Mega Mix'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-100&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Email Save Confirmation'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
mamouton&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Enable Landscape Email'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''Depreciated'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
user , SirWill, dBsooner&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Email works in landscape. --[[User:Antijingoist|Antijingoist]] 03:55, 23 January 2011 (UTC)&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Hold Tap Context Menu'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-96&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
n1ce&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Launch Calendar from invite email'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-77&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
ahub&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Mimic Outlook Formating on Email Replies'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-1&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
jonolee&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Section: Mojo ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Virtual Keyboard'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-10&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''DEPRECATED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Eric J Gaudet&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: The Virtual Keyboard patch has been discontinued [http://twitter.com/webosinternals/status/11634995147841536], as WebOS 2.0 has a virtual keyboard built in. It can be enabled by adding the string &amp;quot;VirtualKeyboardEnabled=true&amp;quot; to /etc/palm/luna.conf &lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
== Section: Unavailable ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Delete Email and View Next - Newer Message'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
1.4.5-0&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''UNTESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
theinnkeeper&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES:&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
== Section: Video ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
'''Video Downloads'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
2.0.0-25&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Status:'''TESTED'''&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
Jason Robitaille&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
NOTES: Works fine; videos got downloaded on my Palm Pre 2.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=WebOS_2_Upgrade&amp;diff=13053</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=13053"/>
		<updated>2011-02-25T02:57:51Z</updated>

		<summary type="html">&lt;p&gt;Malpha: /* Step 5: Restore /etc/palm-build-info */ Clarifications on where to run the commands&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 all Pre and Pre Plus devices. This is not compatible with Pixi devices.&lt;br /&gt;
&lt;br /&gt;
= Disclaimer =&lt;br /&gt;
'''This is a process that uses official HP software in unofficial ways.  You should always be prepared for the unlikely possibility that your device may be completely wiped and your Palm profile may be permanently destroyed. Do not proceed unless you have made appropriate backups and are OK with that. Working knowledge of MetaDoctor and Linux systems in general is needed.'''&lt;br /&gt;
&lt;br /&gt;
If you feel the need to ask whether you should do this on your primary phone, then you should not, as that indicates that you have not yet taken the required precautions and backups in case something goes wrong.&lt;br /&gt;
&lt;br /&gt;
= Video Overview =&lt;br /&gt;
''Pre|Central'' forum user @malpha recorded a two-part video overview of the process as she followed this step-by-step.  The videos can be found [http://www.youtube.com/watch?v=CJB8NJ72kZg here].&lt;br /&gt;
&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/FrankenPre+&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;
* Telcel Pre&lt;br /&gt;
* Bell Mobility Pre&lt;br /&gt;
&lt;br /&gt;
== Step 0: Backup your device ==&lt;br /&gt;
Make sure you have copies of all the data that you want to preserve from your palm profile.  There is a possibility that you will need to clear your palm profile to be successful in this upgrade, so you should act as if that is going to happen from the start.&lt;br /&gt;
&lt;br /&gt;
Also, make sure you run the Save/Restore application from Preware to back up your application data - you don't want to lose your Angry Birds progress, do you?&lt;br /&gt;
&lt;br /&gt;
Then copy all the files from the USB drive onto your PC to keep them safe.  The webOS Doctor has been known to wipe your USB drive without warning, so you should act as if that is going to happen from the start.&lt;br /&gt;
&lt;br /&gt;
A guide for backing up using Save/Restore can be found [http://www.precentral.net/backing-your-application-data-settings-save-restore-homebrew here].&lt;br /&gt;
== Step 1: Install Prerequisites ==&lt;br /&gt;
* '''MetaDoctor''' - see [[Application:MetaDoctor]] for information on how to install MetaDoctor&lt;br /&gt;
* '''Palm SDK ''' - see [http://developer.palm.com/index.php?option=com_content&amp;amp;view=article&amp;amp;layout=page&amp;amp;id=1661 Palm Developer Website]&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, extract and replace CDMA radio firmware as necessary, and will build and launch the modified webOS Doctor. &lt;br /&gt;
&lt;br /&gt;
'''From the meta-doctor directory''', run the meta-script that corresponds to your advice.  For example, a Sprint user would run:&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;
&lt;br /&gt;
A list of all the scripts can be found by typing&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ls ./scripts/&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 a '''.jar''' file located in the build output directory: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;meta-doctor/build/preplus-p101ueude-wr-2.1.0/webosdoctorp101ueude-wr-2.1.0.jar&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Step 5: Restore /etc/palm-build-info == &lt;br /&gt;
If the meta-script left a palm-build-info-unmasqed file in your working directory, then after you log into your profile you need to copy this file back onto your device. Open up a terminal and cd back to the meta-doctor directory, then type in the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
novacom run file://usr/sbin/rootfs_open -t&lt;br /&gt;
novacom put file://etc/palm-build-info &amp;lt; palm-build-info-unmasqed &lt;br /&gt;
novacom run file://sbin/reboot&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are accessing through Putty or some other terminal on Windows, use these commands to copy the palm-build info. This is assuming that you have copied the palm-build-info-unmasqed file to your USB portion.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /&lt;br /&gt;
/usr/sbin/rootfs_open -t&lt;br /&gt;
cp -f /media/internal/palm-build-info-unmasqed /etc/palm-build-info&lt;br /&gt;
/sbin/reboot&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Step 6: Donate to WebOS Internals and purchase the Preware Homebrew Documentation app ==&lt;br /&gt;
If this worked for you, we would appreciate a donation at http://donate.webos-internals.org - and if you want to thank Rod Whitby personally for the many hours that he put into creating the Meta-Doctor and this upgrade procedure, you should purchase the Preware Homebrew Documentation app from the official app catalog, and leave a nice 5 star review containing your message of thanks.&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;
== Preware ==&lt;br /&gt;
* '''OVERCLOCKING IS NOT YET SUPPORTED'''.  Palm has yet to release the source code for the kernel used in webOS 2.1.0.  As such, releasing customized kernels is currently impossible.  The custom kernels will arrive within a few days of the source code becoming available.&lt;br /&gt;
&lt;br /&gt;
* Not all patches have been ported over yet.  If you want to check for a certain patch, please see webOS Internals' [http://patches.webos-internals.org/?do=browse&amp;amp;webosver=2.1.0&amp;amp;category=all webOS-Patches page].&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 at this time.  Apps that have been tested and are known to install cleanly and work will be added to the custom webOS Doctor for the appropriate device/carrier.&lt;br /&gt;
&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;
==GPS==&lt;br /&gt;
* To enable GPS functionality it may be necessary to go to the &amp;quot;Location Services&amp;quot; application, make sure that &amp;quot;GPS&amp;quot;, and &amp;quot;GPS Location Services&amp;quot; are enabled. Test the GPS using ##477# (##GPS#) from the phone application, and press the &amp;quot;Get Fix&amp;quot; button.&lt;br /&gt;
* If neither ##477# utility nor Google Maps is able to successfully fix your position, return to the &amp;quot;Location Services&amp;quot; application, open the ''Preferences'' menu, expand ''Locate Me Using...'' and ensure that both '''GPS''' and '''Google Services''' are selected. After selecting  '''Google Services''', you will be prompted to accept the Terms of Service. Once both options are selected, test GPS functionality again. The ##477# utility may still fail the first several times, but should complete successfully after repeated attempts, and should continue to function normally thereafter.&lt;br /&gt;
&lt;br /&gt;
== Flash ==&lt;br /&gt;
* Adobe Flash is not included in this webOS 2.1 doctor, but can be added with files from a VZW Pre2 2.01 doctor.&lt;br /&gt;
&lt;br /&gt;
=== Adding Flash Support (Easy Method) ===&lt;br /&gt;
The easiest way to get flash on your webOS 2.1.0 legacy device is via creating a modular package and installing tat, along with a patch to make the Adobe Flash preferences visible in the browser.&lt;br /&gt;
&lt;br /&gt;
It sounds complex, but it much easier overall and [http://tinyurl.com/flash-webos-2-1-0 a How-To has been detailed here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Adding Flash Support Manually ===&lt;br /&gt;
1. Extract WebOS.tar from the Resources folder in the VZW doctor to a location on your hard drive&amp;lt;br /&amp;gt;&lt;br /&gt;
2. Copy the following files from the extracted WebOS.tar to their equivalent locations in your MetaDoctor (alternatively, you can copy them manually to a live device using Novaterm)&lt;br /&gt;
&amp;lt;blockquote&amp;gt;/etc/adobe/mms.cfg&lt;br /&gt;
&amp;lt;br /&amp;gt;/etc/adobe/oem.cfg&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/BrowserServerPlugins/libflashplayer.so&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/BrowserServerPlugins/resource/plugin-icon-noplay.png&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/BrowserServerPlugins/resource/plugin-icon-play-down.png&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/BrowserServerPlugins/resource/plugin-icon-play.png&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/BrowserServerPlugins/resource/plugin-icon-unknown.png&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/BrowserServerPlugins/resource/plugin-scrim.png&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/libFlashGraphics.so&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/BrowserServerPlugins/FlashMiniAdapterData/plugin-icon-noplay.png&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/BrowserServerPlugins/FlashMiniAdapterData/plugin-icon-play.png&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/BrowserServerPlugins/FlashMiniAdapterData/plugin-icon-unknown.png&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/BrowserServerPlugins/FlashMiniAdapterData/plugin-scrim.png&lt;br /&gt;
&amp;lt;br /&amp;gt;/usr/lib/BrowserServerPlugins/FlashMiniPlugin.so&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
3. Open /usr/palm/applications/com.palm.app.browser/app/controllers/preferences-assistant.js (either in your MetaDoctor or on your live device -if on a live device, remember to make a backup!)&lt;br /&gt;
&amp;lt;br /&amp;gt;Find the following two lines (should be lines 46 &amp;amp; 47) and comment them out by adding // to the beginning of each line:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;this.controller.get(&amp;quot;flashPref&amp;quot;).hide();&lt;br /&gt;
&amp;lt;br /&amp;gt;this.controller.get(&amp;quot;autoLoadPref&amp;quot;).hide();&amp;lt;br /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
4. Reboot your Pre if the editing was done on a live device&lt;br /&gt;
&lt;br /&gt;
Flash preferences should now be visible under browser preferences.&lt;/div&gt;</summary>
		<author><name>Malpha</name></author>
	</entry>
</feed>