Skip to content
Howard Liberty edited this page Mar 6, 2021 · 9 revisions

Welcome to the FreeOTPPlus wiki!

Frequently Asked Questions:

How to import tokens from original FreeOTP?

You need to to have root access to import from original FreeOTP App

  1. First in FreeOTP+, create some random token.
  2. Force close FreeOTP+
  3. Use this command in adb cat /data/data/org.fedorahosted.freeotp/shared_prefs/tokens.xml > /data/data/org.liberty.android.freeotpplus/shared_prefs/tokens.xml

Here is a video showing how: https://youtu.be/23kxutlYS9o

If you are able to extract tokens.xml by either rooting or from adb backup (Without root), you can use this script to convert the tokens.xml to importable JSON file.

Clone this wiki locally