The unlock tool by fernando does not seem to work anymore
. I don't own a windows machine, is there anyway to unlock X3 bootloader using linux? Thanks!
The unlock tool by fernando does not seem to work anymore. I don't own a windows machine, is there anyway to unlock X3 bootloader using linux? Thanks!
X3 ? Wrong forum.
You can try some Windows bootable flash drive. I have the right forum I believe.
Trying to look into permissions maybe? They recommended using gksu to open virt-manager but that is now deprecated... Hard problem... Feel so much closer using QEMU virtual machine, but still won't recognize my poco x3 pro![]()
Thanks for the post guys. Unfortunately I couldn't get the thumb drives to work
I have solved the issue and I am posting the solution I found just in case anyone else happens to stumble on this post: fyi, I had a POCO x3 Pro and this worked in March 2022
I had to enter this command to make it work
- sudo apt install git openjdk-11-jre openjdk-11-jdk gradle` - I am not sure all of this is required
- mkdir xiaomi_unlock && cd xiaomi_unlock (make a directory before copying all the files over in step 3 to make it more organized
- git clone https://github.com/francescotescari/XiaoMiToolV2.git && cd XiaoMiToolV2 && git checkout linux`
- cd XiaoMiToolV2`
- ./gradlew build && ./gradlew run`
- The xiaomi program should run. When prompted, I chose "Global" region and logged in
- (possible step) had an error with my java version not syncing I had to set the home variable
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/
if you are running ubuntu and or mint you might find the same solution there. Google where your java is installed and play around setting the JAVA_HOME. Took me 2 or 3 attempts before I finally found the right one
TLDR: how to unlock POCO X3 PRO using linux mint / ubuntu in March 2022
git clone https://github.com/Dav4555/XiaoMiToolV2_urlfix_captchafix && cd XiaoMiToolV2 && git checkout linux
Apparently unlocking doesn't work anymore. I have to wait a week to check.People running into the captcha problem on login (it isn't shown) can try a patched version. Just replace step 3 with:
git clone https://github.com/Dav4555/XiaoMiToolV2_urlfix_captchafix && cd XiaoMiToolV2 && git checkout linux