TianZerL / Anime4KCPP

A high performance anime upscaler
GNU General Public License v3.0
1.79k stars 137 forks source link

Android app errors #28

Closed Mimocro closed 4 years ago

Mimocro commented 4 years ago

Failed to create folders (always) and failed to initialize video writer (shows only when i try to start it on any videos). I'm trying to change preference and output folder, but it does nothing. It finishes running on pictures, but first error shows after finished message. Also if quit for app with quit button, at next start gpu modes can't be chosen and shows as unsupported. And more thing, after change screen orientation all settings and selecting files resets.

TianZerL commented 4 years ago

Failed to create folders may happen on some Android 10 devices,I will try to fix it in next version.
Failed to initialize video writer is similar to failed to create folders, it should be a permission problem in Android 10. Try set output path to Android/data/github.tianzerl.anime4kcpp/files/output, it may works on some Android 10 devices. GPU mode bug has been fixed.
Newest Android 10 has a more strict management of reading and writing sd card, android 10 op7p beta 15 also reported the same issue #25

Mimocro commented 4 years ago

Ok, it fix errors, but i have Android 9.

TianZerL commented 4 years ago

I have tested in my Lenovo ZUI11.5(Android 10) and ZUI4(Android 8) device, all works well, I'm not sure if it is more strict of permission management in native android.