Git Product home page Git Product logo

Comments (18)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
Many thanks for the report.

I've to investigate this problem. 
I know that there is a lot of issues with android 1.5 (there where many bugs in
android with native audio channels - they corrected this bug in android 1.6 but 
I
absolutely want to support android 1.5 since it's about 1/3 of the android 
devices -
so I have to get rid of this "Android" bugs in my app :( ).
I'll try to downgrade my HTC G2 to android 1.5 to be able to test under cupcake.
By the way, it has to be fixed before the beta phase (I'm still in alpha phase, 
and
android 1.5 starts to be critical to go to the beta phase)

If you are interested by alpha testing versions for android 1.5 let me know, 
i'll
provide on this issue my intermediates builds.

Original comment by [email protected] on 10 May 2010 at 5:51

  • Added labels: Priority-High
  • Removed labels: Priority-Medium

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024

Original comment by [email protected] on 10 May 2010 at 5:51

  • Changed state: Accepted

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
Yeah I'd love to Alpha test for you.  Just let me know what you need me to do.

Original comment by [email protected] on 10 May 2010 at 1:43

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
I've just pushed an update on the market. 
I've now successfully downgraded my HTC G2 to android 1.5 and I was even able to
reproduce crashes after the establishment of the call (without even succeeding 
to try
to activate the speaker).

In fact android 1.5 was even worst that I though (it has been improved a lot in
android 1.6). So I directly push my new version on the market (there is also
important fixes that doesn't depends on the android version).

So now, on android 1.5 you should be able to establish the call. (You must 
disable
Echo cancellation in Params).
The mute and speaker option has absolutely no effect (I don't really know why, 
but
since I have a device with 1.5 on it, it 'll be easier to fix right now).
Besides, the other big bug with android 1.5 (that I already well know) is the 
fact
that at the end of the call, sometimes it could crash the app (then the android 
task
system will restart it automatically but that's not really clean).


Original comment by [email protected] on 10 May 2010 at 8:58

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
I upgraded and disabled echo cancellation and I still get exactly the same 
thing,  
speaker is on when the call is connected.  

Original comment by [email protected] on 10 May 2010 at 9:10

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
Yes, you're right :
My update only fix that it crashes/freeze after the call establishment. (It was
linked to the speaker issue, but doesn't solve it yet - just make the app more 
stable
for android 1.5).
So globally this issue isn't yet fixed (and is now marked Started :) ), but now 
it
should not freeze the app anymore.

I'll probably send you a apk file to install soon for the speaker specific 
issue and
also the mute issue since it doesn't work too.
(I've to remove the bluetooth option too since it's not yet implemented too)

If you can just confirm me the 0.00-09 doesn't freeze the interface anymore 
(while in
communication) and the End Call button should well terminate the call (even if 
it
maybe crashes after the call is well ended).

Original comment by [email protected] on 10 May 2010 at 10:01

  • Changed state: Started

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
Actually the program freezes almost every single call now at either 4 or 5 
seconds. 
The call continues to work, just the screen freezes.

Original comment by [email protected] on 10 May 2010 at 10:43

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
[deleted comment]

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
I though it was solved, but actually I just retested after some idle time, and 
it
still freeze. :(


Original comment by [email protected] on 13 May 2010 at 4:47

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
I add a test build.

There is sometimes freezes but seems to be occurs only sometimes.
I've to understand why it still freeze since i don't use android callbacks 
anymore.

To install this apk, you must uninstall any previously installed version.


Original comment by [email protected] on 13 May 2010 at 4:59

Attachments:

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
The crash seems to be due to the ringer.
If you wait for the ringer to stop and then take the call, it will not freeze.
If you don't wait it freeze when the ringer should have finished.
Can you confirm me that if you wait for the ringtone to stop it's ok?

(or if you deactivate the ringer - that's the reason why i firstly though that 
it was
solved i think...)

Original comment by [email protected] on 13 May 2010 at 5:25

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
Yet another build that will make a cleaner ring stop (not based on the android 
source
code :) )

Original comment by [email protected] on 13 May 2010 at 5:40

Attachments:

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
You're right it seems to only crash during the ringer.  It now seems to close 
itself 
automatically, however.  It doesn't show up in the notifications bar all the 
time like 
it used to.  Also, when I have the application closed, sometimes it will open 
itself 
backup and it is a battery drainer.  I can't get but about half a day with the 
app 
running.

Original comment by [email protected] on 13 May 2010 at 5:40

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
The latest one you just posted won't even allow me to answer a call.  It 
freezes when i 
try to answer and I had to take the battery out of the phone in order to get 
back to 
the home screen.

Original comment by [email protected] on 13 May 2010 at 5:56

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
A new update attached in my last comment here :
http://code.google.com/p/csipsimple/issues/detail?id=34#c9
should fix this issue. Can you confirm?

Original comment by [email protected] on 23 May 2010 at 6:12

  • Added labels: Priority-Critical
  • Removed labels: Priority-High

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
For the record, fixed in release 0.00-11

Original comment by [email protected] on 28 May 2010 at 7:50

  • Changed state: Verified

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
Old thread but issue appearing on my phone with version 0.02-03 (latest on 
market)

Android 2.1 (Last TCT Mod) on Huawei U8100-9

An earlier version of csipsimple viz 0.00-12-19 linked below works for me.
http://code.google.com/p/csipsimple/downloads/detail?name=CSipSimple_0.00-12-19.
apk

Original comment by [email protected] on 28 Jul 2011 at 2:37

from csipsimple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 26, 2024
@matt : can you try to play with audio routing hacks (see 
http://code.google.com/p/csipsimple/wiki/FAQ?wl=en#Audio_routing_troubleshooting
 ) .
(Specially the "Use mode audio api" option).
Let me know how it goes, if something helps I can modify default setting for 
this particular device. 
I think that in 0.00-12-19 using api mode was default for all devices while 
it's now deprecated in more recent versions (but the setting is still there ;) 
).

Original comment by [email protected] on 30 Jul 2011 at 8:02

from csipsimple.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.