Vivo Y72 5g bootloader unlock - General Questions and Answers

Hello, it makes now many months that I am trying many things to unlock the vivo y72 5g phone bootloader with no success......
(mtk )
If there is any help?
I tried mtk client : detects phone but get stuck
I tried soft flash unlock software on YouTube not reacting when plugging the phone
I tried the 5minute solution software also not reacting
I tried with many mtk drivers versions, same problem
I tried other things I found on internet all based on mtk client but nothing is working.
I decided to change the phone but vivo is not appreciated in France lol so no one wants to buy it or change it.
So if someone has any suggestion?
Thanks

For Windows: the command is
fastboot bbk unlock_vivo
For Linux: the cmd is
sudo ./fastboot bbk unlock_vivo
More info here:
How to Unlock Bootloader on Vivo Smartphones- Techzai
You are looking for a way to unlock bootloader of your Vivo phones. Here is the instruction to unlock bootloader of your Vivo phone.
techzai.com

xXx yYy said:
For Windows: the command is
fastboot bbk unlock_vivo
For Linux: the cmd is
sudo ./fastboot bbk unlock_vivo
More info here:
How to Unlock Bootloader on Vivo Smartphones- Techzai
You are looking for a way to unlock bootloader of your Vivo phones. Here is the instruction to unlock bootloader of your Vivo phone.
techzai.com
Click to expand...
Click to collapse
I already tried that it is not working

xXx yYy said:
For Windows: the command is
fastboot bbk unlock_vivo
For Linux: the cmd is
sudo ./fastboot bbk unlock_vivo
More info here:
How to Unlock Bootloader on Vivo Smartphones- Techzai
You are looking for a way to unlock bootloader of your Vivo phones. Here is the instruction to unlock bootloader of your Vivo phone.
techzai.com
Click to expand...
Click to collapse
and this is not for MTK it s for qualcomm devices...

Related

[GUIDE] How to install Global Android 10 into TA-1054 (Need unlocked bootloader)

