TCP Verbindung...

K

Kelthur

Neues Mitglied
1
Hallo,

erstmal die allgemeine Beschreibung der Situation, ich habe ein Archos 70 IT über ADB mit Eclipse verbunden und Funktionsfähig. Ich möchte per TCP (Socket) mit den Gerät auf einen Rechner (ein WiPort) in eigenen Netzwerk etwas per WLAN übertragen (Buchstaben, Zahlen, momentan noch nicht wichtig).

Ich verwende folgenden Code:
----------------------------------------------------------
...

Socket WiPort = null;
OutputStream out;
InputStream in;

... (Konstruktoraufruf, erst wird geschaut ob Wlan an ist, falls es das ist, ob das richtige WLAN ausgewählt ist, und anschließend darauf connected das Funktioinert auch)...

try {
initSocket();
} catch (UnknownHostException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
---------> e.printStackTrace();
}

...

public void initSocket() throws UnknownHostException, IOException {

WiPort = new Socket("192.168.1.2", 10001);
out = WiPort.getOutputStream();
in = WiPort.getInputStream();

}
----------------------------------------------------------

Im Android stürzt das Programm ab (unerwartet Beendet Prozess connect.android), der Debugger sagt mir bei der gekennzeichneten Zeile, "Network unreachable".

die Permissions sind:


<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"></uses-permission>
<uses-permission android:name="android.permission.UPDATE_DEVICE_STATS"></uses-permission>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"></uses-permission>
<uses-permission android:name="android.permission.WAKE_LOCK"></uses-permission>
<uses-permission android:name="android.permission.NETWORK"></uses-permission>

<uses-permission android:name="android.permission.SYSTEM_TOOLS"></uses-permission>
<uses-permission android:name="android.permission.HARDWARE_CONTROLS"></uses-permission>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>

ich habe das gleiche nochmal auf dem Rechner ausgeführt, und der WiPort empfängt es auch... Nur vom Tablet aus geht es nicht

gibt es hier vieleicht irgent etwas, das ich vergessen habe? Das Tablet ist auch ganz normal zu diesen Netzwerk verbunden und wird auch im Router angezeigt und kann ganz normal angepingt werden... Sowie der WiPort auch
 
send mal noch den Logcat auszug dazu damit kann man dir besser helfen :)

MfG nijoX
 
Hast du mal versucht deine IP-Adresse als InetAddress zu übergeben, statt als String?


EDIT: Nur um sicher zu gehen:

Welche IP hat dein Android? Welche Subnet-Mask? Und die IP deines WiPort ist die oben genannte?
 
Die IP meines Android Gerätes ist 192.168.1.4, ja die IP des WiPorts ist die oben genannte, Subnetzmaske wird alles automatisch eingestellt, das Androidgerät verbindet sich nur mit den Netzwerk mit der angegebenen SSID.

mit logcat muss ich gleich mal schauen, weis noch nicht ganz was das ist (kenn mich noch nicht so mit der SDK aus)


*edit* ich habe den Wert nur per String übergeben, auf meinen Rechner funktioniert es, nur auf den Tablet nicht, ich werd das gleich mal ausprobieren
 
@Kelthur: War auch nur so eine Idee - ich erwarte eigentlich kein anderes Ergebnis ;)
 
So hier mal logcat... ich hoffe das ist das wonach mach verlangt hat...

