XiaoMiToolV2 icon indicating copy to clipboard operation
XiaoMiToolV2 copied to clipboard

Captcha image not showing

Open mushtaqx opened this issue 3 years ago • 9 comments

When i try to sign in, there is a captcha box but the app only shows an empty square.

I am on Linux but i doubt it would be any different for windows users?

image

mushtaqx avatar Feb 27 '22 15:02 mushtaqx

I have the exact same problem on Ubuntu. I noticed you can CTRL+A to copy and paste in a writer file and you would see the captcha. But when I type it's not accepted. 156360045-a808e6b2-de68-4d57-9084-f16883bbdf4a

This way I cannot receive the text from Xiaomi.

Did you manage to solve it?

Prodromo avatar Mar 03 '22 10:03 Prodromo

Captcha starts appearing if you bump the version of JavaFX, seems like an outdated WebView issue. I haven't noticed any GUI bugs in the login procedure (up to the SMS verification dialog) from doing this. Comment out the previous LTS and edit to newest build.gradle.kts, line 35:

version = "11.0.2"

to

//version = "11.0.2" version = "17.0.2"

Rerun gradle build and gradle run and it should work.

beefmode avatar Mar 03 '22 15:03 beefmode

Captcha starts appearing if you bump the version of JavaFX, seems like an outdated WebView issue. I haven't noticed any GUI bugs in the login procedure (up to the SMS verification dialog) from doing this. Comment out the previous LTS and edit to newest build.gradle.kts, line 35:

version = "11.0.2"

to

//version = "11.0.2" version = "17.0.2"

Rerun gradle build and gradle run and it should work.

It actually worked! Captcha was showing and I received the text...

But after confirming, new bug

image

Prodromo avatar Mar 03 '22 19:03 Prodromo

@Prodromo I noticed there was the option to login with qr code and that gives the exact same response as in your screenshot.

mushtaqx avatar Mar 05 '22 11:03 mushtaqx

Captcha starts appearing if you bump the version of JavaFX, seems like an outdated WebView issue. I haven't noticed any GUI bugs in the login procedure (up to the SMS verification dialog) from doing this. Comment out the previous LTS and edit to newest build.gradle.kts, line 35:

version = "11.0.2"

to

//version = "11.0.2" version = "17.0.2"

Rerun gradle build and gradle run and it should work.

Thx this worked and I don't run in the other bug mentioned. I forked the tool with the fixes inside (url and captcha)

Dav4555 avatar Apr 10 '22 21:04 Dav4555

@Dav4555

Tried your fork, it seems Xiaomi is being a complete **** about it though... fkxiaomi

mushtaqx avatar Apr 15 '22 21:04 mushtaqx

@Dav4555

Tried your fork, it seems Xiaomi is being a complete **** about it though... fkxiaomi

In which step u run in that issue?

Dav4555 avatar Apr 16 '22 01:04 Dav4555

@Dav4555 At the very last step, after giving permission and rebooting to fastboot.

mushtaqx avatar Apr 16 '22 10:04 mushtaqx

@Dav4555 At the very last step, after giving permission and rebooting to fastboot.

Ok after waiting the amount of time I have the same Problem. I took a Windows notebook and used the official tool. Probably last Xiaomi phone

Dav4555 avatar Apr 26 '22 20:04 Dav4555