Have FRP Key, Where to enter? - Android Q&A, Help & Troubleshooting

So, my OEM Unlock is grayed out. Bootload screen says FRP Lock. But, I have the FRP key. Where do I enter the thing? Anyone?

Aguamandan said:
So, my OEM Unlock is grayed out. Bootload screen says FRP Lock. But, I have the FRP key. Where do I enter the thing? Anyone?
Click to expand...
Click to collapse
FRP is factory reset protection
It has nothing to do with OEM unlocking
What is your device?
Sent from my perry_f using XDA Labs

sd_shadow said:
FRP is factory reset protection
It has nothing to do with OEM unlocking
What is your device?
Sent from my perry_f using XDA Labs
Click to expand...
Click to collapse
It's a Huawei Ascend XT2 H1711. I mention OEM Unlock because literally every single post or guide on the subject insists that OEM Unlock be in the on position to deal with the FRP lock problem, and I can't even toggle it. And thank you, but I do know what FRP stands for. I've now realized it's only a problem for fastboot, anyway. I'm able to use Magisk and TWRP without a problem.

Aguamandan said:
It's a Huawei Ascend XT2 H1711. I mention OEM Unlock because literally every single post or guide on the subject insists that OEM Unlock be in the on position to deal with the FRP lock problem, and I can't even toggle it. And thank you, but I do know what FRP stands for. I've now realized it's only a problem for fastboot, anyway. I'm able to use Magisk and TWRP without a problem.
Click to expand...
Click to collapse
I have no experience with Huawei,
But have bypassed frp on several devices and never did anything with OEM unlocking.
I suggest searching YouTube for frp and your device, that's what I do.
Sent from my Moto E (4) using Tapatalk

sd_shadow said:
I have no experience with Huawei,
But have bypassed frp on several devices and never did anything with OEM unlocking.
I suggest searching YouTube for frp and your device, that's what I do.
Click to expand...
Click to collapse
Yeah, I've spent a ridiculous amount of time doing that for this one problem. Ive tried it all, but frp lock won't go away, and I can't flash/boot/wipe with fastboot. It's alright, everything else is working fine. Thanks for your time.

Aguamandan said:
Yeah, I've spent a ridiculous amount of time doing that for this one problem. Ive tried it all, but frp lock won't go away, and I can't flash/boot/wipe with fastboot. It's alright, everything else is working fine. Thanks for your time.
Click to expand...
Click to collapse
You can try to remove the FRP lock by means of executing this sequence of ADB commands
Code:
adb devices
adb shell "am start -n com.google.android.gsf.login/"
adb shell "am start -n com.google.android.gsf.login.LoginActivity"
adb shell "content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1"
adb reboot

Frp:/delete

Related

I can't root my Oneplus 2 A2001

Who can help me, I can not unlock my OnePlus 2 A2001. ADB is installed, they see my phone, but if I want to unlock, nothing happens. I do not know how to continue. I use Windows 10
Regards,
Harry
hrvw said:
Who can help me, I can not unlock my OnePlus 2 A2001. ADB is installed, they see my phone, but if I want to unlock, nothing happens. I do not know how to continue. I use Windows 10
Regards,
Harry
Click to expand...
Click to collapse
Did you enable developer settings and enable the option to unlock bootloader?
Sent from my ONE A2005 using XDA-Developers mobile app
hrvw said:
Who can help me, I can not unlock my OnePlus 2 A2001. ADB is installed, they see my phone, but if I want to unlock, nothing happens. I do not know how to continue. I use Windows 10
Regards,
Harry
Click to expand...
Click to collapse
Follow this guide, It will work https://forums.oneplus.net/threads/...wrp-root-nandroid-efs-backup-and-more.345478/
Hello again,
I have followed these steps but it did not work. When I started my OnePlus 2 in bootloder and then you have entered the code fastboot devices and my phone is seen. The Code fastboot devices is also still good but if I fastboot oem unlock code entry, nothing happens I can not choose between one and two I saw hebop an explanation on youtube. Everything just stays the same and my phone is not fully datawiped and all files are still there just. The Code fastboot reboot my phone restarts. what can I do about this?
As I understand you have follow that guide and now you have
enabled in settings, developer options,
OEM unlocking.
Then in fastboot mode device is discovered by "fastboot devices" that means drivers are properly installed.
Whenever your try to execute "fastboot OEM unlock" your device restart but don't unlock the bootloader.
What I would do is different things first to factory reset and try to unlock again.
Try on different computer.
Flash latest official signed rom and try the unlocking procedure again
Sent from my ONE A2005 using Tapatalk
hrvw said:
Hello again,
I have followed these steps but it did not work. When I started my OnePlus 2 in bootloder and then you have entered the code fastboot devices and my phone is seen. The Code fastboot devices is also still good but if I fastboot oem unlock code entry, nothing happens I can not choose between one and two I saw hebop an explanation on youtube. Everything just stays the same and my phone is not fully datawiped and all files are still there just. The Code fastboot reboot my phone restarts. what can I do about this?
Click to expand...
Click to collapse
Hello, have you managed to fix your issue about root as described above? Because I have the same problem and I've tried many tricks without a positive result. Any help, please?
Thanks.
abenguru said:
Hello, have you managed to fix your issue about root as described above? Because I have the same problem and I've tried many tricks without a positive result. Any help, please?
Thanks.
Click to expand...
Click to collapse
I have not tried yet, but go do it within short and then I'll let you know if it worked.
This did not work. do you have any more tips?

[For newbie] FRP and Phone lock / unlocked explanation

Hi people!
I know, I'm completely newbie in this.
But I'm getting in trouble and confused about it.
The question is simple:
What's means FRP lock / unlocked and Phone lock / unlocked?
And what's the difference between them?
FRP means Factory Reset Protection. If locked your phone will be protected of unauthorized factory​ resets. If a stranger tries to reset your phone, the phone will ask for your Google password on startup.
So if you unlock FRP you will lose that protection but this is required too unlock your bootloader (that's what you called phone locked/unlocked).
Phone locked (bootloader locked) means that you cannot make any changes too the partitions of your phone for example the recovery. So you are required to unlock your phone to install custom recoveries and ROMs like TWRP or RR etc.
Hope I could help you clear some things up.
If you're planning to sell your Android phone, make sure to remove your Google account from it first or else the next owner wouldn't be able to use it.
FRP means Factory Reset Protection. If locked your phone will be protected of unauthorized factory​ resets. If a stranger tries to reset your phone, the phone will ask for your Google password on startup.
So if you unlock FRP you will lose that protection but this is required too unlock your bootloader (that's what you called phone locked/unlocked).
Phone locked (bootloader locked) means that you cannot make any changes too the partitions of your phone for example the recovery. So you are required to unlock your phone to install custom recoveries and ROMs like TWRP or RR etc.
actory Reset Protection (FRP) is a security method that was designed to make sure someone can't just wipe and factory reset your phone if you've lost it or it was stolen. Starting with Android Lollipop, FRP is "standard" in vanilla Android, and most companies making our phones have implemented it in their own models.Mar 29, 2016
Killus3 said:
Hi people!
I know, I'm completely newbie in this.
But I'm getting in trouble and confused about it.
The question is simple:
What's means FRP lock / unlocked and Phone lock / unlocked?
And what's the difference between them?
Click to expand...
Click to collapse
Hi everybody,
My question is going to sound stupid, but now that I've got the unlock code for the bootloader, how do I unlock the FRP?
It is to this part that I am lost.
Sorry but I'm not very young anymore and not healthy. I had a big car accident and am much more on my phone and my computer
Rommco05 said:
You need have enabled OEM unlock in Developer options for unlock FRP
Click to expand...
Click to collapse
Hi,
OK so I activate the OEM to unlock the FRP.
And for unlocking the Bootloader I can use Huawei Multi Tools?
Should I delete my Google Account or Huawei before doing these manipulations?
I do not have fingerprint or pattern lock.
Thanks in advance for your answers.
This video is for the Honor 8, but the same steps are used to unlock the bootloader on the Honor 9.
https://www.youtube.com/watch?v=C_svTrjyU7o
Hey, guys! I have on the screen now written in green font "PHONE Relocked", "FRP Lock". What to do?
Rommco05 said:
What u need to do?
Click to expand...
Click to collapse
I can't restore the system
Rommco05 said:
You can't boot to system? What u do before
Click to expand...
Click to collapse
I unlocked the bootloader. Done on the instructions of the website:https://emui.huawei.com/en/plugin/unlock/step. After unlocking bootloader on my phone fastboot appeared the inscription "PHONE Unlock" and "Unlock FPR". On my device sprosili settings. After that, I re-entered entered the Google account, but the phone then began to hang periodically. I went into developer mode, done a factory reset there. And decided to turn back. Went to fastboot, blocked Downloader. Phone rebooted, then on the screen appeared the inscription: "Relock PHONE" and "FPR Lock". Out of fastboot, there was a black window where it says to restore the system through recovery in the air, but when I try to do fails. Help me, please!
Rommco05 said:
You can't boot to system? What u do before
Click to expand...
Click to collapse
Here are pictures of my screen:
Reset via HiSuite does not help.
I have the honor 6a.
Rommco05 said:
I understand but I don't know how fix it
Click to expand...
Click to collapse
I think he became a brick forever((((((crying:
Rommco05 said:
U can try something like dc unlocker or funkyhuawei but is a payed services
Click to expand...
Click to collapse
How much is the service on DC Unlocker?
First try using funkyhuawei?
nl520 said:
I think he became a brick forever((((((crying:
Click to expand...
Click to collapse
First you should try the HWOTA procedure without rebranding.

FRP lock

Hi, so I've recently wanted to play a bit with openkirin and found out that after entering fastboot mode I have bootloader unlocked and FRP locked.
I'm on BLA-L29C432 9.0.0.197 (C432E4R1P11).
How can I unlock FRP? Any free method or my only hope is DC or FH?
EDIT: OMG all I had to do is to enter developer menu-> and enable OEM unlock.
Can't believe I wasted half day for this...
Kretek said:
Hi, so I've recently wanted to play a bit with openkirin and found out that after entering fastboot mode I have bootloader unlocked and FRP locked.
I'm on BLA-L29C432 9.0.0.197 (C432E4R1P11).
How can I unlock FRP? Any free method or my only hope is DC or FH?
EDIT: OMG all I had to do is to enter developer menu-> and enable OEM unlock.
Can't believe I wasted half day for this...
Click to expand...
Click to collapse
Not that this is an issue for you, but for others looking at a solution:
Sometimes OEM Unlock in dev menu is greyed out, for me it was enabled again by tapping Reset Default at the bottom of developer options.

Unlocking Bootloader & Root On LG K40

Having trouble rooting my LG K40. I have the same problem as this person when trying to boot into fastmode: https:// youtu.be/yQ99lQv0rQk?t=26
You can find his post here explaining the process more in detail: https:// lgk20.com/root-lg-k40-lm-x420-bootloader-unlock-twrp/
MODEL #: LM-X420MM
Any help is appreciated,
Thanks in advance.
im having the same problem. i must have a proclivity towards phones with what seems impossible rooting methods. the first was the samsung j7 prime and now the lg k40 lmx420mm. ive gotten as for as adb reboot-bootloader, just restarts device, fastboot commands are either not recognized or i receive "waiting on device". Ive updated drivers, followed a diff. method found on reddit posted by jamesrascal (i cant post url here because of my newb status). Phone just stays stuck in firmware update. i feel as if ive exhausted all resources, any direction or help would be appreciated, im not educated on rooting ive been successful a few times on other phones and jailbroken some iphones, im mostly doing this to learn and teach myself so it isnt urgent but i need help to continue any further. thank you
Same problem for me. Because the device has good value for the money it would be nice someone can help us here.
Further this device seems to be full android treble conform I like to know how benefit from this circomstance.
I have LG K40 LM-X420EMW with dualsim.
Thanks for every hint!
@blanksus
IIRC an Android user can not unlock the bootloader without first OEM unlocking, because without this process the device will not accept the bootloader unlocking command.
jwoegerbauer said:
@blanksus
IIRC an Android user can not unlock the bootloader without first OEM unlocking, because without this process the device will not accept the bootloader unlocking command.
Click to expand...
Click to collapse
OK, but it is not possible to get into fastboot mode to enable the OEM unlocking. I marked the slider in developer option butz still there is no chance to get in fastboot mode.
After command "adb reboot bootloader" the device always reboots in normal system mode.
@baerenbisch
Once you enabled the OEM unlock on your Android, the “unlock ability” flag is set to 1, which allows you to use the
Code:
fastboot flashing unlock
command what unlocks device's bootloader.
BTW: Once you have enabled OEM unlock, it stays on. Even if you do a factory reset, it stays unlocked until the setting is manually altered again by going into the Developer options section.
jwoegerbauer said:
@baerenbisch
Once you enabled the OEM unlock on your Android, the “unlock ability” flag is set to 1, which allows you to use the
Code:
fastboot flashing unlock
command what unlocks device's bootloader.
BTW: Once you have enabled OEM unlock, it stays on. Even if you do a factory reset, it stays unlocked until the setting is manually altered again by going into the Developer options section.
Click to expand...
Click to collapse
Hm,
may be it is "allowed" to unlock but in the "LG K40 (LM-X420EMW) real world" it is not possible.
You dont reach fastboot mode which could enable using the order you proposed.
Device reboots into standard mode instead of wanted fastboot mode after sending "adb reboot bootloader"
I think thats the problem.
Code:
[email protected]:/# adb devices
List of devices attached
LMX4205P4TU4S4HEOJ device
[email protected]:/# adb reboot bootloader
[email protected]:/# fastboot flashing unlock
< waiting for any device >
^C
[email protected]:/#
OK, good news. One can get root with this method:
https://forum.xda-developers.com/android/development/amazing-temp-root-mediatek-armv8-t3922213
Works for LG K40 (LM-X420EMW) Android 9 Kernel 4.9.117 Patch Level January 1, 2020 Build Nr. PKQ1.190522.001 Software-Vers. V20d-EEA-XX
baerenbisch said:
OK, good news. One can get root with this method:
https://forum.xda-developers.com/android/development/amazing-temp-root-mediatek-armv8-t3922213
Works for LG K40 (LM-X420EMW) Android 9 Kernel 4.9.117 Patch Level January 1, 2020 Build Nr. PKQ1.190522.001 Software-Vers. V20d-EEA-XX
Click to expand...
Click to collapse
Temp root does sound nice, but what can you actually do with it. Can you change the OEM unlock key?
roycrt said:
Temp root does sound nice, but what can you actually do with it. Can you change the OEM unlock key?
Click to expand...
Click to collapse
Device can be bootloader unlocked now. MtkClient on github. I have the Harmony 3 bl unlocked and twrp for it
Can confirm, I was just able to unlock the bootloader with mtkclient and root with Magisk from there.
BenTheTechGuy said:
Can confirm, I was just able to unlock the bootloader with mtkclient and root with Magisk from there.
Click to expand...
Click to collapse
Please elaborate steps taken to unlock bootloader using mtkclient. Thanks
I wrote a guide as part of my porting of postmarketOS to my K40.
LG K40 (lg-mmh4x) - postmarketOS
wiki.postmarketos.org

Mia3 blocked in fastboot mode whit bootloader blocked

Hi guys, i need help, my mi a3, is blocked in fastboot mode whit the bootlader blocked, i must install a official firmware, but first i need unblock oem/bootloader, there are methods whithout access phone? I don't know ho to do oem command in terminal, if everybody can help me im fine; thanks so much (its first post/i can write in developers)
HVCKING4FUN said:
Hi guys, i need help, my mi a3, is blocked in fastboot mode whit the bootlader blocked, i must install a official firmware, but first i need unblock oem/bootloader, there are methods whithout access phone? I don't know ho to do oem command in terminal, if everybody can help me im fine; thanks so much (its first post/i can write in developers)
Click to expand...
Click to collapse
"Blocked bootloader" you mean locked? If yes you must unlock it...
papafan said:
"blocked bootloader" you mean locked? If yes you must unlock it...
Click to expand...
Click to collapse
dear papafan of this i am aware of it, the problem is that i have no physical access to the mobile phone and the oem setting is disabled, as active oem / unlock the bootlader without entering the mobile phone?
HVCKING4FUN said:
dear papafan of this i am aware of it, the problem is that i have no physical access to the mobile phone and the oem setting is disabled, as active oem / unlock the bootlader without entering the mobile phone?
Click to expand...
Click to collapse
I see... First don't be in panic your problem can be solved I think... Did you search in web to find any videos?
papafan said:
I see... First don't be in panic your problem can be solved I think... Did you search in web to find any videos?
Click to expand...
Click to collapse
no panic man, but are 2 months than i try to recovery my phone, i need a method for active debug USB and the unlock OEM whithout enter in phone
HVCKING4FUN said:
no panic man, but are 2 months than i try to recovery my phone, i need a method for active debug USB and the unlock OEM whithout enter in phone
Click to expand...
Click to collapse
You need to flash the phone in EDL mode. Take it to a service center or find online service which can do it remotely.
use this
fastboot oem edl
or
https://forum.xda-developers.com/an.../guide-how-to-reboot-to-edl-fastboot-t3394292

Categories

Resources