Help Unbrick Nexus 5! - Nexus 5 Q&A, Help & Troubleshooting

Quite the rookie when it comes to this stuff. As of now, I have a Nexus 5 LRX22C (5.0.1) which is bricked. When I turn it on, it will just stick on the Google screen and not move from there. I can get into download mode by holding vol up down and power, and in there I see that my bootloader is locked. I have a Mac and I am trying to understand how to "fastboot". I have downloaded the factory image file. Where do I go from here?
Thank you in advance!

Here's a guide on setting up ADB and fastboot on OSX.
http://forum.xda-developers.com/showthread.php?t=1917237

How can I enable USB debugging when the device is bricked?

aysal said:
How can I enable USB debugging when the device is bricked?
Click to expand...
Click to collapse
USB debugging doesn't need to be on for fastboot to work. Just unlock your bootloader and then flash the system image, both with fastboot, and then you should be up and running again.
---------- Post added at 07:01 PM ---------- Previous post was at 06:58 PM ----------
And FYI, if you plan on using the flash_all.sh you need to open it up using text edit and add a "./" in front of every fastboot command, otherwise it won't work.

_MetalHead_ said:
USB debugging doesn't need to be on for fastboot to work. Just unlock your bootloader and then flash the system image, both with fastboot, and then you should be up and running again.
Click to expand...
Click to collapse
I downloaded the SDK but I cannot find the "tools" it mentions.. I open the folder and have two files, "adb" and "fastboot"

aysal said:
I downloaded the SDK but I cannot find the "tools" it mentions.. I open the folder and have two files, "adb" and "fastboot"
Click to expand...
Click to collapse
I don't know what " tools" you're talking about. All you need are ADB and fastboot. Actually for this all you need is fastboot.
Edit: just looked at the guide and I see what you're talking about. Where did you download the SDK from?

_MetalHead_ said:
USB debugging doesn't need to be on for fastboot to work. Just unlock your bootloader and then flash the system image, both with fastboot, and then you should be up and running again.
---------- Post added at 07:01 PM ---------- Previous post was at 06:58 PM ----------
And FYI, if you plan on using the flash_all.sh you need to open it up using text edit and add a "./" in front of every fastboot command, otherwise it won't work.
Click to expand...
Click to collapse
_MetalHead_ said:
I don't know what " tools" you're talking about. All you need are ADB and fastboot. Actually for this all you need is fastboot.
Click to expand...
Click to collapse
So I just click on fastboot and connect the device in download mode?

aysal said:
So I just click on fastboot and connect the device in download mode?
Click to expand...
Click to collapse
No, you dont click on fastboot, you issue fastboot commands via terminal. Here's another guide on fastboot- http://forum.xda-developers.com/showthread.php?t=2277112

_MetalHead_ said:
No, you dont click on fastboot, you issue fastboot commands via terminal. Here's another guide on fastboot- http://forum.xda-developers.com/showthread.php?t=2277112
Click to expand...
Click to collapse
Thanks for all your help and quick replies but seems that guide is only for Windows and Linux? I'm on a Mac

Linux and Mac commands would be the same
Sent from my Nexus 5 using Tapatalk

aysal said:
Thanks for all your help and quick replies but seems that guide is only for Windows and Linux? I'm on a Mac
Click to expand...
Click to collapse
The first guide was how to get set up adb/fastboot on OSX, the second guide was for using them in general. The functionality is identical.
The only difference is that with OSX, you need to add "./" before every command. For instance, to unlock your bootloader on Windows the command is-
Code:
fastboot oem unlock
But on OSX it would be-
Code:
./fastboot oem unlock
Aside from that it's the same, so any thing you read about using fastboot applies to OSX as well.
ldubs said:
Linux and Mac commands would be the same
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Yes, except for the difference I mentioned above.

_MetalHead_ said:
The first guide was how to get set up adb/fastboot on OSX, the second guide was for using them in general. The functionality is identical.
The only difference is that with OSX, you need to add "./" before every command. For instance, to unlock your bootloader on Windows the command is-
Code:
fastboot oem unlock
But on OSX it would be-
Code:
./fastboot oem unlock
Aside from that it's the same, so any thing you read about using fastboot applies to OSX as well.
Yes, except for the difference I mentioned above.
Click to expand...
Click to collapse
I managed to unlock the bootloader and flash the image but now I am stuck at this image
http://i.ytimg.com/vi/KnlUdjUaD3Q/maxresdefault.jpg
It has been this way for nearly an hour now. I tried formatting and wiping cache to no avail. Ahhh one problem after the next!

