-
Notifications
You must be signed in to change notification settings - Fork 58
android 10 howto
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.
English:
- Homepage
- Download
- Walk Through: Gallery, Filter, Map, Folder picker
- Overview
- How to search/find/filter Photos
- Gallery-View
- Geographic-Map
- Image-View
- edit properties (exif) of photo(s).
- Filter-View
- Tags
- Virtual Albums/Bookmarks
- Folder-Picker
- AutoProcessing Automatic rename/apply exif on move/copy
- Settings
- Backup to zip
- History
- Technical infos
- supported photo properties (exif,xmp,iptc)
- Intent API for other apps to use APhotoManager
- Howtos
- Protect-mode (Extended App Pinning): Limit photos a user can see
- geotag-multible-photos
- Incremental Photo backup
- Workflow: Camera + move + rename + exif(tag, geo) to pc
- pc android photo properties (exif) sync
- Remote Problem Analysis Create a Logfile
- Filter Drill Down: Working with Picker Show-In-New
- Android 10
Other languages:
- ar Arabic العربية
- de German Deutsch
- es Spanish Espanol
- eu Basque Euskara
- fr French Français
- id Indonesian Indonesia
- it Italian Italianio
- ja Japanese 日本人
- nl Dutch Nederlands
- pt Portuguese Português, Brasil
- ro Romanian Român
- tr Turkish Türk
- uk Ukrainian Українська
- zh-CN Chinese traditional 繁体中文
- zh-TW Chinese simplified 简体中文