-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
barcodeDetector.isOperational() always false + no low storage + good network #46
Comments
UPDATE: |
Ok thanks! I thought the check to download the library when low storage occurred was different because on this nexus 4 the registerReceiver(null, lowstorageFilter) sent me back a null intent. I just triple check this result and that's why I thought somethings was strange and open an issue. |
@loutry you can you this as a work around for now https://gist.github.com/mitchross/b012bd72a9cd3b1f92c7 |
thanks @mitchross :) |
Is this the "serious bug" mentioned in v9.0 release notes? |
I am seeing this issue running the ocr-reader sample on a Samsung S4 running Lollipop. I have a 16GB device with about 1.2GB free space. Any ideas what could be causing this? |
Hello!
I always get barcodeDetector.isOperational() at false on a nexus 4 with PlayServices 8.3, 633Mo free on 12,92Go (so low storage isn't fired) and a good network connection.
Here are some logs:
I also cleared the PlayServices cash and uninstall/reinstall the demo app and my app and it still doesn't download the dependencies :(
Any idea what could prevent those dependencies to get downloaded ?
The text was updated successfully, but these errors were encountered: