[Q] trouble with rooting - Nexus 5 Q&A, Help & Troubleshooting

To root I need first to unlock boot loader with adb or boot loader will unlock automatic?I mean to ignore this step...

the bootloader is unlocked in fastboot, not adb.

giannisgt said:
To root I need first to unlock boot loader with adb or boot loader will unlock automatic?I mean to ignore this step...
Click to expand...
Click to collapse
Hi,
All is explained here: [GUIDE] Nexus 5 - How to Unlock Bootloader, Install Custom Recovery and Root.

giannisgt said:
To root I need first to unlock boot loader with adb or boot loader will unlock automatic?I mean to ignore this step...
Click to expand...
Click to collapse
fastboot oem unlock
Sent from my Moto X

Related

Help with returning to stock

I have use [XOOM][Wingray][STOCK]An easy way to return your XOOM to its *original* state but, at least step, i had push down bottom.. so i dont know if my wingray has bootloader locked or unlocked... can anybody help me??
thanks!
edudu1414 said:
I have use [XOOM][Wingray][STOCK]An easy way to return your XOOM to its *original* state but, at least step, i had push down bottom.. so i dont know if my wingray has bootloader locked or unlocked... can anybody help me??
thanks!
Click to expand...
Click to collapse
LOCKING BOOT LOADER
You need ADB so follow these steps.
To lock your boot loader you definitely need to have a proper connection between your device and computer.
To re lock your boot loader you need to:
1. Turn off your device
2. Hold your volume down button and press the power button. (KEEP HOLDING YOUR VOLUME DOWN BUTTON) You will see a white screen with fastboot written on it.
3. Navigate with your volume up or down to fastboot and press the power button to select it.
4. Connect your device with your computer,
5. Open the terminal in your computer and type in 'adb devices',
6. Type in 'fastboot oem lock' without quotes and your device is locked again, you will see relocked.
but i don't know the status of my bootloader.. if i have bootloader unlocked, i can re-use the zip to back to stock, that it includes relock bootloader
and if i have bootloader locked, i will unlock it
how i can know if it is unlocked or locked? thanks!
edudu1414 said:
but i don't know the status of my bootloader.. if i have bootloader unlocked, i can re-use the zip to back to stock, that it includes relock bootloader
and if i have bootloader locked, i will unlock it
how i can know if it is unlocked or locked? thanks!
Click to expand...
Click to collapse
You could try flashing a custom recovery to it. If it works, then your bootloader is unlocked.
edudu1414 said:
but i don't know the status of my bootloader.. if i have bootloader unlocked, i can re-use the zip to back to stock, that it includes relock bootloader
and if i have bootloader locked, i will unlock it
how i can know if it is unlocked or locked? thanks!
Click to expand...
Click to collapse
Only try to flash a custom recovery. If it works, you have unlocked bootloader.
Remember that locking back your bootloader can brick your tablet, and that locked bootloader is not needed for the updates.
I unlocked twice my unlocked bootloader and notting happened, it said "it's already unlocked" or something similar, but do at your own risk.
i dont flash a recovery yet but.. i can enter to android system recovery <3e>
does this mean that i have bootloader unlocked?
thanks!
EDIT. i flash twp2 and it works.. so i hadn't have my bootloader locked..
sure, i'm gonna flash ICS.. no more JB now

[Q] dont know if i have to unlock bootloader first

i recently switched to teamwin and i was wondering do i still have to use ez unlock to unlock the bootloader???i was using cwm with ez unlock and ez recovery..i go through goo manager and hit reboot recovery from there it goes into teamwin,do i have to use ez unlock first then go into goo manager?? please let me know..thanks..
You only need to unlock the boot loader once. As long as you didn't specifically lock the boot loader or flash back to the stock image then you still have an unlocked boot loader.
thank you for the reply
dag1337 said:
You only need to unlock the boot loader once. As long as you didn't specifically lock the boot loader or flash back to the stock image then you still have an unlocked boot loader.
Click to expand...
Click to collapse
thanks man i appreciate ur time for answering my question..

