Lukáš Anda
Lukáš Anda
Same issue here, any ideas how to solve it?
I found that the issue is Hardware acceleration disabeled, for some reason, some phones tend to not display this view with hardware acceleration disabeled
@raamcosta any updates on this please? It forces me to not to pass data back as originally intended but only by ID or serialize to String since I removed all...
Perfect, thank you for your response. I'll take a look and hopefully come up with something as I'd like to use a singular library to manage my device. To give...
@Malinskiy I see that Adam uses TCP protocol to communicate with ADB protocol. However, traditionally, fastboot is used over USB only. How would that work? It's not clear to me...
Yes, but looking at the source of your library, correct me if I am wrong, your library works as such: - Start ADB server - Send command using protocol to...
But looking at the different options, I can use something like this: https://github.com/eraga/rxusb to communicate with the fastboot mode with specified protocol
I found it's because of complete kotlin plugin, I'll try to post a pull request with updated kotlin version
@LouisCAD Could you please provide some assistance about how to include it to build.gradle.kts? I am having trouble alltogether to update project to Kotlin 1.6.10 on mac
Very good migration but I am unable to execute instrumental tests