Aegis unable to write encrypted

Whenever I try to set up an encrypted vault with Aegis, it crashes. If I set up an unprotected vault, and try to export it to an encrypted backup, the resulting .JSON is zero length.

I don’t know if it’s relevant (seems like it might be), but Authy on the same device doesn’t perform any backups (switch is on). However it syncs with backups done by a desktop set up in the same account.

Any ideas on what’s wrong here? This is on a FP4.

Regain your privacy! Adopt /e/ the unGoogled mobile OS and online servicesphone

temprorary workaround until it’s fixed in an update

1 Like

Yippee. That worked, thanks @noodlejetski and @tcecyk. One little wrinkle for me, though. I had two devices attached:

D:\Downloads>adb devices
List of devices attached
xxxxxxxx device
emulator-5554 device

…so I needed to address my device explicitly by inserting -s xxxxxxxx after each “adb”:

adb -s xxxxxxxx root

…etc.

Cheers.

1 Like