beemdevelopment / Aegis

A free, secure and open source app for Android to manage your 2-step verification tokens.
https://getaegis.app
GNU General Public License v3.0
8.37k stars 355 forks source link

authy import not working #1331

Closed nergdron closed 3 months ago

nergdron commented 3 months ago

Version

2.2.2

Source

F-Droid

Vault encryption

Yes (with biometric unlock)

Device

OnePlus 7 Pro

Android version

12

ROM

stock + magisk

Steps to reproduce

com.beemdevelopment.aegis.importers.DatabaseImporterException: java.io.FileNotFoundException: No such file or directory: /data/user/0/com.authy.authy/shared_prefs/com.authy.storage.tokens.authenticator.xml

What do you expect to happen?

aegis imports my accounts from authy

What happens instead?

can't find the authy database (location changed maybe?), import fails.

Log

No response

alexbakker commented 3 months ago

Duplicate of #1077. The fix is included in the 3.0 release.

nergdron commented 3 months ago

ahhh perfect, sorry, shoulda checked closed tickets. looks like I can just copy out that file and import it manually for now, which should work great. thanks!