Open GoogleCodeExporter opened 8 years ago
Original comment by boss...@yahoo.fr
on 13 Nov 2012 at 8:36
Same problem when retesting with the following:
Version: imsdroid-2.532.758.apk
Device: Asus Nexus 7
Android: 4.2
Original comment by mikma...@gmail.com
on 27 Nov 2012 at 10:14
IPv6 works with imsdroid-2.0.509 (on Android 4.0.3), but does not work with
imsdroid-2.548.870.
It seems to be an issue with newer releases of doubango engine. Refer to Boghe
issue 161 (https://code.google.com/p/boghe/issues/detail?id=161).
Original comment by ste.zhuj...@gmail.com
on 1 Nov 2013 at 2:54
[deleted comment]
same issue has been observed on android 4.2.2 i am building my custom
application and while starting the stack it gives the same error as mentioned
above, can you kindly mention whether ipv6 is supported by doubango.
Regards,
Naman.
Original comment by namanje...@gmail.com
on 2 Jun 2014 at 2:30
IPv6 - May 8th 2015 latest source code build
svn checkout http://imsdroid.googlecode.com/svn/branches/2.0/
Android Version 4.4.4. SG3 Cyanogenmod
Two IPv6 issues
1. Same as listed here (above)
2. NgnNetworkService.java line number 254 - IPv6 Google URL wrong which throws
an uncaught exception and Force Closes the application. Added catch (
Exception e ) to try block with the additional fix below.
Currently: java.net.Socket socket = new java.net.Socket(ipv6 ?
"ipv6.google.com/" : "google.com", 80);
Change: java.net.Socket socket = new java.net.Socket(ipv6 ?
"ipv6test.google.com/" : "google.com", 80);
Cheers,
Russell
Original comment by twisteda...@gmail.com
on 8 May 2015 at 3:39
Original issue reported on code.google.com by
mikma...@gmail.com
on 13 Nov 2012 at 3:16