[Completed] Moto G 3rd Gen bricked or not bricked???

Hi,
My phone went into a boot loop.
I can access the fastboot menu but the device is locked, I obviously now cannot enter developer options to unlock it
When means I can't unlock the bootloader, and without unlocking the bootloader I can't reflash the device. Bit of a loop of death
Any suggestions or is it a door wedge?
JOEBOUK said:
Hi,
My phone went into a boot loop.
I can access the fastboot menu but the device is locked, I obviously now cannot enter developer options to unlock it
When means I can't unlock the bootloader, and without unlocking the bootloader I can't reflash the device. Bit of a loop of death
Any suggestions or is it a door wedge?
Click to expand...
Click to collapse
Hello and welcome to XDA-developers!
You can follow this guide to flash stock firmware through fastboot. If you have any doudts just report!

How to unlock bootloader in Itel A48?

Does anyone knows how to unlock bootloader in Itel a48 (L6006) device?
I tried to unlock the bootloader by using these commands...
adb reboot bootloader
fastboot oem unlock (not worked)
fastboot flashing unlock (not worked)
fastboot flashing unlock critical (not worked)
So now, How can I unlock the bootloader? I want to unlock the bootloader because I want to root my device with magisk using twrp.
Everytime I try to flash the TWRP recovery image file by using these commands...
fastboot boot recovery.img (not worked)
fastboot flash recovery recovery.img (not worked)
I failed, I also tried to directly flash the patched boot file of magisk by using the bellow command...
fastboot flash boot masgisk.img
(Note: I tried both boot_a and boot_b, none of these worked)
I once again failed...and when I tried to check if the bootloader already unlocked by using these commands...
fastboot getvar all (not worked)
fastboot oem device-info (not worked)
Upper commands returns only
OKAY [process finish time]
and I also want to mention that Fastboot and Adb both can recognize my device I also installed the usb drivers and adb drivers, Usb debugging and oem unlock is turned on.
Please help me
Look inside here:
Bootloader Mode ITEL A48, how to - HardReset.info
Check out how to open the bootloader mode in your device. Afterwards you can see how to navigate in that mode and how to quit it.
www.hardreset.info
you didn't read the whole thread, I said I want to flash twrp but not working, do you know anything about it? I know how to access bootloader mode but when I try to flash the img file it says flash is not allowed in locked device..
jwoegerbauer said:
Look inside here:
Bootloader Mode ITEL A48, how to - HardReset.info
Check out how to open the bootloader mode in your device. Afterwards you can see how to navigate in that mode and how to quit it.
www.hardreset.info
Click to expand...
Click to collapse
If Fastboot isn't working then either bootloader isn't unlocked or Fastboot isn't supported or wrong Fastboot driver used.
Did you enable the OEM unlocking option from developer option?
if not then enable it first after that boot into boot loader mode and type this command: fastboot oem unlock
mamun.mum said:
Did you enable the OEM unlocking option from developer option?
if not then enable it first after that boot into boot loader mode and type this command: fastboot oem unlock
Click to expand...
Click to collapse
yah I turned that option on
anyways now I unlocked the bootloader using a very complicated (for me) method
I unlocked the bootloader using OEM key/Identifier token
Israfil_miya said:
yah I turned that option on
anyways now I unlocked the bootloader using a very complicated (for me) method
I unlocked the bootloader using OEM key/Identifier token
Click to expand...
Click to collapse
Where and how did you find the OEM key
Kamii sama said:
Where and how did you find the OEM key
Click to expand...
Click to collapse
How to root the Itel L6006
This guide will explain how to root the Itel L6006 which is an 10 (GO) powered device. This technique only works when you have the OEM's keys used to sign the images. Luckily, we do for the Itel L6006
www.hovatek.com
I did a long research took me month to get this way of rooting, check it there's a guide on how you can unlock the bootloader which worked for me
Israfil_miya said:
How to root the Itel L6006
This guide will explain how to root the Itel L6006 which is an 10 (GO) powered device. This technique only works when you have the OEM's keys used to sign the images. Luckily, we do for the Itel L6006
www.hovatek.com
I did a long research took me month to get this way of rooting, check it there's a guide on how you can unlock the bootloader which worked for me
Hi Can you help me how to unlock bootloader Itel A48 I follow method that you shared but iam facing issue identifer token can't generated plz help
Click to expand...
Click to collapse
Israfil_miya said:
How to root the Itel L6006
This guide will explain how to root the Itel L6006 which is an 10 (GO) powered device. This technique only works when you have the OEM's keys used to sign the images. Luckily, we do for the Itel L6006
www.hovatek.com
I did a long research took me month to get this way of rooting, check it there's a guide on how you can unlock the bootloader which worked for me
Click to expand...
Click to collapse
Thanks it's working after changing little bit command
Israfil_miya said:
How to root the Itel L6006
This guide will explain how to root the Itel L6006 which is an 10 (GO) powered device. This technique only works when you have the OEM's keys used to sign the images. Luckily, we do for the Itel L6006
www.hovatek.com
I did a long research took me month to get this way of rooting, check it there's a guide on how you can unlock the bootloader which worked for me
Click to expand...
Click to collapse
After unlock bootloader we can install magisk patched file using fastboot method because I getting error when sign boot file
Where did you get the twrp ?
kavanishwar said:
Where did you get the twrp ?
Click to expand...
Click to collapse
I am looking for it
Israfil_miya said:
I am looking for it
Click to expand...
Click to collapse
Your root your itel a48 phone??
ajbadol said:
Your root your itel a48 phone??
Click to expand...
Click to collapse
yes I did but I unroot the phone and now using a GSI rom
P
Israfil_miya said:
yes I did but I unroot the phone and now using a GSI rom
Click to expand...
Click to collapse
Plz help me bro i try 1 year but no way root itel a48
ajbadol said:
P
Plz help me bro i try 1 year but no way root itel a48
Click to expand...
Click to collapse
check your inbox
Israfil_miya​
To root a phone's Android it's NOT required to unlock its bootloader.
Since Android 6 the Linux command suite TOYBOX is merged with Android - what has the SU command incorporated, thus ROOT is available
xXx yYy said:
Israfil_miya​
To root a phone's Android it's NOT required to unlock its bootloader.
Since Android 6 the Linux command suite TOYBOX is merged with Android - what has the SU command incorporated, thus ROOT is available
Click to expand...
Click to collapse
As of I know I need to unlock the bootloader before flashing any image file

