You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have finally gotten the OnlyKey-App and the webapp version to work on my aarch64 devices after much frustration trying to find out why the USB device would never be seen by the app. These devices didn't yet have support for the HID access that node-webkit needed to query the USB devices. By building the repo https://github.com/trustcrypto/node-hid from source, this access is now working and the webapp can be easily working after that. The standalone app can work with some tweaking, I believe I unpacked the .deb and replaced the nw file and lib files with ones from these binaries: https://github.com/LeonardLaszlo/nw.js-armv7-binaries/releases. If you can add this info in for future aarch64 users, that will save them a headache!
Thanks
The text was updated successfully, but these errors were encountered:
Great! Yes there is experimental support for ARM in nw.js from the repo you mentioned but this is not officially supported yet. There is an open issue here with discussion - nwjs/nw.js#1151
if you want to document your steps here we would be happy to provide these to users looking to build an ARM version of the app.
@pineguy64 Hey I had another user reach out about ARM support. Can you share what you did here and then I will see about getting an ARM version released?
I have finally gotten the OnlyKey-App and the webapp version to work on my aarch64 devices after much frustration trying to find out why the USB device would never be seen by the app. These devices didn't yet have support for the HID access that node-webkit needed to query the USB devices. By building the repo https://github.com/trustcrypto/node-hid from source, this access is now working and the webapp can be easily working after that. The standalone app can work with some tweaking, I believe I unpacked the .deb and replaced the nw file and lib files with ones from these binaries: https://github.com/LeonardLaszlo/nw.js-armv7-binaries/releases. If you can add this info in for future aarch64 users, that will save them a headache!
Thanks
The text was updated successfully, but these errors were encountered: