Stypox / dicio-android

Dicio assistant app for Android
GNU General Public License v3.0
641 stars 63 forks source link

download vosk module not doing anything #128

Open nutpantz opened 1 year ago

nutpantz commented 1 year ago

Latest today from fdroid 0.8

Touch the arrow down button to download vosk And nothing happens.(button changes from arrow down to arrow in circle) on wifi No attempt shown in firewall logs Nothing in notification area No info No nothing Pixel 6 Android 12 Is there a manual install link for the vosk module?

Stypox commented 1 year ago

Does this comment help? https://github.com/Stypox/dicio-android/issues/104#issuecomment-1348598312

Maybe you changed some settings in Android's Download Manager, or your Download Manager is broken, idk

nutpantz commented 1 year ago

Anything is possible, download manager is a total pile of crap that is impossible to diagnose issues with. But download manager works with other apps so i don't think so.

On December 30, 2022 10:00:31 AM PST, Stypox @.***> wrote:

Does this comment help? https://github.com/Stypox/dicio-android/issues/104#issuecomment-1348598312

Maybe you changed some settings in Android's Download Manager, or your Download Manager is broken, idk

-- Reply to this email directly or view it on GitHub: https://github.com/Stypox/dicio-android/issues/128#issuecomment-1368033876 You are receiving this because you authored the thread.

Message ID: @.***>

Stypox commented 1 year ago

Once the Vosk model download process will be rebuilt to be able to support the features described in #129, we'll definitely not use DownloadManager but rather a network stack

bananajoe-tweak commented 1 year ago

I encountered the same problem. Here is how I succeeded downloading the Vosk model on an android V.8. I go into settings -- apps -- click on ... in upper corner -- Show system apps -- Download Manager -- Data Usage -- allow background data usage -- Then in dicio, click download.

After that, you can disable background data usage again if you like.

anaxonda commented 1 year ago

When I attempt to download the vosk model the download button changes to the spinning circle, and I get the message "Downloading Vosk model". But after a minute or so I get the message "Downloading Vosk model failed". I have background data usage enabled for Download Manager. Using 0.9 version of the app.

chris-blues commented 9 months ago

Same here! Installed dicio 0.10 from F-Droid. Download Manager 11 has background data usage enabled. The download-circle spins forever and does nothing... too bad!

Is it possble to run the listening always? Like having it listen for a keyword, like "computer" or sth, and then wait for a command? Always having to open the app, before making it listen, kind of defeats the purpose of this app, doesn't it? ...I just read the road map...

Edit: Is it possible to download the right module manually and put it somewhere in the filesystem?

Stypox commented 1 week ago

Could you test if this version of Dicio fixes the issue? Now it doesn't use Android's DownloadManager anymore, but makes network calls directly, so it should work. https://github.com/Stypox/testing-apks/releases/download/1/app-debug.apk