To Content farms like GETDROIDTIPS: DO NOT REPOST OR REFORM MY TOPIC ON YOUR WEBSITE WITHOUT INFORMING ME!
Recent Android 10 update fixed support for TA-1054 hardware, so we can do global conversion right now. Anything older will break the phone and you have to disassemble the phone and utilize EDL to unbrick it (test point indicated below).
Therefore, we have to install Android 10 directly, but for some reason, the bootloader will be reverted back to locked state, so it has to be unlocked again via some tricks.
This guide will tell you how to install Android 10 into TA-1054. If you don't have unlocked bootloader, you have to unlock it first.
If you don't have unlocked bootloader, you may need to look for Global conversion service online.
PLEASE MAKE SURE YOU HAVE BACKED UP EVERYTHING BEFORE YOU DO SO.
Step 1: Change SKUID
To change SKUID, you need to ensure your phone is rooted, or your phone booted to TWRP (official TWRP for Nokia 6.1 is OK to use) to allow us change SKUID written in deviceinfo partition.
If you booted to TWRP via these commands under Download mode:
Code:
fastboot reboot-bootloader
fastboot boot twrp-3.4.0-0-PL2_sprout.img
Once phone booted to TWRP (even if stuck at splash screen is OK), then you can dump the devceinfo and securefs partition:
Code:
adb shell dd if=/dev/block/bootdevice/by-name/deviceinfo of=/tmp/deviceinfo.img
adb shell dd if=/dev/block/bootdevice/by-name/securefs of=/tmp/securefs.img
adb pull /tmp/deviceinfo.img
adb pull /tmp/securefs.img
The reason why I suddenly mentioned securefs partition is, it contains Widevine DRM key that related to video-on-demand services like Netflix.
You have to back it up just in case.
Then follow this guide to edit SKUID written in deviceinfo into 600WW:
https://forum.xda-developers.com/nokia-7-plus/how-to/guide-how-to-change-skuid-to-worldwide-t3808520
Once SKUID changed, write the deviceinfo partition back:
Code:
fastboot flash deviceinfo deviceinfo_600WW.img
After SKUID changed, you'll find the launcher becomes weird, which is expected behavior.
Step 2: Install Android 10 full OTA
Please download it from here:
https://android.googleapis.com/pack.../c6260831df0acdfe9828f18bcea7ffb556f4b2e5.zip
And rename it into PL2-9999-0-00CN-B99-update.zip. Copy it to root directory of internal storage, and dial *#*#874#*#* to install it.
Once install complete, you might be asked for erasing userdata, just erase it.
Step 3: Unlock bootloader again (optional)
If you think it's OK to use Android 10 without unlocked bootloader, then that wraps up the procedure and enjoy it.
But if you want to unlock the bootloader again, you have to follow some trick.
Once the phone booted to welcome screen again, power it off, boot to Download mode by using this command:
Code:
fastboot oem alive
And connect the powered off phone to PC, it will be booted to Download mode again.
Next, check which slot is Android 10 installed:
Code:
fastboot getvar current-slot
If current-slot is A, execute this:
Code:
fastboot --set-active=b reboot-bootloader
If current-slot is B, execute this:
Code:
fastboot --set-active=a reboot-bootloader
Once slot changed, you'll be switched back to the previous version with unlocked bootloader.
Now you have to downgrade the abl/xbl to allow it being unlockable again.
Now check which slot is Chinese Nokia 6.1 Android build installed:
Code:
fastboot getvar current-slot
If current-slot is A, execute these:
Code:
fastboot flash abl_b C1N-0-0430-abl_service.elf
fastboot flash xbl_b C1N-0-0430-xbl_service.elf
fastboot --set-active=b reboot-bootloader
If current-slot is B, execute these:
Code:
fastboot flash abl_a C1N-0-0430-abl_service.elf
fastboot flash xbl_a C1N-0-0430-xbl_service.elf
fastboot --set-active=a reboot-bootloader
Both C1N-0-0430-abl_service.elf and C1N-0-0430-xbl_service.elf can be obtained from https://fih-firmware.hikaricalyx.com/hmd_en.html#c1n (extract it from C1N-0-0430-0-00CN-B05 firmware).
Then you can unlock the bootloader again with what you have done before:
Code:
fastboot flash unlock unlock.bin
fastboot flashing unlock_critical
(confirm bootloader unlock on the phone)
(while waiting for erasing, execute this immediately)
fastboot oem alive
fastboot flash unlock unlock.bin
fastboot oem unlock-go
(confirm unlock again)
(while waiting for erasing, execute this immediately)
fastboot oem alive
After we unlocked the bootloader, we have to switch back to previous Chinese Nokia 6.1 Android build to reinstall Android 10.
Check which slot is Android 10 installed:
Code:
fastboot getvar current-slot
If current-slot is A, execute this:
Code:
fastboot --set-active=b reboot
If current-slot is B, execute this:
Code:
fastboot --set-active=a reboot
Repeat the step 2 to reinstall Android 10 Full OTA, and enjoy Android 10 on Chinese Nokia 6.1 with unlocked bootloader.
Under Android 10, if bootloader unlocked, you'll lose Widevine DRM key permanently, that's why I asked you to backup securefs partition.
Is the shorting wires solution to unbrick the phone or to change china to global version?
Ok, pins shorted. Whats now?
Spacepl said:
Ok, pins shorted. Whats now?
Click to expand...
Click to collapse
flash nbo Nokia 6 2018 firmware with OST LA
Sent from my TA-1054 using Tapatalk
juwelrana091 said:
flash nbo Nokia 6 2018 firmware with OST LA
Click to expand...
Click to collapse
Do i need to unlock the bootloader to do this?
And if so can so post a link for a way that doesnt require the app provided by nokia?
J0NS3N said:
Do i need to unlock the bootloader to do this?
And if so can so post a link for a way that doesnt require the app provided by nokia?
Click to expand...
Click to collapse
Is your phone already bricked? Then shorting the pins will trigger EDL mode and then you can use Qualcomm tools to flash the abl and xbl. That can make the phone usable again, but yes you will still need to flash the CN firmware as Global will not be usable on this device.
help
hello i tried shortening all 4, or one of the 2 sets but it did not trigger EDL, my phone is stuck in Download mode as soon as it turns on, my pc only recognizes it as Fastboot device, my bootloader is locked, i have the exact same model, can you help me??
Could you please clarify:
is it possible to install PL2-410C-0-00WW-B03 on TA-1054 China Version , i.e. convert it into Android 10 Global Version? So it is impossible to install earlier global versions, but it is possible to install PL2-410C-0-00WW-B03?
Thank you.
vanechka25 said:
Could you please clarify:
is it possible to install PL2-410C-0-00WW-B03 on TA-1054 China Version , i.e. convert it into Android 10 Global Version? So it is impossible to install earlier global versions, but it is possible to install PL2-410C-0-00WW-B03?
Thank you.
Click to expand...
Click to collapse
Yes, but remember to change SKUID to 600WW before installing PL2-410C-0-00WW-B03.
Also, flash PL2-410C-0-00WW-B03 into bootloader unlocked TA-1054 will revert the bootloader back to locked state, you have to unlock it again with some trick, will talk about that later.
If you use some flashing tool that can elevate like NTool, just go ahead and flash PL2-410C firmware.
hikari_calyx said:
Yes, but remember to change SKUID to 600WW before installing PL2-410C-0-00WW-B03.
Also, flash PL2-410C-0-00WW-B03 into bootloader unlocked TA-1054 will revert the bootloader back to locked state, you have to unlock it again with some trick, will talk about that later.
If you use some flashing tool that can elevate like NTool, just go ahead and flash PL2-410C firmware.
Click to expand...
Click to collapse
Thank you for the quick answer!
Hmm... Is it possible to change SKUID for this phone with locked bootloader?
I know, for some other phones it could be done using fastboot command like this:
fastboot oem CustomerSKUID set 600WW
but I'm not sure that this method is applicable to TA-1054. I checked the command CustomerSKUID:
fastboot oem CustomerSKUID get
and it is unknown.
Do you know any easy way to change SKUID without unlockng / rooting?
What will happen if I try to flash PL2-410C-0-00WW-B03 without SKUID changing?
Actually, the main reason to update the phone is the problem with mobile internet. My local mobile operator SIM does't allow to use it, but the voice service works OK. When I set this SIM to another phone, internet works, when I set SIM of another operator to TA-1054 - it works again. So, certain operator internet settings and settings in chinese ROM are different. I suppose, it is required to change bands modes or something like this, but I dont't know the real reason of this issue.
Maybe you could give me an advice about this internet problem, so I don't need to update phone to global ROM at all.
vanechka25 said:
Thank you for the quick answer!
Hmm... Is it possible to change SKUID for this phone with locked bootloader?
I know, for some other phones it could be done using fastboot command like this:
fastboot oem CustomerSKUID set 600WW
but I'm not sure that this method is applicable to TA-1054. I checked the command CustomerSKUID:
fastboot oem CustomerSKUID get
and it is unknown.
Do you know any easy way to change SKUID without unlockng / rooting?
What will happen if I try to flash PL2-410C-0-00WW-B03 without SKUID changing?
Actually, the main reason to update the phone is the problem with mobile internet. My local mobile operator SIM does't allow to use it, but the voice service works OK. When I set this SIM to another phone, internet works, when I set SIM of another operator to TA-1054 - it works again. So, certain operator internet settings and settings in chinese ROM are different. I suppose, it is required to change bands modes or something like this, but I dont't know the real reason of this issue.
Maybe you could give me an advice about this internet problem, so I don't need to update phone to global ROM at all.
Click to expand...
Click to collapse
If you don't have some special flashing utility (requires USB dongle), you cannot change SKUID without unlocked bootloader.
You can search about global conversion service remotely which could be paid.
Install global firmware with mismatch SKUID will cause the OS itself buggy, many feature missing and cannot pass Google Play Certification.
hikari_calyx said:
If you don't have some special flashing utility (requires USB dongle), you cannot change SKUID without unlocked bootloader.
You can search about global conversion service remotely which could be paid.
Install global firmware with mismatch SKUID will cause the OS itself buggy, many feature missing and cannot pass Google Play Certification.
Click to expand...
Click to collapse
Thank you very much for the answer. You clarified a lot of things!
Downgrade from android 10 to android 9
vanechka25 said:
Thank you very much for the answer. You clarified a lot of things!
Click to expand...
Click to collapse
Hey can you help me for downgrading android 10 to android 9 with locked bootloader .i want to unlock bootloader to downgrading to android 9 and also i am facing wifi disconnected and mobile restarting issues .also what this ss show is that bootloader locked or unlocked
hikari_calyx said:
If current-slot is A, execute these:
Code:
fastboot flash abl_b C1N-0-0430-abl_service.elf
fastboot flash xbl_b C1N-0-0430-xbl_service.elf
fastboot --set-active=b reboot-bootloader
If current-slot is B, execute these:
Code:
fastboot flash abl_a C1N-0-0430-abl_service.elf
fastboot flash xbl_a C1N-0-0430-xbl_service.elf
fastboot --set-active=a reboot-bootloader
Both C1N-0-0430-abl_service.elf and C1N-0-0430-xbl_service.elf can be obtained from https://fih-firmware.hikaricalyx.com/hmd_en.html#c1n (extract it from C1N-0-0430-0-00CN-B05 firmware).
Then you can unlock the bootloader again with what you have done before:
Click to expand...
Click to collapse
A very complete guide, thank you, but I have a question. From what I've seen both C1N-0-0430-abl_service.elf and C1N-0-0430-xbl_service.elf refer to Nokia 7 (android OS 7.1.1), is it ok to flash them on a Nokia 6.1 with android OS 8.1 ?
21prods said:
A very complete guide, thank you, but I have a question. From what I've seen both C1N-0-0430-abl_service.elf and C1N-0-0430-xbl_service.elf refer to Nokia 7 (android OS 7.1.1), is it ok to flash them on a Nokia 6.1 with android OS 8.1 ?
Click to expand...
Click to collapse
Yes it will work on both Nokia 6.1 and 7.
hikari_calyx said:
Yes it will work on both Nokia 6.1 and 7.
Click to expand...
Click to collapse
Thank you
Hello, Everyone​​My Nokia 6.1 2018 Hmd Global TA-1054 with Build number - 00WW_3_270 will receive a global system update and security update. Will this method described above work for me? So you will get a global version of version 10 or have to wait. My latest security fix for Android is from October 1, 2018. Can you explain in detail what steps to take to make the updates.​