I want to root my Nokia 1.4

How can I root my Nokia 1.4 Android 11(Go edition)
Unlock bootloader and flash magisk. Since the device is new, I recon that you will need to wait a couple of months for a guide to pop up. Or you could try your hand with generic guides on web and risk it. Either you unlock and root your device or you hard brick it. Nothing a trip to the service won't fix.
I unlocked bootloader
Bootloader
MD.sajjad said:
I unlocked bootloader
Click to expand...
Click to collapse
Can you please share with me how you unlock the bootloader. Because I want to instal Android 12. Please reply bro
Fytdyh said:
Unlock bootloader and flash magisk. Since the device is new, I recon that you will need to wait a couple of months for a guide to pop up. Or you could try your hand with generic guides on web and risk it. Either you unlock and root your device or you hard brick it. Nothing a trip to the service won't fix.
Click to expand...
Click to collapse
Can you tell me how to unlock bootloader please on Nokia 1.4 and root the device so that I can install twrp on it. I'm not a pro in these stuff
Just… go to dev options and enabwl oem unlocking then download platform tools on pc, boot into bootloader, and do an unlock command. Just find a generic, no-Samsung guide.
Arealhooman said:
Just… go to dev options and enabwl oem unlocking then download platform tools on pc, boot into bootloader, and do an unlock command. Just find a generic, no-Samsung guide.
Click to expand...
Click to collapse
What's the unlock command
How do I boot into bootloader mode
adb reboot-bootloader
command can be found in fastboot . just type fastboot hit enter and it will give a list of commands

Categories

Resources