[android-developers] Compile Sip Stack

2010-07-07 Thread André Barbosa
hi, anyone could compile some SIP Stack in C/C++ along with Android source code? Note: i am referring not to compile the Sip Stack with ndk, but compile with all the code of the Android plataform. best Regards. -- You received this message because you are subscribed to the Google Groups

[android-developers] Streaming mp3 file with RTSP protocol

2010-12-05 Thread André Barbosa
hi all, I am trying play a mp3 stream file using rtsp protocol. To do this i am using the DarwinStreamingSrvr as a RTSP server and mediaplayer to play the RTSP link. I already tried play the mp4 video file and i didn't had any problems. However, when i try play the mp3 file i don't have sucess and

[android-developers] Video Calls on Android using Sipdroid

2010-10-30 Thread André Barbosa
on Android. Best Regards, André Barbosa. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] New view for MediaController

2010-11-18 Thread André Barbosa
some modifications. I already tried search the R file in android source code, but i don't have success. Somebody can give me some help? I tried to find some method to modify the View object, but i don't know how i do this... Best Regards, André Barbosa. -- You received this message because you

[android-developers] Sip stack

2010-06-21 Thread André Barbosa
hi all, i need to porting a sip stack to android! after search in google and read several posts in android groups, i think that the best choice is sofia-sip or PJSIP. At this time, i think in use the PJSIP! what is your opinion? after download the PJSIP, i saw your code and i understand how

[android-developers] Get my SIM Phone Number

2011-01-23 Thread André Barbosa
to get the SIM phone number without use the rild to get this information? Best Regards, André Barbosa. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] invoke functions of android source library (libmedia)

2010-03-10 Thread André Barbosa
? my module is to be invoked by using the java jni.. Regards, André Barbosa. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] LOGV

2010-03-17 Thread André Barbosa
Dear All, I'm running the mediaplayer of android and i would like to see the LOGV generated by mediaplayer, but they do not appear in logcat. these logs are stored in a file? how can I debug them? Regards, André Barbosa. -- You received this message because you are subscribed to the Google

[android-developers] Re: LOGV

2010-03-24 Thread André Barbosa
logs (LOGE, LOGI, LOGD, LOGV, LOGW)? Regards, André Barbosa On 17 Mar, 16:32, André Barbosa afilipebarb...@gmail.com wrote: Dear All, I'm running the mediaplayer of android and i would like to see theLOGVgenerated by mediaplayer, but they do not appear in logcat. these logs are stored