Rooting, bootloader and ROM without computer - Nexus 5X Q&A, Help & Troubleshooting

I do not have a computer in my immediate vicinity and I was wondering if it's possible to root and ROM without one? If not I can use a Mac at my friend's house

maxearing said:
I do not have a computer in my immediate vicinity and I was wondering if it's possible to root and ROM without one? If not I can use a Mac at my friend's house
Click to expand...
Click to collapse
Yes, if you have already unlocked the bootloader. Otherwise, no.
Sent from my Nexus 5X using Tapatalk

SlimSnoopOS said:
Yes, if you have already unlocked the bootloader. Otherwise, no.
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
Thank you. Now I just have to figure out how to unlock with a Mac. I have never used a Mac before

maxearing said:
Thank you. Now I just have to figure out how to unlock with a Mac. I have never used a Mac before
Click to expand...
Click to collapse
It's actually not that difficult. I use OSX 10.10.5 to unlock my 5X no problems. I'm at work but if you search for OSX in either this thread by Heisenberg or in the 6P thread of the same title, you should see my post outlining OSX unlock:
http://forum.xda-developers.com/showthread.php?t=3206930
Sent from my Nexus 5X using Tapatalk

maxearing said:
Thank you. Now I just have to figure out how to unlock with a Mac. I have never used a Mac before
Click to expand...
Click to collapse
It's the same commands, just with "./" in front of them.
Example: "./fastboot oem unlock"

First time unlocking and rooting is easiest using a computer. But once there you can do everything without a computer using flashfire from Chainfire. Just google it
Skickat från min Nexus 5X via Tapatalk

SlimSnoopOS said:
Yes, if you have already unlocked the bootloader. Otherwise, no.
Click to expand...
Click to collapse
Hello, I do have an unlocked bootloader but now my usb-c port is broken, it only charges the phone but can't connect to the computer.
Do you know any way to root the phone or somehow install custom recovery on it without pc?

hami.hamza said:
Hello, I do have an unlocked bootloader but now my usb-c port is broken, it only charges the phone but can't connect to the computer.
Do you know any way to root the phone or somehow install custom recovery on it without pc?
Click to expand...
Click to collapse
Unfortunately no, you'll need a computer to flash TWRP to your recovery partition. Magisk can be installed after TWRP is booted or flashed.

Related

rooting and updates

