1
0
mirror of https://github.com/helloworld1/FreeOTPPlus synced 2025-10-05 16:12:43 +02:00
Clone
9
Home
Howard Liberty edited this page 2021-03-05 21:23:11 -08:00

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.