MEAM-Ware / android-wifi-tether

Automatically exported from code.google.com/p/android-wifi-tether
0 stars 0 forks source link

3.0 pre 11 DNS issues #873

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which device (manufacturer, type)?
Samsung galaxy s on sprint (Epic 4g)

Which firmware is installed?
2.2.1

What version of wireless tether are you using?
3.0 pre 11

What steps will reproduce the problem?
1. Start sharing in infrastructure or ad-hoc mode
2. devices that connect seem to point to the internal address (192.168.2.254) 
(the 'router' or access point I assume)
3.

What is the expected output? What do you see instead?
Connections to the networks seem to work great, but when looking at the 
properties of the network on the connected device I notice that they are 
pointing at the internal network's gateway for dns. (192.168.2.254) This is the 
same as the gateway and the dhcp server

Please provide any additional information below.

Original issue reported on code.google.com by murfmi...@gmail.com on 3 Mar 2011 at 7:32

GoogleCodeExporter commented 9 years ago
Well. We are using dnsmaq (http://www.thekelleys.org.uk/dnsmasq/doc.html) as 
dns-proxy. So, you are sending dns-request to the phone ... the phone sends 
these request to the "real" dns-server (and caches results).

Please check if you are able to translate domain-names on your client:

nslookup google.com 192.168.2.254

This should work. If not please try:

nslookup google.com 8.8.8.8

Original comment by harald....@gmail.com on 3 Mar 2011 at 9:09

GoogleCodeExporter commented 9 years ago
yeah, i should have mentioned that if i just typed the strait ip into the 
browser for any site I could reach it.

I tried both nslookup commands here's output:

C:\Users\Sean>nslookup google.com 192.168.1.254
DNS request timed out.
    timeout was 2 seconds.
Server:  UnKnown
Address:  192.168.1.254

DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
*** Request to UnKnown timed-out

C:\Users\Sean>nslookup google.com 8.8.8.8
DNS request timed out.
    timeout was 2 seconds.
Server:  UnKnown
Address:  8.8.8.8

DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
*** Request to UnKnown timed-out

Hope that helps, let me know if I can do anything else to be helpful.

Original comment by murfmi...@gmail.com on 3 Mar 2011 at 9:22

GoogleCodeExporter commented 9 years ago
Ahm. So ... for instance ... you are able to open:
http://8.20.73.105
in your browser (it will not load completely)?

But not ...
http://www.nhl.com
?

Original comment by harald....@gmail.com on 3 Mar 2011 at 9:28

GoogleCodeExporter commented 9 years ago
And ... are you able to ping the google-dns server?

ping 8.8.8.8

Original comment by harald....@gmail.com on 3 Mar 2011 at 9:30

GoogleCodeExporter commented 9 years ago
yeah, that's how it was working previously... But this most recent time, i went 
in and started it up and it is now working.

So i tried to think of anything weird that could have happened, and I've got 
two things

1-previously i got a little notification when i checked a access-controlled 
client's check mark that restarting the encrypted network was unsuccessful.
2-I notice this time that there is no little (.) hotspot icon in the 
notification area.

I'll try restarting the network/phone a few times to see if i can replicate the 
conditions...

Original comment by murfmi...@gmail.com on 3 Mar 2011 at 9:38

GoogleCodeExporter commented 9 years ago
Ok, stumbled upon something i think

So with 4g turned on when i start the application, it has crashed my phone two 
times in a row...

I started after a reset due to crash without 4g enabled, and this time i got 
the ((.)) hotspot activated notification which seems to be tied to the sprint 
hotspot application. But everything is still working. Infrastructure mode, 
encryption, and access control. (wake lock feature seems to not be working 
however)

Fired up the 4g connection while already tethering. Seems i've got even slower 
speeds than my 3g tests, so it's probably not using the 4g.

Seems my dns problem is gone however...

Original comment by murfmi...@gmail.com on 3 Mar 2011 at 9:59

GoogleCodeExporter commented 9 years ago
Could you please provide "adb logcat"-output when the app crashes (with enabled 
4g)?

Original comment by harald....@gmail.com on 3 Mar 2011 at 10:02

GoogleCodeExporter commented 9 years ago
Is there any filter i should put on there, there is a ton of stuff?

Original comment by murfmi...@gmail.com on 3 Mar 2011 at 10:14

GoogleCodeExporter commented 9 years ago
Only (lets say) 100 or 200 lines before it crashes.

Original comment by harald....@gmail.com on 3 Mar 2011 at 10:22

GoogleCodeExporter commented 9 years ago
Note:

I can do this two times before the phone does a hard shutdown. 1st time results 
in a 'soft' crash; screen goes black then after a minute the os shows up again. 
The second time the second time the phone does a hard shutdown, and i have to 
boot back up by holding the power button.

Here's what i got before a hard shutdown, i think the first one i do after i 
boot has some other stuff, ie i saw a bunch of debug messages.

D/ServiceStartupReceiver( 4083): onReceive 
at.mysandbox.android.wifi.tether.intent.MANAGE
D/TetherService( 4083): >>>>>>>>>>>>> Tethering-Service started! <<<<<<<<<<<<<
V/WifiProgressStore( 4083): WifiProgressStore Created
D/ServiceStartupReceiver( 4083): onReceive 
at.mysandbox.android.wifi.tether.intent.MANAGE
D/NotificationService( 3335): enqueueNotification :: notification.defaults = 0, 
Notification.DEFAULT_SOUND = 1, notification.sound = nu
ll pag at.mysandbox.android.wifi.tether
W/Service ( 4083): setForeground: ignoring old API call on 
at.mysandbox.android.wifi.tether.TetherService
D/NotificationService( 3335): enqueueNotification :: notification.defaults = 0, 
Notification.DEFAULT_SOUND = 1, notification.sound = nu
ll pag at.mysandbox.android.wifi.tether
D/TETHER -> CoreTask( 4083): Writing 500 bytes to file: 
/data/data/at.mysandbox.android.wifi.tether/conf/tether.conf
D/TETHER -> TetherApplication( 4083): Creation of configuration-files took ==> 
67 milliseconds.
D/TETHER -> CoreTask( 4083): Root-Command ==> su -c 
"/data/data/at.mysandbox.android.wifi.tether/bin/tether start"
D/su      ( 4173): 10071 /system/bin/sh executing 0 
/data/data/at.mysandbox.android.wifi.tether/bin/tether start using shell 
/system/bi
n/sh : sh
I/ActivityManager( 3335): Start proc com.noshufou.android.su for broadcast 
com.noshufou.android.su/.SuNotificationReceiver: pid=4175 ui
d=10082 gids={1015, 3003}
D/PowerManagerService( 3335): onSensorChanged: light value: 6
I/ActivityManager( 3335): No longer want 
com.google.android.apps.maps:FriendService (pid 3764): hidden #16
D/PowerManagerService( 3335): lightSensorChangedLocked 6
D/PowerManagerService( 3335): lcdValue 32
D/PowerManagerService( 3335): buttonValue 32
D/PowerManagerService( 3335): keyboardValue 0
I/PowerManagerService( 3335): Setting target 2: cur=70.0 target=32 
delta=-0.6333333 nominalCurrentValue=70
I/PowerManagerService( 3335): lightSensorChangedLocked scheduling light animator
I/lights  ( 3335): set_light_backlight[0~255]:(61) gamma_value:(5) 
BRIGHTNESS_MODE(1)
D/PowerManagerService( 3335): onSensorChanged: light value: 1000
I/lights  ( 3335): set_light_backlight[0~255]:(50) gamma_value:(4) 
BRIGHTNESS_MODE(1)
I/lights  ( 3335): set_light_backlight[0~255]:(40) gamma_value:(3) 
BRIGHTNESS_MODE(1)
I/PowerManagerService( 3335): Light Animator Finished curIntValue=32

C:\Users\Sean>

Original comment by murfmi...@gmail.com on 3 Mar 2011 at 10:22

GoogleCodeExporter commented 9 years ago
Ok, here's what i got before the hard crash, i might have cut it off a little 
premature, i hit ctrl-c right before the first vibrate, and right after the 
screen froze

D/NetworkStateTracker( 2453): setDetailed state, old =CONNECTED and new 
state=CONNECTED
D/WimaxStateTracker( 2453): [handleMessage] Received msg = 4
V/InputDevice( 2453): ID[0]=0(0) Dn(0=>1)
I/PowerManagerService( 2453): Ulight 3->7|0
V/WindowManager( 2453): Dsptch > Window{47ed4440 
at.mysandbox.android.wifi.tether/at.mysandbox.android.wifi.tether.MainActivity 
paused=false}
V/WindowManager( 2453): Dsptch > Window{47ed4440 
at.mysandbox.android.wifi.tether/at.mysandbox.android.wifi.tether.MainActivity 
paused=false}
V/InputDevice( 2453): ID[0]=0(0) Up(1=>0)
D/TETHER -> MainActivity( 3196): StartBtn pressed ...
D/ServiceStartupReceiver( 3196): onReceive 
at.mysandbox.android.wifi.tether.intent.MANAGE
D/TetherService( 3196): >>>>>>>>>>>>> Tethering-Service started! <<<<<<<<<<<<<
V/WifiProgressStore( 3196): WifiProgressStore Created
D/ServiceStartupReceiver( 3196): onReceive 
at.mysandbox.android.wifi.tether.intent.MANAGE
D/NotificationService( 2453): enqueueNotification :: notification.defaults = 0, 
Notification.DEFAULT_SOUND = 1, notification.sound = null pag 
at.mysandbox.android.wifi.tether
W/Service ( 3196): setForeground: ignoring old API call on 
at.mysandbox.android.wifi.tether.TetherService
D/NotificationService( 2453): enqueueNotification :: notification.defaults = 0, 
Notification.DEFAULT_SOUND = 1, notification.sound = null pag 
at.mysandbox.android.wifi.tether
D/TETHER -> CoreTask( 3196): Writing 500 bytes to file: 
/data/data/at.mysandbox.android.wifi.tether/conf/tether.conf
D/TETHER -> TetherApplication( 3196): Creation of configuration-files took ==> 
55 milliseconds.
D/TETHER -> CoreTask( 3196): Root-Command ==> su -c 
"/data/data/at.mysandbox.android.wifi.tether/bin/tether start"
D/dalvikvm( 2453): GC_EXTERNAL_ALLOC freed 13562 objects / 654248 bytes in 127ms
D/su      ( 3207): 10071 /system/bin/sh executing 0 
/data/data/at.mysandbox.android.wifi.tether/bin/tether start using shell 
/system/bin/sh : sh
I/ActivityManager( 2453): Start proc com.noshufou.android.su for broadcast 
com.noshufou.android.su/.SuNotificationReceiver: pid=3209 uid=10082 gids={1015, 
3003}
I/WifiHW  ( 3211): [WIFI] Load Driver
I/WifiHW  ( 3211): [WiFi.c] insmod() Start!!
I/WifiHW  ( 3211): [WiFi.c] start init_module() Start!!
D/Tethering( 2453): eth0 is not a tetherable iface, ignoring
I/WifiHW  ( 3211): [WIFI] DRIVER OK
I/ActivityManager( 2453): No longer want com.google.android.maps.mytracks (pid 
2999): hidden #16
D/dalvikvm( 2546): GC_EXPLICIT freed 5612 objects / 325472 bytes in 407ms
D/Tethering( 2453): sendTetherStateChangedBroadcast 2, 0, 0
D/Tethering( 2453): interfaceAdded :wl0.1
D/NetworkManagmentService( 2453): rsp <213 b6:07:f9:19:af:94 0.0.0.0 0.0.0.0 
[down broadcast multicast]>
D/NetworkManagmentService( 2453): flags <[down broadcast multicast]>
D/CommandListener( 2349): Setting iface cfg
D/Tethering( 2453): Tethering wl0.1
D/Tethering( 2453): [ActiveSync] internet sharing is NOT blocked
D/Tethering( 2453): InitialState.processMessage what=2
D/Tethering( 2453): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering( 2453): Tethered wl0.1
D/Tethering( 2453): sendTetherStateChangedBroadcast 1, 1, 0
D/NotificationService( 2453): enqueueNotification :: notification.defaults = 0, 
Notification.DEFAULT_SOUND = 1, notification.sound = null pag android
D/Tethering( 2453): MasterInitialState.processMessage what=1
D/Tethering( 2453): Tether Mode requested by wl0.1 - TetheredState - Tethered - 
lastError =0
D/Tethering( 2453): WiMAX state is CONNECTED, use mUpstreamIfaceRegexs_WiMAX
D/NetworkManagmentService( 2453): rsp <213 00:24:91:37:a9:e5 184.220.244.153 
255.255.255.255 [up broadcast running multicast]>
D/Tethering( 2453): chooseUpstreamType(false),  dunRequired =false, iface=uwbr0
D/NetworkManagmentService( 2453): flags <[up broadcast running multicast]>
D/Tethering( 2453): checking if hipri brought us this connection
D/Tethering( 2453): notifying tethered with iface =uwbr0
D/TetherController( 2349): Setting IP forward enable = 1
D/TetherController( 2349): Starting tethering services
D/TetherController( 2349): Tethering services running
D/TetherController( 2349): setDnsForwarders(0 = '8.8.8.8')
D/TetherController( 2349): setDnsForwarders(1 = '4.2.2.2')
D/TetherController( 2349): Sending update msg to dnsmasq 
[update_dns:8.8.8.8:4.2.2.2]
D/Tethering( 2453): TetheredState.processMessage what=12
I/dnsmasq ( 3230): started, version 2.51 cachesize 150
I/dnsmasq ( 3230): compile time options: no-IPv6 GNU-getopt no-DBus no-I18N 
DHCP no-scripts no-TFTP
W/dnsmasq ( 3230): warning: no upstream servers configured
I/dnsmasq ( 3230): DHCP, IP range 192.168.43.2 -- 192.168.43.254, lease time 1h
I/dnsmasq ( 3230): DHCP, IP range 192.168.42.2 -- 192.168.42.254, lease time 1h
I/dnsmasq ( 3230): read /etc/hosts - 1 addresses
I/dnsmasq ( 3230): using nameserver 4.2.2.2#53
I/dnsmasq ( 3230): using nameserver 8.8.8.8#53
I//system/bin/iptables( 2349): ACCEPT  0 opt -- in uwbr0 out wl0.1  0.0.0.0/0  
-> 0.0.0.0/0  state RELATED,ESTABLISHED
I//system/bin/iptables( 2349): ACCEPT  0 opt -- in wl0.1 out uwbr0  0.0.0.0/0  
-> 0.0.0.0/0
I//system/bin/iptables( 2349): MASQUERADE  0 opt -- in * out uwbr0  0.0.0.0/0  
-> 0.0.0.0/0
W/PowerManagerService( 2453): Timer 0x7->0x3|0x0
I/PowerManagerService( 2453): Ulight 7->3|0
I/ServiceManager( 2346): service 'com.carrieriq.iqagent.service.IQService' died
D/AndroidRuntime( 3280):
D/AndroidRuntime( 3280): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 3280): CheckJNI is OFF
D/dalvikvm( 3280): creating instr width table
D/AndroidRuntime( 3280): --- registering native functions ---
I/SamplingProfilerIntegration( 3280): Profiler is disabled.
I/Zygote  ( 3280): Preloading classes...
D/dalvikvm( 3280): GC_EXPLICIT freed 850 objects / 49720 bytes in 1ms
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Sans, style = 0, uniqueID 
= 1
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Sans, style = 1, uniqueID 
= 2
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Serif, style = 0, 
uniqueID = 3
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Serif, style = 1, 
uniqueID = 4
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Serif, style = 2, 
uniqueID = 5
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Serif, style = 3, 
uniqueID = 6
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Sans Mono, style = 0, 
uniqueID = 7
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Sans Arabic, style = 0, 
uniqueID = 8
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Sans Hebrew, style = 0, 
uniqueID = 9
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Sans Thai, style = 0, 
uniqueID = 10
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Sans, style = 0, uniqueID 
= 11
D/SKIA_FONT( 3280): load_system_fonts(), name = Droid Sans Fallback, style = 0, 
uniqueID = 12
D/SKIA_FONT( 3280): load_system_fonts(), oldSansUID = 0, newSansUID = 1
D/SKIA_FONT( 3280): load_system_fonts(), oldSansBoldUID = 0, newSansBoldUID = 2
D/dalvikvm( 3280): GC_EXPLICIT freed 219 objects / 13600 bytes in 2ms
I/bluetooth_ScoSocket.cpp( 3280): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 3280): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 3280): GC_EXPLICIT freed 357 objects / 17392 bytes in 2ms
D/dalvikvm( 3280): GC_EXPLICIT freed 446 objects / 27600 bytes in 27ms
D/dalvikvm( 3280): GC_EXPLICIT freed 2126 objects / 110472 bytes in 3ms
D/dalvikvm( 3280): GC_EXPLICIT freed 574 objects / 26336 bytes in 3ms
D/dalvikvm( 3280): GC_FOR_MALLOC freed 5164 objects / 233192 bytes in 6ms
D/dalvikvm( 3280): GC_FOR_MALLOC freed 10665 objects / 396896 bytes in 8ms
D/dalvikvm( 3280): GC_FOR_MALLOC freed 9123 objects / 422544 bytes in 9ms
D/dalvikvm( 3280): GC_FOR_MALLOC freed 9191 objects / 443752 bytes in 10ms
D/dalvikvm( 3280): GC_FOR_MALLOC freed 7845 objects / 478384 bytes in 10ms
D/dalvikvm( 3280): GC_FOR_MALLOC freed 7756 objects / 476360 bytes in 10ms
D/dalvikvm( 3280): GC_FOR_MALLOC freed 8001 objects / 471408 bytes in 10ms
D/dalvikvm( 3280): GC_FOR_MALLOC freed 7821 objects / 467656 bytes in 11ms
D/dalvikvm( 3280): GC_EXPLICIT freed 2598 objects / 177264 bytes in 10ms
D/dalvikvm( 3280): GC_EXPLICIT freed 522 objects / 27000 bytes in 10ms
^C
C:\Users\Sean>

Original comment by murfmi...@gmail.com on 3 Mar 2011 at 10:28

GoogleCodeExporter commented 9 years ago
I'm suspecting somethings going on right where this happens...

I/PowerManagerService( 2453): Ulight 7->3|0
I/ServiceManager( 2346): service 'com.carrieriq.iqagent.service.IQService' died

Original comment by murfmi...@gmail.com on 3 Mar 2011 at 10:31

GoogleCodeExporter commented 9 years ago
Ok, wiated until after the first vibrate

I/WifiHW  ( 3428): [WiFi.c] insmod() Start!!
I/WifiHW  ( 3428): [WiFi.c] start init_module() Start!!
D/PowerManagerService( 2452): lightSensorChangedLocked 1000
D/PowerManagerService( 2452): lcdValue 70
D/PowerManagerService( 2452): buttonValue 70
D/PowerManagerService( 2452): keyboardValue 0
I/PowerManagerService( 2452): Setting target 2: cur=32.0 target=70 
delta=0.6333333 nominalCurrentValue=32
I/PowerManagerService( 2452): lightSensorChangedLocked scheduling light animator
I/lights  ( 2452): set_light_backlight[0~255]:(41) gamma_value:(4) 
BRIGHTNESS_MODE(1)
D/Tethering( 2452): eth0 is not a tetherable iface, ignoring
I/WifiHW  ( 3428): [WIFI] DRIVER OK
D/WimaxStateTracker( 2452): [handleMessage] Received msg = 4
I/lights  ( 2452): set_light_backlight[0~255]:(51) gamma_value:(5) 
BRIGHTNESS_MODE(1)
I/lights  ( 2452): set_light_backlight[0~255]:(62) gamma_value:(6) 
BRIGHTNESS_MODE(1)
D/BatteryService( 2452): update start
D/BatteryService( 2452): updateBattery level:78 scale:100 status:2 health:2 
present:true voltage: 3935 temperature: 340 technology: Li-ion AC powered:false 
USB powered:true icon:17302172
D/SyncmlService( 2537): mBatteryReceiver: action - 
android.intent.action.BATTERY_CHANGED
V/NotificationService( 2452): notification manager receiver action = 
android.intent.action.BATTERY_CHANGED
I/StatusBarPolicy( 2452): BAT. status:2 health:2
I/PowerManagerService( 2452): Light Animator Finished curIntValue=70
I/ActivityManager( 2452): No longer want com.samsung (pid 3004): hidden #16
D/SyncmlService( 2537): onUnBind
D/WimaxStateTracker( 2452): [handleMessage] Received msg = 4
D/BatteryService( 2452): update start
D/BatteryService( 2452): updateBattery level:78 scale:100 status:2 health:2 
present:true voltage: 3953 temperature: 330 technology: Li-ion AC powered:false 
USB powered:true icon:17302172
D/SyncmlService( 2537): mBatteryReceiver: action - 
android.intent.action.BATTERY_CHANGED
V/NotificationService( 2452): notification manager receiver action = 
android.intent.action.BATTERY_CHANGED
I/StatusBarPolicy( 2452): BAT. status:2 health:2
D/WimaxStateTracker( 2452): [handleMessage] Received msg = 4
D/BatteryService( 2452): update start
D/BatteryService( 2452): updateBattery level:78 scale:100 status:2 health:2 
present:true voltage: 3956 temperature: 340 technology: Li-ion AC powered:false 
USB powered:true icon:17302172
D/SyncmlService( 2537): mBatteryReceiver: action - 
android.intent.action.BATTERY_CHANGED
V/NotificationService( 2452): notification manager receiver action = 
android.intent.action.BATTERY_CHANGED
I/StatusBarPolicy( 2452): BAT. status:2 health:2
D/Tethering( 2452): sendTetherStateChangedBroadcast 2, 0, 0
D/Tethering( 2452): interfaceAdded :wl0.1
D/NetworkManagmentService( 2452): rsp <213 b6:07:f9:19:af:94 0.0.0.0 0.0.0.0 
[down broadcast multicast]>
D/CommandListener( 2349): Setting iface cfg
D/NetworkManagmentService( 2452): flags <[down broadcast multicast]>
D/Tethering( 2452): Tethering wl0.1
D/Tethering( 2452): [ActiveSync] internet sharing is NOT blocked
D/Tethering( 2452): InitialState.processMessage what=2
D/Tethering( 2452): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering( 2452): Tethered wl0.1
D/Tethering( 2452): sendTetherStateChangedBroadcast 1, 1, 0
D/NotificationService( 2452): enqueueNotification :: notification.defaults = 0, 
Notification.DEFAULT_SOUND = 1, notification.sound = null pag android
D/Tethering( 2452): MasterInitialState.processMessage what=1
D/Tethering( 2452): Tether Mode requested by wl0.1 - TetheredState - Tethered - 
lastError =0
D/Tethering( 2452): WiMAX state is CONNECTED, use mUpstreamIfaceRegexs_WiMAX
D/NetworkManagmentService( 2452): rsp <213 00:24:91:37:a9:e5 184.208.100.236 
255.255.255.255 [up broadcast running multicast]>
D/NetworkManagmentService( 2452): flags <[up broadcast running multicast]>
D/Tethering( 2452): chooseUpstreamType(false),  dunRequired =false, iface=uwbr0
D/Tethering( 2452): checking if hipri brought us this connection
D/Tethering( 2452): notifying tethered with iface =uwbr0
D/TetherController( 2349): Setting IP forward enable = 1
D/WimaxStateTracker( 2452): [handleMessage] Received msg = 4
D/TetherController( 2349): Starting tethering services
D/TetherController( 2349): Tethering services running
D/TetherController( 2349): setDnsForwarders(0 = '8.8.8.8')
D/TetherController( 2349): setDnsForwarders(1 = '4.2.2.2')
D/TetherController( 2349): Sending update msg to dnsmasq 
[update_dns:8.8.8.8:4.2.2.2]
D/Tethering( 2452): TetheredState.processMessage what=12
I/dnsmasq ( 3488): started, version 2.51 cachesize 150
I/dnsmasq ( 3488): compile time options: no-IPv6 GNU-getopt no-DBus no-I18N 
DHCP no-scripts no-TFTP
W/dnsmasq ( 3488): warning: no upstream servers configured
I/dnsmasq ( 3488): DHCP, IP range 192.168.43.2 -- 192.168.43.254, lease time 1h
I/dnsmasq ( 3488): DHCP, IP range 192.168.42.2 -- 192.168.42.254, lease time 1h
I/dnsmasq ( 3488): read /etc/hosts - 1 addresses
I/dnsmasq ( 3488): using nameserver 4.2.2.2#53
I/dnsmasq ( 3488): using nameserver 8.8.8.8#53
I//system/bin/iptables( 2349): ACCEPT  0 opt -- in uwbr0 out wl0.1  0.0.0.0/0  
-> 0.0.0.0/0  state RELATED,ESTABLISHED
I//system/bin/iptables( 2349): ACCEPT  0 opt -- in wl0.1 out uwbr0  0.0.0.0/0  
-> 0.0.0.0/0
I//system/bin/iptables( 2349): MASQUERADE  0 opt -- in * out uwbr0  0.0.0.0/0  
-> 0.0.0.0/0
W/PowerManagerService( 2452): Timer 0x7->0x3|0x0
I/PowerManagerService( 2452): Ulight 7->3|0
D/WimaxStateTracker( 2452): [handleMessage] Received msg = 4
D/WimaxMonitor( 2452): + Received { what=0 when=803173 obj=DeviceStatusInfo: 
DeviceStatus: 8, StatusReason: 0, ConnectionProgressInfo: 6 }
D/WimaxMonitor( 2452): + Received DeviceStatusInfo: DeviceStatus: 8, 
StatusReason: 0, ConnectionProgressInfo: 6
D/WimaxStateTracker( 2452): [handleMessage] Received msg = 1
D/WimaxStateTracker( 2452): [handleMessage] Old state is CONNECTED
D/WimaxStateTracker( 2452): [handleMessage] New state is CONNECTED New detailed 
info is Idle
I/WimaxStateTracker( 2452): isAvailable() !!!!!!!!!!!!!!!!!!!!!!!! return true
D/WimaxStateTracker( 2452): [handleMessageWimaxStateChanged] nRetryFlag = 0 -> 0
D/StatusBarPolicy( 2452): received mWimaxState: CONNECTED, extraStateDetail: 6
D/NetworkStateTracker( 2452): setDetailed state, old =CONNECTED and new 
state=CONNECTED
D/WimaxStateTracker( 2452): [handleMessage] Received msg = 4
I/ServiceManager( 2346): service 'com.carrieriq.iqagent.service.IQService' died
D/AndroidRuntime( 3538):
D/AndroidRuntime( 3538): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 3538): CheckJNI is OFF
D/dalvikvm( 3538): creating instr width table
D/AndroidRuntime( 3538): --- registering native functions ---
I/SamplingProfilerIntegration( 3538): Profiler is disabled.
I/Zygote  ( 3538): Preloading classes...
D/dalvikvm( 3538): GC_EXPLICIT freed 850 objects / 49720 bytes in 1ms
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Sans, style = 0, uniqueID 
= 1
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Sans, style = 1, uniqueID 
= 2
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Serif, style = 0, 
uniqueID = 3
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Serif, style = 1, 
uniqueID = 4
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Serif, style = 2, 
uniqueID = 5
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Serif, style = 3, 
uniqueID = 6
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Sans Mono, style = 0, 
uniqueID = 7
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Sans Arabic, style = 0, 
uniqueID = 8
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Sans Hebrew, style = 0, 
uniqueID = 9
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Sans Thai, style = 0, 
uniqueID = 10
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Sans, style = 0, uniqueID 
= 11
D/SKIA_FONT( 3538): load_system_fonts(), name = Droid Sans Fallback, style = 0, 
uniqueID = 12
D/SKIA_FONT( 3538): load_system_fonts(), oldSansUID = 0, newSansUID = 1
D/SKIA_FONT( 3538): load_system_fonts(), oldSansBoldUID = 0, newSansBoldUID = 2
D/dalvikvm( 3538): GC_EXPLICIT freed 219 objects / 13600 bytes in 2ms
I/bluetooth_ScoSocket.cpp( 3538): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 3538): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 3538): GC_EXPLICIT freed 357 objects / 17392 bytes in 2ms
D/dalvikvm( 3538): GC_EXPLICIT freed 446 objects / 27600 bytes in 2ms
D/dalvikvm( 3538): GC_EXPLICIT freed 2126 objects / 110472 bytes in 3ms
D/dalvikvm( 3538): GC_EXPLICIT freed 574 objects / 26336 bytes in 3ms
D/dalvikvm( 3538): GC_FOR_MALLOC freed 5164 objects / 233192 bytes in 6ms
D/dalvikvm( 3538): GC_FOR_MALLOC freed 10665 objects / 396896 bytes in 8ms
D/dalvikvm( 3538): GC_FOR_MALLOC freed 9123 objects / 422544 bytes in 9ms
D/dalvikvm( 3538): GC_FOR_MALLOC freed 9191 objects / 443752 bytes in 10ms
D/dalvikvm( 3538): GC_FOR_MALLOC freed 7845 objects / 478384 bytes in 10ms
D/dalvikvm( 3538): GC_FOR_MALLOC freed 7756 objects / 476360 bytes in 10ms
D/dalvikvm( 3538): GC_FOR_MALLOC freed 8001 objects / 471408 bytes in 10ms
I/ServiceManager( 2346): service 'isprintextension' died
D/dalvikvm( 3538): GC_FOR_MALLOC freed 7821 objects / 467656 bytes in 11ms
D/dalvikvm( 3538): GC_EXPLICIT freed 2598 objects / 177264 bytes in 14ms
D/dalvikvm( 3538): GC_EXPLICIT freed 522 objects / 27000 bytes in 10ms
D/dalvikvm( 3538): GC_EXPLICIT freed 399 objects / 22584 bytes in 10ms
D/dalvikvm( 3538): GC_EXPLICIT freed 241 objects / 13328 bytes in 11ms
W/ISensorClient( 2358): transact([00000001]) failed
W/SensorService( 2358): gWeakClients->notify failed
D/dalvikvm( 3538): GC_EXPLICIT freed 133 objects / 25296 bytes in 24ms
D/dalvikvm( 3538): GC_EXPLICIT freed 267 objects / 18272 bytes in 14ms
D/dalvikvm( 3538): GC_EXPLICIT freed 337 objects / 18136 bytes in 18ms
D/dalvikvm( 3538): GC_EXPLICIT freed 454 objects / 28552 bytes in 14ms
D/dalvikvm( 3538): GC_EXPLICIT freed 249 objects / 20712 bytes in 15ms
D/dalvikvm( 3538): GC_EXPLICIT freed 305 objects / 34400 bytes in 16ms
D/dalvikvm( 3538): GC_EXPLICIT freed 623 objects / 33904 bytes in 23ms
D/dalvikvm( 3538): GC_EXPLICIT freed 864 objects / 47128 bytes in 16ms
D/dalvikvm( 3538): GC_EXPLICIT freed 1751 objects / 85792 bytes in 17ms
D/dalvikvm( 3538): GC_EXPLICIT freed 450 objects / 29688 bytes in 23ms
D/dalvikvm( 3538): GC_EXPLICIT freed 319 objects / 20368 bytes in 24ms
I/Zygote  ( 3538): ...preloaded 1275 classes in 2042ms.
E/Zygote  ( 3538): setreuid() failed. errno: 17
D/dalvikvm( 3538): GC_EXPLICIT freed 104 objects / 14224 bytes in 21ms
I/Zygote  ( 3538): Preloading resources...
D/dalvikvm( 3538): GC_EXPLICIT freed 312 objects / 15584 bytes in 21ms
I/Zygote  ( 3538): ...preloaded 61 resources in 60ms.
D/dalvikvm( 3538): GC_EXPLICIT freed 396 objects / 23160 bytes in 19ms
I/Zygote  ( 3538): ...preloaded 15 resources in 23ms.
D/dalvikvm( 3538): GC_EXPLICIT freed 231 objects / 10536 bytes in 18ms
D/dalvikvm( 3538): GC_EXPLICIT freed 104 objects / 4096 bytes in 22ms
D/dalvikvm( 3538): GC_EXPLICIT freed 2 objects / 48 bytes in 18ms
I/dalvikvm( 3538): System server process 3539 has been created
I/Zygote  ( 3538): Accepting command socket connections
I/sysproc ( 3539): !@beginofsystem_init1()
I/sysproc ( 3539): Entered system_init()
I/sysproc ( 3539): ServiceManager: 0x120c88
I/SurfaceFlinger( 3539): SurfaceFlinger is starting
I/SurfaceFlinger( 3539): SurfaceFlinger's main thread ready to run. 
Initializing graphics H/W...
E/SurfaceFlinger( 3539): Couldn't open /sys/power/wait_for_fb_sleep or 
/sys/power/wait_for_fb_wake
E/FramebufferNativeWindow( 3539): couldn't open framebuffer HAL (Bad address)
D/libEGL  ( 3539): loaded /system/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL  ( 3539): loaded /system/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL  ( 3539): loaded /system/lib/egl/libGLESv2_POWERVR_SGX540_120.so
I/ServiceManager( 2346): service 'phone' died
I/ServiceManager( 2346): service 'iphoneinfo' died
I/ServiceManager( 2346): service 'simphonebook' died
I/ServiceManager( 2346): service 'iphonesubinfo' died
I/ServiceManager( 2346): service 'isms' died
I/ServiceManager( 2346): service 'phoneext' died
V/AudioPolicyManager( 2353): releaseOutput() 1
V/AudioPolicyManager( 2353): releaseOutput() 1
E/installd( 2356): eof
E/installd( 2356): failed to read size
I/installd( 2356): closing connection
I/DEBUG   ( 2350): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 
***
I/DEBUG   ( 2350): Build fingerprint: 
'sprint/SPH-D700/SPH-D700/SPH-D700:2.2.1/FROYO/EB13:user/release-keys'
I/DEBUG   ( 2350): pid: 3539, tid: 3545  >>> system_server <<<
I/DEBUG   ( 2350): signal 11 (SIGSEGV), fault addr 00730040
I/DEBUG   ( 2350):  r0 0012ca30  r1 00000002  r2 4affad5c  r3 00730041
I/DEBUG   ( 2350):  r4 4affadc0  r5 00000001  r6 4affad9c  r7 00000000
I/DEBUG   ( 2350):  r8 00100000  r9 a811c479  10 4aefb000  fp 00139ea8
I/DEBUG   ( 2350):  ip ac5291fc  sp 4affad58  lr ab90a181  pc 00730040  cpsr 
00000030
I/DEBUG   ( 2350):  d0  6472656767756265  d1  0000000000000035
I/DEBUG   ( 2350):  d2  0000000000000070  d3  0000000000000063
I/DEBUG   ( 2350):  d4  0000000000000000  d5  0000000000000000
I/DEBUG   ( 2350):  d6  0704000207000305  d7  af00000007080384
I/DEBUG   ( 2350):  d8  0000000000000000  d9  0000000000000000
I/DEBUG   ( 2350):  d10 0000000000000000  d11 0000000000000000
I/DEBUG   ( 2350):  d12 0000000000000000  d13 0000000000000000
I/DEBUG   ( 2350):  d14 0000000000000000  d15 0000000000000000
I/DEBUG   ( 2350):  d16 0000000000000000  d17 3fe999999999999a
I/DEBUG   ( 2350):  d18 42eccefa43de3400  d19 3fe00000000000b4
I/DEBUG   ( 2350):  d20 4008000000000000  d21 3fd99a27ad32ddf5
I/DEBUG   ( 2350):  d22 3fd24998d6307188  d23 3fcc7288e957b53b
I/DEBUG   ( 2350):  d24 3fc74721cad6b0ed  d25 3fc39a09d078c69f
I/DEBUG   ( 2350):  d26 0000000000000000  d27 0000000000000000
I/DEBUG   ( 2350):  d28 0000000000000000  d29 0000000000000000
I/DEBUG   ( 2350):  d30 0000000000000000  d31 0000000000000000
I/DEBUG   ( 2350):  scr 20000012
I/DEBUG   ( 2350):
I/ServiceManager( 2346): service 'network_management' died
I/ServiceManager( 2346): service 'clipboardEx' died
I/ServiceManager( 2346): service 'netstat' died
I/ServiceManager( 2346): service 'SurfaceFlinger' died
I/ServiceManager( 2346): service 'usagestats' died
I/ServiceManager( 2346): service 'batteryinfo' died
I/ServiceManager( 2346): service 'device_policy' died
I/ServiceManager( 2346): service 'entropy' died
I/ServiceManager( 2346): service 'power' died
I/ServiceManager( 2346): service 'vibrator' died
I/ServiceManager( 2346): service 'bluetooth' died
I/ServiceManager( 2346): service 'bluetooth_hid' died
I/ServiceManager( 2346): service 'window' died
I/ServiceManager( 2346): service 'bluetooth_a2dp' died
I/ServiceManager( 2346): service 'WiMax' died
I/ServiceManager( 2346): service 'alarm' died
I/ServiceManager( 2346): service 'sensor' died
I/ServiceManager( 2346): service 'hardware' died
I/ServiceManager( 2346): service 'battery' died
I/ServiceManager( 2346): service 'package' died
I/ServiceManager( 2346): service 'activity' died
I/ServiceManager( 2346): service 'meminfo' died
I/ServiceManager( 2346): service 'cpuinfo' died
I/ServiceManager( 2346): service 'permission' died
I/ServiceManager( 2346): service 'account' died
I/ServiceManager( 2346): service 'content' died
I/ServiceManager( 2346): service 'telephony.registry' died
I/ServiceManager( 2346): service 'clipboard' died
I/ServiceManager( 2346): service 'input_method' died
I/ServiceManager( 2346): service 'statusbar' died
I/ServiceManager( 2346): service 'wifi' died
I/ServiceManager( 2346): service 'connectivity' died
I/ServiceManager( 2346): service 'throttle' died
I/ServiceManager( 2346): service 'accessibility' died
I/ServiceManager( 2346): service 'mount' died
I/ServiceManager( 2346): service 'notification' died
I/ServiceManager( 2346): service 'location' died
I/ServiceManager( 2346): service 'devicestoragemonitor' died
I/ServiceManager( 2346): service 'search' died
I/ServiceManager( 2346): service 'dropbox' died
I/ServiceManager( 2346): service 'wallpaper' died
I/ServiceManager( 2346): service 'audio' died
I/ServiceManager( 2346): service 'uimode' died
I/ServiceManager( 2346): service 'backup' died
I/ServiceManager( 2346): service 'appwidget' died
I/ServiceManager( 2346): service 'diskstats' died
I/ServiceManager( 2346): service 'bluetooth_dg_service' died
I/DEBUG   ( 2350):          #00  pc 00730040
I/DEBUG   ( 2350):          #01  pc 0000a17e  /system/lib/libui.so
I/DEBUG   ( 2350):          #02  pc 00016580  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 2350):          #03  pc 00016a3a  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 2350):          #04  pc 0002085c  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 2350):          #05  pc 0001c032  /system/lib/libutils.so
I/DEBUG   ( 2350):          #06  pc 0001c4e0  /system/lib/libutils.so
I/DEBUG   ( 2350):          #07  pc 000111b0  /system/lib/libc.so
I/DEBUG   ( 2350):          #08  pc 00010ca0  /system/lib/libc.so
I/DEBUG   ( 2350):
I/DEBUG   ( 2350): code around pc:
I/DEBUG   ( 2350): 00730020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG   ( 2350): 00730030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG   ( 2350): 00730040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG   ( 2350): 00730050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG   ( 2350): 00730060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG   ( 2350):
I/DEBUG   ( 2350): code around lr:
I/DEBUG   ( 2350): ab90a160 b01b0015 bf00bdf0 4605b573 461c460e
I/DEBUG   ( 2350): ab90a170 0015f06f 6d53b162 21024610 4798aa01
I/DEBUG   ( 2350): ab90a180 db052800 46314628 46239a01 ff48f7ff
I/DEBUG   ( 2350): ab90a190 bf00bd7c 47706880 6941b901 69c2040b
I/DEBUG   ( 2350): ab90a1a0 42930c1b f8d0da07 f85cc018 b1180033
I/DEBUG   ( 2350):
I/DEBUG   ( 2350): stack:
I/DEBUG   ( 2350):     4affad18  00100000  [heap]
I/DEBUG   ( 2350):     4affad1c  a811c479  /system/lib/libutils.so
I/DEBUG   ( 2350):     4affad20  4aefb000
I/DEBUG   ( 2350):     4affad24  abe04c51  /system/lib/libEGL.so
I/DEBUG   ( 2350):     4affad28  0000001b
I/DEBUG   ( 2350):     4affad2c  afd25bb7  /system/lib/libc.so
I/DEBUG   ( 2350):     4affad30  00000000
I/DEBUG   ( 2350):     4affad34  00000002
I/DEBUG   ( 2350):     4affad38  00000001
I/DEBUG   ( 2350):     4affad3c  00000000
I/DEBUG   ( 2350):     4affad40  00000000
I/DEBUG   ( 2350):     4affad44  abe08948  /system/lib/libEGL.so
I/DEBUG   ( 2350):     4affad48  abe08ab0  /system/lib/libEGL.so
I/DEBUG   ( 2350):     4affad4c  abe02bb5  /system/lib/libEGL.so
I/DEBUG   ( 2350):     4affad50  df002777
I/DEBUG   ( 2350):     4affad54  e3a070ad
I/DEBUG   ( 2350): #01 4affad58  00000001
I/DEBUG   ( 2350):     4affad5c  4affad9c
I/DEBUG   ( 2350):     4affad60  001361d0  [heap]
I/DEBUG   ( 2350):     4affad64  ac529130  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 2350):     4affad68  00000001
I/DEBUG   ( 2350):     4affad6c  ac516583  /system/lib/libsurfaceflinger.so
I/DEBUG   ( 2350): dumpmesg > /data/log/dumpstate_app_native.log
I/dumpstate( 3549): begin
^C
C:\Users\Sean>

