Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hummm thanks for your fast reply but I don't download this archive.
On your step lines you not mention that :/
I Have a Nexus 4
And the product name is MAKO
Bootloader version - MAKOZ30d
Hi i'm getting error here in step 9 it says Failed <REMOTE: flash write failure>
here is my inputCode:fastboot flash bootloader bootloader-mako-makoz30d.img
please help me.
If you get a flash write failure, then fastboot is finding the file and attempting to flash it, so your commands are correct. There could be a few things that could be interfering. First you could have a corrupt bootloader.img file. Try re-downloading it. Another possibility is that you have your phone connected to your PC through a USB 3.0 port. There has been some strangeness trying to flash using USB 3.0, so if possible use a USB 2.0 port. You might also try a different cable, although my Nexus phones have been nowhere near as fussy as my Samsung phones when it comes to cables.
Finally, it could be a hardware fault, but we won't go there, because that's "send it in for service" time.
Good Luck!
Yes it is, I can't flash any files in my phone. what are the steps on how fixing my phone? please helpHi jrwild99,
Are you able to flash any of the file systems (recovery, for instance) or do they all fail with the same error?
ok thnx I will try these tools, thank you so much will update here once I have the output.Assuming your phone is set properly (Like i said, if it finds the file and attempts to flash, then i would say it is.) The easiest method would be to use one of the toolkits to automate it for you. They might even be able to provide more detail on the error should it fail again.
Wug's toolkit.
Android Unified Toolkit.
If it's failing to flash everything, it means your bootloader is still locked, or there's some sort of hardware issue.
My phone is already unlocked when im trying to flash the bootloader.If it's failing to flash everything, it means your bootloader is still locked, or there's some sort of hardware issue.
My observation is when I use the fastbood oem unlocked then restart bootloader it will go back to locked mode. How to fix this issue?If the bootloader were locked, wouldn't it fail to *begin* the flash process? I take it the flash process starts but fails to complete. :dontknow:
I was hoping it wasn't going to be a hardware issue.
My steps are correct but when I am trying to flash the bootloader it keeps failing to flash... I done it correctly from Step 1 to step 8 and failed to step 9.When you put your phone into fastboot mode you should see this ...
If it says "locked" then your bootloader in not unlocked and flashing will fail. The proper command isCode:fastboot oem unlock
What will be the name of bootloader in section nine because as on my side it cannot open
Protip: there's a line in the flash-all.bat script (or the *nix equivalent) that includes fastboot update -w somethingsomething.zip. That "-w" means "wipe". You can edit the script to just remove the "-w" if you don't want to fully erase the userdata (/data) partition (so fastboot update somethingsomething.zip instead).The latest Lollipop from the Google Nexus Factory Images have included a bat file for windows installs and a couple of Linux shell scripts one installs all and the other just the base. Now all you really have to do is extract the download hook up the device and run the script. (Make sure you are root / admin on the computer as some systems require it)
good catch I didn't think of that I just do it anymore lolProtip: there's a line in the flash-all.bat script (or the *nix equivalent) that includes fastboot update -w somethingsomething.zip. That "-w" means "wipe". You can edit the script to just remove the "-w" if you don't want to fully erase the userdata (/data) partition (so fastboot update somethingsomething.zip instead).
Protip: there's a line in the flash-all.bat script (or the *nix equivalent) that includes fastboot update -w somethingsomething.zip. That "-w" means "wipe". You can edit the script to just remove the "-w" if you don't want to fully erase the userdata (/data) partition (so fastboot update somethingsomething.zip instead).