Google AIY Voicekit V1 doesn't respond - raspberry-pi

When running the AIY voice kit "assistant_grpc_demo.py" demo app, it recognizes what I said, but no reply comes from it.
Also, for the "assistant_library_demo.py" demo app, it detects when I say "Ok Google" but doesn't recognize anything I say after it.
Does anyone know how to solve these problems?
Any help or suggestions are much appreciated.

I had the same issue. I finally made it work by flashing an older version of the VoiceKit image. Here you can find the older versions:
I used VoiceKit Classic Image 2017-09-11 and it worked out of the box.

I had the same issue and it got resolved by following this thread.

Related

Unity3d share screenshot and link error on android 6 up to

Please tell me how to share screenshot and link in Unity? I used some way and error when test on android 6 up to. thanks so much!
In spite of poorly asked question, my skill of psychic tells me that your problem is caused by changes in Android security paradigm. In order to support new versions of Android system you have to adapt your sharing method to use FileProvider.
You can read about it here or google more info youself. Hope it will point you to right direction.

Facebook login returns loginCancelled in Corona SDK

facebook.login("6230773377xxxxx", fbListener, {"publish_actions"})
in the listener the event.phase is always loginCancelled and i don't know why. can anybody help?
You likely have something misconfigured. If you're on Android, it's very likely the keyhash. But without more information about what device, your build.settings, Corona SDK version, it's going to be hard to answer.
You might want to study this tutorial/blog post closely and make sure you've followed it and see if that solves the problem.
http://coronalabs.com/blog/2013/07/30/understanding-facebook-authentication/
Rob
Update to the latest build, this was a problem that was found in the G2.0 engine and has since been resolve :)

Paging UIScrollView doesn't work :( (iPhone, cocos2d)

I found this:
http://www.cocos2d-iphone.org/forum/topic/9417
but the project doesn't works with iOS 4.x and cocos2d 0.99.5.
Can someone share a working project? or get it work?
Thank you very much for any help.
PS: I will vote up any helpful answer and the one who will share a working project gets the accepted answer.
Hi
I don't have time (right now) but I will try to use the one you have linked and post the working project because I will be in need of this in near future.
I used http://brandonreynolds.com/blog/tag/angry-birds-menu/ once.
Edit:
If you read that topic at cocos2d forum, a person named "blackmouth" have posted a working project.
This is the link : https://github.com/blackmouth/shapes-panels

Adobe Air for IPhone

We have developed Air application and next step it is porting this application to the IPhone/IPad.
So, I have downloaded and start to use packagerforiphone
After packaging and try to run application on IPhone I can see only white screen.
Could you help me and tell How to resolve this problem, and Does anybody had the same problem in?
Thanks.
It looks like you're not the only one with this problem. Have you tried following this blog post's suggestions?

Works on Emulator and Safari browser but not on real IPhone

I am building a website that runs on IPhone. I am facing a issue where in the application works on browsers and emulator. But its not working on real IPhone device.(Basically my login submit is not happening on IPhone!)
Also the console doesnt shown me any error on IPhone. Have anybody faced such an issue. What could be the issue any idea.......solution is appreciated!
Thanks,
Justin Samuel.
I found the cause of the issue.Basically my config has a setting which gives my site url. eg: currently it was something like http://xyz.com.
Now this worked on normal browsers and emulators. But when it comes to IPHone i had to change the config variable with something like http://www.xyz.com.
Browser was smart enuf to find out what the handle this but not IPhone browser.
Thanks Mahboudz and Mike for you valuble time. Yes I should have added more details while giving the question. Sorry for that!!
Thanks All.