Szaki/XiaomiADBFastbootTools

Language is not English

RdmIO0 opened this issue · 7 comments

Screenshot 2021-10-25 at 18 48 38
On my Macbook I get this when I open the app

same error here on bigSur 11.5.2 with jre 17.0.1, how to fix it?
Screen Shot 2021-10-30 at 14 10 32

Same issue here.

Console shows the following warnings:

CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
lbmh commented

Same here.

I found that it's macOS specific issue. On Linux, the tool works fine.

Screenshot 2021-10-25 at 18 48 38
On my Macbook I get this when I open the app

Have same problem :( Did someone figure it out, how to fix this?

As a workaround, you can use the command line ADB tool: https://developer.android.com/studio/command-line/adb
At the end of the day, this app is only a graphic interface for ADB.

I will try this. Thank a lot!