HOW TO UNLOCK BOOTLOADER IN OPPO F9 PRO HAVING NO FASTBOOT MODE ACCESS - General Questions and Answers

I have an OPPO F9 pro ,OPPO devices don't have any fastboot/bootloader mode given by manufacturer ,i have tried all methods like ADB commands(adb reboot bootloader) , power off+volume up/down ,,nothing works my phone boots into system normally ,this is because there do not exist the fastboot mode.
So can someone plz help me with how can i unlock bootloader of my oppo f9 pro any help would be really appreciated a lot

If in phone's Android -> Settings -> Developer options the option "OEM unlock" is available then enable it and re-start phone afterwards.
On PC-side you also have to install Oppo F9 Pro MediaTek VCOM Driver

jwoegerbauer said:
If in phone's Android -> Settings -> Developer options the option "OEM unlock" is available then enable it and re-start phone afterwards.
On PC-side you also have to install Oppo F9 Pro MediaTek VCOM Driver
Click to expand...
Click to collapse
Thanks for replying,
I would like 2 tell that i have already installed all drivers for my phone and my phone is fully connected via adb to my pc plus the OEM unlock is available and is of no use(the OPPO official service themselves says that OPPO phones don,t have any bootloader) ,then it simply means the OEM unlock is useless ,and i have tried it a million times using that vol.up/down + power button (OR) by adb commands nothings works.
So since my phones doesn't have any fastboot mode then how can i even unlock bootloader plz help

armankang said:
Thanks for replying,
I would like 2 tell that i have already installed all drivers for my phone and my phone is fully connected via adb to my pc plus the OEM unlock is available and is of no use(the OPPO official service themselves says that OPPO phones don,t have any bootloader) ,then it simply means the OEM unlock is useless ,and i have tried it a million times using that vol.up/down + power button (OR) by adb commands nothings works.
So since my phones doesn't have any fastboot mode then how can i even unlock bootloader plz help
Click to expand...
Click to collapse
Wondering - because you stated your phone doesn't have a bootloader what OPPO officials confirmed - why then you try to unlock phone's bootloader?
BTW: ADB commands operate on Android OS, not on phone's bootloader what in fact Fastboot commands do.
Example commands sequence:
Code:
adb devices
adb reboot fastboot
fastboot reboot fastboot 2>nul
adb get-state

ok bro i got my answer thx

armankang said:
ok bro i got my answer thx
Click to expand...
Click to collapse
Did you root your oppo f9?

Related

【HELP!】I can not unblock my bootloader

Hello,
My phone: Oneplus 6
After doing more manipulation, I find myself with my bootlader to lock and more OS, So I can not activate the OEM option.
So I'm stuck in the bootloader:crying::crying:
I thank you in advance for your reponce
activate developer options and select usb debugging and oem unlock, restart in fastboot mode connect the phone to a pc and in adb shell write: fastboot oem unlock
After that all your data will be wipped
Have you tried hitting it with a hammer?
Toni Moon said:
activate developer options and select usb debugging and oem unlock, restart in fastboot mode connect the phone to a pc and in adb shell write: fastboot oem unlock
After that all your data will be wipped
Click to expand...
Click to collapse
I no longer have access to the developer mode, because I am no longer an operating system
Does it show up when you type fastboot devices?
What guide did you follow?
What steps did you skip?
If you see your device in fastboot devices you can go to guides and use the fastboot rom thread to get it working.. That works if you managed to unlock the BL, I'm having a hard time understanding if u managed to unlock it or not...
Don't waste your time
in thinking
reading posts
trying different things
Just Use Unbrick tool, it takes 5 minutes to bring any OP6 back to stock with locked bootloader, then upgrade back to Android Pie.
whizeguy said:
Does it show up when you type fastboot devices?
What guide did you follow?
What steps did you skip?
If you see your device in fastboot devices you can go to guides and use the fastboot rom thread to get it working.. That works if you managed to unlock the BL, I'm having a hard time understanding if u managed to unlock it or not...
Click to expand...
Click to collapse
I will try this and I tell you
usmanx said:
Don't waste your time
in thinking
reading posts
trying different things
Just Use Unbrick tool, it takes 5 minutes to bring any OP6 back to stock with locked bootloader, then upgrade back to Android Pie.
Click to expand...
Click to collapse
Hello, do you have a link to this tool?

Any way to achieve Bootloader Unlock if I've achieved root??

I used the mtk-su and instantly achieved a root with permissive selinux in an adb shell. The development on this subject has basically successfully achieved fully working temp root.
I know the Official Application doesn't support our phones and just crash, but is their any "modifications" I can do with root privileges to cause it to work?
THANKS!
Hello, i'm sorry but i'm afraid to tell you i've got the solution !
Tested on nokia 3.1 TA-1063 00WW-00.3.180-SP04
1. grab your serial number
2. generate a md5 hash with your serial number as input text, That is your bootloader unlocking key !
3. reboot into fastboot mode via adb (adb reboot bootloader)
4. make sure your device is detected (fastboot devices)
5. unlock your bootloader (fastboot oem key your-md5-hash) ex: fastboot oem key 5fd3280b7b61e5e31519a3a1788f13f6
6. enjoy !
pitachu sensei said:
Hello, i'm sorry but i'm afraid to tell you i've got the solution !
Tested on nokia 3.1 TA-1063 00WW-00.3.180-SP04
1. grab your serial number
2. generate a md5 hash with your serial number as input text, That is your bootloader unlocking key !
3. reboot into fastboot mode via adb (adb reboot bootloader)
4. make sure your device is detected (fastboot devices)
5. unlock your bootloader (fastboot oem key your-md5-hash) ex: fastboot oem key 5fd3280b7b61e5e31519a3a1788f13f6
6. enjoy !
Click to expand...
Click to collapse
Did you really test it? Because it's not working. Fastboot will respond to "fastboot oem key" with "OKAY", but it responds like this to any key entered. Bootloader remains locked.
I tried using nokia official bootloader unlock method but the unlock app crashes.
sixline said:
I tried using nokia official bootloader unlock method but the unlock app crashes.
Click to expand...
Click to collapse
Because it only works with Nokia 8, confirmed by official support
MilesSeventh said:
Because it only works with Nokia 8, confirmed by official support
Click to expand...
Click to collapse
Thats really bad.

[UNTESTED] Bootloader Unlock On Nokia 5.1 Plus

