-
Notifications
You must be signed in to change notification settings - Fork 31
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
/sdcard/Android/data inaccessible on Android 13 #128
Comments
Hi, The embedded FTP server was removed because it has maintainability, security I'm currently investigating other ways to expose the configuration files In the meantime, you can still download an older version I might re-introduce it in later versions if I cannot find another way. |
Could you allow saving network configuration directory as a ZIP file or updating network configuration directory from a ZIP file? |
Yes, I'm considering adding config dir ZIP import/export as a fallback. |
Release v0.41 now makes the config and log directories available to the stock file manager and other editor apps. Please test :) |
When upgrading to 0.41 via the play store all existing configurations are missing from the UI. If I connect via adb they're still in It would be nice if on upgrade the files are migrated or have some warning about it. |
Quoting Rowan (2024-10-04 22:32:19)
When upgrading to 0.41 via the play store all existing configurations
are missing from the UI. If I connect via adb they're still in
`/storage/emulated/0/Android/data/org.pacien.tincapp/files/networks`
which I can download with `adb pull
/storage/emulated/0/Android/data/org.pacien.tincapp/files/networks
.` then push to the `Download` folder in the file system using
`adb push networks /storage/emulated/0/Download` and then using
the file manager UI move the networks to the tinc networks folder.
It would be nice if on upgrade the files are migrated or have some
warning about it.
That's what is supposed to happen: the files should have been moved
automatically when upgrading.
Do you see any error message in the app's log file regarding automatic
configuration location migration?
|
Here's the logs
I've done this on two devices so far the same thing happened on both |
Quoting Rowan (2024-10-04 23:11:54)
/data/user/0/org.pacien.tincapp/files/rList: The destination file already exists.
Thank you for sharing the log;
Seems like some system file made the whole automatic migration process fail.
I've just released a new version (v0.42) which should fix that.
|
I can confirm that v0.41 works for me and I can edit the configuration files on my phone. Thanks! |
I can confirm that upgrading from 0.40 to 0.42 the configuration files migrate, thanks :) |
Thanks everyone for the feedbacks! |
I am struggling to edit files on Android 13:
Could you return the ftp feature that was removed not that long ago:
v0.38 -- 2023-07-30
The text was updated successfully, but these errors were encountered: