zoff99 / ToxAndroidRefImpl

Tox Reference implementation for Android
GNU General Public License v3.0
276 stars 54 forks source link

Can not access unsecure_export_savedata.tox #564

Open audricd opened 2 days ago

audricd commented 2 days ago

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:

zoff99 commented 2 days ago

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

audricd commented 2 days ago

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

zoff99 commented 2 days ago

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 commented 2 days ago

thanks! that worked perfectly

zoff99 commented 2 days ago

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

zoff99 commented 2 days ago

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