first nexus phone
so if youre rooted on a stock rom, if you accept an ota, do you lose root?
Yes, though if you're on a custom firmware you won't get OTA's pushed to you, at least not on the N1. Root doesn't really matter on Nexus phones though, as the bootloader is fully unlocked so you can just flash a rooted ROM whenever you want through the bootloader. Tbh I never even use anything that needs root access except Rom manager, which you won't need if you're accepting a stock ROM.
Edit: To clarify, root is totally unnecessary on Nexus phones to flash custom firmware, you can flash it with an unrooted phone through the bootloader.
just make sure the second you get home with it just fastboot oem unlock it so you dont lose anything too important
What does that do?
slowz3r said:
just make sure the second you get home with it just fastboot oem unlock it so you dont lose anything too important
Click to expand...
Click to collapse
Sent from my HTC EVO 3D X515m using XDA App
Vash63 said:
Yes, though if you're on a custom firmware you won't get OTA's pushed to you, at least not on the N1. Root doesn't really matter on Nexus phones though, as the bootloader is fully unlocked so you can just flash a rooted ROM whenever you want through the bootloader. Tbh I never even use anything that needs root access except Rom manager, which you won't need if you're accepting a stock ROM.
Edit: To clarify, root is totally unnecessary on Nexus phones to flash custom firmware, you can flash it with an unrooted phone through the bootloader.
Click to expand...
Click to collapse
ok, so if i want to flash a rom, i dont need to be rooted? i can set cpu without being rooted too?
Mnemoch said:
What does that do?
Sent from my HTC EVO 3D X515m using XDA App
Click to expand...
Click to collapse
the command unlocks your bootloader, but when it does that it wipes your device, so its best to do it when the device is fresh so you dont lose anything
slowz3r said:
the command unlocks your bootloader, but when it does that it wipes your device, so its best to do it when the device is fresh so you dont lose anything
Click to expand...
Click to collapse
how exactly do you unlock it?
shawnn218 said:
how exactly do you unlock it?
Click to expand...
Click to collapse
install the SDK/ADB put the phone into fastboot mode, open up a ADB/Fastboot on your PC and just run that command then follow the instructions on your phone
slowz3r said:
install the SDK/ADB put the phone into fastboot mode, open up a ADB/Fastboot on your PC and just run that command then follow the instructions on your phone
Click to expand...
Click to collapse
So basically, put the phone in debug mode and hook it up to the PC and just type in a command in adb?
Sent from my SCH-I905 using Tapatalk
kidserious said:
So basically, put the phone in debug mode and hook it up to the PC and just type in a command in adb?
Sent from my SCH-I905 using Tapatalk
Click to expand...
Click to collapse
pretty much ya
slowz3r said:
pretty much ya
Click to expand...
Click to collapse
Nice. I've never owned a nexus before so forgive my ignorance. 2 questions: how do you fastboot and what is the adb command? I have a samsung fascinate, so I'm very familiar with odin and download mode, and with adb as well. But not fastboot.
Sent from my SCH-I905 using Tapatalk
Install the android sdk and a jdk, plug your phone in, in fastboot mode (a mode like download mode but for fastboot) go to the platform tools dir, using your os command line or prompt type fastboot commandhere in this case oem unlock.
Fastboot is a program like adb that comes with the sdk
Sent from my GT-I9100 using xda premium
kidserious said:
Nice. I've never owned a nexus before so forgive my ignorance. 2 questions: how do you fastboot and what is the adb command? I have a samsung fascinate, so I'm very familiar with odin and download mode, and with adb as well. But not fastboot.
Sent from my SCH-I905 using Tapatalk
Click to expand...
Click to collapse
no need to worry, regardless im sure guides will pop up on release day, they always do
veyka said:
Install the android sdk and a jdk, plug your phone in, in fastboot mode (a mode like download mode but for fastboot) go to the platform tools dir, using your os command line or prompt type fastboot commandhere in this case oem unlock.
Fastboot is a program like adb that comes with the sdk
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
So you need the java development kit as well, not just the sdk?
Sent from my SCH-I905 using Tapatalk
kidserious said:
So you need the java development kit as well, not just the sdk?
Sent from my SCH-I905 using Tapatalk
Click to expand...
Click to collapse
Actually im not sure about that, you really shouldnt need it
slowz3r said:
Actually im not sure about that, you really shouldnt need it
Click to expand...
Click to collapse
Yea, the reason I asked is because that doesn't sound right.
Sent from my SCH-I905 using Tapatalk
kidserious said:
Yea, the reason I asked is because that doesn't sound right.
Sent from my SCH-I905 using Tapatalk
Click to expand...
Click to collapse
only reason youd need the JDK is if you are you know, developing ;P
slowz3r said:
only reason youd need the JDK is if you are you know, developing ;P
Click to expand...
Click to collapse
Exactly what I thought and that's why I asked. Thanks bro.
Sent from my SCH-I905 using Tapatalk
Sdk needs the jdk to install, but you can possibly just grab the fastboot binary and use it that way without the whole sdk installed.
Sent from my GT-I9100 using xda premium

[Q] Help to fix my phone

I used a video to unroot my phone and now it will not come out of boot mode, I turn it on it acts like it is booting up but never does just stays in the same position. and when I try to go into fastboot mode I get an error, it shows an android laying down and a red triangle over him how do I fix this? PLEASE HELP
follow this exactly as its written: http://forum.xda-developers.com/showthread.php?t=1626895
I will try this, but I am not sure that the computer is reading the phone, I can get odin to work but it is not helping I tried putting stock files using odin but same thing. when i tried cmd and fastboot devices it brings up nothing
when I plug my phone in my computer does not recognize it, now what do I do?
Zepius said:
follow this exactly as its written: http://forum.xda-developers.com/showthread.php?t=1626895
Click to expand...
Click to collapse
did everthing step by step, I am able to see the device in my device manager, but when I get to the part where I put it in bootloader and and type fastboot devices it does not recognize it. any suggestions?
pamelak38 said:
did everthing step by step, I am able to see the device in my device manager, but when I get to the part where I put it in bootloader and and type fastboot devices it does not recognize it. any suggestions?
Click to expand...
Click to collapse
You need to install the fastboot driver.
Sent from my Galaxy Nexus using Tapatalk 2
Petrovski80 said:
You need to install the fastboot driver.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I cannot turn my phone on to put it on usb debugging, could this be my problem? and how do I install fastboot driver I thought I had it with sdk tools
pamelak38 said:
I cannot turn my phone on to put it on usb debugging, could this be my problem? and how do I install fastboot driver I thought I had it with sdk tools
Click to expand...
Click to collapse
When you are booted into bootloader but a "fastboot devices" does not list your device, it's almost always caused by having installed either no driver at all or the wrong one. Use the naked driver, follow the link in my signature to find it.
Sent from my Galaxy Nexus using Tapatalk 2
Petrovski80 said:
When you are booted into bootloader but a "fastboot devices" does not list your device, it's almost always caused by having installed either no driver at all or the wrong one. Use the naked driver, follow the link in my signature to find it.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Ok I got it up and running! My only concern is I did every step but the radio step failed every time, is this a problem?????
THANK YOU SO MUCH, I HAVE LEARNED A LOT FROM THIS!!
pamelak38 said:
Ok I got it up and running! My only concern is I did every step but the radio step failed every time, is this a problem?????
THANK YOU SO MUCH, I HAVE LEARNED A LOT FROM THIS!!
Click to expand...
Click to collapse
Lte radio? Anyway if your connection is ok I'd say it's not an issue.
Good you figured it out.
Sent from my Galaxy Nexus using Tapatalk 2
still cant get into recovery mode
can anyone help, I got the phone back to where I can get into it, but if I try to go into recovery mode I still get the dead android with the red triangle and can anyone tell me where to find a lte radio
pamelak38 said:
can anyone help, I got the phone back to where I can get into it, but if I try to go into recovery mode I still get the dead android with the red triangle and can anyone tell me where to find a lte radio
Click to expand...
Click to collapse
What you see is the stock recovery. Android will flash it back automatically even after you've flashed a custom recovery. To prevent this, you must either rename/delete /etc/install-recovery.sh OR rename/delete /system/recovery-from-boot.p.
LTE radios are in the factory images. Read this: http://forum.xda-developers.com/showthread.php?t=1626895
Petrovski80 said:
What you see is the stock recovery. Android will flash it back automatically even after you've flashed a custom recovery. To prevent this, you must either rename/delete /etc/install-recovery.sh OR rename/delete /system/recovery-from-boot.p.
LTE radios are in the factory images. Read this: http://forum.xda-developers.com/showthread.php?t=1626895
Click to expand...
Click to collapse
Ok, I have never had to rename/delete,ect before, can you help walk me thru that, I know I am asking a lot but I would sure appreciate it
pamelak38 said:
Ok, I have never had to rename/delete,ect before, can you help walk me thru that, I know I am asking a lot but I would sure appreciate it
Click to expand...
Click to collapse
Do you have root? In that case it's a matter of launching your file manager.
Sent from my Galaxy Nexus using Tapatalk 2
Petrovski80 said:
Do you have root? In that case it's a matter of launching your file manager.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Yes I have root, now what do I need to do?
pamelak38 said:
Yes I have root, now what do I need to do?
Click to expand...
Click to collapse
Navigate to the folder /etc with a file manager. Remount with RW rights (root explorer has a convenient button for this) and rename the file install-recovery.sh to install-recovery.sh.bak.
Then reflash a custom recovery. This time it will stick.
Sent from my Galaxy Nexus using Tapatalk 2
Petrovski80 said:
Navigate to the folder /etc with a file manager. Remount with RW rights (root explorer has a convenient button for this) and rename the file install-recovery.sh to install-recovery.sh.bak.
Then reflash a custom recovery. This time it will stick.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I got it back to stock and locked, THANK YOU so much you are awesome!!!!

Newbie who accidentally deleted the OS

