Did you remove the wipe data portion? Please share your findings
No didn't have to wipe any data portion. It's as if I had downloaded and installed it from the OTA. All my apps are there, background, widgets etc. No rooting, no unlocking of bootloader, no wiping required. Perfect installation.
Here is my 100% step-by-step procedure. Writing this out for people who have no idea on how to do this stuff. It's long because I'm making the assumption that people reading this have NO idea what to do (just as I did a couple hours ago), so I literally want to hold their hand through the entire process. I've read over it, and I'm pretty sure if you follow every step, you can't stuff it up....or at least I hope not.
ONE - Downloads
1a) Download "ADB Driver Installer" from here:
Downloads - Adb Driver Installer
1b) Download
and install "Minimal ADB and Fastboot" (version 1.2) from here:
[TOOL]Minimal ADB and Fastboot [11-6-14] | Android Development and Hacking | XDA Forums
1c) Download the file "5.1.1 (LMY47X) from 5.0.2 (LRX22L) OTA zip" from here:
Nexus 9 Wifi Android 5.1.1 factory image and OTA file now available | Android Central (should be about a 400mb zip file)
1d) Once the file in 1c had downloaded, move the file to your desktop and rename it to
android (just so it isn't that stupidly long file name it has as default)
TWO - Get your Nexus 9 recognised by your PC:
2a) On your Nexus 9 got to Settings -> About Tablet -> and tap on "Build number" repeatedly (7 taps?) until it says "Congratulations, you're now a developer" or something like that
2b) Back out and go to Settings -> Developer Options (a new option available due to step 2a)
2c) In Developer Options turn "USB debugging" on
2d) Connect your Nexus 9 to your PC via USB cable
2e) Fire up ADB Driver Installer that you downloaded in step 1a. It should recognise your device and press the "Install" button. If you don't have the correct ADB driver, it will install it. If you already has it, then the program won't do anything and say you're up to date, so make sure you press "Install" anyway just to make sure you've got the latest driver
2f) Open Minimal ADB and Fastboot that you downloaded in step 1b. A black command box should appear where you type
adb devices
2g) On your tab, there should be a confirmation box saying do you want to give adb permissions, click "always on this computer" and click yes
2h) Once you did step 2f and 2g, there should be a line of jumbled letters and numbers which is your device. If there isn't, then something has gone wrong in one of the previous steps
THREE - Prepare your Nexus 9 for flashing
3a) Unplug your Nexus 9 from your PC and turn the device off
3b) Once it is completely off, press both the power and volume down button and keep holding them till you get into a white screen which has a bunch of text in different colours
3c) Press volume down to move to "RECOVERY" and press the power button to select it
3d) The tab will look like it has reset with "Google" showing and then an icon of the Android robot with a red exclamation mark and "No command" written, this is what you want to see
3e) Press the power button and while holding down the power button, press the volume up button then let go (you don't have to hold these down for long)
3f) This will take you to another screen with red and blue writing. Press volume down to go to "apply update from ADB" and press the power button to select it
3g) Now you're on a black screen with some yellow writing at the bottom saying "Now send the package you want to apply"
FOUR - Flashing the update file to your Nexus 9
4a) Connect your Nexus 9 to your PC through the USB cord again
4b) Open the Minimal ADB and Fastboot program (if it wasn't open already)
4c) In the command prompt in Minimal ADB and Fastboot, type
adb devices. Again your device should show up with the random letters and numbers and the word "sideload" next to it
4d) Now you will need to locate on your desktop where your 5.1.1 file you downloaded in step 1c is. Do NOT open this file. Keep it closed as the zip
4e) Now in Minimal ADB and Fastboot program, type
adb side load and drag and drop that zip file you downloaded in 1c (should be located on your desktop renamed to "andriod" if you followed step 1d) into the command prompt. So it should read something like
adb sideload C:\Users\YourName\Desktop\android.zip
4f) Press enter on your keyboard and the update should start side loading. Of course, do not unplug the device, don't turn off your PC or anything silly. Just let it do its thing. You will see on the command prompt on your PC a % indicator which shows how much it has done
So that was it. It looks long, but that's only because I really wanted to make it a legitimate step-by-step instruction and make no room for error or uncertainty.
Hope it helps someone out there.