You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but although i can re-import this into runnerup, i cant access it from any other app (eg android 'files' cannot find the file. within termux i can see the file is there with 'ls' file, but apparently not copy it
$ ls -la /storage/emulated/0/Android/data/org.runnerup/files/runnerup.db.export
-rw-rw---- 1 u0_a341 sdcard_rw 12271616 Jul 1 15:21 /storage/emulated/0/Android/data/org.runnerup/files/runnerup.db.export
$ cp /storage/emulated/0/Android/data/org.runnerup/files/runnerup.db.export .
cp: cannot open '/storage/emulated/0/Android/data/org.runnerup/files/runnerup.db.export' for reading: Permission denied
this seems to stop me taking a backup - or importing on a new phone?
could you perhaps make it save the backup to the Downloads folder?
The text was updated successfully, but these errors were encountered:
Later Android limits the access rights quite much. Shared paths do not require permissions.
The command line app is also restricted. I expected that Android Files to request such permissions. Solid Explorer works for me.
So try another file manager.
Some implementation is required to handle the scooped storage framework.
There are some issues with requesting permissions from settings too, that was not easily solved (I spent some time on this before going with the current implementation.
Also running into this. The old phone was rooted, and I was able to extract the export, but I can't put it into the right place on the new phone because the included files app doesn't show the folder. Using third party file managers also failed with permission problems for me so far.
Export saves the file to
/storage/emulated/0/Android/data/org.runnerup/files/runnerup.db.export
but although i can re-import this into runnerup, i cant access it from any other app (eg android 'files' cannot find the file. within termux i can see the file is there with 'ls' file, but apparently not copy it
$ ls -la /storage/emulated/0/Android/data/org.runnerup/files/runnerup.db.export
-rw-rw---- 1 u0_a341 sdcard_rw 12271616 Jul 1 15:21 /storage/emulated/0/Android/data/org.runnerup/files/runnerup.db.export
$ cp /storage/emulated/0/Android/data/org.runnerup/files/runnerup.db.export .
cp: cannot open '/storage/emulated/0/Android/data/org.runnerup/files/runnerup.db.export' for reading: Permission denied
this seems to stop me taking a backup - or importing on a new phone?
could you perhaps make it save the backup to the Downloads folder?
The text was updated successfully, but these errors were encountered: