Copy existing config via adb to another tablet

Hi.
I want to copy an existing config from one tablet to another (via adb). Is it enough to copy
/data/data/org.fdroid.fdroid/databases to the new tablet or where is the location of fdroids settings & repositories?
Thanks.

What config? What’s so complicated about the app settings that you need to use ADB? Is the repo list that long?

it’s not complicated but I have to copy it to more than one other tablet … so it’s easier for me to copy the config via adb than to setup every tablet manually. (In fact I created a new entry for our local repository and want to use this to release some .apk-upgrades …)

You’ll probably need to set ownership, permissions and SELinux context when you copy files manually. Did you try adb backup?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.