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

Importing CSV does not work in Android 13 #80

Open
hansaplasst opened this issue Apr 4, 2023 · 6 comments
Open

Importing CSV does not work in Android 13 #80

hansaplasst opened this issue Apr 4, 2023 · 6 comments

Comments

@hansaplasst
Copy link

hansaplasst commented Apr 4, 2023

I cannot import CSV files in android 13.
see: crash-report.txt

@uli-on
Copy link

uli-on commented May 23, 2023

At first importing didn't work for me, too, on Android 13. But I found a way that's worth a try at least: You need a CSV export from the old device. After each failed import attempr, you have to reset the app on android 13 by deleting its data from the Android app info screen. Then try both of the app's menu items containing "CSV", they're both named identically and I can't remember which one worked. The first one crashes the app? Delete its data again and try the second one. Vice versa if you start bottom first. I have it running that way. Good luck!

@Japatup
Copy link

Japatup commented Dec 2, 2023

The PR #82 from Asrosoft solves the problem. IMHO it should be merged.

I have rebuilt an apk from this PR (or directly from the Asrosoft repo, it's currently the same) and it works like a charm on my android 10.

If I understand well, the app in its store version (2.2.1) does not manage correctly the android external storage framework. It is then allowed to read and write files the first time you use the app (don't know why), but will receive a permission denial to access them after a device restart (I explain that with my own words and am not an android dev, sorry for purists :) )

Thanks to Asrosoft ; )

@bluesdataventure
Copy link

The PR #82 from Asrosoft solves the problem. IMHO it should be merged.

I have rebuilt an apk from this PR (or directly from the Asrosoft repo, it's currently the same) and it works like a charm on my android 10.

If I understand well, the app in its store version (2.2.1) does not manage correctly the android external storage framework. It is then allowed to read and write files the first time you use the app (don't know why), but will receive a permission denial to access them after a device restart (I explain that with my own words and am not an android dev, sorry for purists :) )

Thanks to Asrosoft ; )

Hey maybe you can help me. I would REALLY like to be able to export my lists from my old phone to my new phone, but as you know ... I can't as I'm on Android 12. Every time I try to export to csv it just quits out.

Fdroid is telling me I have to uninstall 2.2.0 before i install 2.2.1. Which will delete all of my lists, right?

Is there a way to back up the files and just drop them into the correct new directory on the 2.2.1 install?

Any help would be great! I'm trying to move to Android 14. I will move away from OI shopping list and to something still in development. Which is a shame as I've been using OI shopping list for YEARS.

@uli-on
Copy link

uli-on commented Sep 28, 2024

@bluesdataventure I've just rewritten my tip (see post 2 above) which is in the essential part (only the first import works, but it did work) affirmed by Japatup's post you've quoted. You can still try my method, it should be quicker and easier, in case the Android devs didn't close that loophole in the meantime.

@uli-on
Copy link

uli-on commented Sep 28, 2024

Ah, sorry, you can't even export. Damn.
Which app in development were you talking about, BTW?

@uli-on
Copy link

uli-on commented Sep 28, 2024

Fdroid is telling me I have to uninstall 2.2.0 before i install 2.2.1. Which will delete all of my lists, right?

That's correct, unfortunately.

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

No branches or pull requests

4 participants