trezor / trezord-go

:smiling_imp: Trezor Communication Daemon (written in Go)
GNU Lesser General Public License v3.0
245 stars 146 forks source link

Android / aarch64 support #145

Closed AlexanderPavlenko closed 5 years ago

AlexanderPavlenko commented 5 years ago

Is it possible to run trezor bridge on Android device? If no, is it on a roadmap?

prusnak commented 5 years ago

It might be possible, but no one has tried that yet.

It is not on the roadmap, because on Android it is possible to use Trezor in Chrome natively (using WebUSB) - currently deployed to https://beta-wallet.trezor.io - just click on "Check new devices"

karelbilek commented 5 years ago

In addition: We use libusb, which calls low-level Linux APIs. I have no idea how does that work on Android.

There seem to be some Android support in libusb, but that would need additional testing, and maybe changes in the lowlevel libraries.

https://github.com/libusb/libusb/pull/242

Also read https://github.com/paritytech/parity-ethereum/issues/10058 - there seem to be some issues in libusb on Android

so, most probably no