hudamalmsteen / csipsimple_test

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

Archos 5 it - call in progress #193

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. having a call
2. pressing the (i)-button
3. can´t get the call back to hang up
4. if the other phone hangs up the call is still active

so if the call is in the background it is not possible to hang up or get the 
call back on the screen

Original issue reported on code.google.com by baumi1...@gmail.com on 5 Sep 2010 at 3:38

GoogleCodeExporter commented 9 years ago
Sounds there is crash of the native library when you pressed the I button.

I think that you didn't uninstall the market version before installing the dev 
version. So you are still using the market "native library" which has not the 
function for (i) button. Java code try to call native function that doesn't 
exist => crash. That's absolutely normal.

Try to completely remove CSipSimple and reinstall the dev version. You'll see 
that things will go really better then.

In fact, dev version bundles the native library (that's the reason why, nothing 
will be downloaded when you'll launch it for the first time). But production 
version update native library from the web (this allow to use alternate native 
lib versions - for example with other codecs / optimized for a device etc).

Original comment by r3gis...@gmail.com on 6 Sep 2010 at 1:29