-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sd-card-saf-write-permission support #169
Comments
Note: implementation is under way in a seperate branch. It is not published on gihub yet because my monthly internet trafic volume was eaten up after 2 weeks :-( |
commit 155a8fb1500a240323fb327e16bc38901e7c7731 Author: k3b <[email protected]> Date: Sat Dec 12 20:11:58 2020 +0100 #169: Update exif-file-info also updates mediadb without changing mediadb-id commit 04cef1a Author: k3b <[email protected]> Date: Fri Dec 11 12:58:29 2020 +0100 #155: Fix crash if missing file permissions commit 461b889 Author: k3b <[email protected]> Date: Thu Dec 10 20:27:05 2020 +0100 #169: Update exif-file-info also updates mediadb without changing mediadb-id commit 1f51e1c Author: k3b <[email protected]> Date: Mon Sep 28 19:54:02 2020 +0200 #169: Experiment to trace file rename
…iadb-id: Imagedetail: EditExif,rename,move,copy,delete
…iadb-id: Imagedetail: EditExif,rename,move,copy,delete
…iadb-id: Imagedetail: EditExif,rename,move,copy,delete
…processes 120 photos per minute (was 30 per minute before)
SD-Card-write support is working in branch master and new-DocumentFile. Starting with android-10 google has removed the capability to get geo data from the media database so the main purpose of this app: show/find photos through a geographic map is gone forever. I spend several months of work to implement a shadow copy of the media database but in the end a gave up. APhotoManger is dead :-( |
What a pity. Although GEO info is unavailable, still this app is very very useful to manage metadata. May I know what's the diff between master and new-DocumentFile? Thanks. |
APhotomanager version 0.8.3 and older only supports photos on sd-card when the sd-card is formatted as internal memory if you use android-7 and newer.
This ticket tries to add "ask for SAF-permission" support. to solve #95 #61 if android allows write access to external storage (sdcard, usb-stick)
Background: I broke my android-7.1 cellphone (which used the sd-card as formatted as internal memory) and the manufacturer "LG" of my new android-9 divce does not allow "format sd as internal). Fortunately i found the setting "allow app to write to external memory" in the developper settings.
The text was updated successfully, but these errors were encountered: