Export / Import apps list in F-Droid Client

Hi there.

I’ve switched devices a couple of times. I use roughly the same bunch of packages on every device. I’ve tried to locate any option or file that contain my installed apps.

I found a SQlite file which contain them but it was deep inside the data folder for F-Droid in the root directory. Poked around in more user-accessible places, SD cards and whatnot but I didn’t find anything.

Is there any way to get a list of the installed packages, feed it into the F-Droid app on my new device and reinstall my previous installs? I guess just backing them up and push them to my new device could be an option but that can cause problems if there’s any compatibility issues. And then of course you can do it all manually.

Either there might not be such an option or I’m missing something obvious. I’ve noted that there’s a log option but I’m not entirely sure if this is something you can import, whether it applies to apps installed after I enabled it and where the log is placed.

I can recommend GitHub - mvdan/fdroidcl: F-Droid desktop client for batch operations with apps.

My app of choice for that is

Unfortunately it’s in the Archive now, but I hope it’ll get built sooner or
later: rebuild com.projectsexception.myapplist.open please (#944) · Issues · F-Droid / Data · GitLab

Guys I remember something, F-Droid’s settings > Expert mode > Keep install history
Where could I find that history?

You can see your installed apps on Settings > My Apps > Manage installed apps.

It doesn’t keep an app history though, and it doesn’t save to a file for later usage, but that would be great.

Hi!! I am searching for an F-Droid app that list all installed app’s and export them in a text file. Does it exist?

You can try the following to see if meets your expectations:

  1. List My Apps (List apps) - List My Apps | F-Droid - Free and Open Source Android App Repository
  2. My App List (Ex- and import list of installed applications) - My App List | F-Droid - Free and Open Source Android App Repository

I have used both and they work fine. They meet my requirements at least. :slight_smile:

1 Like

The latter is a very good one. It’s a pity it’s abandoned. Still can be installed from the Archive.

https://f-droid.org/wiki/page/com.projectsexception.myapplist.open

2 Likes

I found way to share app list, it produces CSV file that should be machine readable.

But I cannot find out how to open this file on F-droid to install this apps.

Note that I am not interested in backuping app data - I am deliberately reinstalling phone and I will migrate wanted data on my own.

there’s no import (yet)

3 Likes

You could do it with GitHub - mvdan/fdroidcl: F-Droid desktop client if you are comfortable with command line, adb etc

Is it requiring root access?

ADB does not require root, just enable Developer options and and ADB access, see the Internet for info :wink:

Reminds me of the ancient My App List | F-Droid. A 2014 relic that still worked wonderfully on Android 11.

Used it to reinstall a bunch of apps when I had moved from stock to custom. Works with / will use any store available. Not as seamless as importing a list into a store but definitely reduced reinstall time.

1 Like

The ability to create, import, and export a text file which will contain a list of apps.

Users can easily modify this list within F-Droid client and can export the list into a file. This list can also easily be imported into F-Droid as well. A setting will be available to “Install apps from list” which will go into a menu were you can view all the apps on the list and choose which ones to install and which ones to ignore (not install) and then F-Droid will install all the apps on the list that are not installed on the device all at once.

This will make it easier to get all of your apps installed on a new phone instead of searching for each app and installing each app one by one.

Just found a newly added application while scrolling.

Source: GitHub - AndroidLabs-org/AppListBackup

1 Like

Export option is already there for AppManager : Export/Import App List · Issue #122 · MuntashirAkon/AppManager · GitHub (multiple formats coming in next update)
Import will be added after the unification of Aurora+F-Droid.