Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some settings stay on after wipe until device is rebooted #1322

Closed
matejcik opened this issue Oct 22, 2020 · 2 comments · Fixed by #1328
Closed

some settings stay on after wipe until device is rebooted #1322

matejcik opened this issue Oct 22, 2020 · 2 comments · Fixed by #1328
Assignees
Labels
bug Something isn't working as expected core Trezor Core firmware. Runs on Trezor Model T and T2B1.
Milestone

Comments

@matejcik
Copy link
Contributor

e.g., device rotation and auto-lock delay will stay with the same configuration, because the value is erased from storage but remains in effect in separate objects.

Ideal solution would be to reboot the device after wipe, but that is impractical from a technical standpoint.

As an interim solution, we could introduce something like apply_settings_from_storage() which would be called both at end of ApplySettings handler and WipeDevice handler

@matejcik matejcik added bug Something isn't working as expected core Trezor Core firmware. Runs on Trezor Model T and T2B1. S4 Low labels Oct 22, 2020
@matejcik
Copy link
Contributor Author

experimental flags are probably also affected

@matejcik matejcik self-assigned this Oct 22, 2020
@tsusanka tsusanka added this to the 2020-11 milestone Oct 26, 2020
@tsusanka tsusanka modified the milestones: 2020-11, 2020-12 Nov 6, 2020
@bosomt
Copy link

bosomt commented Dec 21, 2020

QA OK

i was not able to replicate it anymore, rotation and autolock is forgotten even when device is not reconnected

Nixos
Suite be4e3a36f7dbe15b2b203f66de11edc50a6665b8
Device: fw-regular-2.3.5-889a3699

@tsusanka tsusanka modified the milestones: 2020-12, 2021-01 Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected core Trezor Core firmware. Runs on Trezor Model T and T2B1.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants