[android-developers] Re: missing javax audio?

2009-01-07 Thread Pv
Any update on anyone getting javax.sound.sampled (or something similar) working? Pv On Nov 23 2008, 12:49 am, MichaelEGR foun...@egrsoftware.com wrote: Greets...  Wow.. good thread and discussion thus far. Best and most recent audio thread I've seen. I am an audio/graphics professional

[android-developers] Re: Pass state from Activity to Service

2009-01-03 Thread Pv
Where is it crashing? I am running in to a similar problem for I different reasons. What class is this in in your code? I don't know if this will help, but try the following code: // In your activity private void startService(){ Intent myIntent = new Intent(this, MyService.class);