. /Fastboot erase bootloader
. /Fastboot flash bootloader bootloader. Img
. /Fastboot reboot-bootloader
. /Fastboot erase recovery
. /Fastboot flash recovery recovery. Img
Repeat for each image file
Sometimes using the flash all bat doesnt work. Flashing each image individually should fix ya right up.

Related

Fastboot not working anymore?

Hi all.
I went to update my Recovery today to a new TWRP.
I have not had problems in the past.
When I boot into fastboot it just says "Starting Fastboot USB download protocol".
The drivers are properly installed and made sure under device manager.
Any idea's guys?
When I type fastboot devices I don't get anything.
Thanks for the help!
Also tried in Ubuntu still no luck >_<
are you using pc or mac, kinda dumb queston but alas it makes a difference
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
bige914 said:
are you using pc or mac, kinda dumb queston but alas it makes a difference
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Click to expand...
Click to collapse
I am using a Asus Laptop. Thanks for the response!
im getting the same problem here, i want to install twrp but it shows Starting Fastboot USB download protocol on my tablet and < waiting for device > on my windows pc
sjj1991 said:
im getting the same problem here, i want to install twrp but it shows Starting Fastboot USB download protocol on my tablet and < waiting for device > on my windows pc
Click to expand...
Click to collapse
got the same issue guys
Anyone get anywhere with this? I just unlocked, then went to flashing a recovery but get the same "fastboot usb download protocol" message..
We are all stuck with this unless we send it to asus for RMA
Sent from my VS840 4G using xda premium
SpyFi said:
Also tried in Ubuntu still no luck >_<
Click to expand...
Click to collapse
Let's talk about ubuntu a minute since fastboot worked before. It appears no one else has said fastboot worked earlier.
Are you running ubuntu on a different computer?
Same computer through virtualbox or something similar?
Same computer different drive or partition?
Try " adb devices " before you reply and include that info as well.
I should have also asked if fastboot previously worked on ubuntu?
tobdaryl said:
Let's talk about ubuntu a minute since fastboot worked before. It appears no one else has said fastboot worked earlier.
Are you running ubuntu on a different computer?
Same computer through virtualbox or something similar?
Same computer different drive or partition?
Try " adb devices " before you reply and include that info as well.
I should have also asked if fastboot previously worked on ubuntu?
Click to expand...
Click to collapse
the problem is not the computer itself, the real problem is that the tablet doesn't get in fastboot mode...
Thank you for the update.
SpyFi said:
Hi all.
I went to update my Recovery today to a new TWRP.
I have not had problems in the past.
When I boot into fastboot it just says "Starting Fastboot USB download protocol".
The drivers are properly installed and made sure under device manager.
Any idea's guys?
When I type fastboot devices I don't get anything.
Thanks for the help!
Click to expand...
Click to collapse
sjj1991 said:
im getting the same problem here, i want to install twrp but it shows Starting Fastboot USB download protocol on my tablet and < waiting for device > on my windows pc
Click to expand...
Click to collapse
matt95 said:
got the same issue guys
Click to expand...
Click to collapse
partypage said:
Anyone get anywhere with this? I just unlocked, then went to flashing a recovery but get the same "fastboot usb download protocol" message..
Click to expand...
Click to collapse
tobdaryl said:
Let's talk about ubuntu a minute since fastboot worked before. It appears no one else has said fastboot worked earlier.
Are you running ubuntu on a different computer?
Same computer through virtualbox or something similar?
Same computer different drive or partition?
Try " adb devices " before you reply and include that info as well.
I should have also asked if fastboot previously worked on ubuntu?
Click to expand...
Click to collapse
Try this:
-use unlock tool
-boot tablet into USB MODE
(it will say fastboot mode,waiting)
-using the steps,copying over the fastboot files to one folder, with TWRP as the recovery, run fastboot command.
-done successfully,you be good
Click to expand...
Click to collapse
I'm not the author of this process, but apparently it works.
I haven't tried, because I use terminal emulator for my adb command
I decided to automate the process of entering commands. Post
philos64 said:
Try this:
I'm not the author of this process, but apparently it works.
I haven't tried, because I use terminal emulator for my adb command
Click to expand...
Click to collapse
thank you, i'll try this out tomorrow! :good:
no way, i can't get it to fastboot damn it
---------- Post added at 11:45 PM ---------- Previous post was at 11:16 PM ----------
ok i solved the problem just now...
1-reboot the tablet in bootloader while connected to usb
2-use vol down to navigate to the usb mode and then vol up
3-the tablet won't show nothing but actually it is connected
4-proceed to any fastboot command
hope this helps
I had this issue when I first started flashing stuff (although I was flashing CWM not TWRP)
In my experience, if you don't see anything listed in fastboot devices, it doesn't matter because it still flashes.
Just try using the flash command (fastboot -i 0x0b05 flash blah blah blah.blah) and see if it works.
You -should- be able to see your device in "adb devices", and that's really what matters.
Also, what matt95 said is exactly what I do. Whether it shows anything or not, I just flash my stuff. Works fine, but I also don't use fastboot alot because with the new changes to the bootloader, one can flash stock through CWM now without having to fastboot flash it.
I'm having the same problem here with fast boot. I want to run NV Flash so I can update to the JB bootloader for CM updates. I've tried simple commands like reboot and nothing works. Any other thoughts?
jm700wx said:
I'm having the same problem here with fast boot. I want to run NV Flash so I can update to the JB bootloader for CM updates. I've tried simple commands like reboot and nothing works. Any other thoughts?
Click to expand...
Click to collapse
my solution above didn't help?
matt95 said:
my solution above didn't help?
Click to expand...
Click to collapse
I'm in the same wagon as all you guys, I just tried that and I can't get into fastboot still. Still waiting for device
---------- Post added at 01:10 PM ---------- Previous post was at 01:02 PM ----------
I'm sorted now, I didn't realise that we needed a different command
I was using
Code:
fastboot flash recovery recovery-jb-touch.img
instead of the correct method of using
Code:
fastboot -i 0x0B05 flash recovery recovery-jb-touch.img
This worked perfectly
it's same as this:
== Part 3 - Install recovery and rooting ==
Let's start with installing the recovery
1) Download these 2 files:
- Jellybean recovery with fastboot files: Fastboot files + JB recovery
- Root files => Root files
- You can also download the new CWM Touch recovery if you don't like TWRP: CWM Touch recovery thread or TWRP recovery and download this file : openrecovery-twrp-2.3.1.0-tf300t-JB.blob
2) Extract the recovery with fastboot files zip and open a command prompt in the same folder of the adb and fastboot files (Shift + Right mouse)
3) Reboot into the bootloader of your tablet, type: adb reboot bootloader
4) When your tablet has reached the bootloader navigate with volume down to the usb icon and press volume up to confirm.
5) To flash the recovery type:
- TWRP: fastboot -i 0x0b05 flash recovery twrp.blob
- CWM: fastboot -i 0x0b05 flash recovery CWM-Touch.blob
6) A blue bar will appear and the recovery will be installed, when the blue bar is filled press volume up + power button to reboot into the tablet.
Now we will root the tablet
7) Copy Superuser-3.2-RC3-arm-signed to the internal storage of your tablet. then reboot into the bootloader again.
8) This time you need to select the RCK icon with volume up to enter the recovery image.
9) In recovery flash Superuser-3.2-RC3-arm-signed and reboot into the system
10) Install Supersu from Google Play
11) Open up Supersu, it will ask you to update the binary, choose yes.
12) Now your tablet should be rooted
Click to expand...
Click to collapse

[Q] Nexus 5 power button doesn't work anymore

Hi everybody,
So, there is my problem, I bought the nexus 5 in November. I rooted it.
And the last wednesday, while using my phone, the power button decided to not respond anymore.
The phone still worked but two days ago the batery became empty and now I can just go in the "bootloader menu" and the "download mode".
Google accepted to replace my phone, but I really want to save my files. And like you certainly know we can't save our files with the phone Off.
But my phone is detected in this two modes.
I installed the nexus driver but I still can't open my files.
I pretty sure there is a way to save my files, I searching and trying but nothing work, I would open my phone if I can activate the power button manually but I don't know how.
If you have any solution, I'll take it.
Per-haps the ADB can help me ? But I don't know how to use it.
Thanks a lot for reading.
Have a good day !
Ps : I'm new here please be gentle if I don't understand directly
And sorry for my poor english.
PeauMorte said:
Hi everybody,
So, there is my problem, I bought the nexus 5 in November. I rooted it.
And the last wednesday, while using my phone, the power button decided to not respond anymore.
The phone still worked but two days ago the batery became empty and now I can just go in the "bootloader menu" and the "download mode".
Google accepted to replace my phone, but I really want to save my files. And like you certainly know we can't save our files with the phone Off.
But my phone is detected in this two modes.
I installed the nexus driver but I still can't open my files.
I pretty sure there is a way to save my files, I searching and trying but nothing work, I would open my phone if I can activate the power button manually but I don't know how.
If you have any solution, I'll take it.
Per-haps the ADB can help me ? But I don't know how to use it.
Thanks a lot for reading.
Have a good day !
Ps : I'm new here please be gentle if I don't understand directly
And sorry for my poor english.
Click to expand...
Click to collapse
Hoping you have enabled the usb debugging you can indeed backup through adb: http://forum.xda-developers.com/showpost.php?p=51694433&postcount=2
Can you enter into recovery mode from the bootloader menu?
Primokorn said:
Hopping you have enabled the usb debugging you can indeed backup through adb: http://forum.xda-developers.com/showpost.php?p=51694433&postcount=2
Can you enter into recovery mode from the bootloader menu?
Click to expand...
Click to collapse
The usb debugging is enabled I hope too, I'll try it immediatly, thanks you.
But I can't enter in any thing in that menu.
PeauMorte said:
The usb debugging is enabled I hope too, I'll try it immediatly, thanks you.
But I can't enter in any thing in that menu.
Click to expand...
Click to collapse
You can use a fastboot command to boot into recovery: fastboot boot path/to/TWRP.img if you have TWRP Recovery.
Then you will be able use to use adb commands to backup your data.
Primokorn said:
You can use a fastboot command to boot into recovery: fastboot boot path/to/TWRP.img if you have TWRP Recovery.
Then you will be able use to use adb commands to backup your data.
Click to expand...
Click to collapse
Hmm, Have I to start eclipse ? Where can I find the "sdk platform" ?
I found a folder who have that name but nothing happens when I run the exe files.
And in eclipse nothing had that name.
Edit : Sorry I did'nt understand before. I'm trying your command in this folder, but it say me that there is no such files in this directory. Could you explain me ?
Edit 2 : Okay I have to read better i guess, I don't have TWRP, I'm downloading it, could you just explain me a little how does it work ?
Edit 3 : With the command "adb devices" I can't see my phone :/ Have I to surrender ?
PeauMorte said:
Hmm, Have I to start eclipse ? Where can I find the "sdk platform" ?
I found a folder who have that name but nothing happens when I run the exe files.
And in eclipse nothing had that name.
Edit : Sorry I did'nt understand before. I'm trying your command in this folder, but it say me that there is no such files in this directory. Could you explain me ?
Edit 2 : Okay I have to read better i guess, I don't have TWRP, I'm downloading it, could you just explain me a little how does it work ?
Edit 3 : With the command "adb devices" I can't see my phone :/ Have I to surrender ?
Click to expand...
Click to collapse
1. First off, you have to install and set up adb & fastboot on your PC. Here is a great tutorial: http://www.redmondpie.com/how-to-set-up-android-adb-and-fastboot-on-windows-tutorial/
However you can use this tool instead: http://forum.xda-developers.com/showthread.php?t=2588979
2. To boot into recovery mode from bootloader, connect your phone to PC then enter this command into cmd:
fastboot devices (check if your N5 is connected otherwise)
fastboot boot path/to/TWRP.img (you can download the latest TWRP img from this website)
Primokorn said:
1. First off, you have to install and set up adb & fastboot on your PC. Here is a great tutorial: http://www.redmondpie.com/how-to-set-up-android-adb-and-fastboot-on-windows-tutorial/
However you can use this tool instead: http://forum.xda-developers.com/showthread.php?t=2588979
2. To boot into recovery mode from bootloader, connect your phone to PC then enter this command into cmd:
fastboot devices (check if your N5 is connected otherwise)
fastboot boot path/to/TWRP.img (you can download the latest TWRP img from this website)
Click to expand...
Click to collapse
With the two methods, no devices are found. But when I try with an other phone, nothing is dected too (debug mod enabled).
I tried to remove driver and update with all sources but nothing apparently work per-haps my debug mode is disabled ? ...
Edit :
Okay fastboot device detected my phone !
The guaranty will stop if I use the second command ?
And last thing, where I need to put the img ?
Thanks a lot I looking at the end of that problem *o*
PeauMorte said:
With the two methods, no devices are found. But when I try with an other phone, nothing is dected too (debug mod enabled).
I tried to remove driver and update with all sources but nothing apparently work per-haps my debug mode is disabled ? ...
Edit :
Okay fastboot device detected my phone !
The guaranty will stop if I use the second command ?
Click to expand...
Click to collapse
Nope because you only BOOT and not FLASH TWRP.img. Actually I say TWRP because I have this recovery but I think you can use this command with the stock recovery. You just have to use recovery.img file from the factory images instead of TWRP.img.
---------- Post added at 02:30 PM ---------- Previous post was at 02:30 PM ----------
PeauMorte said:
And last thing, where I need to put the img ?
Thanks a lot I looking at the end of that problem *o*
Click to expand...
Click to collapse
Put the file into your platform-tools folder (where you have fastboot.exe file)
Primokorn said:
Nope because you only BOOT and not FLASH TWRP.img. Actually I say TWRP because I have this recovery but I think you can use this command with the stock recovery. You just have to use recovery.img file from the factory images instead of TWRP.img.
---------- Post added at 02:30 PM ---------- Previous post was at 02:30 PM ----------
Put the file into your platform-tools folder (where you have fastboot.exe file)
Click to expand...
Click to collapse
Okay, nice !
But I put the twrp.img in the adb folder, but it doeasn't found the file, where i need to put it ?
path/to means what ?
PeauMorte said:
Okay, nice !
But I put the twrp.img in the adb folder, but it doeasn't found the file, where i need to put it ?
path/to means what ?
Click to expand...
Click to collapse
Did you rename the downloaded file to "TWRP.img"? The file name must be the same into your command prompt.
Copy TWRP.img into your platform-tools folder then open a command prompt from this folder and enter: fastboot boot TWRP.img
The path is the directory of your file you want to use. If you open the command prompt from the folder you have TWRP.img (platform-tools) then you don't need to mention the path.
I think the bootloader needs to be unlocked first for "fastboot boot twrp.img" to work? Isn't it? If unlocking wasn't necessary, everyone would've just booted recoveries to root their phones. (so that the sdcard doesn't get erased).
I sincerely doubt that the OP has an unlocked bootloader.
vin4yak said:
I think the bootloader needs to be unlocked first for "fastboot boot twrp.img" to work? Isn't it? If unlocking wasn't necessary, everyone would've just booted recoveries to root their phones. (so that the sdcard doesn't get erased).
I sincerely doubt that the OP has an unlocked bootloader.
Click to expand...
Click to collapse
Actually I never tried fastboot boot command on a locked bootloader. If it requires an unlocked bootloader and OP has a locked one I have no idea to recover his data.
Primokorn said:
Actually I never tried fastboot boot command on a locked bootloader. If it requires an unlocked bootloader and OP has a locked one I have no idea to recover his data.
Click to expand...
Click to collapse
Please guy ! You're a genius !
I love you !
I just used the reboot comand and my phone goes On !
Now I can back up my files
(Ps : For the people who'll have the same problem, you have to use your charger with you're computer and keep pressing the volume down while putting the charger in the phone to go in boot menu, but be carfully, you can't shutdown after that only solution, remove batery !)
:fingers-crossed:
PeauMorte said:
Please guy ! You're a genius !
I love you !
I just used the reboot comand and my phone goes On !
Now I can back up my files
(Ps : For the people who'll have the same problem, you have to use your charger with you're computer and keep pressing the volume down while putting the charger in the phone to go in boot menu, but be carfully, you can't shutdown after that only solution, remove batery !)
:fingers-crossed:
Click to expand...
Click to collapse
Happy for you... and your data
Primokorn said:
Happy for you... and your data
Click to expand...
Click to collapse
I'll just ask a last question because you're a super user of twrp, the back up fonctionality could work if I use it on this phone and the put it in my new nexus sent by google ?
Thanks a lot again and have a good day, you made mine.
PeauMorte said:
I'll just ask a last question because you're a super user of twrp, the back up fonctionality could work if I use it on this phone and the put it in my new nexus sent by google ?
Thanks a lot again and have a good day, you made mine.
Click to expand...
Click to collapse
Yes, you can! Just make sure you don't restore the /efs partition which contains the imei and other files which are unique to every device!
- Sent from an IceCold Hammerhead!

Reinstall Pixel OS

Hi
I have a Pixel that currently has no OS on it at all. I can only get into the bootloader with no way of factory restoring the phone. Usually I would use ADB to reinstall the factory image from the Pixel image Google provides but with no way of activating USB Debugging, I'm unable to do this.
How can i get the normal factory image back onto the phone?
Thanks
jasperwells said:
Hi
I have a Pixel that currently has no OS on it at all. I can only get into the bootloader with no way of factory restoring the phone. Usually I would use ADB to reinstall the factory image from the Pixel image Google provides but with no way of activating USB Debugging, I'm unable to do this.
How can i get the normal factory image back onto the phone?
Thanks
Click to expand...
Click to collapse
You should use flash-all
Sent from my Pixel using Tapatalk
ansontyl96 said:
You should use flash-all
I can't, ADB doesn't recognise there's a phone plugged in when I'm in the bootloader
Usually I'd navigate to the platform tools folder, "adb devices" to check its there, then i'd unlock the bootloader using "fastboot flashing unlock", then i'd go on to "flash-all.sh"
But because there's no OS so USB debugging isn't on the terminal doesn't recognise the phone is plugged in
Click to expand...
Click to collapse
Sorry I am a mac user and I am not sure about windows, but as you can enter bootloader you should be able to use fastboot command
Sent from my Pixel using Tapatalk
jasperwells said:
ansontyl96 said:
You should use flash-all
I can't, ADB doesn't recognise there's a phone plugged in when I'm in the bootloader
Usually I'd navigate to the platform tools folder, "adb devices" to check its there, then i'd unlock the bootloader using "fastboot flashing unlock", then i'd go on to "flash-all.sh"
But because there's no OS so USB debugging isn't on the terminal doesn't recognize the phone is plugged in
Click to expand...
Click to collapse
adb devices only works when phone is booted into the OS. You need to use fastboot if the phone is in the bootloader. Try fastboot devices instead and see if it recognizes it.
Click to expand...
Click to collapse
robocuff said:
jasperwells said:
adb devices only works when phone is booted into the OS. You need to use fastboot if the phone is in the bootloader. Try fastboot devices instead and see if it recognizes it.
Click to expand...
Click to collapse
Ah ok I didn't realise they could do alot of the same stuff cos noob.
so "fastboot devices" - make sure its there
"fastboot flashing unlock" - unlock bootloader?
and then "fastboot flash OS.zip"?
Click to expand...
Click to collapse

Rooting Android 9 December Update With Magisk (No TWRP)(Global)

- Make sure usb debugging is enabled in your developer options menu, your bootloader is unlocked and your critical partitions are unlocked. For instructions, visit https://developer.razer.com/razer-phone-dev-tools/general-instructions/?_ga=2.111753092.1097369801.1578321896-2010083175.1573219083?_ga=2.111753092.1097369801.1578321896-2010083175.1573219083
- Download and extract platform-tools to your desktop (for adb and fastboot functions) here http://https://developer.android.com/studio/releases/platform-tools
- Download the current release on Razers website here http://https://s3.amazonaws.com/cheryl-factory-images/cheryl-p-release-7083-user-full.zip or for a list of releases https://developer.razer.com/razer-phone-dev-tools/factory-images/. Unzip, and copy the boot.img to your phones internal storage.
-Download and install Magisk Manager on your device. https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
-open Magisk Manager, and select install, and when prompted, select "select and patch a file". Choose the boot.img you put in your internal storage.
-Once patching is finished (the patched image will be in the same location as the original image), move the patched boot.img from your phone to your platform-tools folder (will be labeled "magisk_patched.img").
-right-click within the platform-tools folder and select "open powershell window here" or "open cmd prompt here".
-IF USING CMD:
Code:
adb reboot bootloader
-IF USING POWERSHELL:
Code:
./adb reboot bootloader
. Your device should restart and boot into the bootloader.
-next, flash the patched boot image to BOTH slots,
-IF USING CMD:
Code:
fastboot flash boot_a magisk_patched.img
and then
Code:
fastboot flash boot_b magisk_patched.img
-IF USING POWERSHELL:
Code:
./fastboot flash boot_a magisk_patched.img
and then
Code:
./fastboot flash boot_b magisk_patched.img
-Finally, restart your device and verify Magisk is installed via the Magisk Manager app, and that WiFi is working.
NOTE Keep the original boot.img because it can be flashed the same way to revert to stock.
Thanks for this, I had been waiting on a method to root the latest update and this looks like it. Will try it when I get a chance.
Working 100%, thanks again.
Sent from my Phone using Tapatalk
patient81 said:
Working 100%, thanks again.
Sent from my Phone using Tapatalk
Click to expand...
Click to collapse
You're welcome!
After I try flashing <waiting for any device> shows up and nothing happens help
plankton57 said:
After I try flashing <waiting for any device> shows up and nothing happens help
Click to expand...
Click to collapse
I PMed you, in case you still need help.
bdizthebiz said:
I PMed you, in case you still need help.
Click to expand...
Click to collapse
i faced the same issue send help
bdizthebiz said:
I PMed you, in case you still need help.
Click to expand...
Click to collapse
Im having the same issue, stuck on <waiting for any device> in powershell. is there a fix for this?
Anytime tried relocking bootloader after this method?
@bdizthebiz Can you explain what´s the trick please?
Edit: Nevermind. I´ve solved it changing usb driver to Android Bootloader Interface.
Lonewolf007ljp said:
Anytime tried relocking bootloader after this method?
Click to expand...
Click to collapse
no reason to relock your bootloader unless you're getting rid of your phone. Just keep it unlocked.
crombull said:
@bdizthebiz Can you explain what´s the trick please?
Edit: Nevermind. I´ve solved it changing usb driver to Android Bootloader Interface.
Click to expand...
Click to collapse
how to change to android bootloader interface?
---------- Post added at 07:48 AM ---------- Previous post was at 07:29 AM ----------
After I try flashing <waiting for any device> shows up and nothing happens. I tried so many methods and couple hours. please help
Fastboot issue
If you're having issues interacting with your device while its in fastboot, it could be because the appropriate drivers aren't installed. Please refer to this link;
https://s3.amazonaws.com/cheryl-factory-images/How_to_Install_Android_Fastboot_Drivers_on_Windows.pdf
error
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash boot_a Magisk_patched.img
error: cannot load 'Magisk_patched.img': No such file or directory
kevinc999 said:
how to change to android bootloader interface?
---------- Post added at 07:48 AM ---------- Previous post was at 07:29 AM ----------
After I try flashing <waiting for any device> shows up and nothing happens. I tried so many methods and couple hours. please help
Click to expand...
Click to collapse
I changed the properties of the android device in device manager as bdizthebiz user said.
crombull said:
I changed the properties of the android device in device manager as bdizthebiz user said.
Click to expand...
Click to collapse
did that already. still same results
Sorry. I cannot help you. Perhaps using another PC...
Hi, thanks for your guide but before I attempt I am on the November 2019 Security Patch (Android 9), does this matter or do you not know? Sorry if it's a silly question.
this method work for oreo or not?

Question my device is going in to the bootloader and wont boot normaly

i tried rooting my tablet and probly failed miserably but now it wont boot at all i tried factory reset from recovery mode nothing works
S/N: HA1AM1X7
blocky3321 said:
i tried rooting my tablet and probly failed miserably but now it wont boot at all i tried factory reset from recovery mode nothing works
S/N: HA1AM1X7
Click to expand...
Click to collapse
Do you have an error message on your bootloader screen?
V0latyle said:
Do you have an error message on your bootloader screen?
Click to expand...
Click to collapse
This is what i boot in to every time i turn on the device and if i press start i puts me back here
blocky3321 said:
This is what i boot in to every time i turn on the device and if i press start i puts me back here
Click to expand...
Click to collapse
No error message. Hm. What exactly did you do to get to this point?
V0latyle said:
No error message. Hm. What exactly did you do to get to this point?
Click to expand...
Click to collapse
i tried to root my device i patched boot(using magisk) that i got from lenovos rescue thing and flashed it that didnt work so as a sugestion from LSS4181 in this post i did this
You need to edit out vbmeta.img / vbmeta_system.img to actually disable verification. Change the byte at offset 123 from 0x00 to 0x03.
Another way is to use the following command when flashing vbmeta. You may need to use a relatively newer version of fastboot binary to get it work.
Code:
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
Click to expand...
Click to collapse
and after flashing everything its like this
blocky3321 said:
i tried to root my device i patched boot(using magisk) that i got from lenovos rescue thing and flashed it that didnt work so as a sugestion from LSS4181 in this post i did this
and after flashing everything its like this
Click to expand...
Click to collapse
Are you able to reflash the factory firmware?
V0latyle said:
Are you able to reflash the factory firmware?
Click to expand...
Click to collapse
Ok i can using qpst right?
blocky3321 said:
Ok i can using qpst right?
Click to expand...
Click to collapse
To be honest I have zero experience with Lenovo devices; I'm familiar with ADB and Magisk but I'm not familiar with QPST/QFIL.
Can u not use fastboot?
Arealhooman said:
Can u not use fastboot?
Click to expand...
Click to collapse
now no it doesnt show up in fastboot devices
But you can get into fastboot mode? Try draining it and powering it and getting into fastboot
Arealhooman said:
But you can get into fastboot mode? Try draining it and powering it and getting into fastboot
Click to expand...
Click to collapse
Thats the thing i get in to that no matter what i plugit in to charge it goes to the boot loader and it does it instantly no waiting time or the message that the bootloader is unlocked straight in to the bootloader
blocky3321 said:
Thats the thing i get in to that no matter what i plugit in to charge it goes to the boot loader and it does it instantly no waiting time or the message that the bootloader is unlocked straight in to the bootloader
Click to expand...
Click to collapse
This is fastboot. Does your device show up in "fastboot devices"? Make sure you have an up-to-date fastboot binary for the purpose.
For modern Linux distros you should already have the rules necessary. If not, try run fastboot commands using sudo or as root and see if the device would appear.
On the other hand, I noted that in some cases the fastboot interface may have problems responding. In that case, reboot bootloader, then run your fastboot flash commands as soon as the device restarts.
Install RSA from Lenovo.
Following the instruction to rescue your unit as well as getting boot.img for patching
Moreover, install latest Android Platform Tools
Copy boot.img to your unit and patch with Magisk, and copy the patched_boot.img back to host PC.
Then reboot in fastbootd (adb reboot fastboot) and flash patched_boot.img
LSS4181 said:
This is fastboot. Does your device show up in "fastboot devices"? Make sure you have an up-to-date fastboot binary for the purpose.
For modern Linux distros you should already have the rules necessary. If not, try run fastboot commands using sudo or as root and see if the device would appear.
On the other hand, I noted that in some cases the fastboot interface may have problems responding. In that case, reboot bootloader, then run your fastboot flash commands as soon as the device restarts.
Click to expand...
Click to collapse
It does not show up in fastboot and i have quite new adb and fastboot installed
blocky3321 said:
It does not show up in fastboot and i have quite new adb and fastboot installed
Click to expand...
Click to collapse
Well, get newest. Check drivers.
Arealhooman said:
Well, get newest. Check drivers.
Click to expand...
Click to collapse
ok got somewhere got back recovery but still goes back to the screen in the picture. Any way to flash the whole firmware.
blocky3321 said:
but still goes back to
Click to expand...
Click to collapse
Open Windows terminal, connect tablet to PC with adb/fastboot drivers installed.
Enter command:
fastboot set_active other
and again:
fastboot set_active other
then:
fastboot reboot
It might help.
f1tm0t said:
Open Windows terminal, connect tablet to PC with adb/fastboot drivers installed.
Enter command:
fastboot set_active other
and again:
fastboot set_active other
then:
fastboot reboot
It might help.
Click to expand...
Click to collapse
nope still doesnt work
V0latyle

Categories

Resources