Christian Findlay

Results 163 comments of Christian Findlay

The UWP problem actually looks like a problem with the Windows 10 SDK. The Ledger team is probably going to hit up against the same problem if they are trying...

Can anyone point me to a good Linux distro that I can use to start testing on Linux? Will try to do this next.

@NicolasDorier lets work together on this. I'm hellbent on getting Hardfolio (https://play.google.com/store/apps/details?id=com.Hardfolio) to work on all platforms, with all hardware wallets. So, I'll do whatever is necessary to make sure...

@NicolasDorier that would be great, but I don't want you to break any existing stuff. You might want to do a code review of what I've done? I will need...

I will also spend some time fixing the unit tests that I have broken as the next step.

A few updates. Apparently HidLibrary doesn't support Linux. https://github.com/mikeobrien/HidLibrary/issues/103 . I did find another library that does support Linux, but I can't vouch for how easy it is to get...

@A-Manning , I'm working on this. Unfortunately, there's no clear path to getting Linux working. As @NicolasDorier points out, HidLibrary is a wrapper for hidlib, but it is mixed in...

> How do you manage to try on Linux via Virtual Machine? @NicolasDorier , actually I have never tried it. I assumed it worked, but maybe not. :( > Normally...

@NicolasDorier , what do you think about this problem? It's pretty much impossible to write a platform agnostic method to enumerate Hid devices. If it is possible, it's not really...

What I am saying is: HidLibrary gives you the tools to enumerate devices and then connect to them, but it only works on one platform: Windows. Hid.Net gives you the...