[android-developers] Re: How can I specify message body part in SMS intent?

2008-10-28 Thread HTP
I'm looking for the same thing, but I just want to start the built-in SMS application with a forwarded destionation number. How do I do that? //HTP --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android

[android-developers] MapView showing GPS positions incorrect

2008-10-17 Thread HTP
} @Override public void draw(Canvas canvas, MapView mapView, boolean shadow) { super.draw(canvas, mapView, false); } } Please help! Regards HTP --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[android-developers] start SMS activity on the same way as making a call via intents

2008-10-14 Thread HTP
on? I mean start the activity where you can write an SMS with the phonenumber already there. something like this: Intent i = new Intent("android.intent.action.START_SMS_APPLICATION", Uri.parse("tel:" + phonenumber)); startActivity(i); thanks in advance //HTP --~--~-~-

[android-developers] Will there be any updates on audio encoding for audio caputring in later versions of the SDK?

2008-09-17 Thread HTP
Hi! The Audio encoding that is included in android is not filling my needs. It let you record audio of poor quality compare to the quality that JME offers. Will there be any upgrades on this in the next SDK release? AMR today in android let's you record audio in 8 khz and I think that is not goo

[android-developers] AudioRecordThread: buffer overflow... can it cause problems?

2008-09-10 Thread HTP
verflow of course, but what kind of problem can it cause? The recording works fine and I have no problem with running my application, but can it cause me problem later? Thx in advance //HTP --~--~-~--~~~---~--~~ You received this message because you are subscri

[android-developers] How to use the mic for audio-input in android

2008-09-03 Thread HTP
: emulator -audio-in But I can't find any information about how to define so it will use my computer's mic. Or use a -wav file as audio input. Does anybody know? Thanks in advance! //HTP --~--~-~--~~~---~--~~ You received this message because you are subs