[android-beginners] TTS SMS API

2009-10-12 Thread Neil Perry
Hello there, We're looking on making an app that would interact with SMS's so it could be played via the TTS api. Is there any way we can input into the long press menu of a sms to call it to play the said message. Thanks Neil Perry --~--~-~--~~~---~--~~ You

[android-beginners] Re: MyLocationOverlay vs. Service with Locationlistener

2009-10-01 Thread Neil
and keep the MyLocationOveraly simpler. I don't think you can or want to do what you asked in your last question. Regards Neil On Oct 1, 2:34 pm, Harold haroldkoe...@googlemail.com wrote: Hi, im playing around a little with the Maps-Api and the MyLocationOverlay which draws a point

[android-beginners] Re: to unsubscribe android group

2009-09-12 Thread Neil Perry
On the right hand side there'll be an option saying edit membership - then at the bottom of the page saying unsubscribe. Hope this helps :) On 9 Sep, 08:04, salman khan salman.kha...@gmail.com wrote: Hi ,       please unsubscribe the unsubscribe the android begginners group.

[android-beginners] Re: ListView with addHeaderView Example?

2009-08-17 Thread Neil Chinniah
Just in case anyone is interested I found a thread in one of the other groups that makes a reference to HeaderViewListAdapter: http://groups.google.com/group/android-developers/browse_thread/thread/14617420938f6d70?pli=1 With this I created the following, its far from perfect but at least it

[android-beginners] Re: Play Audio File (stored in files directory)

2009-08-13 Thread Neil Chinniah
So you don't want the file to permanently rest on the SD card? I haven't looked into that yet, sorry. Actually I haven't even looked at what the path needs to be for me to be able to read from the SD card so if you know the answer to that, it would be appreciated. 2009/8/13 Ankit Shah

[android-beginners] Porting Android on a Non-Mobile SoC

2009-06-26 Thread Neil Armstrong
desktop - Can I disable the 3D acceleration, the telephony backend and the sound output ? And major question, can you give me some clues to start with androids code ? Thanks ! Neil --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Re: Android on Ubunty 9.04: redux, connecting your G1

2009-06-24 Thread Neil Hendrick
/init.d/udev reload * Reloading kernel event manager... [ OK ] mojote...@kobo:~$ adb kill-server mojote...@kobo:~$ adb start-server mojote...@kobo:~$ adb devicesList of devices attached HT850GZ54711 device -- ~m0j0 Neil Hendrick Yogi Berra http://www.brainyquote.com/quotes/authors/y

[android-beginners] G1 vs Emulator

2009-06-24 Thread Neil Hendrick
. There is no device chooser, it goes straight to the emulator. Any thoughts? -- ~Neil Neil Hendrick Bill Cosby http://www.brainyquote.com/quotes/authors/b/bill_cosby.html - A word to the wise ain't necessary - it's the stupid ones that need the advice. --~--~-~--~~~---~--~~ You

[android-beginners] Re: Compiler Version

2009-03-31 Thread Neil
Try the system requirements: http://developer.android.com/sdk/1.1_r1/requirements.html JDK 5 or JDK 6 from Sun Regards Neil On Mar 31, 8:39 am, Sean Hodges seanhodge...@googlemail.com wrote: GCJ won't work (I assume that is what you are trying to use, GCC is a C++ compiler). I don't know