monero-project / monero-gui

Monero: the secure, private, untraceable cryptocurrency
Other
1.74k stars 769 forks source link

Ledger Nanox : handle locked device gracefully #3507

Open jonathancross opened 3 years ago

jonathancross commented 3 years ago

Error message from "Please enter wallet password for: [wallet name]" screen:

Couldn't open wallet: Wrong Device Status: 0x6e00 (SW_CLA_NOT_SUPPORTED), EXPECTED 0x9000 (SW_OK), MASK 0xffff

Monero app version: 1.7.6 (latest Firmware)

Related: #2762

2021-05-26_nanox_locked_error_gui

Ideally we would just ask the user to unlock the device using their PIN and ensure the Monero app is open.

rating89us commented 3 years ago

just ask the user to unlock the device using their PIN and ensure the Monero app is open.

I think this is a nice solution. I'll work on this.