UNLOCKING ONEPLUS NORD N10 5G - OnePlus Nord N10 5G Questions & Answers

Hello. I need help. My EOM DEBUGGING is lock. How to unlock?

Beestea4u said:
How did you unlocked the EOM?
Click to expand...
Click to collapse
Easiest way is this one-line command over ADB:
Code:
adb shell pm uninstall --user 0 com.qualcomm.qti.uim

Related

[Q] IMEI

I want to get both IMEI's for dual SIM devices using adb commands?Is there any adb coommand which returns both IMEI's?
stiphen said:
I want to get both IMEI's for dual SIM devices using adb commands?Is there any adb coommand which returns both IMEI's?
Click to expand...
Click to collapse
adb shell dumpsys iphonesubinfo
Karthickgandhi said:
adb shell dumpsys iphonesubinfo
Click to expand...
Click to collapse
this i have already tried but it returns with single imei

AllCall Madrid

Hello guys, recently I bought Chinese AllCall Madrid phone. I was searching for twrp port for that phone and I have found it on {MOD EDIT: reference to warez site} forum, only twrp for this phone on internet. I tried to flash it using flash tool it failed(flashing stock rom fails too), then I rebooted to fastboot to OEM unlock and no OEM unlock is available, output is remote failed unknown command, ofc I enabled OEM unlock developer options.. I managed to use mtk-su exploit to gain root, and I can run adb and apps with root permission. My real question is has anyone unlocked this phone? If yes pm me please :laugh:
@Mr nobody 1312
Assuming you want to unlock the bootloader.
IMO before trying to unlock a device's bootloader it's always a good idea to check by means of ADB whether unlocking the bootloader is natively supported on device:
Code:
adb shell "getprop ro.oem_unlock_supported"
If returned value is 1, then it's supported otherwise it's not.
If it's supported then you run
Code:
fastboot flashing unlock
to unlock the bootloader.
Yeah output is 1 but no OEM command is found in lk.bin I decompiled it, they locked it to push their malware I have found addups fota malware and virus in helper apk, anyway is it possible to crack bootloader with custom lk.bin, where I should look for exoloitable bugs? Is there any freaking way to crack it?

I want to unlock bootloader LG G7 Thinq for U +

I want to unlock bootloader LG G7 Thinq for U + Korea carrier, please help me. The phone is up to Android 10
I'm a newbie :cyclops:
Before trying to unlock a device's bootloader it's always a good idea to check whether unlocking the bootloader is natively supported on device:
Code:
adb devices
adb shell "getprop ro.oem_unlock_supported"
If 1 is returned then it's possible otherwise not.
jwoegerbauer said:
Before trying to unlock a device's bootloader it's always a good idea to check whether unlocking the bootloader is natively supported on device:
Code:
adb devices
adb shell "getprop ro.oem_unlock_supported"
If 1 is returned then it's possible otherwise not.
Click to expand...
Click to collapse
Doesn't mean a thing, LGs can say anything to that.
And many, like mine, has no access to fastboot. And it also says 1 to that query.
This might help... ???
https://forum.xda-developers.com/lg-g7-thinq/how-to/howto-unlock-bootloader-root-g7s-t-mo-t4077105

Question Can Mint Mobile version be bootloader unlocked?

There's a good black friday deal for this phone, but the Mint Mobile variant doesn't seem to really be mentioned here. What are the odds it can be unlocked like the TMobile version?
I'd imagine that the Mint variant of this phone is the same as the T-Mobile variant. If that's the case, the official way to unlock the bootloader requires SIM unlocking the device. However, Mint's unlock policy kinda sucks...
Customers must have had their locked device activated on Mint Mobile service for no fewer than 12 months...
Click to expand...
Click to collapse
However, you can also try running this ADB command to enable the OEM unlock option in Developer options without SIM unlocking the device (from this thread):
Code:
adb shell pm uninstall --user 0 com.qualcomm.qti.uim
If that works, you can just request an unlock code from OnePlus and get your bootloader unlocked. See the linked thread for details.
Yes I unlocked mine with fastboot oem commands

Question [Q] Unlock OnePlus N200 5G from T mobile?

Hi Friends,
I got a OnePlus N200 5G from T mobile, how can get it unlocked. please advise ..TIA
SIM (network) Unlock: https://forum.xda-developers.com/t/...rvice-oneplus-samsung-google-lg-moto.4231597/
Read the instructions carefully before sending your request.
Bootloader Unlock: https://forum.xda-developers.com/t/...-may-work-for-metropcs-metro-variant.4313525/
If you need to SIM unlock your phone, do that before Bootloader Unlocking (remote SIM Unlocking won't work after running the debloat script that lets you Bootloader Unlock without the SIM Unlock).
Hi Edale1,
Wonderful, thank you.I am completly new for XDA, i am not getting sure how to send a PM for the mobbdeep
edale1 said:
SIM (network) Unlock: https://forum.xda-developers.com/t/...rvice-oneplus-samsung-google-lg-moto.4231597/
Read the instructions carefully before sending your request.
Bootloader Unlock: https://forum.xda-developers.com/t/...-may-work-for-metropcs-metro-variant.4313525/
If you need to SIM unlock your phone, do that before Bootloader Unlocking (remote SIM Unlocking won't work after running the debloat script that lets you Bootloader Unlock without the SIM Unlock).
Click to expand...
Click to collapse
do I have to have my phone SIM unlocked in order to get the bootloader unlocked. I'm only asking because I'm actually not using a SIM with my Nord N200, I'm just using it to play around with, but it is locked to T-Mobile. I just bought the phone off of ebay. I want to convert it to DE2117 firmware so i can install LineageOS.
BranBro365 said:
do I have to have my phone SIM unlocked in order to get the bootloader unlocked.
Click to expand...
Click to collapse
No, though you'll need to use an ADB command to enable the "unlock oem" option in the dev settings.
ADB command:
Code:
adb shell pm uninstall --user 0 com.qualcomm.qti.uim
For more detail, read my post on that second link (the bootloader unlock one).
edale1 said:
No, though you'll need to use an ADB command to enable the "unlock oem" option in the dev settings.
ADB command:
Code:
adb shell pm uninstall --user 0 com.qualcomm.qti.uim
For more detail, read my post on that second link (the bootloader unlock one).
Click to expand...
Click to collapse
oem unlock is already enabled. I commented in your other post, it's enabled but I can't access fastboot mode, it doesn't give me the option in the recovery menu.
this adb command should get you into the fastboot:
Code:
adb reboot bootloader
If that doesn't work.... I have no idea. been a while since I did any work on my phone.
BranBro365 said:
oem unlock is already enabled. I commented in your other post, it's enabled but I can't access fastboot mode, it doesn't give me the option in the recovery menu.
Click to expand...
Click to collapse
Other than the ADB command, you can always enter fastboot mode by powering off your phone and holding down all three buttons while it's unplugged.

Categories

Resources