I'm new to Xda and rooting my phone. I recently attempted to root to Android Jellybean 4.2 ROM for the Galaxy Nexus and through the process, I accidentaly deleted the Android Operating System. Not only that...I my computer is no longer able to detect ADB. I am hoping that someone will be able to help me reroot the stock image operating system and help my computer dectect ADB.
Which version of the GNexus do you have?
Beezer80 said:
Which version of the GNexus do you have?
Click to expand...
Click to collapse
I have the Verizon version of the Samsung Galaxy Nexus 4.1.1
PickyLumberjack said:
I have the Verizon version of the Samsung Galaxy Nexus 4.1.1
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1626895
your phone does not have 4.2. going back to stock will put you on 4.1.1
PickyLumberjack said:
I have the Verizon version of the Samsung Galaxy Nexus 4.1.1
Click to expand...
Click to collapse
Thanks! However, I am not able to enable USB Debugging mode - since I no longer have an operating system. Any other ideas?
PickyLumberjack said:
Thanks! However, I am not able to enable USB Debugging mode - since I no longer have an operating system. Any other ideas?
Click to expand...
Click to collapse
uh you do not need usb debugging.
you need fastboot drivers and your phone has fastboot.
Zepius said:
uh you do not need usb debugging.
you need fastboot drivers and your phone has fastboot.
Click to expand...
Click to collapse
I'm sorry. I'm a bit confused right now. I have the universal driver insttalled - what's the fastboot driver? And it seems that my phone does not like to stay in fastboot. I really appreciate your help.
the universal driver contains the fastboot one.
what do you mean it doesnt like to stay in fastboot? its the bootloader...
Zepius said:
the universal driver contains the fastboot one.
what do you mean it doesnt like to stay in fastboot? its the bootloader...
Click to expand...
Click to collapse
Yes, but how do I get the stock image onto the phone with the bootloader? I'm using the Nexus Toolkit by WugFresh and I can't seem to get the image pushed to the phone.
PickyLumberjack said:
Yes, but how do I get the stock image onto the phone with the bootloader? I'm using the Nexus Toolkit by WugFresh and I can't seem to get the image pushed to the phone.
Click to expand...
Click to collapse
you didnt even bother to read the link i posted....
that has all your answers. go read it.
Using the Nexus tool kit all you need to do is make sure you have a good copy of the stock Verizon os downloaded from the Google site (JRO3C0) or whatever it is. Then connect your phone with it powered down. Select the option saying the phone will not start (bricked) and select unroot with factory image and follow the prompts. This will unroot your phone and flash the stock Verizon os. After that I would re-lock the boot loader, disconnect your phone and pull the battery with it still on. After you power it back up you can enable debugging and unlock and root again. Sorry if I called the steps the wrong name as I do not have my computer with me and cannot look directly at the wugfresh tool. Hope this helps out.
Sent from my Galaxy Nexus using Xparent Red Tapatalk 2
greatwyrmm said:
Using the Nexus tool kit all you need to do is make sure you have a good copy of the stock Verizon os downloaded from the Google site (JRO3C0) or whatever it is. Then connect your phone with it powered down. Select the option saying the phone will not start (bricked) and select unroot with factory image and follow the prompts. This will unroot your phone and flash the stock Verizon os. After that I would re-lock the boot loader, disconnect your phone and pull the battery with it still on. After you power it back up you can enable debugging and unlock and root again. Sorry if I called the steps the wrong name as I do not have my computer with me and cannot look directly at the wugfresh tool. Hope this helps out.
Sent from my Galaxy Nexus using Xparent Red Tapatalk 2
Click to expand...
Click to collapse
Thanks for not treating me like I'm dumb. I figured it out and my phone is working again.
No problem.
Sent from the Time Vortex using my Galaxy Nexus Sonic Screwdriver.

Zenfone 2 CM13 (i need help please)

So, I tried to install CM13 on my zenfone 2 using a tethered custom recovery and now when I apply the update and restart, I am redirected to the bootloader menu. (cm13 and gapps install but when i restart i go back to reboot i go to bootloader)
If possible help me make it stay on cm13 or marshmallow
i have zenfone 2 1080p
I'm not 100 percent sure, but I believe you need installed TWRP. Tethered wont do. I could be wrong tho.
Sent from my ASUS_Z00A using Tapatalk
When i try to install it via adb (flashing twrp.img) it either does not see my device or it says it is unauthorized
Is your bootloader unlocked?
I have the same problem, I followed a guide I found here on xda to unlock the bootloader of the ze550ml mm beta, problem is that, after using that guide and supposedly unlocking the bootloader, using the twrp i found in that guide i tried to flash the latest cm13 build for my device but it always goes to fastboot, also the only recovery that works is the twrp I found in that guide. Please help me fix this.
Dan_Jacques said:
Is your bootloader unlocked?
Click to expand...
Click to collapse
By unlocked do you mean if I can get into the bootloader or into the stock recovery. I cannot get into the stock recovery but I can get in the bootloader
hudasameer450 said:
By unlocked do you mean if I can get into the bootloader or into the stock recovery. I cannot get into the stock recovery but I can get in the bootloader
Click to expand...
Click to collapse
When I get home I will post a video of what happens
nvm i just realized i dont have a phone
hudasameer450 said:
nvm i just realized i dont have a phone
Click to expand...
Click to collapse
What the heck?
Sent from my ASUS_Z00A using Tapatalk
hudasameer450 said:
When i try to install it via adb (flashing twrp.img) it either does not see my device or it says it is unauthorized
Click to expand...
Click to collapse
Do you have the advantage drivers and fastboot installed on your pc? Did you go into developer mode in your phone and turn on USB debugging? Lastly, did you authorize the pc to debug your phone? (the authorization screen that pops up the first time you send an add command to your phone)... It sounds like one of these issues are your problem
Sent from my ASUS_Z00AD using XDA-Developers mobile app
jflow36 said:
Do you have the advantage drivers and fastboot installed on your pc? Did you go into developer mode in your phone and turn on USB debugging? Lastly, did you authorize the pc to debug your phone? (the authorization screen that pops up the first time you send an add command to your phone)... It sounds like one of these issues are your problem
Sent from my ASUS_Z00AD using XDA-Developers mobile app
Click to expand...
Click to collapse
what are advantage drivers and yes to everything else

