Skip to content
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

Can not access unsecure_export_savedata.tox #564

Open
audricd opened this issue Nov 29, 2024 · 6 comments
Open

Can not access unsecure_export_savedata.tox #564

audricd opened this issue Nov 29, 2024 · 6 comments

Comments

@audricd
Copy link

audricd commented Nov 29, 2024

Describe the bug
Trying to synch with a desktop client, I want my savedata.tox from Trifa

To Reproduce
Steps to reproduce the behavior:

  1. Go to "Maintenance"
  2. Click on "Export tox savedata unsecure"
  3. Try to access (with FX Explorer) "/storage/emulated/0/Android/data"
  4. See error "Access denied"

Expected behavior
I should be able to access the directory in which the savedata is exported, so I can share it to my desktop

Your system information:

  • TRIfA Version: [1.0.240]
  • App from Google-Play / F-Droid / Github-Releases / other: Google Play
  • Android OS Version: Android 14
  • Device: Oppo 98
@audricd audricd added the bug label Nov 29, 2024
@zoff99
Copy link
Owner

zoff99 commented Nov 29, 2024

yeah this is not optimal. let me have a look later to check for a solution ...

@audricd
Copy link
Author

audricd commented Nov 29, 2024

thanks! let me know if I can provide you with anything further.

@zoff99
Copy link
Owner

zoff99 commented Nov 29, 2024

if you have a usb cable and access to "adb". can you try:

adb shell
cd /sdcard/Android/data/com.zoffcc.applications.trifa/files/vfs_export
ls -al unsecure_export_savedata.tox

you can pull the file to your local system like this:

adb pull /sdcard/Android/data/com.zoffcc.applications.trifa/files/vfs_export/unsecure_export_savedata.tox ./

this is just a workaround for now.

@audricd
Copy link
Author

audricd commented Nov 29, 2024

thanks! that worked perfectly

@zoff99
Copy link
Owner

zoff99 commented Nov 29, 2024

sadly google changed android again and now most fileexplorers are not allowed to access this directory anymore.
Meh 🙁

@zoff99
Copy link
Owner

zoff99 commented Nov 29, 2024

just a quick question, you filled out that you have 1.0.240 from google play? is that a typo? the last version on google play is 1.0.231

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants