[android-developers] Re: T-Mobile will be restricting voice over internet protocol (VoIP) applications.

2008-10-02 Thread 3,14
:01 am, 3,14 [EMAIL PROTECTED] wrote: There are many post on the Internet that VOIP apps will be restricted on the G1. Is it true? It really looks so :(. For now multiple API drawback makes the VOIP development for android impossible.  Will this issues be fixed in the next android SDK

[android-developers] Re: MediaPlayer and LocalSocket problem

2008-09-10 Thread 3,14
that doesn't exist, although I realize not being able to test on the emulator is frustrating. Cheers, Justin Android Team @ Google On Sep 4, 3:37 am, 3,14 [EMAIL PROTECTED] wrote: Justin, Could you please describe in more details about UDP packets routing? We have no problems with sending/receiving

[android-developers] Re: MediaPlayer and LocalSocket problem

2008-09-04 Thread 3,14
On Sep 4, 11:28 am, scorpio [EMAIL PROTECTED] wrote: just try with this, FileInputStream media = new FileInputStream(system/media/ audio/alarms/Alarm_Classic.ogg); thanks Nithin M Warier Actuall a scenario with reading from file just an example. Original task is to receive RTP packets

[android-developers] MediaPlayer and LocalSocket problem

2008-09-03 Thread 3,14
I want to set LocalSocket FileDescriptor as a data source for the MediaPlayer. Here is my code: public class sipActivity extends Activity { public static final String S_ADDR = test.server; public class Server implements Runnable { public LocalSocket receiver = null;