[UNLOCK IS DEAD] 2023-02-28 Xiaomi servers deny unlock request, but flash tool still works#98
Open
nazarewk wants to merge 1 commit into
Open
[UNLOCK IS DEAD] 2023-02-28 Xiaomi servers deny unlock request, but flash tool still works#98nazarewk wants to merge 1 commit into
nazarewk wants to merge 1 commit into
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
12 tasks
Author
|
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? |
Author
|
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 was referenced May 12, 2023
|
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? |
topminipie
added a commit
to topminipie/XiaoMiToolV2
that referenced
this pull request
Dec 9, 2023
topminipie
added a commit
to topminipie/XiaoMiToolV2
that referenced
this pull request
Dec 9, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
: