FreeOTP Backup and Restore
Backup
- Set Android into "developer" mode
- Tap the "Build number" 7 times
Settings -> About phone -> Software information -> Build number
- Turn on USB debugging
Settings -> Developer options -> USB debugging (in dialog click "Allow")
- On computer, install adb
- Connect Android to computer
- In dialog click "Allow" to allow the USB connection to computer
- Check from computer that the Android is connected
- Backup the FreeOTP info to a file on the computer
adb backup -f android-org.fedorahosted.freeotp.adb /path/to/backup/file
Restore
- Restore the FreeOTP info
adb restore /path/to/backup/file