Skip to content
k3b edited this page Mar 12, 2021 · 1 revision

Note: If you are using Android-9 or older you can ignore this text.

Since Android-10 google has put severe restrictions to android. Consequences:

  • accessing the photo-gps data inside the android-media-database does not work any more.
  • searching in the android-media-database using sql-functions does not work anymore.

Therefore (on Android-10 or later) "A Photo Manager" uses it-s own local media database and it-s own media-scanner which is terrible slow (scan 120 jpg-s per minute) since android-6.

As alternative you can import the foto meta data from a csv file which is much faster (600 jpg-s per minute) You can generate the csv on a windows-pc using apm2csv.cmd

APMs foto backups in a zipfile also generates a csv inside the zip.

https://github.com/k3b/APhotoManager/issues/155

Clone this wiki locally