Does anyone know how to oem unlock i12pro max? - General Questions and Answers

I've given up on trying to get it to connect to WiFi now I'm interested in OEM unlock

If it's not denied by OEM/carrier then you enable it in Android Settings -> Developer options, then re-boot phone, and afterwards run the appropriate Fastboot commands.

Related

No 'Enable oem unlock' option

I have a nexus 5 running on android 6.0.1
I was trying to root it when I found that the 'Enable oem unlock' option present in the developer options is missing on my device.
The nexus root toolkitv2.1.0 also failed to detect my device. If you have any knowledge regarding this problem and how to solve it, please feel free to share.
Thanks in advance!
Thread moved to proper forum
It doesn't exist on the N5 with MM. Just boot into fastboot and run the fastboot command fastboot oem unlock and use the phone's button to select "yes".
And if Nexus Root Toolkit failed to detect the phone, it might be a PC driver problem. Use the "install drivers" button to make sure that everything works.

Can not change FRP status to unlock

Hi guys,
My FRP status on fastboot is always locked.
I tried these but I can not make It unlocked
-lock bootloader,enable develepoers settings, open oem unlock from developers, unlock bootloader, factory reset obviously
-downgrade to emu4.1, factory reset, play with bootloader and oem unlock option with multiple combinations
-did search all xda and googled lots of forums.
I can't flash recovery, boot or anything from fastboot since FRP lock is ON.
Any ideas, what can i do?
Same here, no one can help ?
go to Settings > About Phone then tap Build number 7X. Go to Developer options > click on OEM unlocking and USB Debugging.
Did u try dc unlocker tools

Adb, CMD Device not listed please help

Model: MAH-L09C432B156
EMU: 5.0
Android Ver: 7.0 NOT ROOTED!
No access to Devlepoer options for USB Debugging
Hi I have a Huawei Mate 9 which is FRP locked, I have gained the unlocking code from Huawei and have all relevent software and instructions to unlock Bootloader and remove the FRP protecton but I am really struggling with connecting the device in CMD with adb.
I have drivers installed and have allowed connections to phone with HiSuite on device and PC, I am unable to get into Developer settings due to FRP protection bur according to what I have seen in every walkthrough shows that this should not be a problem, even though I am unable to enabe USB debugging. Anyway I did have it connected once but have not been able to since so if anone can tell me where i might be going wrong I would be grateful.
After resetting phone and following instuctions via Huawei to prepare device I hold Vol- and plug in USB to Boot into Fastboot/Recovery mode.
Open CMD and execute Adb.exe in command, after that I enter command \adb devices which gets deamon running but showing no device.
I have tried going into what settings I am able to enter and enable USB in any way possible but still to no joy.
I have looked at posts on here but not found anything that seems to help as yet or I have just not looked in correct place.
Please can someone help as this is frustrating. Thanks Stew.
If you entered fastboot already try "fastboot devices" instead of adb
Did you go into about phone and tap the "build number" 7 times to enable developer options? If so you should be able to access and enable USB debugging
Sent from my MHA-AL00 using XDA-Developers Legacy app
" I have gained the unlocking code from Huawei "
please could you tell me how did you get that frp unlocking code from stupid Huawei?
they didn't answer my emails for one month now!
jr313 said:
Did you go into about phone and tap the "build number" 7 times to enable developer options? If so you should be able to access and enable USB debugging
Sent from my MHA-AL00 using XDA-Developers Legacy app
Click to expand...
Click to collapse
frp lock doesnt matter if you dont have oem unlock permission it wont help try using HWOTA with unlock code
i am in same boat since a month now and unable to bring the device back to life as i dont have usb debugging enabled and oem unlock permission and phone is bricked through huawei own official app and firmware

enable oem unlocking

I have a problem with my device.
I can't enable the OEM unlocking.
When I m trying to do it it's asking me the pattern and that's it.
I can't enable it.
Any suggestions?
Turn the security off?.

Is there a way as of 2020 to unlock the bootloader?

Yes, I have searched the whole forum and after finding mixed answers I decided to post a question myself. I have used the Huawei Bootloader Unlock app from the Play Store in a P10 Lite and it worked fine but it says P20 is not supported. I have read on methods like disassembling the device but that's out of my range. So the question here is: Is there ANY way (apart from the disassembling one) to unlock the bootloader?
Thanks.
TotallyNotInUse said:
Yes, I have searched the whole forum and after finding mixed answers I decided to post a question myself. I have used the Huawei Bootloader Unlock app from the Play Store in a P10 Lite and it worked fine but it says P20 is not supported. I have read on methods like disassembling the device but that's out of my range. So the question here is: Is there ANY way (apart from the disassembling one) to unlock the bootloader?
Thanks.
Click to expand...
Click to collapse
I asked DC_Unlocker Support if they could Unlock my Bootloader on my P10Lite with android 8 ! And they told me after Android 8, and Emui 5+ the P10Lite Devices aren't Supported now.
If their would be a Way or if anyone has an other Idea... DLoad, Flashing Roms Rollback didn't worked for me.
But i would really like to try other Ways if their would be a Chance for a Working Way to Rollback on Android 7. Couse than DC-Unlocker would Work and could Unlock the Bootloader and Root the Phone, Flash TWRP and Doing much other things.
Sent from my [device_name] using XDA-Developers Legacy app
I'd love to know... I have my unlock code, but I have no idea how to use it. I got my code from Huawei before they stopped providing them.
ElChe said:
I'd love to know... I have my unlock code, but I have no idea how to use it. I got my code from Huawei before they stopped providing them.
Click to expand...
Click to collapse
First of all, enable the Developer Option
1. To Enable the Developer Option, Go to your Settings –> System -> About Phone -> Now Tap on the Build Number 7-8 Times until you see a toast message “Developer option enabled“
2. Now go to Developer optiosn in the settings and Enable OEM unlock
3. Download Minimal ADB and Fastboot
4. Turn off your phone and Press Volume Up and Power button simultaneously to open Fastboot mode or enter the command [to enter command, you need to connect your phone to PC using USB Cable]
Code:
adb reboot bootloader
5. now unlock your device’s bootloader with this command line.
Code:
fastboot oem unlock *****************
You need to replace the ****** with the unique unlock code.
Once it is done, you can reboot your phone. Now you can install TWRP Recovery, Custom Kernel, Root or even install Custom ROM. Enjoy!
TotallyNotInUse said:
First of all, enable the Developer Option
1. To Enable the Developer Option, Go to your Settings –> System -> About Phone -> Now Tap on the Build Number 7-8 Times until you see a toast message “Developer option enabled“
2. Now go to Developer optiosn in the settings and Enable OEM unlock
3. Download Minimal ADB and Fastboot
4. Turn off your phone and Press Volume Up and Power button simultaneously to open Fastboot mode or enter the command [to enter command, you need to connect your phone to PC using USB Cable]
Code:
adb reboot bootloader
5. now unlock your device’s bootloader with this command line.
Code:
fastboot oem unlock *****************
You need to replace the ****** with the unique unlock code.
Once it is done, you can reboot your phone. Now you can install TWRP Recovery, Custom Kernel, Root or even install Custom ROM. Enjoy!
Click to expand...
Click to collapse
Wow thanks! I'll get on that this weekend!

Categories

Resources