I have the file and have been trying to manually update my phone since I got off work. For some reason it is not working don't know what I am doing wrong. I have a Mac not that it matters but maybe I'm having the wrong commands.
place the ota on the fastboot folder and make sure you use ./ before the command
You put yours in the fast boot folder not the platform tools folder?
platform tools usually. I'll take a pic and put it up so you can see what I am getting when I put in the commandswhat i meant was place the ota file in the folder which has this file "adb" or fastboot.
the last time i checked mac sdk had that file under "platform" folder
then open terminal on that folder and type
./adb sideload [replace this with actual ota file name].zip
platform tools usually. I'll take a pic and put it up so you can see what I am getting when I put in the commands
platform tools usually. I'll take a pic and put it up so you can see what I am getting when I put in the commands
View attachment 95416This is what keeps coming up
Ok judging from the screen shot what did I do wrong?ok u typed cd [path] ./adb sideload all at the same time..
as per the screenshot u r on "platform-tools" on the terminal which is good.
before U DO THIS MAKE SURE THE DEVICE IS CONNECTED TO MAC AND THE PHONE IS IN FASTBOOT MODE
now do this type (or copy paste) below to terminal
./adb sideload [filename].zip
and then HIT ENTER
Download the fastboot and ADB tools from here http://forum.xda-developers.com/attachment.php?attachmentid=1396782&d=1350078941
Unzip the folder to your desktop (just to make it easy) - there should be a folder called "android" now.
Open terminal, type "cd Users/yourname/Desktop/android" - where yourname is whatever your user name is
Put your N5 in recovery mode - from power off , hold power and volume down
Connect the device through usb
Verify ABD and fastboot in terminal by typing "./adb devices" - it should find your device and return something like "daemon not running. starting it now on port 5037 * * daemon started successfully
Select "recovery mode" - you should get dead android guy
Hold the power button and hit volume up
Select "apply update from ADB"
In terminal type ./adb sideload - make sure to hit space after "sideload" and then drag the OTA file.zip into the terminal window and hit return.
Note: the OTA file name is massive and I found making sure the terminal window is wide enough to see the whole command with the file name on one line helps to not cut anything off.
Your device should take over from here...
Hope this helps - I took all this info from a few different threads from XDA Forums and some searching Google.
you have to hold power and THEN quickly press volume up. do not press them both simultaneously as some guides indicate