[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

Bootloader Unlocking trick for Oppo F15

Hello Everyone, I am using Oppo F15 CPH 2001 which is based on Mediatek MT6771V. And its come with Android 9 Pie but right now i am using Android 11. Problem is i can't unlock the bootloader i tried all kinds of ADB & Fastboot commands nothing works and my phone is not booting to fastboot mood. Well it's give me some kinds of key combination. Like some kind of binary key but i just want to unlock the bootloader so i can install GSI ROM for it but because of this problem i can't able to do that so if you guys know or if you have any idea that how am i be able to break that encryption or bypass it please let me know. "Thank you"
Have you installed Oppo USB Driver on computer?
Download Oppo USB Driver for Windows (Latest Driver)
Download the Latest Oppo USB Driver to connect Oppo Smartphone and Tablets to the Windows Computer without PC Suite Application.
androidmtk.com
Yes Oppo USB Drivers & Universal USB drivers
jwoegerbauer said:
Have you installed Oppo USB Driver on computer?
Download Oppo USB Driver for Windows (Latest Driver)
Download the Latest Oppo USB Driver to connect Oppo Smartphone and Tablets to the Windows Computer without PC Suite Application.
androidmtk.com
Click to expand...
Click to collapse
Yes Oppo drivers & Universal USB drivers
Disable Universal USB Driver, may conflict with Oppo USB Driver.
jwoegerbauer said:
Remove Universal USB Driver, may conflict with Oppo USB Driver.
Click to expand...
Click to collapse
Okay
I tried all the commands but nothing works.
May be this guide helps:
How To Unlock Bootloader On Oppo F15 – ADB & Fastboot
Unlock Bootloader On Oppo F15 Do you want to know How To Unlock Bootloader On Oppo F15 then you are at the right place? Today in this article I will guide
myphoneupdate.com
jwoegerbauer said:
May be this guide helps:
How To Unlock Bootloader On Oppo F15 – ADB & Fastboot
Unlock Bootloader On Oppo F15 Do you want to know How To Unlock Bootloader On Oppo F15 then you are at the right place? Today in this article I will guide
myphoneupdate.com
Click to expand...
Click to collapse
Well, that's a fake information. And there talking about Oppo f15 phone but give photos of Xiaomi device.
jwoegerbauer said:
May be this guide helps:
How To Unlock Bootloader On Oppo F15 – ADB & Fastboot
Unlock Bootloader On Oppo F15 Do you want to know How To Unlock Bootloader On Oppo F15 then you are at the right place? Today in this article I will guide
myphoneupdate.com
Click to expand...
Click to collapse
Oh and i don't know if you did this or someone else did it but this site is misleading i mean when click on "Read full story" it will take you to this page but my phones problem is not resolve yet? So why on earth it's saying new trick?
Redirect Notice
use mtk easy tool I've recently unlocked bootloader and rooted my oppo f15 using magisk.
Note after unlocking bootloader goto recovery mode and format data and while booting u will notice dm-verity error just press power button to continue booting into recovery/os
itz.broken said:
use mtk easy tool I've recently unlocked bootloader and rooted my oppo f15 using magisk.
Note after unlocking bootloader goto recovery mode and format data and while booting u will notice dm-verity error just press power button to continue booting into recovery/os
Click to expand...
Click to collapse
Bruh can you give me the steps? Because i wanna try android 13 from dsu loader and it doesn't require root, the only prerequisite is unlocked bootloader, i tried mtkclient software to unlock bootloader but it didn't even boot into fastboot mode. It would be nice if you guide me to unlock bootloader. You can reach me on telegram @Murugesh72
Thank you.

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

Question Bootloop fastboot pro 2021? Can't unlock bootloader ? Help me

My xiaoxin pad pro 2021 snap 870 8/256 in fastboot bootloop, i do follow unlock bootloader without proper but i can't unlock it. My seri number just have 7 number : HA1C00X and when i change value of fpinfo it is already 1, i don't must to change it. i do all step but when i flash sn.img HAHAHAHA not successfull . Can someone help me please.
Are you tried command
Code:
Fastboot flashing unlock
?
f1tm0t said:
Are you tried command
Code:
Fastboot flashing unlock
?
Click to expand...
Click to collapse
Fastboot flashing unlock sn.img ? I will try
kudo2702 said:
Fastboot flashing unlock sn.img ? I will try
Click to expand...
Click to collapse
Nope! Unblocking consist from two commands:
Fastboot flash unlock sn.img -- this getting permission from Lenovo for unblocking
Fastboot flashing unlock -- this is direct unlocking for tablet, you wil see some actions on tablet's screen

Categories

Resources