-
Notifications
You must be signed in to change notification settings - Fork 428
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
Speech to text is not working with api 30 or more #693
Comments
Is there anything reported in the logcat that can be addressed? |
07-15 00:40:34.816 1565 2456 I AppsFilter: interaction: PackageSetting{8dccecb oli.oli/10402} -> PackageSetting{f1e9383 com.google.android.googlequicksearchbox/10219} BLOCKED |
https://github.com/Android-for-Python/Android-for-Python-Users#plyer I just find out this ... Please look into it. I worked for 8 months straight and at the end moment while submitting the app to console. I understood the problem |
If it is just that query that needs added then that could potentially be added/provided via |
This is may be off topic but I am getting error Open quote is expected for attribute "android:name" associated with an element type "action". in buildozer. I just copy pasted those xml codes |
Can you show precisely what you copied/ran and where you are getting that error <queries>
<intent>
<action android:name="android.speech.RecognitionService" />
</intent>
</queries> should be what you're adding/including |
Execution failed for task ':generateReleaseBuildConfig'. above is the exact error I have attached my xml file in txt format |
also the file in which it is giving error |
seems to have removed the quotes... failing that try manually adding it to the template |
No doesn't work |
escaping the characters does seem to build correctly here; <queries>
<intent>
<action android:name=\"android.speech.RecognitionService\" />
</intent>
</queries> |
thanks above code solves the issue |
for me that doesn't work... trying to get this code running: main.py: adding this to buildozer.spec :
z.xml : Nothing happens just [] is written in the results |
I tested plyer sst for various devices with api version 31 and it worked fine in devices with Android 9 or less but with Android 10 or more it doesn't enabled microphone. May be the issue is that microphone is not working
The text was updated successfully, but these errors were encountered: