-
Notifications
You must be signed in to change notification settings - Fork 156
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
Publish on F-Droid #237
Comments
Yes, as long as you describe that it is from |
Yes, of course. |
I have a try https://gitlab.com/linsui/fdroiddata/-/commit/abafba0871a354334e18d28cc649920f09b326dc. But the apk doesn't work for me. I can only see a black screen and it quits after a while. The apk can be downloaded from https://gitlab.com/linsui/fdroiddata/-/jobs/4728967690/artifacts/file/tmp/com.k2fsa.sherpa.ncnn_1.apk. |
Can you get the logcat log? |
The logcat of my build:
Logcat of your build from github release:
Both of them only show a black screen on my phone. Maybe it just take a very long time to load the model? |
Are there more error logs? |
It seems that SEGV_ACCERR could be a permissions related issue. E.g. a different user might own that file versus the user which is running the process? Or wrong permissions? [Edit: seems it can also be stack overflow, but IDK why the stack might overflow.] |
It should not take a long time to load the model. It looks to me that you don't specify the model path correctly or there are some issues with your model, e.g., not updated. sherpa-ncnn/sherpa-ncnn/csrc/model.cc Line 240 in 655a99b
Could you first test your model with |
You apk doesn't work for me either. My build works on another device. So looks like the problem is that this app doesn't work on my phone. I opened #239 for this problem. |
Can I add some fastlane metadata for descriptions for F-Droid? I can open an PR. The version name and version code is not updated. Should I patch it, e.g., 2.0.2(20002) or you can set it to a meaningful value? If the version code is always 1 F-Droid can't update the app. |
Should I also package the GPU version? It's reported that the perfomance of GPU version on Android is terrible but maybe someone want to have a try anyway. |
Can I package this app for F-Droid?
The text was updated successfully, but these errors were encountered: