-
Notifications
You must be signed in to change notification settings - Fork 125
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
[UNLOCK IS DEAD] 2023-02-28 Xiaomi servers deny unlock request, but flash tool still works #98
base: linux
Are you sure you want to change the base?
Conversation
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
update: mi flash tool is still quite useful even if I had to unlock from (official app) inside Windows VM |
hey i was trying to compile this for windows but it wasant working, do u mind sending me some bins? |
I did not build it for Windows:
|
This is most likely caused by the official Xiaomi unlock tool getting updated, but this tool still presenting itself as an old version. |
this pr, work for me. thanks https://github.com/jk2K/XiaoMiToolV2/tree/mac branch mac for mac m1 build.gradle.kts - id("org.openjfx.javafxplugin") version "0.0.9"
+ id("org.openjfx.javafxplugin") version "0.0.13"
...
javafx {
- version = "19.0.2.1"
+ version = "20.0.1"
modules = listOf("javafx.controls", "javafx.fxml", "javafx.web", "javafx.swing")
}
gradle/wrapper/gradle-wrapper.properties - distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
+ distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip |
@jk2K Hello, is it still working? |
looks like the tool can be declared officially dead, even though I got it to login with QR code scanner (top-right corner before putting your username & password in) Xiaomi Server denied the request to unlock device.UPDATE: it is still very useful for flashing and recovering dead devices.
#41 - login URL fix
#94 - Use CookieManager from javafx
#67 - update JavaFX to show captcha properly
finishes with :