[Q] Is it possible to easily unlock the bootloader? - Realme X3 SuperZoom Questions & Answers

Hi everyone,
before buying this phone (and don't make the same mistake, HUGE MISTAKE, I did with OPPO (never more OPPO in my life),
I'd like to ask if with this new Realme X3 is it possible to easily unlock the bootloader with the normal procedure like
"Developer Option -> OEM Unlock -> and then unlock the bootloader by ADB command line".
Thank you all.

Yes, it can be unlocked from developer options
*does not work, need to wait for in-depth test apk

********

sukhad86 said:
Yes, it can be unlocked from developer options
Click to expand...
Click to collapse
How did you do without indepth-test.apk?
Enviado desde mi iPad utilizando Tapatalk

*please ignore, does not work
Enviado desde mi iPad utilizando Tapatalk[/QUOTE]

sukhad86 said:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Is that it? I guess this is not all - don't you need to run the in-depth-test.apk and make an unlock request?
Using a Realme X3 SS now, waiting for Realme to publish the apk for unlocking this model.

Hey, owners. What does fastboot oem device-info says?
Or maybe even fastboot reboot-edl (reboot edl).
How can we research the inner partitions and protections like Secure Boot of this one?
Originally Posted by sukhad86
Yes, it can be unlocked from developer options
Click to expand...
Click to collapse
Did you do it?
Show us yours fastboot oem device-info

doff48 said:
Hey, owners. What does fastboot oem device-info says?
Or maybe even fastboot reboot-edl (reboot edl).
How can we research the inner partitions and protections like Secure Boot of this one?
Did you do it?
Show us yours fastboot oem device-info
Click to expand...
Click to collapse
Sorry, new to realme devices. Needs this in depth test apk thing. Was'nt aware
Adb devices works shows device used it to disable useless apps but doesn't boot in fastboot with adb reboot bootloader. Simply reboots. So nothing for fastboot devices or fastboot oem device-info. Need to wait for apk seems.
---------- Post added at 01:31 PM ---------- Previous post was at 01:31 PM ----------
*pls ignore

https://forum.xda-developers.com/x3-superzoom/how-to/guide-unlock-bootloader-realme-x3-t4136325
This works downloaded DeepTesting_realme 6pro.apk from other forum as there is 404 error in attachment. But it works. Reached bootloader first time. Device name msmnile. Didn't actually do fastboot flashing unlock as need to take backup first but deep test apk works.
https://drive.google.com/file/d/16az-7SHoPyJhDIi4p4x7wj1cRUcsPwCM/view

Im thinking about buying X3 (Not the super zoom version tho). Any ETA on how long realme takes to launch the unlock apk?

Related

Bootloader question

Can anyone confirm if Euro version of G5 has unlocked bootloader ?
If yes are we going to see same leven of developement as 6p for this phone ?
I'll be checking when I get mine.
Could well be locked with option to unlock through LG dev site like EU G4 though...
i seriously cant wait for the arrival of mine..
ofc i'll check for flashability
well i've got mine now. i have yet to figure out if its locked or not.
isn't there some fastboot keypress combination anymore? seems like i'm unable to get into fastboot at all.
ok.. installed the lg usb driver..
using adb reboot fastboot..
reboots to android
using adb reboot bootloader..
boots into the bootloader <3
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
seems locked but unlockable :/
From the LG Developer Forum:
Hello,
We are planning to support bootloader unlocking for LG G5 for the European market with model number H850 soon.
It will be available this month.
When it's ready, we will let you know via our website.
Thank you.
Click to expand...
Click to collapse
The EU version is locked out of the box, but some folks are getting email responses from LG stating that they have plans to unlock that version in the near future. They also state that there are no plans to unlock any other variant.
uh. two posts since i edited mine. i managed to get into the bootloader and provided a screen scan (using a scanner.. srsly..)
How come the fastboot oem unlock or fastboot flashing unlock commands don't work on the international model? or is it just me!
LBensley said:
How come the fastboot oem unlock or fastboot flashing unlock commands don't work on the international model? or is it just me!
Click to expand...
Click to collapse
Because the bootloader is locked.
Read the thread.
nobnut said:
Because the bootloader is locked.
Read the thread.
Click to expand...
Click to collapse
i just thought it was similar to the t mobile version where you could unlock however dm verify stops from flashing anything
T-Mobile USA variant has a "semi unlocked bootloader" because you can Unlock it successfully but only write commands on fastboot are disabled
.... Still for few time

If you are unable to get into recovery mode does this mean bootloader is unlocked?

Hello.
How are you?
I have a phone Redmi 4x and I planned to root it. So after I purchased it , I checked if the bootloader is unlocked with two methods, from pc and from Setting menu and at both places , it seem unlocked.
I saw the device has no recovery mode installed.
So can someone please confirm if the bootloader is unlocked or no?
If you can't access recovery, that does not mean your bootloader is locked, they're 2 different partitions.
In fastboot, do "fastboot oem unlock" and see what that tells you.
alnix said:
Hello.
How are you?
I have a phone Redmi 4x and I planned to root it. So after I purchased it , I checked if the bootloader is unlocked with two methods, from pc and from Setting menu and at both places , it seem unlocked.
I saw the device has no recovery mode installed.
So can someone please confirm if the bootloader is unlocked or no?
Click to expand...
Click to collapse
Bootloader locked or not, recovery mode is always accessible. If you can't nail the button combination, use a method that will always word - adb
open adb
type:
Code:
adb devices
confirms your phone drivers are installed.
Code:
adb reboot recovery
you ll boot to recovery. If you can't see anything means stock recovery doesnt have an interface. Then just flash another recovery.
To check bootloader:
Code:
fastboot oem device-info
To unlock bootloader :
Code:
fastboot oem unlock
reboot:
Code:
fastboot reboot
to temporarily flash a recover.img :
Code:
fastboot boot "path/to/recovery.img"
Thats everything you need to solve your problem.
Hit thanks if it helped
ramiabouzahra said:
If you can't access recovery, that does not mean your bootloader is locked, they're 2 different partitions.
In fastboot, do "fastboot oem unlock" and see what that tells you.
Click to expand...
Click to collapse
What is it suppossed to tell when it is unlocked?
I have a photo of it but I do not know how to post it in here
alnix said:
What is it suppossed to tell when it is unlocked?
I have a photo of it but I do not know how to post it in here
Click to expand...
Click to collapse
upload it some where
then beside the post box , press `go advanced`
you must see a pic symbol in the toolbox
-Hope- said:
upload it some where
then beside the post box , press `go advanced`
you must see a pic symbol in the toolbox
Click to expand...
Click to collapse
I added it in here
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
alnix said:
I added it in here
Click to expand...
Click to collapse
Here the link https://photos.app.goo.gl/J2I4sKPYstkSLs3h2
https://photos.app.goo.gl/J2I4sKPYstkSLs3h2
alnix said:
Here the link https://photos.app.goo.gl/J2I4sKPYstkSLs3h2
Click to expand...
Click to collapse

[TOOL][XM9T/XRK20] TOOL ALL IN ONE (Drivers|TWRP|Factory Image|Stock Recovery)

This is the Xiaomi Mi 9T and Xiaomi Redmi K20's TOOL ALL IN ONE Discussion Thread more info and download go to the Original Thread
TOOL ALL IN ONE
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ADVANCED OPTIONS
FUNCTIONS
Install Drivers
Install Drivers
Unlock Bootloader
Lock Bootloader (use carefully)
Flash TWRP Recovery
Flash Stock Recovery
Flash Stock Factory Image
Automatic ROOT
Install APKs
Uninstall APKs
Take a Screenshot
Take a Screen Reocrd
Flash Partitions
Erase All Data (This function can decrypt the phone)
Reboot Phone
Update the Tool to latest version
Update Adb and Fastboot to latest version
Set Adb and Fastboot priviliges in system wide
Install Zip directly from PC (Required TWRP on phone)(These functions work perfectly on my pc but i have perfect adb drivers on my pc and perfect TWRP on my phone)
Flash Fastboot ROM
Delete downloaded files
ADB File Manager
DEVICE LIST
If you want you can send a request to add a new device here:
New Device Request Form
Device List
DOWNLOAD
Original Thread
DONATE LINK
If you want to support the project please consider making a donation, thanks.
​
good work
Thank you for the effort
i love your twrp mi 9T, please update for ever
Can this actually unlock the bootloader with out waiting for xiaomi??
awsan said:
Can this actually unlock the bootloader with out waiting for xiaomi??
Click to expand...
Click to collapse
Unfortunately not.
does unlocking bootloader takes time and does it require mi account?
mona356 said:
does unlocking bootloader takes time and does it require mi account?
Click to expand...
Click to collapse
Yes to both, at least a week and a mi account and also you need mobile data because Xiaomi won't let request a BL unlock with WiFi for some reason
adb unauthorized when plug in, what to do guys? pls help
Kheppy said:
adb unauthorized when plug in, what to do guys? pls help
Click to expand...
Click to collapse
Just accept from the phone the authorization
can it flash stock recovery?

Rooting Motorola P30 (Robusta) xt1943-1

Hello,
I've bought CN version of Motorola P30 and I would like to change the ROM but I am unable to unlock bootloader. Does someone know how to do it? Attached are the images showing that the standard method doesn't work.
Thank you in advance for providing solution.
Regards
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Edit: It seems like I am unable to add images, anyway after typing command fastboot oem get_unlock_data I get response "FAILED".
same here i am also looking for same
ml5 said:
Hello,
I've bought CN version of Motorola P30 and I would like to change the ROM but I am unable to unlock bootloader. Does someone know how to do it? Attached are the images showing that the standard method doesn't work.
Thank you in advance for providing solution.
Regards
Edit: It seems like I am unable to add images, anyway after typing command fastboot oem get_unlock_data I get response "FAILED".
Click to expand...
Click to collapse
In settings/developer options
There's a
OEM unlock toggle
Are you able to turn it on?
Sent from my mata using XDA Labs
Yes, fortunately (or not) I am able to do so.
Below are the images I've mentioned about in my first post.
sd_shadow said:
In settings/developer options
There's a
OEM unlock toggle
Are you able to turn it on?
Sent from my mata using XDA Labs
Click to expand...
Click to collapse
Below is the print screen.
ml5 said:
Below is the print screen.
Click to expand...
Click to collapse
You have the newest adb tools?
Sent from my perry_f using XDA Labs
I believe so - it was downloaded directly from Ubuntu repository.
Hi, I have the same phone, could you say me which OS you find to install at this phone, I have ZUI but would like to change for something another and can't find anything for this phone. I found some OS for p30 note but I'm not sure that they will be install successful, hopefully somebody can help to find another OS for this phone
I also tried lots but unable to unlock bootloader. we can use one power custom rom

Device says bootloader unlocked but OEM unlock option can enabled and disabled ?

I have a Redmi Note 3 (INDIAN VARIANT Kenzo/Snapdragon variant running on Marshmellow 6.0.1 with MIUI Global 10.2) on which I performed an bootloader unlocking procedure via the tool XiaoMiTool V2 from xdahttps://forum.xda-developers.com/android/software-hacking/tool-miunlocktool-unlock-bootloader-t3782444 since the official method kept denying me for some reason
I also want to let you know that during the procedure i left the oem unlocking option disabled (off) and ran the tool
So after the device's bootloader was unlocked (ss attached)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I noticed that the OEM unlocking option was still active (meaning I can flip the button and it will just ask for the pass and warn me and enable the option: again ss attached)
Isn't supposed to grayed out ?
So my question is is my device properly unlocked? OR Did I mess up with procedure ? I know i could dial *#*#7378423#*#* (which doesn't work in miui devices) or using fastboot method mentioned here https://android.stackexchange.com/questions/73567/how-to-check-if-your-bootloader-is-unlocked and i got like
What does this mean ?
Any help is highly appreciated and thank you in advance
Once you enable the OEM unlocking in Developer options, in Android's system file build.prop the unlock ability flag is set to 1, what basically is requirement to start the bootloader-unlock procedure, what typically is carried out via Fastboot.
Typically you run
Code:
fastboot OEM get-bootinfo
to check if the bootloader is unlocked.
jwoegerbauer said:
Once you enable the OEM unlocking in Developer options, in Android's system file build.prop the unlock ability flag is set to 1, what basically is requirement to start the bootloader-unlock procedure, what typically is carried out via Fastboot.
Typically you run
Code:
fastboot OEM get-bootinfo
to check if the bootloader is unlocked.
Click to expand...
Click to collapse
Thank you for your prompt reply but i ran this command and it said incorrect command (meaning no such command)
monstervishnu said:
Thank you for your prompt reply but i ran this command and it said incorrect command (meaning no such command)
Click to expand...
Click to collapse
Implementations of Fastboot are different. Some subcommand may be supported, others not: that depends on OEM/Carrier.

Categories

Resources