Search code examples
androidsamsung-mobilepjsipcsip-simple

CsipSimple on Galaxy SIII


I succesfully customized CSipSimple and built a SIP based app. I have tested the app on more than 10 devices. Every thing is fine. App doesn't run on Samsung Galaxy SIII. Sip doesn't get registered. It shows no error nothing is shown in Logcat. What would be the problem? Have anyone customized CSipSimple? If yes, is it running on Galaxy SIII?

P.S. I even observed that the original CSipSimple app isn't working on SIII.


Solution

  • I got my answer. I was doing some network operation on the UI thread. Using Async Task solved my problem.