Hey guys,
I think I found a way to unlock the bootloader on the Nokia 5.1 Plus. I didn't do it yet, but can someone please try it and see if it works?
Instructions:
1. Boot into recovery. I made a guide on how to do that in case you don't know how. Here's the link:https://forum.xda-developers.com/nokia-x5/how-to/guide-how-to-access-recovery-global-t4054561
2. Select reboot to bootloader.
3. Run fastboot oem unlock from adb terminal and see if anything happens.
PS. Running adb reboot fastboot from pc doesn't work-the phone just restarts-but rebooting to bootloader option from recovery actually gets it to fastboot mode.
If it works please tell me in a reply.
BurningGrip3 said:
Hey guys,
I think I found a way to unlock the bootloader on the Nokia 5.1 Plus. I didn't do it yet, but can someone please try it and see if it works?
Instructions:
1. Boot into recovery. I made a guide on how to do that in case you don't know how. Here's the link:https://forum.xda-developers.com/nokia-x5/how-to/guide-how-to-access-recovery-global-t4054561
2. Select reboot to bootloader.
3. Run fastboot oem unlock from adb terminal and see if anything happens.
PS. Running adb reboot fastboot from pc doesn't work-the phone just restarts-but rebooting to bootloader option from recovery actually gets it to fastboot mode.
If it works please tell me in a reply.
Click to expand...
Click to collapse
any hero? (I'm afraid of running out of phone)
BurningGrip3 said:
Hey guys,
I think I found a way to unlock the bootloader on the Nokia 5.1 Plus. I didn't do it yet, but can someone please try it and see if it works?
Instructions:
1. Boot into recovery. I made a guide on how to do that in case you don't know how. Here's the link:https://forum.xda-developers.com/nokia-x5/how-to/guide-how-to-access-recovery-global-t4054561
2. Select reboot to bootloader.
3. Run fastboot oem unlock from adb terminal and see if anything happens.
PS. Running adb reboot fastboot from pc doesn't work-the phone just restarts-but rebooting to bootloader option from recovery actually gets it to fastboot mode.
If it works please tell me in a reply.
Click to expand...
Click to collapse
Hey don't post guides for other if you don't know what it means, You will get other people phones bricked.
FYI Nokia phones requires permission to unlock bootloader.
adb oem unlock doesn't work now a days for most of the phones as you know many companies has made rooting and changing roms difficult. (excluding OnePlus and Pixel).
BurningGrip3 said:
Hey guys,
I think I found a way to unlock the bootloader on the Nokia 5.1 Plus. I didn't do it yet, but can someone please try it and see if it works?
Instructions:
1. Boot into recovery. I made a guide on how to do that in case you don't know how. Here's the link:https://forum.xda-developers.com/nokia-x5/how-to/guide-how-to-access-recovery-global-t4054561
2. Select reboot to bootloader.
3. Run fastboot oem unlock from adb terminal and see if anything happens.
PS. Running adb reboot fastboot from pc doesn't work-the phone just restarts-but rebooting to bootloader option from recovery actually gets it to fastboot mode.
If it works please tell me in a reply.
Click to expand...
Click to collapse
For me it gave an error (FAILED (remote: unknown command)), where
Code:
fastboot flashing unlock
gave me an error on the device asking me if I wanted to unlock flashing or to cancel. I don't know if this helps anyone anything but it seems to have worked because if I run
Code:
fastboot flashing get_unlock_ability
I get the message (bootloader) unlock_ability = 1
BurningGrip3 said:
Hey guys,
I think I found a way to unlock the bootloader on the Nokia 5.1 Plus. I didn't do it yet, but can someone please try it and see if it works?
Instructions:
1. Boot into recovery. I made a guide on how to do that in case you don't know how. Here's the link:https://forum.xda-developers.com/nokia-x5/how-to/guide-how-to-access-recovery-global-t4054561
2. Select reboot to bootloader.
3. Run fastboot oem unlock from adb terminal and see if anything happens.
PS. Running adb reboot fastboot from pc doesn't work-the phone just restarts-but rebooting to bootloader option from recovery actually gets it to fastboot mode.
If it works please tell me in a reply.
Click to expand...
Click to collapse
No , you cant unlock the bootloader by this way for this device
Nokia 5.1 plus bootloader unlock use mtk universal V5 tool it's easy to use
Macc40 said:
Nokia 5.1 plus bootloader unlock use mtk universal V5 tool it's easy to use
Click to expand...
Click to collapse
Sure it will work with subject device?

[Realme 5i] HOW TO unlock bootloader && access fastboot

Hello,
Did anyone managed to unlock bootloader on Realme 5i ?
I flashed the latest Android 10 firmware from RealMe website, everything went ok, but now I want to unlock bootlader to root the device, and it seems that nothing helps.
Please help, thanks
how to unlock the bootloader in Realme 5i RMX2030
Here is a good guide that worked for me to unlock the bootloader:
www ytechb com/how-to-root-realme-5i-and-unlock-bootloader/
The root part didn't work, Magisk complains about unknow boot image format
G0bl1n said:
Here is a good guide that worked for me to unlock the bootloader:
www ytechb com/how-to-root-realme-5i-and-unlock-bootloader/
The root part didn't work, Magisk complains about unknow boot image format
Click to expand...
Click to collapse
I've done the in-depth test and it's on the Fastboot screen but when I type fastboot flashing unlock in a command window it just shows me the help text for fastboot, which doesn't show any command or option for either flashing or unlock, so how can I get it to work if those aren't valid commands?
fastboot devices shows my phone, so the device is recognised.
EDIT: I'm still on Android 9 A.15. I understand that there's no unlocked for Android 10 yet.
EDIT: Nevermind. I was using adb/fastboot from the link in this guide, which is v1.3 https://www.ytechb.com/how-to-root-realme-5i-and-unlock-bootloader/
After I updated to minimal v1.43 from here it worked https://androidmtk.com/download-minimal-adb-and-fastboot-tool
My problem was same. But i successfully downgrade to color os 6. I guess you can try it too.
Enable USB Debugging and Allow unlock boot loader option in USB debugging.
Connect your mobile with PC and use following Command.
adb reboot bootloader
fastbook flashing unlock
Check mobile for unlock option.
How did you downgraded to colour os 6?
I'm trying to root my realme 5i that i upgraded to 10.
Can you help me?
M. Farhad said:
My problem was same. But i successfully downgrade to color os 6. I guess you can try it too.
Enable USB Debugging and Allow unlock boot loader option in USB debugging.
Connect your mobile with PC and use following Command.
adb reboot bootloader
fastbook flashing unlock
Check mobile for unlock option.
Click to expand...
Click to collapse
what's the next step

Mi unlock tool not detecting the device

Guys,I was using Miui now I wish to unlock the boot loader and install custom
But the mi unlock tool is not detecting the device
Tried adb devices..it's detecting the phone but the fastboot devices is not detecting the phone..and the device manager either in when phone is in fastboot
Help guys
Nb:installed latest drivers,windows 10
Did you find any solution?, i am stuck in a similar situation please help me out
1st of all: To unlock the bootloader you have to accept the OEM unlocking from the developer settings (if you dont know how to access them google it)
2nd: while in fastboot on the fastboot driver execute the command " fastboot devices"
the output should be something like xxxxxxxx fastboot
If the pc or mi unlock tool doesnt see the phone the change your fastboot &/or adb drivers
If it still doesnt recognise it then you should change cable or go to a technician to fix the phone.

Categories

Resources