-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/linux login url #41
base: linux
Are you sure you want to change the base?
Conversation
Please release the new build |
Hi @devgossips you can still run the program with the fix by compiling it yourself. Please perform the following instructions :
Tell us if you succeed ! |
I end up with this:
on
I've tried both openjdk 17 and 16 too, with same results |
Same Here, any suggestion? |
Have you tried with "sudo" ? |
Kinda. I can reproduce the issue with this
|
After realizing that the README mentions java 11, I tried again with an older base image where one can install openjdk-11
This actually builds successfully. I can run that with
and successfully unlock my device. That's pretty rough since I mount the entire |
I just can't this to build on ArchLinux which annoys me so much... |
Thanks a lot, thanks to this I was able to build fine on MX Linux 21. The fix gets me around the Xiaomi token error of XMT2_Linux_20.7.28.run. However, now I'm stuck on "Failed to unlock your device, Xiaomi server returned error 10000, request parameter error" |
Correction: tried again with device in fastboot mode (earlier, I had to boot MIU to pick of the code that Xiaomi SMSed me for device verification and I was trying unlock from there). Now I get error 20045: Please use the common user tool on the official website |
i guess another dead tool. |
francescotescari#41 - login URL fix francescotescari#94 - Use CookieManager from javafx francescotescari#67 - update JavaFX to show captcha properly finishes with: Failed to unlock your device, Xiaomi server returned error 20045: Error descripiton: Unknown error: 20045 Server description: Please use common user tool on the official website
This fixes #40 for linux branch