Skip to content

gives an error when copying to the sd card #506

Closed
@borivit

Description

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots or screen recordings to help explain your problem. If they are too private for this public space, feel free to send them by email.

System information and logs:
In the app, there are instructions in the About page > Bug Report section. After following them, paste here your system information and attach your logs.

Additional context
Add any other context about the problem here.

Activity

deckerst

deckerst commented on Jan 26, 2023

@deckerst
Owner

Thanks for following up.

In the app, there are instructions in the About page > Bug Report section. After following them, paste here your system information and attach your logs.

borivit

borivit commented on Jan 26, 2023

@borivit
Author

Package: deckers.thibault.aves
Aves version: 1.7.10-play
Aves build: 90
Flutter version: 3.3.10
Flutter channel: stable
Android version: 11
Android API: 30
Android build: RP1A.200720.011
Device: Xiaomi 2201117PG
Geocoder: ready
Mobile services: ready
System locales: ru_RU
Aves locale: system -> ru
Installer: com.android.vending
aves-logs-20230126_230225.txt

deckerst

deckerst commented on Jan 26, 2023

@deckerst
Owner

Thanks. The logs are weirdly empty :/

  1. Can you write to your SD card with other apps? I'm asking because some SD cards are buggy and read-only.

  2. Could you go to Settings > Privacy > Storage Access and take a screenshot?
    Something like this:

  1. If you already have an image or video on your SD card, could you open it in the viewer, then go to its Info page and take a screenshot?
    Something like this:

borivit

borivit commented on Jan 26, 2023

@borivit
Author

Screenshot_2023-01-26-23-35-23-369-edit_deckers thibault aves

borivit

borivit commented on Jan 26, 2023

@borivit
Author

I'm starting to think it's Xiaomi's fault because no file manager can copy files to the SD card except the pre-installed one

deckerst

deckerst commented on Jan 26, 2023

@deckerst
Owner

Thanks for checking. The format of the SD card volume ID (FE38BD1638BCCF41) looks weird to me. I'm expecting something like 1243-5678. Maybe that's confusing non-Xiaomi apps.

Also, as I've mentioned before, maybe the SD card is not mounted properly, which prevents regular apps from writing to it.

I'll close this issue, as it seems to be unrelated to Aves, but feel free to comment if you have additional insights.

borivit

borivit commented on Jan 26, 2023

@borivit
Author

I don't know how, but this gallery manages to copy files from me. Maybe you can find out how they do it.
Screenshot_2023-01-27-00-04-02-651-edit_com visky gallery

deckerst

deckerst commented on Jan 26, 2023

@deckerst
Owner

Is that app open-source? Please share if you have a link to the app source.

Also, if you can please check my question 3. here.

borivit

borivit commented on Jan 26, 2023

@borivit
Author

it looks like this gallery is not open source unfortunately
Screenshot_2023-01-27-00-21-11-909_deckers thibault aves

deckerst

deckerst commented on Jan 26, 2023

@deckerst
Owner

The gallery app that works for you targets API 29 (Android 10), so it doesn't follow the requirements of the Play Store. Soon it will no longer be listed for download to new users.

Targeting older API allows that app to bypass the permission system of modern Android.

25 remaining items

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

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      gives an error when copying to the sd card · Issue #506 · deckerst/aves