Jump to content

I'm gonna cut straight to the chase here. I'm trying to root my razer phone and have successfully unlocked the bootloader. Now I'm trying to root it, but adb can not see the device when it's in download mode, but sees it when it's on. I tried looking up the issue but all I got were people having issues with fastboot not seeing their phones because of missing drivers, I already have the drivers, so that's not the issue probably. pls help 

image.png

Link to comment
https://linustechtips.com/topic/1093372-razer-phone-rooting-issue/
Share on other sites

Link to post
Share on other sites

ADB will only see the phone when it is not in download mode. Basically you need to be in recovery or booted up the device to use ADB. 

Fastboot, on the other hand, will only work in download mode and not in recovery or when device is booted up. 

print "Hello World!" ("Hello World!")

Link to post
Share on other sites

Its actually because ADB works only when the phone is booted up.

Once you use the command -

adb reboot bootloader

The device reboots to the bootloader and ADB will not detect the device after this command is passed. Once it reboots to the bootloader, You need to use the command -

fastboot devices

Your device will now be detected. You can then boot recovery images etc...

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×