PHP:
[spoiler]I/wpa_supplicant( 1396): Associated with a0:21:b7:ab:85:64
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=7 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 1396): CTRL-EVENT-CONNECTED - Connection to a0:21:b7:ab:85:64 completed (reauth) [id=1 id_str=]
D/WifiStateTracker( 1315): Reset connections and stopping DHCP
I//usr/bin/djmount(31140): [E] Error obtaining device description from url 'http://192.168.1.5:2869/upnphost/udhisapi.dll?content=uuid:1e552337-70b4-480c-b0c9-024e388fb504' : -204 (UPNP_E_SOCKET_CONNECT)
I//usr/bin/djmount(31140): [E] Check device network configuration (firewall ?)
D/dhcpcd  (31111): received SIGTERM, stopping
D/dhcpcd  (31111): deleting route 0.0.0.0/0 via 192.168.1.1
D/dhcpcd  (31111): deleting IP address 192.168.1.4/24
D/dhcpcd  (31111): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason STOP
D/NetworkStateTracker( 1315): setDetailed state, old =CONNECTED and new state=DISCONNECTED
D/NetworkStateTracker( 1315): setDetailed state, old =CONNECTED and new state=OBTAINING_IPADDR
D/ConnectivityService( 1315): ConnectivityChange for WIFI: CONNECTING/OBTAINING_IPADDR
D/ConnectivityService( 1315): Dropping ConnectivityChange for WIFI: CONNECTING/OBTAINING_IPADDR
D/WifiStateTracker( 1315): DhcpHandler: DHCP request started
D/AppsLib (21215): 773014 > 14400000
D/dhcpcd  (31200): dhcpcd 4.0.15 starting
D/dhcpcd  (31200): hardware address = 00:16:dc:65:fd:14
D/dhcpcd  (31200): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason PREINIT
D/dhcpcd  (31200): host does not support a monotonic clock - timing can skew
D/dhcpcd  (31200): broadcasting for a lease
D/dhcpcd  (31200): sending DHCP_DISCOVER with xid 0xbc8c756f, next in 3.40 seconds
D/dhcpcd  (31200): offered 192.168.1.4 from 192.168.1.1
D/dhcpcd  (31200): sending DHCP_REQUEST with xid 0xbc8c756f, next in 3.46 seconds
D/dhcpcd  (31200): acknowledged 192.168.1.4 from 192.168.1.1
D/dhcpcd  (31200): leased 192.168.1.4 for 86400 seconds
D/dhcpcd  (31200): adding IP address 192.168.1.4/24
D/dhcpcd  (31200): adding route to 0.0.0.0/0 via 192.168.1.1
D/dhcpcd  (31200): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason BOUND
D/dhcpcd  (31200): renew in 43200 seconds
D/NetworkStateTracker( 1315): setDetailed state, old =OBTAINING_IPADDR and new state=CONNECTED
D/ConnectivityService( 1315): ConnectivityChange for WIFI: CONNECTED/CONNECTED
D/WifiWatchdogService( 1315): (android.server.ServerThread) kelthurhotspot (a0:21:b7:ab:85:64) does not require the watchdog
D/ConnectivityService( 1315): adding dns 192.168.1.1 for WIFI
D/AppsLib (21215): 775056 > 14400000
D/Tethering( 1315): Tethering got CONNECTIVITY_ACTION
D/Tethering( 1315): MasterInitialState.processMessage what=3
E/HierarchicalStateMachine( 1315): TetherMaster - unhandledMessage: msg.what=3
D/MountService( 1315): handleFuse hddOn=true wifiOn=true
I/NetworkSharesUtil( 1315): enableFuse
D/GpsLocationProvider( 1315): updateNetworkState available info: NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true
D/VoldCmdListener( 1218): networkshare start
I/GTalkService( 1491): [ServiceAutoStarter] --- connectivity changed
I/GTalkService( 1491): [ServiceAutoStarter] --- start GTalk service ---
I//usr/bin/djmount(31229): [I]   Mount options = allow_other,iocharset=UTF-8
I//usr/bin/djmount(31229): [I] Charset : successfully initialised charset='UTF-8'
I//usr/bin/djmount(31229): [I] UPnP Initialized (192.168.1.4:49155)
I//usr/bin/djmount(31229): [W] RemoveDevice can't find Id=uuid:374C4532-3453-3441-4C4C-455346573030
I//usr/bin/djmount(31229): [W] RemoveDevice can't find Id=uuid:374C4532-3453-3441-4C4C-455346573030
I//usr/bin/djmount(31229): [E] Error generating URL from 'http://192.168.1.4:49155/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31229): [E] Error generating URL from 'http://192.168.1.4:49155/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31229): [E] Error generating URL from 'http://192.168.1.4:49155/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31229): [E] Error generating URL from 'http://192.168.1.4:49155/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31229): [I] Add new device : Name='Kelthur-M57RU : TVersity Media Server' Id='uuid:7e424b5d-9143-434f-b979-b52ef62c32b6' descURL='http://192.168.1.5:41952/description/fetch'
I//usr/bin/djmount(31229): [W] Device Id=uuid:7e424b5d-9143-434f-b979-b52ef62c32b6 already added
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/suspend_switch' name 'suspend_switch' state 'Suspending'
D/PowerManagerService( 1315): Resuming from suspend
I/wpa_supplicant( 1396): CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=0 BSSID=00:00:00:00:00:00
D/BatteryService( 1315): Forced battery check on resume (level 87%, voltage 4000mV
D/WifiService( 1315): ACTION_BATTERY_CHANGED pluggedType: 0
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=2 BSSID=00:00:00:00:00:00
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/suspend_switch' name 'suspend_switch' state 'Resuming'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/suspend_switch' name 'suspend_switch' state 'Running'
I/wpa_supplicant( 1396): WPS-AP-AVAILABLE 
I/wpa_supplicant( 1396): Trying to associate with a0:21:b7:ab:85:64 (SSID='kelthurhotspot' freq=2417 MHz)
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=3 BSSID=a0:21:b7:ab:85:64
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=4 BSSID=a0:21:b7:ab:85:64
I/wpa_supplicant( 1396): Associated with a0:21:b7:ab:85:64
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=7 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 1396): CTRL-EVENT-CONNECTED - Connection to a0:21:b7:ab:85:64 completed (reauth) [id=1 id_str=]
D/WifiStateTracker( 1315): Reset connections and stopping DHCP
D/dhcpcd  (31200): received SIGTERM, stopping
D/dhcpcd  (31200): deleting route 0.0.0.0/0 via 192.168.1.1
D/dhcpcd  (31200): deleting IP address 192.168.1.4/24
D/dhcpcd  (31200): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason STOP
D/NetworkStateTracker( 1315): setDetailed state, old =CONNECTED and new state=DISCONNECTED
D/NetworkStateTracker( 1315): setDetailed state, old =CONNECTED and new state=OBTAINING_IPADDR
D/ConnectivityService( 1315): ConnectivityChange for WIFI: CONNECTING/OBTAINING_IPADDR
D/ConnectivityService( 1315): Dropping ConnectivityChange for WIFI: CONNECTING/OBTAINING_IPADDR
D/WifiStateTracker( 1315): DhcpHandler: DHCP request started
D/AppsLib (21215): 796002 > 14400000
D/dhcpcd  (31291): dhcpcd 4.0.15 starting
D/dhcpcd  (31291): hardware address = 00:16:dc:65:fd:14
D/dhcpcd  (31291): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason PREINIT
D/dhcpcd  (31291): host does not support a monotonic clock - timing can skew
D/dhcpcd  (31291): broadcasting for a lease
D/dhcpcd  (31291): sending DHCP_DISCOVER with xid 0x889dea24, next in 4.65 seconds
D/dhcpcd  (31291): offered 192.168.1.4 from 192.168.1.1
D/dhcpcd  (31291): sending DHCP_REQUEST with xid 0x889dea24, next in 4.96 seconds
D/dhcpcd  (31291): acknowledged 192.168.1.4 from 192.168.1.1
D/dhcpcd  (31291): leased 192.168.1.4 for 86400 seconds
D/dhcpcd  (31291): adding IP address 192.168.1.4/24
D/dhcpcd  (31291): adding route to 0.0.0.0/0 via 192.168.1.1
D/dhcpcd  (31291): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason BOUND
D/dhcpcd  (31291): renew in 43200 seconds
D/NetworkStateTracker( 1315): setDetailed state, old =OBTAINING_IPADDR and new state=CONNECTED
D/ConnectivityService( 1315): ConnectivityChange for WIFI: CONNECTED/CONNECTED
D/WifiWatchdogService( 1315): (android.server.ServerThread) kelthurhotspot (a0:21:b7:ab:85:64) does not require the watchdog
D/ConnectivityService( 1315): adding dns 192.168.1.1 for WIFI
D/AppsLib (21215): 798051 > 14400000
D/Tethering( 1315): Tethering got CONNECTIVITY_ACTION
D/Tethering( 1315): MasterInitialState.processMessage what=3
E/HierarchicalStateMachine( 1315): TetherMaster - unhandledMessage: msg.what=3
D/MountService( 1315): handleFuse hddOn=true wifiOn=true
I/NetworkSharesUtil( 1315): enableFuse
D/GpsLocationProvider( 1315): updateNetworkState available info: NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true
D/VoldCmdListener( 1218): networkshare start
I/GTalkService( 1491): [ServiceAutoStarter] --- connectivity changed
I/GTalkService( 1491): [ServiceAutoStarter] --- start GTalk service ---
I//usr/bin/djmount(31320): [I]   Mount options = allow_other,iocharset=UTF-8
I//usr/bin/djmount(31320): [I] Charset : successfully initialised charset='UTF-8'
I//usr/bin/djmount(31320): [I] UPnP Initialized (192.168.1.4:49156)
I//usr/bin/djmount(31320): [W] RemoveDevice can't find Id=uuid:374C4532-3453-3441-4C4C-455346573030
I//usr/bin/djmount(31320): [E] Error generating URL from 'http://192.168.1.4:49156/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31320): [W] RemoveDevice can't find Id=uuid:374C4532-3453-3441-4C4C-455346573030
I//usr/bin/djmount(31320): [E] Error generating URL from 'http://192.168.1.4:49156/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31320): [E] Error generating URL from 'http://192.168.1.4:49156/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
W/GTalkService( 1491): [GTalkConnection.11] doConnect: caught Could not connect to mtalk.google.com:5228.: (404)
W/GTalkService( 1491):   -- caused by: java.net.UnknownHostException: mtalk.google.com
I//usr/bin/djmount(31320): [W] RemoveDevice can't find Id=uuid:374C4532-3453-3441-4C4C-455346573030
I//usr/bin/djmount(31320): [W] RemoveDevice can't find Id=uuid:374C4532-3453-3441-4C4C-455346573030
I//usr/bin/djmount(31320): [E] Error generating URL from 'http://192.168.1.4:49156/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
D/dalvikvm( 1439): GC_EXPLICIT freed 159 objects / 8264 bytes in 95ms
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/suspend_switch' name 'suspend_switch' state 'Suspending'
D/PowerManagerService( 1315): Resuming from suspend
I/wpa_supplicant( 1396): CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=0 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=2 BSSID=00:00:00:00:00:00
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/suspend_switch' name 'suspend_switch' state 'Resuming'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/suspend_switch' name 'suspend_switch' state 'Running'
D/dalvikvm( 1315): GC_FOR_MALLOC freed 22541 objects / 1235824 bytes in 189ms
D/BatteryService( 1315): Forced battery check on resume (level 88%, voltage 4005mV
D/WifiService( 1315): ACTION_BATTERY_CHANGED pluggedType: 0
W/GTalkService( 1491): [GTalkConnection.11] doConnect: caught Could not connect to mtalk.google.com:5228.: (404)
W/GTalkService( 1491):   -- caused by: java.net.UnknownHostException: mtalk.google.com
I/wpa_supplicant( 1396): WPS-AP-AVAILABLE 
I/wpa_supplicant( 1396): Trying to associate with a0:21:b7:ab:85:64 (SSID='kelthurhotspot' freq=2417 MHz)
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=3 BSSID=a0:21:b7:ab:85:64
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=4 BSSID=a0:21:b7:ab:85:64
I/wpa_supplicant( 1396): Associated with a0:21:b7:ab:85:64
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=7 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 1396): CTRL-EVENT-CONNECTED - Connection to a0:21:b7:ab:85:64 completed (reauth) [id=1 id_str=]
D/WifiStateTracker( 1315): Reset connections and stopping DHCP
D/dhcpcd  (31291): received SIGTERM, stopping
D/dhcpcd  (31291): deleting route 0.0.0.0/0 via 192.168.1.1
D/dhcpcd  (31291): deleting IP address 192.168.1.4/24
D/dhcpcd  (31291): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason STOP
D/NetworkStateTracker( 1315): setDetailed state, old =CONNECTED and new state=DISCONNECTED
D/NetworkStateTracker( 1315): setDetailed state, old =CONNECTED and new state=OBTAINING_IPADDR
D/ConnectivityService( 1315): ConnectivityChange for WIFI: CONNECTING/OBTAINING_IPADDR
D/ConnectivityService( 1315): Dropping ConnectivityChange for WIFI: CONNECTING/OBTAINING_IPADDR
D/WifiStateTracker( 1315): DhcpHandler: DHCP request started
D/AppsLib (21215): 820016 > 14400000
D/dhcpcd  (31380): dhcpcd 4.0.15 starting
D/dhcpcd  (31380): hardware address = 00:16:dc:65:fd:14
D/dhcpcd  (31380): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason PREINIT
D/dhcpcd  (31380): host does not support a monotonic clock - timing can skew
D/dhcpcd  (31380): broadcasting for a lease
D/dhcpcd  (31380): sending DHCP_DISCOVER with xid 0xf43742cd, next in 4.15 seconds
D/dalvikvm( 1556): GC_FOR_MALLOC freed 12377 objects / 578328 bytes in 176ms
D/dhcpcd  (31380): offered 192.168.1.4 from 192.168.1.1
D/dhcpcd  (31380): sending DHCP_REQUEST with xid 0xf43742cd, next in 4.38 seconds
D/dhcpcd  (31380): acknowledged 192.168.1.4 from 192.168.1.1
D/dhcpcd  (31380): leased 192.168.1.4 for 86400 seconds
D/dhcpcd  (31380): adding IP address 192.168.1.4/24
D/dhcpcd  (31380): adding route to 0.0.0.0/0 via 192.168.1.1
D/dhcpcd  (31380): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason BOUND
D/dhcpcd  (31380): renew in 43200 seconds
D/NetworkStateTracker( 1315): setDetailed state, old =OBTAINING_IPADDR and new state=CONNECTED
D/ConnectivityService( 1315): ConnectivityChange for WIFI: CONNECTED/CONNECTED
D/WifiWatchdogService( 1315): (android.server.ServerThread) kelthurhotspot (a0:21:b7:ab:85:64) does not require the watchdog
D/ConnectivityService( 1315): adding dns 192.168.1.1 for WIFI
D/AppsLib (21215): 822066 > 14400000
D/Tethering( 1315): Tethering got CONNECTIVITY_ACTION
D/Tethering( 1315): MasterInitialState.processMessage what=3
E/HierarchicalStateMachine( 1315): TetherMaster - unhandledMessage: msg.what=3
D/MountService( 1315): handleFuse hddOn=true wifiOn=true
I/NetworkSharesUtil( 1315): enableFuse
D/GpsLocationProvider( 1315): updateNetworkState available info: NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true
D/VoldCmdListener( 1218): networkshare start
I/GTalkService( 1491): [ServiceAutoStarter] --- connectivity changed
I/GTalkService( 1491): [ServiceAutoStarter] --- start GTalk service ---
I//usr/bin/djmount(31409): [I]   Mount options = allow_other,iocharset=UTF-8
I//usr/bin/djmount(31409): [I] Charset : successfully initialised charset='UTF-8'
I//usr/bin/djmount(31409): [I] UPnP Initialized (192.168.1.4:49152)
I//usr/bin/djmount(31409): [W] RemoveDevice can't find Id=uuid:374C4532-3453-3441-4C4C-455346573030
I//usr/bin/djmount(31409): [E] Error generating URL from 'http://192.168.1.4:49152/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31409): [W] RemoveDevice can't find Id=uuid:374C4532-3453-3441-4C4C-455346573030
I//usr/bin/djmount(31409): [E] Error generating URL from 'http://192.168.1.4:49152/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31409): [E] Error generating URL from 'http://192.168.1.4:49152/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31409): [E] Error generating URL from 'http://192.168.1.4:49152/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31409): [I] Add new device : Name='KELTHUR-M57RU: Kelthur:' Id='uuid:1e552337-70b4-480c-b0c9-024e388fb504' descURL='http://192.168.1.5:2869/upnphost/udhisapi.dll?content=uuid:1e552337-70b4-480c-b0c9-024e388fb504'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/suspend_switch' name 'suspend_switch' state 'Suspending'
D/PowerManagerService( 1315): Resuming from suspend
I/wpa_supplicant( 1396): CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=0 BSSID=00:00:00:00:00:00
D/BatteryService( 1315): Forced battery check on resume (level 87%, voltage 4000mV
D/WifiService( 1315): ACTION_BATTERY_CHANGED pluggedType: 0
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=2 BSSID=00:00:00:00:00:00
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/USB_SWITCH' name 'USB_SWITCH' state 'ATTACHED_VBUS'
D/Vold    ( 1218): setUsbState USB state already set
D/Vold    ( 1218): setUsbState USB_STATE_ATTACHED_VBUS
D/Vold    ( 1218): setState acquire_wake_lock VoldWL
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/suspend_switch' name 'suspend_switch' state 'Resuming'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'online'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/suspend_switch' name 'suspend_switch' state 'Running'
I/power   ( 1315): go_to_sleep set_screen_state 1 now=19265286817542 g_error=Unknown error: 0
D/Sensors ( 1315): using MMA7660FC Accelerometer (name=MMA7660FC Accelerometer)
D/SurfaceFlinger( 1315): Screen about to return, flinger = 0x132350
I/StorageNotification( 1315): UMS connection changed to true (media state mounted)
D/VoldCmdListener( 1218): volume adb on
I/Vold    ( 1218): switchMode old mode 0 new mode 1
D/Sensors ( 1315): get_orientation not a portait device
D/Vold    ( 1218): incAdbRef mAdbUserCount 0
I/Vold    ( 1218): incAdbRef enabling adb
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'offline'
E/WidgetDataUtilsAudio(21393): getResumeCursor error : unvalid playlist
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'online'
D/WifiService( 1315): ACTION_SCREEN_ON
D/WindowManager( 1315): I'm tired mEndcallBehavior=0x2
I/wpa_supplicant( 1396): WPS-AP-AVAILABLE 
I/wpa_supplicant( 1396): Trying to associate with a0:21:b7:ab:85:64 (SSID='kelthurhotspot' freq=2417 MHz)
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=3 BSSID=a0:21:b7:ab:85:64
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'offline'
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=4 BSSID=a0:21:b7:ab:85:64
I/wpa_supplicant( 1396): Associated with a0:21:b7:ab:85:64
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=7 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 1396): CTRL-EVENT-CONNECTED - Connection to a0:21:b7:ab:85:64 completed (reauth) [id=1 id_str=]
E/Sensors ( 1315): ABS_MISC not supported yet (for tilt)
D/WifiStateTracker( 1315): Reset connections and stopping DHCP
D/dhcpcd  (31380): received SIGTERM, stopping
D/dhcpcd  (31380): deleting route 0.0.0.0/0 via 192.168.1.1
D/dhcpcd  (31380): deleting IP address 192.168.1.4/24
D/dhcpcd  (31380): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason STOP
I/power   ( 1315): go_to_sleep set_screen_state 0 now=19266914747229 g_error=Unknown error: 0
D/SurfaceFlinger( 1315): About to give-up screen, flinger = 0x132350
D/WifiService( 1315): ACTION_SCREEN_OFF
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'online'
D/KeyguardViewMediator( 1315): pokeWakelock(5000)
I/power   ( 1315): go_to_sleep set_screen_state 1 now=19267565992332 g_error=Unknown error: 0
D/NetworkStateTracker( 1315): setDetailed state, old =CONNECTED and new state=DISCONNECTED
D/NetworkStateTracker( 1315): setDetailed state, old =CONNECTED and new state=OBTAINING_IPADDR
D/ConnectivityService( 1315): ConnectivityChange for WIFI: CONNECTING/OBTAINING_IPADDR
D/ConnectivityService( 1315): Dropping ConnectivityChange for WIFI: CONNECTING/OBTAINING_IPADDR
D/WifiStateTracker( 1315): DhcpHandler: DHCP request started
D/AppsLib (21215): 835962 > 14400000
D/SurfaceFlinger( 1315): Screen about to return, flinger = 0x132350
D/KeyguardViewMediator( 1315): wakeWhenReadyLocked(26)
D/dhcpcd  (31484): dhcpcd 4.0.15 starting
D/dhcpcd  (31484): hardware address = 00:16:dc:65:fd:14
D/dhcpcd  (31484): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason PREINIT
E/WidgetDataUtilsAudio(21393): getResumeCursor error : unvalid playlist
D/WifiService( 1315): ACTION_SCREEN_ON
D/dhcpcd  (31484): host does not support a monotonic clock - timing can skew
D/dhcpcd  (31484): broadcasting for a lease
D/dhcpcd  (31484): sending DHCP_DISCOVER with xid 0x9c9438f5, next in 4.87 seconds
D/dhcpcd  (31484): offered 192.168.1.4 from 192.168.1.1
D/dhcpcd  (31484): sending DHCP_REQUEST with xid 0x9c9438f5, next in 4.13 seconds
D/dhcpcd  (31484): acknowledged 192.168.1.4 from 192.168.1.1
D/dhcpcd  (31484): leased 192.168.1.4 for 86400 seconds
D/dhcpcd  (31484): adding IP address 192.168.1.4/24
D/dhcpcd  (31484): adding route to 0.0.0.0/0 via 192.168.1.1
D/dhcpcd  (31484): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason BOUND
D/dhcpcd  (31484): renew in 43200 seconds
D/KeyguardViewMediator( 1315): handleWakeWhenReady(26)
W/KeyguardViewManager( 1315): mKeyguardView is null in wakeWhenReadyTq
W/KeyguardViewMediator( 1315): mKeyguardViewManager.wakeWhenReadyTq did not poke wake lock, so poke it ourselves
D/KeyguardViewMediator( 1315): pokeWakelock(5000)
I//usr/bin/djmount(31409): [I] Add new device : Name='Kelthur-M57RU : TVersity Media Server' Id='uuid:7e424b5d-9143-434f-b979-b52ef62c32b6' descURL='http://192.168.1.5:41952/description/fetch'
D/NetworkStateTracker( 1315): setDetailed state, old =OBTAINING_IPADDR and new state=CONNECTED
D/ConnectivityService( 1315): ConnectivityChange for WIFI: CONNECTED/CONNECTED
D/WifiWatchdogService( 1315): (android.server.ServerThread) kelthurhotspot (a0:21:b7:ab:85:64) does not require the watchdog
D/ConnectivityService( 1315): adding dns 192.168.1.1 for WIFI
D/Tethering( 1315): Tethering got CONNECTIVITY_ACTION
D/Tethering( 1315): MasterInitialState.processMessage what=3
E/HierarchicalStateMachine( 1315): TetherMaster - unhandledMessage: msg.what=3
D/AppsLib (21215): 838027 > 14400000
D/MountService( 1315): handleFuse hddOn=true wifiOn=true
I/NetworkSharesUtil( 1315): enableFuse
D/GpsLocationProvider( 1315): updateNetworkState available info: NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true
D/VoldCmdListener( 1218): networkshare start
I/GTalkService( 1491): [ServiceAutoStarter] --- connectivity changed
I/GTalkService( 1491): [ServiceAutoStarter] --- start GTalk service ---
I//usr/bin/djmount(31513): [I]   Mount options = allow_other,iocharset=UTF-8
I//usr/bin/djmount(31513): [I] Charset : successfully initialised charset='UTF-8'
W/KeyCharacterMap( 1439): No keyboard for id -1
W/KeyCharacterMap( 1439): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
I//usr/bin/djmount(31513): [I] UPnP Initialized (192.168.1.4:49157)
I//usr/bin/djmount(31513): [W] RemoveDevice can't find Id=uuid:374C4532-3453-3441-4C4C-455346573030
I//usr/bin/djmount(31513): [W] RemoveDevice can't find Id=uuid:374C4532-3453-3441-4C4C-455346573030
I//usr/bin/djmount(31513): [E] Error generating URL from 'http://192.168.1.4:49157/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31513): [W] RemoveDevice can't find Id=uuid:374C4532-3453-3441-4C4C-455346573030
I//usr/bin/djmount(31513): [E] Error generating URL from 'http://192.168.1.4:49157/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31513): [E] Error generating URL from 'http://192.168.1.4:49157/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31513): [E] Error generating URL from 'http://192.168.1.4:49157/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31513): [I] Add new device : Name='KELTHUR-M57RU: Kelthur:' Id='uuid:1e552337-70b4-480c-b0c9-024e388fb504' descURL='http://192.168.1.5:2869/upnphost/udhisapi.dll?content=uuid:1e552337-70b4-480c-b0c9-024e388fb504'
D/dalvikvm(22641): GC_EXPLICIT freed 2271 objects / 127328 bytes in 54ms
D/NetworkSharesManager( 1218): fusesmb.cache opened
D/NetworkSharesManager( 1218): fusesmb.cache parsed
D/NetworkSharesManager( 1218): trying to create /mnt/storage/network/smb/BFFT
D/NetworkSharesManager( 1218): trying to create /mnt/storage/network/smb/BFFT/KELTHUR-M57RU
D/NetworkSharesManager( 1218): trying to create /mnt/storage/network/smb/BFFT/KELTHUR-M57RU/Not_allowed
W/NetworkShare( 1218): mount failed  13(Permission denied)
I//usr/bin/djmount(31513): [I] Add new device : Name='Kelthur-M57RU : TVersity Media Server' Id='uuid:7e424b5d-9143-434f-b979-b52ef62c32b6' descURL='http://192.168.1.5:41952/description/fetch'
I//usr/bin/djmount(31513): [W] Device Id=uuid:7e424b5d-9143-434f-b979-b52ef62c32b6 already added
D/dalvikvm(26986): GC_EXPLICIT freed 291 objects / 13840 bytes in 47ms
D/dalvikvm(21393): GC_EXPLICIT freed 1955 objects / 97216 bytes in 62ms
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'offline'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'online'
W/GTalkService( 1491): [GTalkConnection.11] doConnect: caught Could not connect to mtalk.google.com:5228.: (404)
W/GTalkService( 1491):   -- caused by: java.net.UnknownHostException: mtalk.google.com
D/dalvikvm(21215): GC_EXPLICIT freed 5525 objects / 298120 bytes in 47ms
D/dalvikvm(25557): GC_EXPLICIT freed 646 objects / 30248 bytes in 38ms
D/dalvikvm( 1441): GC_EXPLICIT freed 4702 objects / 265656 bytes in 77ms
D/WifiService( 1315): ACTION_BATTERY_CHANGED pluggedType: 0
D/dalvikvm( 1491): GC_FOR_MALLOC freed 6891 objects / 522840 bytes in 51ms
W/GTalkService( 1491): [GTalkConnection.11] doConnect: caught Could not connect to mtalk.google.com:5228.: (404)
W/GTalkService( 1491):   -- caused by: java.net.UnknownHostException: mtalk.google.com
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'offline'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'online'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'offline'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'online'
W/InputManagerService( 1315): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@459599a8
E/NetlinkEvent( 1218): NetlinkEvent::FindParam(): Parameter 'SWITCH_STATE' not found
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'suspended'
D/Vold    ( 1218): Ignoring suspended: no shared volume
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'offline'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/USB_SWITCH' name 'USB_SWITCH' state 'DETACHED'
D/Vold    ( 1218): setUsbState USB_STATE_DETACHED
D/Vold    ( 1218): setState release_wake_lock VoldWL
I/StorageNotification( 1315): UMS connection changed to false (media state mounted)
D/VoldCmdListener( 1218): volume adb off
D/Vold    ( 1218): decAdbRef mAdbUserCount 1
I/Vold    ( 1218): decAdbRef disabling adb
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/USB_SWITCH' name 'USB_SWITCH' state 'ATTACHED_VBUS'
D/Vold    ( 1218): setUsbState USB state already set
D/Vold    ( 1218): setUsbState USB_STATE_ATTACHED_VBUS
D/Vold    ( 1218): setState acquire_wake_lock VoldWL
I/StorageNotification( 1315): UMS connection changed to true (media state mounted)
D/VoldCmdListener( 1218): volume adb on
I/Vold    ( 1218): switchMode mode unchanged
D/Vold    ( 1218): incAdbRef mAdbUserCount 0
I/Vold    ( 1218): incAdbRef enabling adb
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'online'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'offline'
W/Vold    ( 1218): handleSwitchEvent devpath '/devices/virtual/switch/usb_mass_storage' name 'usb_mass_storage' state 'online'
E/Sensors ( 1315): ABS_MISC not supported yet (for tilt)
D/dalvikvm( 1315): GC_FOR_MALLOC freed 25640 objects / 1267184 bytes in 129ms
D/WifiService( 1315): ACTION_BATTERY_CHANGED pluggedType: 0
W/GTalkService( 1491): [GTalkConnection.11] doConnect: caught Could not connect to mtalk.google.com:5228.: (404)
W/GTalkService( 1491):   -- caused by: java.net.UnknownHostException: mtalk.google.com
I/power   ( 1315): go_to_sleep set_screen_state 0 now=19393765119534 g_error=Unknown error: 0
D/WifiService( 1315): ACTION_SCREEN_OFF
D/SurfaceFlinger( 1315): About to give-up screen, flinger = 0x132350
E/Sensors ( 1315): ABS_MISC not supported yet (for tilt)
W/GTalkService( 1491): [GTalkConnection.11] doConnect: caught Could not connect to mtalk.google.com:5228.: (404)
W/GTalkService( 1491):   -- caused by: java.net.UnknownHostException: mtalk.google.com
D/dalvikvm(25557): GC_EXPLICIT freed 273 objects / 12584 bytes in 37ms
D/AndroidRuntime(31628): 
D/AndroidRuntime(31628): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime(31628): CheckJNI is OFF
D/dalvikvm(31628): creating instr width table
D/AndroidRuntime(31628): --- registering native functions ---
W/dalvikvm(31628): Warning: Landroid/graphics/Bitmap;.nativePrepareToDraw (I)V was already registered/resolved?
D/FmRadioSystem(31628): register_android_media_FmRadioService
D/libspx  (31628): PKArmor: 7 LE24S4ALLES FWD/SpxUtils(31628): Sys_pk_build_product_key [7LE24S4ALLESFW] [7LE2-4S4A-LLES-FW]D/dalvikvm(27031): GC_EXPLICIT freed 387 objects / 22808 bytes in 38ms
D/PackageParser( 1315): Scanning package: /data/app/vmdl14888.tmp
I/PackageManager( 1315): Removing non-system package:connect.android
I/ActivityManager( 1315): Force stopping package connect.android uid=10049
I/Process ( 1315): Sending signal. PID: 27521 SIG: 9
D/PackageManager( 1315): Scanning package connect.android
I/PackageManager( 1315): Package connect.android codePath changed from /data/app/connect.android-1.apk to /data/app/connect.android-2.apk; Retaining data and using new
I/PackageManager( 1315): /data/app/connect.android-2.apk changed; unpacking
D/dalvikvm( 1315): GC_FOR_MALLOC freed 11373 objects / 755504 bytes in 93ms
D/installd( 1226): DexInv: --- BEGIN '/data/app/connect.android-2.apk' ---
D/dalvikvm(31636): creating instr width table
D/dalvikvm(31636): DexOpt: load 7ms, verify 13ms, opt 0ms
D/KeyguardViewMediator( 1315): pokeWakelock(5000)
I/power   ( 1315): go_to_sleep set_screen_state 1 now=19534137433978 g_error=Unknown error: 0
D/installd( 1226): DexInv: --- END '/data/app/connect.android-2.apk' (success) ---
W/PackageManager( 1315): Code path for pkg : connect.android changing from /data/app/connect.android-1.apk to /data/app/connect.android-2.apk
W/PackageManager( 1315): Resource path for pkg : connect.android changing from /data/app/connect.android-1.apk to /data/app/connect.android-2.apk
D/PackageManager( 1315):   Activities: connect.android.ConnectWLANActivity
I/ActivityManager( 1315): Force stopping package connect.android uid=10049
I/installd( 1226): move /data/dalvik-cache/data@app@connect.android-2.apk@classes.dex -> /data/dalvik-cache/data@app@connect.android-2.apk@classes.dex
D/PackageManager( 1315): New package installed in /data/app/connect.android-2.apk
W/PackageManager( 1315): Not granting permission android.permission.UPDATE_DEVICE_STATS to package connect.android (protectionLevel=2 flags=0xbe46)
D/SurfaceFlinger( 1315): Screen about to return, flinger = 0x132350
D/KeyguardViewMediator( 1315): wakeWhenReadyLocked(26)
D/KeyguardViewMediator( 1315): handleWakeWhenReady(26)
W/KeyguardViewManager( 1315): mKeyguardView is null in wakeWhenReadyTq
W/KeyguardViewMediator( 1315): mKeyguardViewManager.wakeWhenReadyTq did not poke wake lock, so poke it ourselves
D/KeyguardViewMediator( 1315): pokeWakelock(5000)
W/WindowManager( 1315): No focus window, dropping: KeyEvent{action=1 code=26 repeat=0 meta=0 scancode=116 mFlags=8}
W/PackageManager( 1315): Unknown permission android.permission.NETWORK in package connect.android
W/PackageManager( 1315): Unknown permission android.permission.SYSTEM_TOOLS in package connect.android
W/PackageManager( 1315): Unknown permission android.permission.HARDWARE_CONTROLS in package connect.android
D/Sensors ( 1315): using MMA7660FC Accelerometer (name=MMA7660FC Accelerometer)
I/ActivityManager( 1315): Force stopping package connect.android uid=10049
D/Sensors ( 1315): get_orientation not a portait device
D/dalvikvm( 1439): GC_EXPLICIT freed 6649 objects / 399288 bytes in 54ms
E/WidgetDataUtilsAudio(21393): getResumeCursor error : unvalid playlist
D/dalvikvm(25557): GC_EXPLICIT freed 12 objects / 408 bytes in 254ms
D/dalvikvm( 1315): GC_EXPLICIT freed 6194 objects / 487792 bytes in 193ms
I/installd( 1226): unlink /data/dalvik-cache/data@app@connect.android-1.apk@classes.dex
D/AndroidRuntime(31628): Shutting down VM
D/dalvikvm(31628): Debugger has detached; object registry had 1 entries
I/AndroidRuntime(31628): NOTE: attach of thread 'Binder Thread #3' failed
D/AppsLib (21215):  appslib didn't launch the uninstall
W/RecognitionManagerService( 1315): no available voice recognition services found
E/Sensors ( 1315): ABS_MISC not supported yet (for tilt)
W/googleanalytics(21215): Problem with socket or streams.
W/googleanalytics(21215): java.net.UnknownHostException: Host is unresolved: www.google-analytics.com:80
W/googleanalytics(21215): 	at java.net.Socket.connect(Socket.java:1038)
W/googleanalytics(21215): 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:119)
W/googleanalytics(21215): 	at com.google.android.apps.analytics.PipelinedRequester.maybeOpenConnection(Unknown Source)
W/googleanalytics(21215): 	at com.google.android.apps.analytics.PipelinedRequester.addRequest(Unknown Source)
W/googleanalytics(21215): 	at com.google.android.apps.analytics.NetworkDispatcher$DispatcherThread$AsyncDispatchTask.dispatchSomePendingEvents(Unknown Source)
W/googleanalytics(21215): 	at com.google.android.apps.analytics.NetworkDispatcher$DispatcherThread$AsyncDispatchTask.run(Unknown Source)
W/googleanalytics(21215): 	at android.os.Handler.handleCallback(Handler.java:587)
W/googleanalytics(21215): 	at android.os.Handler.dispatchMessage(Handler.java:92)
W/googleanalytics(21215): 	at android.os.Looper.loop(Looper.java:123)
W/googleanalytics(21215): 	at android.os.HandlerThread.run(HandlerThread.java:60)
W/googleanalytics(21215): Dispatcher thinks it finished, but there were 3 failed events
D/AndroidRuntime(31645): 
D/AndroidRuntime(31645): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime(31645): CheckJNI is OFF
D/dalvikvm(31645): creating instr width table
D/WifiService( 1315): ACTION_SCREEN_ON
D/InstallReceiver(22357): connect.android
D/AndroidRuntime(31645): --- registering native functions ---
D/AppsLib (21215):  appslib didn't launch the install
W/googleanalytics(21215): Problem with socket or streams.
W/googleanalytics(21215): java.net.UnknownHostException: Host is unresolved: www.google-analytics.com:80
W/googleanalytics(21215): 	at java.net.Socket.connect(Socket.java:1038)
W/googleanalytics(21215): 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:119)
W/googleanalytics(21215): 	at com.google.android.apps.analytics.PipelinedRequester.maybeOpenConnection(Unknown Source)
W/googleanalytics(21215): 	at com.google.android.apps.analytics.PipelinedRequester.addRequest(Unknown Source)
W/googleanalytics(21215): 	at com.google.android.apps.analytics.NetworkDispatcher$DispatcherThread$AsyncDispatchTask.dispatchSomePendingEvents(Unknown Source)
W/googleanalytics(21215): 	at com.google.android.apps.analytics.NetworkDispatcher$DispatcherThread$AsyncDispatchTask.run(Unknown Source)
W/googleanalytics(21215): 	at android.os.Handler.handleCallback(Handler.java:587)
W/googleanalytics(21215): 	at android.os.Handler.dispatchMessage(Handler.java:92)
W/googleanalytics(21215): 	at android.os.Looper.loop(Looper.java:123)
W/googleanalytics(21215): 	at android.os.HandlerThread.run(HandlerThread.java:60)
W/dalvikvm(31645): Warning: Landroid/graphics/Bitmap;.nativePrepareToDraw (I)V was already registered/resolved?
D/FmRadioSystem(31645): register_android_media_FmRadioService
D/libspx  (31645): PKArmor: 7 LE24S4ALLES FWD/SpxUtils(31645): Sys_pk_build_product_key [7LE24S4ALLESFW] [7LE2-4S4A-LLES-FW]W/googleanalytics(21215): Dispatcher thinks it finished, but there were 3 failed events
I/ActivityManager( 1315): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=connect.android/.ConnectWLANActivity }
I/ActivityManager( 1315): Start proc connect.android for activity connect.android/.ConnectWLANActivity: pid=31657 uid=10049 gids={3003}
D/AndroidRuntime(31645): Shutting down VM
D/dalvikvm(31645): Debugger has detached; object registry had 1 entries
I/AndroidRuntime(31645): NOTE: attach of thread 'Binder Thread #3' failed
D/dalvikvm( 1222): GC_EXPLICIT freed 300 objects / 11456 bytes in 163ms
D/dalvikvm( 1222): GC_EXPLICIT freed 57 objects / 2472 bytes in 47ms
D/dalvikvm( 1222): GC_EXPLICIT freed 2 objects / 64 bytes in 31ms
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=8 BSSID=00:00:00:00:00:00
D/WifiStateTracker( 1315): Reset connections and stopping DHCP
D/dhcpcd  (31484): received SIGTERM, stopping
D/dhcpcd  (31484): deleting route 0.0.0.0/0 via 192.168.1.1
D/dhcpcd  (31484): deleting IP address 192.168.1.4/24
D/dhcpcd  (31484): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason STOP
I/wpa_supplicant( 1396): CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=-1 state=8 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=-1 state=8 BSSID=00:00:00:00:00:00
W/System.err(31657): java.net.SocketException: Network unreachable
W/System.err(31657): 	at org.apache.harmony.luni.platform.OSNetworkSystem.connectStreamWithTimeoutSocketImpl(Native Method)
W/System.err(31657): 	at org.apache.harmony.luni.platform.OSNetworkSystem.connect(OSNetworkSystem.java:115)
W/System.err(31657): 	at org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:244)
W/System.err(31657): 	at org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:219)
W/System.err(31657): 	at java.net.Socket.startupSocket(Socket.java:781)
W/System.err(31657): 	at java.net.Socket.tryAllAddresses(Socket.java:194)
W/System.err(31657): 	at java.net.Socket.<init>(Socket.java:258)
W/System.err(31657): 	at java.net.Socket.<init>(Socket.java:222)
W/System.err(31657): 	at connect.android.ConnectWLANActivity.initSocket(ConnectWLANActivity.java:81)
W/System.err(31657): 	at connect.android.ConnectWLANActivity.onCreate(ConnectWLANActivity.java:47)
W/System.err(31657): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
W/System.err(31657): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
W/System.err(31657): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
W/System.err(31657): 	at android.app.ActivityThread.access$2300(ActivityThread.java:125)
W/System.err(31657): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
W/System.err(31657): 	at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err(31657): 	at android.os.Looper.loop(Looper.java:123)
W/System.err(31657): 	at android.app.ActivityThread.main(ActivityThread.java:4627)
W/System.err(31657): 	at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err(31657): 	at java.lang.reflect.Method.invoke(Method.java:521)
W/System.err(31657): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
W/System.err(31657): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
W/System.err(31657): 	at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime(31657): Shutting down VM
W/dalvikvm(31657): threadid=1: thread exiting with uncaught exception (group=0x4001d8a8)
E/AndroidRuntime(31657): FATAL EXCEPTION: main
E/AndroidRuntime(31657): java.lang.RuntimeException: Unable to start activity ComponentInfo{connect.android/connect.android.ConnectWLANActivity}: java.lang.NullPointerException
E/AndroidRuntime(31657): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
E/AndroidRuntime(31657): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime(31657): 	at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime(31657): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime(31657): 	at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(31657): 	at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(31657): 	at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime(31657): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(31657): 	at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(31657): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime(31657): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime(31657): 	at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(31657): Caused by: java.lang.NullPointerException
E/AndroidRuntime(31657): 	at connect.android.ConnectWLANActivity.closeSocket(ConnectWLANActivity.java:93)
E/AndroidRuntime(31657): 	at connect.android.ConnectWLANActivity.onCreate(ConnectWLANActivity.java:56)
E/AndroidRuntime(31657): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime(31657): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
E/AndroidRuntime(31657): 	... 11 more
W/ActivityManager( 1315):   Force finishing activity connect.android/.ConnectWLANActivity
W/ActivityManager( 1315): Activity pause timeout for HistoryRecord{456f6e68 connect.android/.ConnectWLANActivity}
D/WifiStateTracker( 1315): Disabling interface
D/NetworkStateTracker( 1315): setDetailed state, old =CONNECTED and new state=FAILED
D/ConnectivityService( 1315): ConnectivityChange for WIFI: DISCONNECTED/FAILED
D/ConnectivityService( 1315): getMobileDataEnabled returning true
D/NTPService( 1315): ntpd stopped
D/Tethering( 1315): Tethering got CONNECTIVITY_ACTION
D/Tethering( 1315): MasterInitialState.processMessage what=3
E/HierarchicalStateMachine( 1315): TetherMaster - unhandledMessage: msg.what=3
D/MountService( 1315): handleFuse hddOn=true wifiOn=false
I/NetworkSharesUtil( 1315): disableFuse
D/AppsLib (21215): 1106358 > 14400000
D/VoldCmdListener( 1218): networkshare stop
D/GpsLocationProvider( 1315): updateNetworkState unavailable info: NetworkInfo: type: WIFI[], state: DISCONNECTED/FAILED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true
D/NetworkLocationProvider( 1315): updateNetworkState(): Updating network state to 1
I/GTalkService( 1491): [ServiceAutoStarter] --- connectivity changed
I/GTalkService( 1491): [ServiceAutoStarter] --- start GTalk service ---
I//usr/bin/djmount(31513): [E] Error in FUSE main loop = 1
I//usr/bin/djmount(31513): [E] Error unsubscribing to Service EventURL -- -204
I//usr/bin/djmount(31513): [E] Error unsubscribing to ContentDir EventURL -- -204
I//usr/bin/djmount(31513): [E] Error unsubscribing to Service EventURL -- -204
I//usr/bin/djmount(31513): [E] Error unsubscribing to Service EventURL -- -204
I//usr/bin/djmount(31513): [E] Error unsubscribing to Service EventURL -- -204
I//usr/bin/djmount(31513): [E] Error unsubscribing to ContentDir EventURL -- -204
I/logwrapper(31513): /usr/bin/djmount terminated by exit(1)
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=-1 state=2 BSSID=00:00:00:00:00:00
D/NetworkStateTracker( 1315): setDetailed state, old =FAILED and new state=SCANNING
D/ConnectivityService( 1315): Dropping ConnectivityChange for WIFI: DISCONNECTED/SCANNING
I/wpa_supplicant( 1396): WPS-AP-AVAILABLE 
I/wpa_supplicant( 1396): Trying to associate with a0:21:b7:ab:85:64 (SSID='kelthurhotspot' freq=2417 MHz)
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=-1 state=3 BSSID=a0:21:b7:ab:85:64
D/NetworkStateTracker( 1315): setDetailed state, old =SCANNING and new state=CONNECTING
D/ConnectivityService( 1315): ConnectivityChange for WIFI: CONNECTING/CONNECTING
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=4 BSSID=a0:21:b7:ab:85:64
D/NetworkStateTracker( 1315): setDetailed state, old =CONNECTING and new state=CONNECTING
I/wpa_supplicant( 1396): Associated with a0:21:b7:ab:85:64
I/wpa_supplicant( 1396): CTRL-EVENT-STATE-CHANGE id=1 state=7 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 1396): CTRL-EVENT-CONNECTED - Connection to a0:21:b7:ab:85:64 completed (reauth) [id=1 id_str=]
D/NetworkStateTracker( 1315): setDetailed state, old =CONNECTING and new state=OBTAINING_IPADDR
D/ConnectivityService( 1315): Dropping ConnectivityChange for WIFI: CONNECTING/OBTAINING_IPADDR
D/WifiStateTracker( 1315): DhcpHandler: DHCP request started
D/AppsLib (21215): 1109986 > 14400000
D/dhcpcd  (31697): dhcpcd 4.0.15 starting
D/dhcpcd  (31697): hardware address = 00:16:dc:65:fd:14
D/dhcpcd  (31697): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason PREINIT
D/dhcpcd  (31697): host does not support a monotonic clock - timing can skew
D/dhcpcd  (31697): broadcasting for a lease
D/dhcpcd  (31697): sending DHCP_DISCOVER with xid 0x72da7a8b, next in 3.34 seconds
D/dhcpcd  (31697): offered 192.168.1.4 from 192.168.1.1
D/dhcpcd  (31697): sending DHCP_REQUEST with xid 0x72da7a8b, next in 4.05 seconds
D/dhcpcd  (31697): acknowledged 192.168.1.4 from 192.168.1.1
D/dhcpcd  (31697): leased 192.168.1.4 for 86400 seconds
D/dhcpcd  (31697): adding IP address 192.168.1.4/24
D/dhcpcd  (31697): adding route to 0.0.0.0/0 via 192.168.1.1
D/dhcpcd  (31697): executing `/system/etc/dhcpcd/dhcpcd-run-hooks', reason BOUND
D/dhcpcd  (31697): renew in 43200 seconds
D/NetworkStateTracker( 1315): setDetailed state, old =OBTAINING_IPADDR and new state=CONNECTED
D/ConnectivityService( 1315): ConnectivityChange for WIFI: CONNECTED/CONNECTED
D/WifiWatchdogService( 1315): (android.server.ServerThread) kelthurhotspot (a0:21:b7:ab:85:64) does not require the watchdog
D/ConnectivityService( 1315): adding dns 192.168.1.1 for WIFI
D/NTPService( 1315): ntpd started
D/Tethering( 1315): Tethering got CONNECTIVITY_ACTION
D/Tethering( 1315): MasterInitialState.processMessage what=3
E/HierarchicalStateMachine( 1315): TetherMaster - unhandledMessage: msg.what=3
D/AppsLib (21215): 1112025 > 14400000
D/MountService( 1315): handleFuse hddOn=true wifiOn=true
I/NetworkSharesUtil( 1315): enableFuse
D/NetworkLocationProvider( 1315): updateNetworkState(): Updating network state to 2
D/GpsLocationProvider( 1315): updateNetworkState available info: NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true
D/VoldCmdListener( 1218): networkshare start
I/GTalkService( 1491): [ServiceAutoStarter] --- connectivity changed
I/GTalkService( 1491): [ServiceAutoStarter] --- start GTalk service ---
W/InputManagerService( 1315): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@45911530
I/Process (31657): Sending signal. PID: 31657 SIG: 9
I/ActivityManager( 1315): Process connect.android (pid 31657) has died.
I//usr/bin/djmount(31727): [I]   Mount options = allow_other,iocharset=UTF-8
I//usr/bin/djmount(31727): [I] Charset : successfully initialised charset='UTF-8'
I//usr/bin/djmount(31727): [I] UPnP Initialized (192.168.1.4:49152)
I//usr/bin/djmount(31727): [E] Error generating URL from 'http://192.168.1.4:49152/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31727): [E] Error generating URL from 'http://192.168.1.4:49152/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31727): [E] Error generating URL from 'http://192.168.1.4:49152/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31727): [E] Error generating URL from 'http://192.168.1.4:49152/description.xml' + 'http://www.archos.com/products/ta/archos_70it/index.html'
I//usr/bin/djmount(31727): [I] Add new device : Name='Kelthur-M57RU : TVersity Media Server' Id='uuid:7e424b5d-9143-434f-b979-b52ef62c32b6' descURL='http://192.168.1.5:41952/description/fetch'
I//usr/bin/djmount(31727): [W] Device Id=uuid:7e424b5d-9143-434f-b979-b52ef62c32b6 already added
W/GTalkService( 1491): [GTalkConnection.11] doConnect: caught Could not connect to mtalk.google.com:5228.: (404)
W/GTalkService( 1491):   -- caused by: java.net.UnknownHostException: mtalk.google.com
W/ActivityManager( 1315): Activity destroy timeout for HistoryRecord{456f6e68 connect.android/.ConnectWLANActivity}
D/NetworkSharesManager( 1218): fusesmb.cache opened
D/NetworkSharesManager( 1218): fusesmb.cache parsed
D/NetworkSharesManager( 1218): trying to create /mnt/storage/network/smb/BFFT
D/NetworkSharesManager( 1218): trying to create /mnt/storage/network/smb/BFFT/KELTHUR-M57RU
D/NetworkSharesManager( 1218): trying to create /mnt/storage/network/smb/BFFT/KELTHUR-M57RU/Not_allowed
I//usr/bin/djmount(31727): [I] Add new device : Name='KELTHUR-M57RU: Kelthur:' Id='uuid:1e552337-70b4-480c-b0c9-024e388fb504' descURL='http://192.168.1.5:2869/upnphost/udhisapi.dll?content=uuid:1e552337-70b4-480c-b0c9-024e388fb504'
W/NetworkShare( 1218): mount failed  13(Permission denied)
D/dalvikvm(27031): GC_EXPLICIT freed 113 objects / 9032 bytes in 47ms
D/dalvikvm(21225): GC_EXPLICIT freed 100 objects / 4632 bytes in 37ms[/spoiler]
 
Hallo nochmals,

ich habe grad meinen Fehler rausgefunden, und zwar, hat er erst ein paar Sekunden später das WLAN aufgebaut, aber davor schon den Socket erstellt... deswegen war es unerreichbar, alles gelöst.
 

Ähnliche Themen

M
  • maksimilian
Antworten
4
Aufrufe
1.208
jogimuc
J
M
  • maksimilian
Antworten
4
Aufrufe
986
maksimilian
M
F
Antworten
5
Aufrufe
1.128
jogimuc
J
Zurück
Oben Unten