[android-developers] TextToSpeech issues in API 18

2013-09-11 Thread Neal Sanche
ine why holding a wake lock would affect obtaining a TextToSpeech service connection. Any ideas? Thanks in Advance, Neal -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] immediate runtime exception

2012-02-11 Thread Neal Koss
I am a new developerI understand that when I get the immediate runtime exception when using the eEclipsae debugger, it usually means the manifest is wrong, but in my case, that is not true. What else can cause an exception before the program even begins? -- You received this message because y

[android-developers] Android Tools R14 including external source?

2011-10-25 Thread Neal Sanche
building directly from the source code and have noticed this problem even on a previous R12 build server. How do people deal with this? Thanks in advance, -Neal -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

Re: [android-developers] Just received Lodsys letter...

2011-08-18 Thread Neal Jansons
This is just more of the same BS that has been going on for years. Lodsys playing the same game everyone else has been playing isn't going to lead to patent reform, it's just going to lead to more small developers being intimidated and beginning programmers not even trying to create because they

[android-developers] Activity Flow Brain Teaser

2011-08-10 Thread Neal Sanche
ing. But I'm still not sure. Is there any advice on how I might simplify this scenario? Thanks in advance for any insight. -Neal -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-dev

[android-developers] Re: Fading views after interaction stops for a time...

2011-07-13 Thread Neal Sanche
y. Then two seconds after they let go of the screen, the timeout handler gets called back and it will fade out the buttons. That'll probably solve my issues for now. Is this solution a bad one for some reason? Cheers, Neal -- You received this message because you are subscribed to the Goog

[android-developers] Fading views after interaction stops for a time...

2011-07-13 Thread Neal Sanche
that they are getting the touch events because my code is making the view visible in the onUserInteraction? Thanks in advance for any help. Cheers. -Neal -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Fragment Support forward compatibility?

2011-03-09 Thread Neal Sanche
to post it here and just now, the application ran just fine. I guess I just wanted to ask if, when this compatibility library was developed, the design intent was to allow applications to run on Android 1.6 -> Android 3.0 inclusive without needing to change the code? Thanks in advance. -N

[android-developers] Re: media button B/R accuring twice and service not stopping

2009-12-23 Thread Neal Sanche
l. I am currently calling the registerReciever method with a BroadcastReciever instance and an intentfilter with the action Intent.ACTION_MEDIA_BUTTON. I am pressing the headset button, and it never seems to be caught in my receiver. Thanks for any insights. -Neal On Nov 18, 12:29 am, Paul Townsend wro

[android-developers] Re: Compiling G1 firmware from source and then re-flashing G1

2009-01-27 Thread Neal McBurnett
I've tried to add a bit more context, at this wiki page about fastboot which was based on Disconnect's site: http://android-dls.com/wiki/index.php?title=Fastboot and I would love to see more folks help document the lower parts of the stack. On Jan 27, 6:49 am, Jean-Baptiste Queru wrote: > Yes,

[android-developers] simple g1 text editor questions

2008-12-18 Thread Neal
Hi, i was thinking of writing a simple text editor that can do the following: 1. read/overwrite text files on gphone flash memory 2. the text files should be accessible over usb for transfer to/from pc 3. app should create an editable text box populated with the file's text contents 4. the text s