Open GoogleCodeExporter opened 8 years ago
Original comment by boss...@yahoo.fr
on 24 Oct 2012 at 6:38
Issue 402 has been merged into this issue.
Original comment by boss...@yahoo.fr
on 5 Nov 2012 at 6:51
Hi Mamadou, we are facing the same issue on various phones, like LG Optimus
Dual (2.3.3), Desire HD (with 4.1 mod) and others.
I saw that Android added the 'isUp()' method to NetworkInterface to check an
interface's validity.
Is there any similar test that can be performed at Linux layer?
Thank you very much
Marco
Original comment by marco.zo...@gmail.com
on 5 Dec 2012 at 5:07
on all systems (windows, ios, linux...) the best interface and IP address is
chosen from the native code using routes and metrics at
http://code.google.com/p/doubango/source/browse/branches/2.0/doubango/tinyNET/sr
c/tnet_utils.c?r=776#599
on Android, this is done on java as some required functions are missing unless
you directly link to the core code.
I have changed the code as suggested in comment 3:
http://code.google.com/p/imsdroid/source/browse/branches/2.0/android-ngn-stack/s
rc/org/doubango/ngn/services/impl/NgnNetworkService.java?spec=svn537&r=537#196
Original comment by boss...@yahoo.fr
on 6 Dec 2012 at 12:22
Original issue reported on code.google.com by
marlboro...@gmail.com
on 9 Oct 2012 at 10:11