Original comment by murfmi...@gmail.com on 3 Mar 2011 at 10:49

GoogleCodeExporter commented 9 years ago
Regarding iqservice:
http://forum.androidcentral.com/lg-optimus-s/45729-ever-wondered-what-iqagent.ht
ml

I don't see any reason for a crash in the log.

But ... something new came into my mind. Stay tuned will throw something 
together tonight.

Original comment by harald....@gmail.com on 3 Mar 2011 at 10:55

GoogleCodeExporter commented 9 years ago
E/SurfaceFlinger( 3539): Couldn't open /sys/power/wait_for_fb_sleep or 
/sys/power/wait_for_fb_wake

? ... and then all services start to die? weird.

Original comment by harald....@gmail.com on 3 Mar 2011 at 11:01

GoogleCodeExporter commented 9 years ago
Well now you've just got me all excited...

Original comment by murfmi...@gmail.com on 3 Mar 2011 at 11:06

GoogleCodeExporter commented 9 years ago
yeah, you surely know more about this than i do, i'm curious though

I/ServiceManager( 2346): service 'com.carrieriq.iqagent.service.IQService' died
D/AndroidRuntime( 3538):
D/AndroidRuntime( 3538): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<

Is this after the 'crash'? Seems that when the runtime is starting that the 
crash already happened, but then down lower, you see all the tasks dying one by 
one... Which leads one to believe this is just before the crash.

Original comment by murfmi...@gmail.com on 3 Mar 2011 at 11:23