Open GoogleCodeExporter opened 9 years ago
The logs are incomplete. Please reproduce the crash and use android log
collector
(https://play.google.com/store/apps/details?id=com.xtralogic.android.logcollecto
r) to collect the logs.
Are you able to build Doubango binaries by yourself? If yes, rebuild them with
"DEBUG=yes" argument and use these libraries to reproduce the issue. Otherwise,
I'll share debug binaries.
Original comment by boss...@yahoo.fr
on 12 Feb 2014 at 11:11
Could you send me the binaries?
I was trying to compile the code following the wiki post, but it was
impossible.
Thank you.
Original comment by csan...@imagine800.es
on 13 Feb 2014 at 10:22
https://code.google.com/p/imsdroid/source/browse/#svn%2Fbranches%2F2.0%2Fnative-
debug%2Flibs
Original comment by boss...@yahoo.fr
on 13 Feb 2014 at 12:24
No way to reproduce the issue using difference devices: Galaxy SI, SII, SIII...
- You said you're using r836 but this is not the latest Doubango revision. I
asked in my email to use the latest IMSDroid source.
- We also asked for information about your device type and Android version but
you're not proving them
- You're talking about GSM call and we though it was circuit switched call but
now I've some doubts as you're ending the call using Doubango API. What do you
mean by GSM call?
Original comment by boss...@yahoo.fr
on 17 Feb 2014 at 2:33
Hi,
we`re ussing latest version by using the following links to download the source
files:
svn checkout http://imsdroid.googlecode.com/svn/trunk/imsdroid-read-only
and Manifest show me these lines
<application android:icon="@drawable/icon" android:name="NgnApplication" android:label="@string/app_name" android:hardwareAccelerated="true">
<string name="doubango_revision">836</string>
<service android:name="NgnNativeService"/>
I've checked the app using various devices (Galaxy S, Galaxy Note, Generic
Android, but traces are only from Galaxy S
Log Collector version: 1.2.0
Device model: GT-I9000
Firmware version: 2.3.5
Kernel version: 2.6.35.7-I9000BVJVC-CL679241
root@DELL138 )
#2 PREEMPT Fri Oct 21 18:21:40 KST 2011
Build number: GINGERBREAD.BVJVC
we end the GSM call using the button to end calls in the notification bar.
Do not hang the GSM call from the doubango api but when the GSM call finish we
check that there is no ongoing call sip using hangUpCall method.
BR.
Original comment by csan...@imagine800.es
on 17 Feb 2014 at 9:21
Something doesn't make sense.
You said in your first message "3. Close GSM Call and app crash" which means
closing the GSM call causes the crash. But you also say "and in the call to
mSession.rejected() , we receives this message Fatal signal 11...." which means
closing the SIP message causes the crash.
Before step 3 there is step 2 and you described it as "2. Close videocall"
which means you ended the call. Why are calling reject() again? By "close
videocall" do you mean hangup or just close the screen?
You're still not giving responses to our questions. e.g "What do you mean by
GSM call?"
You should provide a clear description about what you're doing.
Original comment by boss...@yahoo.fr
on 17 Feb 2014 at 9:31
hi,
A GSM call is a circuit switched (Global System for Mobile Communications).
we use a gsm call as a payment (ACTION_DIAL intent), when the call is
established we make a sip session.
so, there are two calls, a gsm call and a sip call.
then, users can finish sip session but gsm call is still active.
When user finish the gsm call, a broadcast receiver check if there is a sip
session active using hangUpCall method in org.doubango.ngn.sip
public boolean hangUpCall(){
if (super.isConnected()){
return mSession.hangup();
}
else{
return mSession.reject();
}
}
if the sip call is active, the application hangs up, but, if sip call is not
active reject reject method causes a crash.
BR.
Original comment by csan...@imagine800.es
on 17 Feb 2014 at 11:08
Should be fixed by r560.
Original comment by boss...@yahoo.fr
on 18 Feb 2014 at 7:05
boss:
when will edit the last imsdroid-2.548.870.apk to verfy r560?
thanks ,it is useful
Original comment by unico...@gmail.com
on 14 Apr 2014 at 4:04
where i can found r560 ,and download it?thanx
Original comment by unico...@gmail.com
on 14 Apr 2014 at 7:13
Original issue reported on code.google.com by
csan...@imagine800.es
on 12 Feb 2014 at 9:33