Menu

SupportedDevices

Anonymous

Introduction

The audio driver is now based on a method that is a little bit more official (using java api). So it should now work on almost all devices.

However there is some restrictions :

Known incompatibility

  • Some armv4 based devices - If you own an armv4t device and want to help us to support it, please send us the "device" name : install an application such as DeviceInfo to get this information (that's a string that allow to determine which device it's exactly).

There is also some audio routing issues

It can produce echo if routed to rear speaker or no sound at all.

  • Galaxy S (not able to change volume see  issue 254 )
  • Sony X10 / X10 mini (micro record both mic+line : everything spread through speaker is recorded directly by the micro...)
  • Samsung i5500 (route to rear speaker :  issue 258 )

Most of the time for this issue, manufacturer is to blame (and maybe also android that doesn't define clearly to manufacturer what should be done). So be indulgent with android sip applications : solving this kind of issues, is finding a workaround to make things working with a crappy implementation. It can take a lot of time, and having a device to test on is quietly indispensable to be able to really solve this kind of problem... So can take time to solve it.


Discussion

<< < 1 2 3 4 > >> (Page 3 of 4)
  • Anonymous

    Anonymous - 2010-12-26

    Originally posted by: positimo...@harlinq.com

    Fantastic quality on LG-P500 (Optimus One) over 3G. Love the fact it has G729, ILBC and GSM as well as G711. Also love the fact you can adjust the voice sample rate. I also have the problem where all voice comes out as speaker instead of handset ear piece but I almost always use a headset so it's not a problem for me. The thing with the app asking if you want to use SIP or mobile provider works if you choose from the phone book but not when entering a number from a dial pad, unless I'm missing something.

    Anyway, I'll be making a donation for this app for sure.

     
  • Anonymous

    Anonymous - 2010-12-26

    Originally posted by: motot...@gmail.com

    Works on MyTouch? 4G, MyTouch4G, MT4G

     
  • Anonymous

    Anonymous - 2011-01-14

    Originally posted by: dku...@gmail.com

    tried with Motorolla Mailstone (2.1-upgrade-1) HTC Desire A18181 (2.2)

    on both cases I do not hear anything. Media streams are correct. On log I see error message "AudioMgr? Error:Invalid output format flag; disabling PostProcessing?"

    Samsyng Galaxy I9000 works fine.

     
  • Anonymous

    Anonymous - 2011-01-19

    Originally posted by: mth...@mthode.org

    Works on HTC vision (G2) (Cyanogen Mod 6.1).

     
  • Anonymous

    Anonymous - 2011-01-26

    Originally posted by: marat.gu...@gmail.com

    HTC Desire Z, work like a charm. Thanks!

     
  • Anonymous

    Anonymous - 2011-02-02

    Originally posted by: vaiovill...@gmail.com

    discovered another problem on G-Tablet There is no ringing sound on incoming calls (tried to togle to silent and back to Default ring and it didn't help) Other installed SIP client is ringing fine. Any idea how to fix this ?

    Thanks

     
  • Anonymous

    Anonymous - 2011-02-08

    Originally posted by: ralphrma...@gmail.com

    Works OK now on a ZTE Blade without ALWAYS using loudspeaker. Good software!

     
  • Anonymous

    Anonymous - 2011-02-17

    Originally posted by: stan...@melmac.net

    Seems to be working just fine on the AT&T Captivate (Samsung Galaxy S) with Android 2.2 installed.

     
  • Anonymous

    Anonymous - 2011-02-17

    Originally posted by: Panama.H...@gmail.com

    Not working on Motorola FlipSide? MB508 (Android 2.1). Registers fine, dials, then hangs up immediately (before first ring). Tried with both OnSip? and Vonage. Willing to try testing further, if any suggestions provided.

     
  • Anonymous

    Anonymous - 2011-02-21

    Originally posted by: henkbezu...@gmail.com

    Works great on HTC Desire HD with Android Revolution HD ROM.

     
  • Anonymous

    Anonymous - 2011-03-07

    Originally posted by: Autoimmu...@gmail.com

    Works great on an HTC Dream / T-mobile G1 with Cyanogenmod 6.0.0 and 6.1.0 Use Gizmo5 / Google voice. Actually, let me make that past-tense: "Used to use" Gizmo5 and GV :(

     
  • Anonymous

    Anonymous - 2011-03-18

    Originally posted by: vince201...@gmail.com

    Works on wildfire (Wifi/Freephonie/Android 2.2)

     
  • Anonymous

    Anonymous - 2011-05-08

    Originally posted by: Brunsz...@gmail.com

    Works on Nexus S. Great job. Thanks

     
  • Anonymous

    Anonymous - 2011-06-08

    Originally posted by: lionelau...@gmail.com

    Not working on HTC Wildfire (Wifi/NeufTalk?/Android 2.2): respondant's phone rings but no sound travels through

     
  • Anonymous

    Anonymous - 2011-06-21

    Originally posted by: Killer8...@gmail.com

    Hi r3gis. Is the volume control working on Galaxy S? did you find any solution? I am working on a sip project and have the same issue only on galaxy S. Any help would be great. Thanks

     
  • Anonymous

    Anonymous - 2011-06-22

    Originally posted by: r3gis...@gmail.com

    @Killer8 : the only solution I found for galaxy S was to use software volume instead of the android volume API. Routing on Galaxy S is really weird. Hopefully android 2.3 will help with this point.

     
  • Anonymous

    Anonymous - 2011-06-23

    Originally posted by: Killer8...@gmail.com

    @r3gis thanks for the comment. What do you mean by software volume? Can u help me with some advice? or where should I start implementing or using the software volume? I spent 2 days finding a solution for the stupid Galaxy S but without any success. Thanks again

     
  • Anonymous

    Anonymous - 2011-06-23

    Originally posted by: Killer8...@gmail.com

    You mean to use the "Use software volume " code from you proj? I just checked and that calls a method in native (C) right?

     
  • Anonymous

    Anonymous - 2011-06-23

    Originally posted by: r3gis...@gmail.com

    Yes exactly. The sip stack I use (pjsip) provide a way to programatically increase/decrease the volume. As consequence in csipsimple if it detects you are using a galaxy S, it bind volume keys to my own UI that control the software volume (and not the android stream volume). (Other users can still use the software volume as a basic amplification feature, but default is to use the android stream volume.

    ... and galaxy S is just the begin... you'll see that Samsung implementations provides a lot of headaches on each of their devices (sounds better since nexus S however).

     
  • Anonymous

    Anonymous - 2011-06-23

    Originally posted by: Killer8...@gmail.com

    Thanks for the help man:) in my implementation I am not using the pfsip lib so I don't have access to the native methods to change the volume. So I think there is nothing else to do here just to wait for 2.3 for Galaxy S. One thing is for sure, I will never buy a Samsung device:D

     
  • Anonymous

    Anonymous - 2011-06-23

    Originally posted by: r3gis...@gmail.com

    Samsung hardware are awsome... the only bad point is the software/drivers. On this point since the work they did with google on nexus S they seems to have improved the way they integrate android. Galaxy S II is really really good (and audio layer is not managed a very weird way ;) ).

    If you use another sip stack there is maybe a way inside the sip stack to increase sound level dynamically. Or you could try to implement that by yourself just before pushing frames to the audio layer.

     
  • Anonymous

    Anonymous - 2011-07-22

    Originally posted by: delamair...@gmail.com

    Works on Galaxy tab but with two graphicals bugs :

    • rounded buttons on the bottom right are weird in landscape mode
    • When incoming call, the default image of droid is over the answer button
     
  • Anonymous

    Anonymous - 2011-08-04

    Originally posted by: mrjohn...@googlemail.com

    Hi I have a sip account with CallUnion? (www.callunion.com) and have never been able to use it out here in the Middle East as VoIP (Skype etc) is blocked for international Calls. In Dubai now and have just bought myself a HTC ChaCha?, installed cSIPsimple and had a 30 minute chat with my mum in UK using my CallUnion? account. No problems.

     
  • Anonymous

    Anonymous - 2011-08-18

    Originally posted by: abreith...@gmail.com

    marche sur galaxy s2

     
  • Anonymous

    Anonymous - 2011-08-25

    Originally posted by: michal.s...@gmail.com

    Works without problems on HTC Sensation with stock 1.45.401.2 ROM (Android 2.3.4).

     
<< < 1 2 3 4 > >> (Page 3 of 4)

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.