Riddled by my (soft) bricked N5X ...

Hi guys
Noob here, but with a somewhat decent understanding of flashing and I'm kinda riddled by my current situation.
The current state of my phone is:
Locked bootloader.
Access to TWRP (2.8). Access to MTP and install function within TWRP.
OEM unlocking NOT allowed (since I can't boot into the OS).
So the logical thing to do (and as req'ed in dozens of threads with the same problem) would be to flash a custom ROM via TWRP's Install function, boot into it, enable OEM unlocking, unlock the bootloader and do whatever I want from there.
Except ... that all the ROMs I flash are stuck in bootloop. They go through the flashing process, TWRP shows success and then ... an endless android (or custom) loop when I reboot. I tried flashing PureNexus, Cataclysm and Chroma.
Any idea on what might be going wrong here (I thought of the vendor.img I have on right now being a wrong one, but I have no idea how to flash the good one without access to the vendor partition) ?
Any help would be appreciated, I saw that I could go through the LG flashtool/TOT unbricking method but I don't have i. a PC (I'm on a Mac) or ii. an original Nexus USB cable so that would put me back a few days.
Cheers
You can't flash a custom ROM with a locked bootloader....
---------- Post added at 11:20 PM ---------- Previous post was at 11:19 PM ----------
You need to flash all the original stock images via ADB and restart from there
TW1ST3D1NS4N3 said:
You can't flash a custom ROM with a locked bootloader....
---------- Post added at 11:20 PM ---------- Previous post was at 11:19 PM ----------
You need to flash all the original stock images via ADB and restart from there
Click to expand...
Click to collapse
Yes, you can in recovery ...
Apparently not. Let me rephrase. You cannot flash a custom ROM with your bootloader locked and your phone work properly.... reflash all stock images through ADB. Take the advice or don't.
How did you get in this sh!tuation? Did you OEM lock with TWRP installed?
Anyway, the TOT method is most likely the only way to get it going again. I wouldn't waste my time doing anything else. Ask a friend/family member to borrow a computer with windows on it.
PiousInquisitor said:
How did you get in this sh!tuation? Did you OEM lock with TWRP installed?
Anyway, the TOT method is most likely the only way to get it going again. I wouldn't waste my time doing anything else. Ask a friend/family member to borrow a computer with windows on it.
Click to expand...
Click to collapse
Not sure how I ended up here. :silly:
Is it true you absolutely need original Nexus USB cable for it to work ?
chafouin said:
Not sure how I ended up here. :silly:
Is it true you absolutely need original Nexus USB cable for it to work ?
Click to expand...
Click to collapse
No. Likely any USB A to C will work.
Sent from my DROID RAZR HD using Tapatalk
TW1ST3D1NS4N3 said:
Apparently not. Let me rephrase. You cannot flash a custom ROM with your bootloader locked and your phone work properly.... reflash all stock images through ADB. Take the advice or don't.
Click to expand...
Click to collapse
I'm thankful for any help, sorry if I was dissmisive. I'm not aware of flashing through ADB, just sideloading.
I can flash via fastboot, but can't right now because of my locked bootloader.
Presently I can sideload via ADB in recovery (which amounts to the same as flashing from recovery if I understand correctly ?) but any other flashing/thinkering via fastboot/ADB is verboten because my bootloader is locked.
If you're thinking of something else I'd be glad if you could detail your thinkings and the steps I'd need to make
@chafouin you just reminded me that Google is posting full OTAs. At least for the Android N developer previews. So theoretically you could factory reset from recovery and sideload an OTA. OTAs don't require an unlocked bootloader.
Sent from my DROID RAZR HD using Tapatalk
Just download the latest Rom from google site and run flashall file. Simple.
Sent from my Nexus 5X using Tapatalk
milan187 said:
Just download the latest Rom from google site and run flashall file. Simple.
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
How do you propose he do that with a locked bootloader?
Sent from my DROID RAZR HD using Tapatalk
PiousInquisitor said:
How do you propose he do that with a locked bootloader?
Sent from my DROID RAZR HD using Tapatalk
Click to expand...
Click to collapse
The stock rom? Why is that a problem? Put the device in fastboot and load. Locked bootloader does not allow custom roms. It allows stock.
Sent from my Nexus 5X using Tapatalk
milan187 said:
The stock rom? Why is that a problem? Put the device in fastboot and load. Locked bootloader does not allow custom roms. It allows stock.
Click to expand...
Click to collapse
In my experience *on the 5x* locked bootloader doesn't allow you to flash factory images.
I haven't tested with latest bootloader, but that has been he case with past bootloaders.
Other manufacturers and phone models handle things differently.
You can however now flash stock using the FULL OTA provided on the same factory image site. In that case you would use adb sideload, not fastboot.
sfhub said:
In my experience *on the 5x* locked bootloader doesn't allow you to flash factory images.
I haven't tested with latest bootloader, but that has been he case with past bootloaders.
Other manufacturers and phone models handle things differently.
You can however now flash stock using the FULL OTA provided on the same factory image site. In that case you would use adb sideload, not fastboot.
Click to expand...
Click to collapse
Hmm I flashed mine without unlocking bootloader...
Sent from my Nexus 5X using Tapatalk
chafouin said:
Hi guys
Noob here, but with a somewhat decent understanding of flashing and I'm kinda riddled by my current situation.
The current state of my phone is:
Locked bootloader.
Access to TWRP (2.8). Access to MTP and install function within TWRP.
OEM unlocking NOT allowed (since I can't boot into the OS).
So the logical thing to do (and as req'ed in dozens of threads with the same problem) would be to flash a custom ROM via TWRP's Install function, boot into it, enable OEM unlocking, unlock the bootloader and do whatever I want from there.
Except ... that all the ROMs I flash are stuck in bootloop. They go through the flashing process, TWRP shows success and then ... an endless android (or custom) loop when I reboot. I tried flashing PureNexus, Cataclysm and Chroma.
Any idea on what might be going wrong here (I thought of the vendor.img I have on right now being a wrong one, but I have no idea how to flash the good one without access to the vendor partition) ?
Any help would be appreciated, I saw that I could go through the LG flashtool/TOT unbricking method but I don't have i. a PC (I'm on a Mac) or ii. an original Nexus USB cable so that would put me back a few days.
Cheers
Click to expand...
Click to collapse
Have you tried factory reset from TWRP?
If I were you I wouldn't try to flash to stock unless as last resort. Locked bootloader with TWRP installed is better diagnostic situation that locked bootloader with stock recovery installed. If you try to flash to stock it is too easy to overwrite your TWRP with stock recovery (it happens behind the scenes)
That is ok, if you are out of options, but I would exhaust all other options first.
milan187 said:
The stock rom? Why is that a problem? Put the device in fastboot and load. Locked bootloader does not allow custom roms. It allows stock.
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
You cannot flash the factory images with a locked bootloader. Google it. Look at Google's own documentation.
Sent from my Nexus 5X using Tapatalk
PiousInquisitor said:
You cannot flash the factory images with a locked bootloader. Google it. Look at Google's own documentation.
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
Sorry, my mistake. Mine must have been unlocked. This is my first Nexus so I'm used to the fact that factory images can be loaded with locked bootloader.
Sent from my Nexus 5X using Tapatalk
milan187 said:
Sorry, my mistake. Mine must have been unlocked. This is my first Nexus so I'm used to the fact that factory images can be loaded with locked bootloader.
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
On what phone? I've never heard of that.
Sent from my Nexus 5X using Tapatalk
PiousInquisitor said:
On what phone? I've never heard of that.
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
I've done it recently on LG G4 and BlackBerry PRIV where I used flashall command.
Neither has a possibility for bootloader unlock.
Sent from my Nexus 5X using Tapatalk
I've had other phones that allow flash if things are signed (which factory images are on those phones).

Categories

Resources