zling2001 / imsdroid

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

Android 4.0 (IceCream Sandwich) w/ Imsdroid fails to Register (Stack does not start) #310

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Samsung GalaxyS2 with imsdroid running Android 4.0 fails while Android 2.3 
works
2. Does the Native Code need to be recompiled with the new NDK ver 7?
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by saket...@gmail.com on 2 Dec 2011 at 5:53

GoogleCodeExporter commented 9 years ago
It should work with any NDK. Could you please send the log trace.

Original comment by boss...@yahoo.fr on 7 Dec 2011 at 12:41

GoogleCodeExporter commented 9 years ago
Oops it is not a Galaxy S2, It is a Samsung Nexus S running Htcclay's SuperICS 
Nexus S rom. Attached is the adb logcat. This binary was compiled in the end of 
september

Original comment by saket...@gmail.com on 7 Dec 2011 at 8:11

Attachments:

GoogleCodeExporter commented 9 years ago
I think I have discovered what the root cause is. If there are multiple 
Ethernet interfaces,  with ice cream sandwich, ifconfig does not seem to be 
working and does not list all interfaces as gingerbread did. The contact header 
is populated by an ip different from my router LAN  ip presumably because it 
uses the last ip address? I was expecting 192.168.155.x from my wifi router but 
instead found that it used 10.181.202.161. No idea where this 10.181.202.161 
address came from but I had a similar issue with the Motorola bionic running 
gingerbread 2.3.4 which defined a new unroutable Ethernet interface and doubt 
go favored it over the routable ip. In the bionic case ifconfig actually showed 
me the second Ethernet interface that I disable by issuing the command 
"ifconfig usb1 down" . 

Original comment by saket...@gmail.com on 15 Dec 2011 at 3:37

GoogleCodeExporter commented 9 years ago
This also fails to run on a Nexus 7 except over Wifi. 

Original comment by rdhdr...@gmail.com on 6 Aug 2014 at 2:52