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

Empty screen on start #11

Closed
inguna87 opened this issue Jul 18, 2022 · 9 comments
Closed

Empty screen on start #11

inguna87 opened this issue Jul 18, 2022 · 9 comments

Comments

@inguna87
Copy link

Hi, I would like to say thank you for your hard work. Unfortunately, the apk you have provided doesn't work as it should. When I start the app nothing happens. It doesn't ask if I want to download new models or anything. It just sits on main screen. Tried on Oneplus 7 Pro A10, Huawei P10 A9, Xiaomi Note 10 A11. When I choose it as voice typing service in android settings it pops up but doesn't seem to work, nothing happens.
Screenshot_20220718-232052
Do you mind checking what could be wrong? Thanks a lot in advance

@nshmyrev
Copy link
Contributor

You can collect logcat with adb to help us on this.

@nshmyrev nshmyrev changed the title Doesn't work, unfortunately Empty screen on start Jul 18, 2022
@inguna87
Copy link
Author

You can collect logcat with adb to help us on this.

Hopefully, this is enough information. Thank you
vosk.txt

@sogaiu
Copy link

sogaiu commented Oct 29, 2022

I had a similar experience with the apk from here: https://github.com/alphacep/vosk-android-service/releases/tag/0.3.42

I built from 6a71977 using Android Studio, then installed one of the resulting .apk files via adb. Launching this version of the apk showed a list of language models.

FWIW, this was on a tablet running Android 10.

@dzach
Copy link

dzach commented Oct 30, 2022

I'm getting the exact same empty screen and behavior as @inguna87 on a Samsung Galaxy A5 running Android 7.0. Using vosk-android-service 0.3.42 apk for voice input, it pops up a prompt and an error saying it cannot load the recognizer. Nothing else happens:

error

@inguna87
Copy link
Author

I had a similar experience with the apk from here: https://github.com/alphacep/vosk-android-service/releases/tag/0.3.42

I built from 6a71977 using Android Studio, then installed one of the resulting .apk files via adb. Launching this version of the apk showed a list of language models.

FWIW, this was on a tablet running Android 10.

Hi, do you mind sharing the apk you have built yourself? Thanks a lot in advance

@sogaiu
Copy link

sogaiu commented Oct 30, 2022

@inguna87 I've put some up temporarily here: https://github.com/sogaiu/vosk-android-service/tree/builds/builds

The builds contain extra logging like this:

  Log.d(TAG, "onError: " + i);

but otherwise they should be the same as what's in 6a71977

@inguna87
Copy link
Author

@inguna87 I've put some up temporarily here: https://github.com/sogaiu/vosk-android-service/tree/builds/builds

The builds contain extra logging like this:

  Log.d(TAG, "onError: " + i);

but otherwise they should be the same as what's in 6a71977

Thank you! We all appreciate your hard work!

@sogaiu
Copy link

sogaiu commented Oct 31, 2022

@inguna87 I hope we can all get something working well for our respective situations. It's really the hard work of others like @nshmyrev and @Doomsdayrs (and may be other people I'm unaware of) though :)

@inguna87
Copy link
Author

Seems to be fixed now. Thank you @nshmyrev @Doomsdayrs @sogaiu and everyone who is or was working on this project

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

No branches or pull requests

4 participants