[android-developers] Recognizer not present

2010-12-09 Thread VIP
I am using Antroid 2.2 and using Voice API sample application . setContentView(R.layout.main); Button speakButton = (Button) findViewById(R.id.Button01); mList = (ListView) findViewById(R.id.List); PackageManager pm = getPackageManager(); ListResolveInfo

[android-developers] Re: Receive SMS on a specific port

2010-10-06 Thread VIP
are you sure that your reciever is correct? The specific port is coded in the Intent received by the receiver. a small example what i want to say: onReceive(, intent) { final String uri=intent.getDataString(); final String [] str = uri.split(:); final int port =

[android-developers] Device dashboard questions

2010-08-02 Thread vip
Hi everyone, I got a couple of questions about the device dashboard: http://developer.android.com/resources/dashboard/platform-versions.html - Does it take into account only real physical devices, or also Android emulators ? - Is there some way to get a geographical distribution ? I'm surprised