Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8947997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:53:50+00:00 2026-06-15T12:53:50+00:00

I need to integrate Android voice recognition feature in an Adobe Air generated app.

  • 0

I need to integrate Android voice recognition feature in an Adobe Air generated app.
For that, I’ve built an ANE around the SpeechRecognizer class of Android framework.

It’s working fine on my Transformer TF300 (4.1.1) but I cannot make it work on any other device. I’ve tried both with an Acer Iconiatab A200 (4.0.3) and a Galaxy S2 (2.3).

I always get the following error:

Required extra “calling_package” missing in voice search intent.

I’ve tried to add this extra manually using intent.putExtra method, without any success.

Do somebody has the solution?

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T12:53:50+00:00Added an answer on June 15, 2026 at 12:53 pm

    I always just add a dummy package like this. It works on all the phones I have tested.

    See here

    public void recognizeDirectly(Intent recognizerIntent)
    {
        // SpeechRecognizer requires EXTRA_CALLING_PACKAGE, so add if it's not
        // here
        if (!recognizerIntent.hasExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE))
        {
            recognizerIntent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE,
                    "com.dummy");
        }
        SpeechRecognizer recognizer = getSpeechRecognizer();
        recognizer.startListening(recognizerIntent);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to integrate Tumblr to my Android app, is there any official(I could
Hi guys i am working on an android app where i need to integrate
I need to integrate my android app with facebook. I would like to use
In one of my android app, I need to integrate yelp in the app.
I am writing application for Android using Adobe AIR 3.0. And I need to
I need to integrate Foursquare to my iPhone app. I need to do the
I am porting a game using SpiderMonkey to Android. Because I need to integrate
I used facebook-sdk to integrate facebook in my android app and now I've succeded
I am trying to integrate payment gateway in my android app. Purpose of app
I am currently making an app and website. Is there a system around that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.