wifi on magic in donut - Android Software Development

Hi i have compiled my own build of donut. Unfortunatelly i can't compile kernel, so i unpacked kernel from cyans 32A boot.img, but mi wifi is not working. When i click on activate wifi, everything seems ok, but scanning doesn't start and in Logcat i have this messages:
E/wpa_supplicant( 519): Set_key: Wrong Key
E/wpa_supplicant( 519): Set_key: Wrong Key
E/wpa_supplicant( 519): Set_key: Wrong Key
E/wpa_supplicant( 519): Set_key: Wrong Key
D/WifiService( 77): ACTION_BATTERY_CHANGED pluggedType: 2
I/wpa_supplicant( 519): CTRL-EVENT-STATE-CHANGE id=-1 state=2
W/wpa_supplicant( 519): Failed to initiate AP scan.
V/WifiMonitor( 77): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2]
V/WifiStateTracker( 77): Connection to supplicant established, state=SCANNING
I/wpa_supplicant( 519): CTRL-EVENT-STATE-CHANGE id=-1 state=1
V/WifiMonitor( 77): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=1]
E/wpa_supplicant( 519): prepare_filter_struct: type=0
V/WifiStateTracker( 77): Changing supplicant state: SCANNING ==> SCANNING
V/WifiStateTracker( 77): Changing supplicant state: SCANNING ==> INACTIVE
D/dalvikvm( 275): GC freed 1605 objects / 88360 bytes in 86ms
I/wpa_supplicant( 519): CTRL-EVENT-TERMINATING - signal 15 received
I/wpa_supplicant( 519): CTRL-EVENT-TERMINATING - signal 0 received
V/WifiMonitor( 77): Event [CTRL-EVENT-TERMINATING - signal 15 received]
V/WifiStateTracker( 77): Connection to supplicant lost
I/wpa_supplicant( 519): CTRL-EVENT-STATE-CHANGE id=-1 state=0
in wpa_supplicant.conf i have:
update_config=1
ctrl_interface=tiwlan0
eapol_version=1
ap_scan=1
fast_reauth=1
so please help, thanks

Related

Wifi not working on CM 7

I know many people have this problem. But after I installed Swiftdroid 2.0 I was thinking of how smooth this works compared to stock 1.6
Then I ran into a wall. The wifi just refuses to connect. Its just a loop that goes:
Connecting...
(i think it does connect but then)
authenticating...
Disconnected
Scanning.. and start all over.
Now, as I was gathering some information I ran into an app named "wifi fixer" which i didnt have much hope in the app in fixing my problem. But this did help. Im sure now its an Authenticating error (yay for me probably sucking at spelling that)
After the app attempts to fix it just notifies me with "Authenticating error" and tries to fix the wifi by turning it on and off.
Does any one have ANY suggestions i could try? I did google this and go pretty much everywhere. I really would be sad if i would have to give up 2.3.7 because its so damn good. I haven't actually tried to do anything which leads to another problem. BEFORE I flashed CM 7 i did a few tests. One of them was Neocore (app found in market) by Qualcomm (LG has a qualcomm processor)
BUT as i opened the .apk and installed it when i tried to run it:
"Your device does not support qualcomm acelerated graphics" or something quite simillar to that. Before it worked fine. Suggestions? Is this a problem with the app compaitibilty with this krenel or something or is it an actual problem which will cause more trouble with other apps?
ty if you will attempt to help me
did you try it with airplane mode on/off? sometimes that helps
Yep. But no results
I also tried other google cures such as renaming wpa_supplicant.conf to .old
mihaiul said:
Yep. But no results
I also tried other google cures such as renaming wpa_supplicant.conf to .old
Click to expand...
Click to collapse
Maybe changing permission of the 'wpa_supplicant.conf' file?
Type in Terminal Emulator (Can be found in the App Drawer):
Code:
su
Then press enter. There will be a Superuser request, press 'Allow'.
Then type in:
Code:
chmod 777 /data/etc/wifi/wpa_supplicant.conf
Restart your phone and try again.
jhonnyx1000 said:
Maybe changing permission of the 'wpa_supplicant.conf' file?
Type in Terminal Emulator (Can be found in the App Drawer):
Code:
su
Then press enter. There will be a Superuser request, press 'Allow'.
Then type in:
Code:
chmod 777 /data/etc/wifi/wpa_supplicant.conf
Restart your phone and try again.
Click to expand...
Click to collapse
just pointing out that for me (or at least on my version of cm 7)its /system/etc/wifi/wpa_supplicant.conf
anyway that did not work
Still disconnected after authenticating
what is Logcat telling you? It should be like this:
Code:
19:43:20.285 Debug com.evernote.provider.x 27466 wait over canceled=false #############
19:43:20.286 Debug com.evernote.provider.x 27466 run() end
19:43:20.775 Debug dalvikvm 27807 GC_EXTERNAL_ALLOC freed 237K, 47% free 3138K/5895K, external 496K/514K, paused 125ms
19:43:20.936 Info TelephonyRegistry 1391 notifyServiceState: 0 home Vodafone.de Vodafone 26202 UMTS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
19:43:20.988 Info TelephonyRegistry 1391 notifyDataConnection: state=2 isDataConnectivityPossible=true reason=null interfaceName=rmnet0 networkType=3
19:43:21.035 Debug dalvikvm 1391 GC_CONCURRENT freed 1750K, 43% free 6375K/11015K, external 2251K/2808K, paused 6ms+24ms
19:43:21.165 Info ActivityManager 1391 Starting: Intent { act=android.intent.action.MAIN cmp=com.android.settings/.wifi.WifiSettings } from pid 27807
19:43:21.625 Info ActivityManager 1391 Displayed com.android.settings/.wifi.WifiSettings: +426ms
19:43:31.070 Debug Tethering 1391 wlan0 is not a tetherable iface, ignoring
19:43:33.262 Info wpa_supplicant 28026 CTRL-EVENT-STATE-CHANGE id=-1 state=2
19:43:33.274 Verbose WifiMonitor 1391 Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2]
19:43:33.274 Info wpa_supplicant 28026 CTRL-EVENT-SCAN-RESULTS Ready
19:43:33.382 Debug wifi 1391 wifi doCommand: ret=-1
19:43:33.445 Verbose WifiStateTracker 1391 Connection to supplicant established, state=SCANNING
19:43:33.446 Debug wifi 1391 wifi doCommand: ret=-1
19:43:33.448 Verbose WifiStateTracker 1391 Changing supplicant state: SCANNING ==> SCANNING
19:43:33.560 Info System.out 1512 [INFO:214279787]: LogSource: Running flush
19:43:33.560 Info System.out 1512 [INFO:214279795]: LogSource: Sending payload [bytes=901]
19:43:33.650 Debug wifi 1391 wifi doCommand: ret=-1
19:43:33.731 Debug wifi 1391 wifi doCommand: ret=-1
19:43:33.866 Info wpa_supplicant 28026 CTRL-EVENT-SCAN-RESULTS Ready
19:43:33.867 Info wpa_supplicant 28026 Trying to associate with xx:xx:xx:xx:xx:xx (SSID='<SSID>' freq=2442 MHz)
19:43:33.867 Info wpa_supplicant 28026 CTRL-EVENT-STATE-CHANGE id=-1 state=3
19:43:33.917 Verbose WifiMonitor 1391 Event [Trying to associate with xx:xx:xx:xx:xx:xx (SSID='<SSID>' freq=2442 MHz)]
19:43:33.918 Verbose WifiMonitor 1391 Event [CTRL-EVENT-STATE-CHANGE id=-1 state=3]
19:43:33.918 Verbose WifiStateTracker 1391 Changing supplicant state: SCANNING ==> ASSOCIATING
19:43:33.919 Debug wifi 1391 wifi doCommand: ret=-1
19:43:34.000 Debug wifi 1391 wifi doCommand: ret=-1
19:43:34.162 Debug dalvikvm 27807 GC_CONCURRENT freed 335K, 48% free 3133K/5959K, external 565K/923K, paused 5ms+16ms
19:43:34.434 Info wpa_supplicant 28026 CTRL-EVENT-STATE-CHANGE id=0 state=4
19:43:34.435 Verbose WifiMonitor 1391 Event [CTRL-EVENT-STATE-CHANGE id=0 state=4]
19:43:34.435 Verbose WifiStateTracker 1391 Changing supplicant state: ASSOCIATING ==> ASSOCIATED
19:43:34.449 Info wpa_supplicant 28026 Associated with xx:xx:xx:xx:xx:xx
19:43:34.501 Verbose WifiMonitor 1391 Event [Associated with xx:xx:xx:xx:xx:xx]
19:43:34.502 Info wpa_supplicant 28026 CTRL-EVENT-STATE-CHANGE id=0 state=5
19:43:34.502 Verbose WifiMonitor 1391 Event [CTRL-EVENT-STATE-CHANGE id=0 state=5]
19:43:34.503 Verbose WifiStateTracker 1391 Changing supplicant state: ASSOCIATED ==> FOUR_WAY_HANDSHAKE
19:43:34.503 Info wpa_supplicant 28026 CTRL-EVENT-STATE-CHANGE id=0 state=5
19:43:34.504 Verbose WifiMonitor 1391 Event [CTRL-EVENT-STATE-CHANGE id=0 state=5]
19:43:34.504 Verbose WifiStateTracker 1391 Changing supplicant state: FOUR_WAY_HANDSHAKE ==> FOUR_WAY_HANDSHAKE
19:43:34.505 Info wpa_supplicant 28026 CTRL-EVENT-STATE-CHANGE id=0 state=6
19:43:34.505 Verbose WifiMonitor 1391 Event [CTRL-EVENT-STATE-CHANGE id=0 state=6]
19:43:34.506 Verbose WifiStateTracker 1391 Changing supplicant state: FOUR_WAY_HANDSHAKE ==> GROUP_HANDSHAKE
19:43:34.506 Info wpa_supplicant 28026 WPA: Key negotiation completed withxx:xx:xx:xx:xx:xx [PTK=CCMP GTK=TKIP]
19:43:34.507 Verbose WifiMonitor 1391 Event [WPA: Key negotiation completed with xx:xx:xx:xx:xx:xx [PTK=CCMP GTK=TKIP]]
19:43:34.507 Info wpa_supplicant 28026 CTRL-EVENT-STATE-CHANGE id=0 state=7
19:43:34.507 Verbose WifiMonitor 1391 Event [CTRL-EVENT-STATE-CHANGE id=0 state=7]
19:43:34.507 Info wpa_supplicant 28026 CTRL-EVENT-CONNECTED - Connection to xx:xx:xx:xx:xx:xx completed (auth) [id=0 id_str=]
19:43:34.508 Verbose WifiMonitor 1391 Event [CTRL-EVENT-CONNECTED - Connection to xx:xx:xx:xx:xx:xx completed (auth) [id=0 id_str=]]
19:43:34.508 Verbose WifiStateTracker 1391 Changing supplicant state: GROUP_HANDSHAKE ==> COMPLETED
19:43:34.508 Verbose WifiStateTracker 1391 New network state is CONNECTED
19:43:34.553 Debug WifiStateTracker 1391 DHCP request started
19:43:35.253 Info wpa_supplicant 28026 CTRL-EVENT-SCAN-RESULTS Ready
19:43:35.268 Debug wifi 1391 wifi doCommand: ret=-1
19:43:35.385 Debug wifi 1391 wifi doCommand: ret=-1
19:43:35.643 Info TelephonyRegistry 1391 notifyServiceState: 0 home Vodafone.de Vodafone 26202 HSDPA CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
19:43:35.699 Warning NetworkStateTracker 1391 net.tcp.buffersize.hsdpa not found in system properties. Using defaults
19:43:35.700 Info TelephonyRegistry 1391 notifyDataConnection: state=2 isDataConnectivityPossible=true reason=null interfaceName=rmnet0 networkType=8
19:43:36.583 Debug dalvikvm 1512 GC_CONCURRENT freed 489K, 44% free 4191K/7431K, external 0K/512K, paused 16ms+8ms
19:43:37.093 Info System.out 1512 [INFO:214283385]: LogSource: Response [http=200,length=126]
19:43:37.104 Info System.out 1512 [INFO:214283387]: LogSource: Read id 688, status code 200
19:43:37.148 Info System.out 1512 [INFO:214283429]: LogSource: Read id 687, status code 200
19:43:37.149 Warning LocationMasfClient 1512 uploadCollectionReport(): no ReplyElement
19:43:37.149 Debug libloc 1391 Inject coarse position Lat=49.20, Lon=8.14, Acc=2561.00
19:43:37.200 Debug libloc 1391 loc_eng_ioctl called: client = 0, ioctl_type = RPC_LOC_IOCTL_INJECT_POSITION
19:43:37.200 Debug libloc 1391 loc_eng_ioctl result: client = 0, ioctl_type = RPC_LOC_IOCTL_INJECT_POSITION, RPC_LOC_API_SUCCESS
19:43:37.201 Debug libloc 1391 loc_event_cb, client = 0, loc_event = 0x80 (IoReport)
19:43:37.201 Debug libloc 1391
19:43:37.202 Debug libloc 1391 Event RPC_LOC_EVENT_IOCTL_REPORT (client 0)
19:43:40.505 Debug WifiStateTracker 1391 DHCP succeeded with lease: 864000
19:43:40.565 Verbose WifiStateTracker 1391 IP configuration: ipaddr aaa.bbb.ccc.dd gateway aaa.bbb.ccc.d netmask 255.255.255.0 dns aaa.bbb.ccc.d dns2 0.0.0.0 DHCP server aaa.bbb.ccc.d lease 864000 seconds
19:43:40.565 Debug GTalkService 1512 ##### Network broadcast (connected=true) type=WIFI, state=CONNECTED
19:43:40.612 Debug GTalkService 1512 [GTalkConnection.1] connectionClosed: connId=2142733, error=NO ERROR
19:43:40.613 Debug WifiWatchdogService 1391 (android.server.ServerThread) <SSID> (xx:xx:xx:xx:xx:xx) does not require the watchdog
19:43:40.613 Debug Tethering 1391 MasterInitialState.processMessage what=3
19:43:40.614 Info MediaUploader 27325 No need to wake up
19:43:40.664 Debug GTalkService 1512 [GTalkConnection.1] setInternalNetworkState: type=1, state=CONNECTED
19:43:40.665 Debug Smack 1512 [XMPPConn] close connection, notifyClosed=false
19:43:40.798 Debug CMStats 27335 CONNECTIVITY_ACTION: noConnectivity = false
19:43:40.972 Info com.ubuntuone.u1f 27343 NetworkReceiver: onConnectivityAction() connected
19:43:40.972 Warning Smack/Packet 1512 notify conn break (IOEx), close connection
19:43:40.973 Info com.ubuntuone.u1f 27343 AwakeIntentService: MetaService acquired wake lock
19:43:40.973 Info com.ubuntuone.u1f 27343 AwakeIntentService: MetaService acquired wifi lock
19:43:41.033 Info com.ubuntuone.u1f 27343 AwakeIntentService: MetaService released wifi lock
19:43:41.033 Info com.ubuntuone.u1f 27343 AwakeIntentService: MetaService released wake lock
19:43:41.106 Debug dalvikvm 27807 GC_CONCURRENT freed 436K, 49% free 3158K/6087K, external 518K/923K, paused 14ms+8ms
19:43:41.175 Info TelephonyRegistry 1391 notifyServiceState: 0 home Vodafone.de Vodafone 26202 UMTS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
19:43:41.227 Info TelephonyRegistry 1391 notifyDataConnection: state=2 isDataConnectivityPossible=true reason=null interfaceName=rmnet0 networkType=3
19:43:41.316 Info wpa_supplicant 28026 CTRL-EVENT-SCAN-RESULTS Ready
19:43:41.407 Debug wifi 1391 wifi doCommand: ret=-1
19:43:42.476 Info TelephonyRegistry 1391 notifyDataConnection: state=0 isDataConnectivityPossible=true reason=dataDisabled interfaceName=null networkType=3
19:43:42.538 Debug NetUtils 1391 failed to remove default route for rmnet0: No such process
19:43:42.538 Debug GTalkService 1512 ##### Network broadcast (connected=true) type=mobile, state=DISCONNECTED
19:43:42.538 Debug GTalkService 1512 [GTalkConnection.1] ### networkStateChanged: active and curr network type/state are the same(1/CONNECTED), ignore
19:43:42.546 Debug Tethering 1391 MasterInitialState.processMessage what=3
19:43:42.598 Info MediaUploader 27325 No need to wake up
19:43:42.599 Debug Tethering 1391 MasterInitialState.processMessage what=3
19:43:42.696 Debug GTalkService 1512 ##### Network broadcast (connected=true) type=WIFI, state=CONNECTED
19:43:42.696 Debug GTalkService 1512 [GTalkConnection.1] ### networkStateChanged: active and curr network type/state are the same(1/CONNECTED), ignore
19:43:42.697 Debug CMStats 27335 CONNECTIVITY_ACTION: noConnectivity = false
19:43:42.697 Info com.ubuntuone.u1f 27343 NetworkReceiver: onConnectivityAction() disconnecting/disconnected
19:43:42.698 Info MediaUploader 27325 No need to wake up
19:43:42.757 Debug dalvikvm 1482 GC_CONCURRENT freed 390K, 49% free 3207K/6279K, external 0K/0K, paused 5ms+12ms
19:43:42.758 Debug CMStats 27335 CONNECTIVITY_ACTION: noConnectivity = false
19:43:42.812 Info com.ubuntuone.u1f 27343 NetworkReceiver: onConnectivityAction() connected
19:43:42.813 Info com.ubuntuone.u1f 27343 AwakeIntentService: MetaService acquired wake lock
19:43:42.813 Info com.ubuntuone.u1f 27343 AwakeIntentService: MetaService acquired wifi lock
19:43:42.873 Info com.ubuntuone.u1f 27343 AwakeIntentService: MetaService released wifi lock
19:43:42.873 Info com.ubuntuone.u1f 27343 AwakeIntentService: MetaService released wake lock
19:43:43.127 Info TelephonyRegistry 1391 notifyServiceState: 0 home Vodafone.de Vodafone 26202 HSDPA CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
19:43:43.192 Info TelephonyRegistry 1391 notifyDataConnection: state=0 isDataConnectivityPossible=true reason=null interfaceName=null networkType=8
19:43:44.529 Debug dalvikvm 1512 GC_CONCURRENT freed 434K, 44% free 4178K/7431K, external 0K/512K, paused 6ms+7ms
19:43:47.355 Info wpa_supplicant 28026 CTRL-EVENT-SCAN-RESULTS Ready
19:43:47.355 Debug wifi 1391 wifi doCommand: ret=-1
19:43:47.451 Debug wifi 1391 wifi doCommand: ret=-1
19:43:53.342 Info wpa_supplicant 28026 CTRL-EVENT-SCAN-RESULTS Ready
19:43:53.359 Debug wifi 1391 wifi doCommand: ret=-1
For showing Logcat I use QtADB.
just reflash it all over again.
@muerla
yeah something like that.
@regisol
cant be bothered. in the end i might if nothing cures it

Big Wifi problem

Hi Android Experts, I have a wifi problem and have spent days trying. to solve it.
I've already opened a thread in the general Q & A and ask you to read this. Please help me!!!!
http://forum.xda-developers.com/showthread.php?t=1805027
I can only help with XDAndroid builds.
Assuming you're still on FRX07.1, please provide some logs.
Off the top of my head, the biggest wifi issue is the MAC. I assume you read the FAQ? There's a caveat in there about wifi if your MAC is not known to Android for whatever reason and you have to manually populate the wifi-nvram.txt file.
Ok, I'll reinstall FRX07 and read the logs. Takes some time. probably tomorrow. Thank you for your help
By the way, I have the wifi nvram also tried and also entered a MAC address, but I'll do it again.
toucher2 said:
By the way, I have the wifi nvram also tried and also entered a MAC address, but I'll do it again.
Click to expand...
Click to collapse
Are you sure you did it correctly? Did you verify that you needed to do this trick?
It's pretty obvious in the logs if you need to do this trick or not...
If I can find in the log file my Mac address when I did it right? I can not find there my Mac address!
I have the system files on the sdcard in a subfolder "android".
As a terminal program I've used Term.apk
su
cp / sdcard / wifi-nvram.txt / android / data / wifi-nvram.txt
After enter appeared no error message below input line was only a "#" to see
Here a part of my last Logfile The log file has too many characters, how can I send the complete to you.
====================== SYSTEM INFORMATION ===================
Linux localhost 2.6.27.46-01356-gd4c73bd #37 PREEMPT Mon Oct 17 08:08:23 CEST 2011 armv6l GNU/Linux
[ro.secure]: [1]
[ro.allow.mock.location]: [1]
[ro.debuggable]: [1]
[persist.service.adb.enable]: [1]
[ro.setupwizard.mode]: [OPTIONAL]
[ro.sf.lcd_density]: [240]
[wifi.interface]: [wlan0]
[wifi.supplicant_scan_interval]: [45]
[ro.factorytest]: [0]
[ro.serialno]: [NDPH13NBO25I]
[ro.bootmode]: [unknown]
[ro.baseband]: [unknown]
[ro.carrier]: [unknown]
[ro.bootloader]: [unknown]
[ro.hardware]: [htc]
[ro.revision]: [0]
[ro.build.id]: [FRX07]
[ro.build.display.id]: [FRX07]
[ro.build.version.incremental]: [eng.bryan.20110715.165237]
[ro.build.version.sdk]: [8]
[ro.build.version.codename]: [REL]
[ro.build.version.release]: [2.2.2]
[ro.build.date]: [Fri Jul 15 16:53:28 EDT 2011]
[ro.build.date.utc]: [1310763208]
[ro.build.type]: [userdebug]
[ro.build.user]: [bryan]
[ro.build.host]: [carbunkl]
[ro.build.tags]: [release-keys]
[ro.product.model]: [MSM]
[ro.product.brand]: [generic]
[ro.product.name]: [full_msm]
[ro.product.device]: [msm]
[ro.product.board]: [msm]
[ro.product.cpu.abi]: [armeabi]
[ro.product.manufacturer]: [XDAndroid]
[ro.product.locale.language]: [en]
[ro.product.locale.region]: [US]
[ro.wifi.channels]: []
[ro.board.platform]: [msm7k]
[ro.build.product]: [msm]
[ro.build.description]: [full_msm-userdebug 2.2.2 FRX07 eng.bryan.20110715.165237 release-keys]
[ro.build.fingerprint]: [generic/full_msm/msm/msm:2.2.2/FRX07/eng.bryan.20110715.165237:userdebug/release-keys]
[rild.libpath]: [/system/lib/libhtcgeneric-ril.so]
[ro.telephony.default_network]: [0]
[dalvik.vm.execution-mode]: [int:fast]
[ro.opengles.version]: [65537]
[dalvik.vm.heapsize]: [24m]
[keyguard.no_require_sim]: [true]
[ro.com.android.dateformat]: [MM-dd-yyyy]
[ro.com.android.dataroaming]: [true]
[ro.ril.hsxpa]: [1]
[ro.ril.gprsclass]: [10]
[ro.config.notification_sound]: [OnTheHunt.ogg]
[ro.config.alarm_alert]: [Alarm_Classic.ogg]
[media.stagefright.enable-player]: [true]
[media.stagefright.enable-meta]: [true]
[media.stagefright.enable-scan]: [true]
[media.stagefright.enable-http]: [true]
[dalvik.vm.lockprof.threshold]: [500]
[net.bt.name]: [Android]
[net.change]: [net.dnschange]
[dalvik.vm.stack-trace-file]: [/data/anr/traces.txt]
[persist.sys.timezone]: [Europe/Berlin]
[persist.sys.language]: [de]
[persist.sys.country]: [DE]
[persist.sys.localevar]: []
[ro.FOREGROUND_APP_ADJ]: [0]
[ro.VISIBLE_APP_ADJ]: [1]
[ro.PERCEPTIBLE_APP_ADJ]: [2]
[ro.HEAVY_WEIGHT_APP_ADJ]: [3]
[ro.SECONDARY_SERVER_ADJ]: [4]
[ro.BACKUP_APP_ADJ]: [5]
[ro.HOME_APP_ADJ]: [6]
[ro.HIDDEN_APP_MIN_ADJ]: [7]
[ro.EMPTY_APP_ADJ]: [15]
[ro.FOREGROUND_APP_MEM]: [2048]
[ro.VISIBLE_APP_MEM]: [3072]
[ro.PERCEPTIBLE_APP_MEM]: [4096]
[ro.HEAVY_WEIGHT_APP_MEM]: [4096]
[ro.SECONDARY_SERVER_MEM]: [6144]
[ro.BACKUP_APP_MEM]: [6144]
[ro.HOME_APP_MEM]: [6144]
[ro.HIDDEN_APP_MEM]: [7168]
[ro.EMPTY_APP_MEM]: [8192]
[net.tcp.buffersize.default]: [4096,87380,110208,4096,16384,110208]
[net.tcp.buffersize.wifi]: [4095,87380,110208,4096,16384,110208]
[net.tcp.buffersize.umts]: [4094,87380,110208,4096,16384,110208]
[net.tcp.buffersize.edge]: [4093,26280,35040,4096,16384,35040]
[net.tcp.buffersize.gprs]: [4092,8760,11680,4096,8760,11680]
[init.svc.console]: [running]
[init.svc.servicemanager]: [running]
[init.svc.vold]: [running]
[init.svc.netd]: [running]
[init.svc.debuggerd]: [running]
[init.svc.ril-daemon]: [running]
[init.svc.zygote]: [running]
[init.svc.media]: [running]
[init.svc.dbus]: [running]
[init.svc.installd]: [running]
[init.svc.keystore]: [running]
[init.svc.adbd]: [running]
[init.svc.bootanim]: [stopped]
[hw.keyboards.65538.devname]: [MSM Blackstone pad]
[hw.keyboards.65539.devname]: [h2w headset]
[hw.keyboards.65540.devname]: [gpio-keys]
[net.hostname]: [android_184cbd0e26521cee]
[dev.bootcomplete]: [1]
[init.svc.wlan_loader]: [stopped]
[wlan.driver.status]: [ok]
[init.svc.wpa_supplicant]: [running]
[net.dnschange]: [2]
[gsm.version.ril-impl]: [HTC Vogue Community RIL hyc 4345ae9 2011-08-05 17:23:15 -0700]
[gsm.sim.operator.numeric]: [26202]
[gsm.sim.operator.alpha]: [callmobile.de]
[gsm.sim.operator.iso-country]: [de]
[gsm.sim.state]: [READY]
[gsm.current.phone-type]: [1]
[gsm.operator.alpha]: [Vodafone.de]
[gsm.operator.numeric]: [26202]
[gsm.operator.iso-country]: [de]
[gsm.operator.isroaming]: [false]
[gsm.version.baseband]: [52.60.25.33U_1.12.25.16DE]
[ro.runtime.firstboot]: [1343866847530]
[init.svc.dhcpcd]: [stopped]
[dhcp.wlan0.result]: [failed]
[gsm.network.type]: [GPRS]
======================= SYSTEM LOG ===================
08-02 02:20:12.200 D/wlan_loader( 1411): Configuring adapter
08-02 02:20:12.340 D/StatusBar( 1339): DISABLE_EXPAND: yes
08-02 02:20:13.880 I/ActivityManager( 1339): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=1417 uid=10007 gids={}
08-02 02:20:13.930 D/NetworkManagmentService( 1339): Registering observer
08-02 02:20:14.030 I/ActivityManager( 1339): Start proc com.android.phone for added application com.android.phone: pid=1423 uid=1001 gids={3002, 3001, 3003, 1015}
08-02 02:20:14.090 I/ActivityManager( 1339): Start proc android.process.acore for activity com.android.launcher/com.android.launcher2.Launcher: pid=1425 uid=10002 gids={3003, 1015}
08-02 02:20:14.160 I/ActivityManager( 1339): Start proc com.android.settings for broadcast com.android.settings/.widget.SettingsAppWidgetProvider: pid=1428 uid=1000 gids={3003, 3002, 3001}
08-02 02:20:14.830 D/dalvikvm( 1339): GC_FOR_MALLOC freed 5686 objects / 404888 bytes in 320ms
08-02 02:20:14.870 D/SntpClient( 1339): request time failed: java.net.UnknownHostException: north-america.pool.ntp.org
08-02 02:20:14.870 D/SntpClient( 1339): request time failed: java.net.UnknownHostException: north-america.pool.ntp.org
08-02 02:20:14.970 E/NetworkManagmentService( 1339): Unexpected response code 600
08-02 02:20:15.950 D/wlan_loader( 1411): Adapter tiwlan0 configuration rc = 0
08-02 02:20:15.950 D/wlan_loader( 1411): Starting configMge
08-02 02:20:15.950 D/wlan_loader( 1411): ConfigMge start rc = 0
08-02 02:20:15.950 D/wlan_loader( 1411): Driver configured
08-02 02:20:15.950 D/wlan_loader( 1411): Firmware loaded and running OK
08-02 02:20:15.960 D/wlan_loader( 1411): Set property wlan.driver.status = ok - Fail
08-02 02:20:16.090 I//system/bin/tc( 1308): Cannot find device "rmnet0"
08-02 02:20:16.090 I/logwrapper( 1308): /system/bin/tc terminated by exit(1)
08-02 02:20:16.160 I//system/bin/tc( 1308): Cannot find device "rmnet0"
08-02 02:20:16.160 I/logwrapper( 1308): /system/bin/tc terminated by exit(1)
08-02 02:20:16.200 I//system/bin/tc( 1308): Cannot find device "ifb0"
08-02 02:20:16.200 I/logwrapper( 1308): /system/bin/tc terminated by exit(1)
08-02 02:20:16.230 D/SntpClient( 1339): request time failed: java.net.UnknownHostException: north-america.pool.ntp.org
08-02 02:20:16.230 D/SntpClient( 1339): request time failed: java.net.UnknownHostException: north-america.pool.ntp.org
08-02 02:20:16.540 I/ActivityThread( 1425): Publishing provider com.android.launcher2.settings: com.android.launcher2.LauncherProvider
08-02 02:20:16.570 I/ActivityThread( 1425): Publishing provider user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider
08-02 02:20:16.580 D/gps_rpc ( 1339): gps thread running
08-02 02:20:16.820 D/gps_rpc ( 1339): pdsm_client_init(2)=da3
08-02 02:20:16.920 D/gps_rpc ( 1339): pdsm_client_pd_reg(3491, 0, 0, 0, -216989697, -1)=0
08-02 02:20:16.930 D/dalvikvm( 1339): GC_EXTERNAL_ALLOC freed 2900 objects / 221384 bytes in 360ms
08-02 02:20:16.960 D/NetworkLocationService( 1339): onCreate
08-02 02:20:16.970 I/ActivityThread( 1423): Publishing provider com.android.bluetooth.opp: com.android.bluetooth.opp.BluetoothOppProvider
08-02 02:20:17.010 D/gps_rpc ( 1339): pdsm_client_ext_status_reg(3491, 0, 1, 0, 4, -1)=0
08-02 02:20:17.110 D/gps_rpc ( 1339): pdsm_client_act(3491)=0
08-02 02:20:17.180 I/ActivityManager( 1339): Start proc com.google.process.gapps for content provider com.google.android.gsf/.gservices.GservicesProvider: pid=1460 uid=10012 gids={3003, 2001, 1007}
08-02 02:20:17.210 D/gps_rpc ( 1339): pdsm_client_pa_reg(3491, 0, 2, 0, 4190176, -1)=0
08-02 02:20:17.290 D/gps_rpc ( 1339): pdsm_client_init(b)=1f40
08-02 02:20:17.330 W/Process ( 1339): Unable to open /proc/1390/status
08-02 02:20:17.370 D/gps_rpc ( 1339): pdsm_client_xtra_reg(8000, 0, 3, 0, 7, -1)=0
08-02 02:20:17.460 D/gps_rpc ( 1339): pdsm_client_act(8000)=0
08-02 02:20:17.530 D/gps_rpc ( 1339): pdsm_atl_l2_proxy_reg(1, 4, 5)=1
08-02 02:20:17.540 I/ActivityThread( 1425): Publishing provider com.android.social: com.android.providers.contacts.SocialProvider
08-02 02:20:17.600 D/gps_rpc ( 1339): pdsm_atl_dns_proxy(1, 6)=1
08-02 02:20:17.670 D/gps_rpc ( 1339): pdsm_client_init(4)=1b59
08-02 02:20:17.760 D/gps_rpc ( 1339): pdsm_client_lcs_reg(7001, 0, 7, 0, 783, 8)=0
08-02 02:20:17.830 D/gps_rpc ( 1339): pdsm_client_act(7001)=0
08-02 02:20:17.830 D/gps_rpc ( 1339): gps state initialized
08-02 02:20:17.950 I/ActivityThread( 1425): Publishing provider applications: com.android.providers.applications.ApplicationsProvider
08-02 02:20:18.170 I/ActivityThread( 1460): Publishing provider com.google.settings: com.google.android.gsf.settings.GoogleSettingsProvider
08-02 02:20:18.870 I/ActivityThread( 1425): Publishing provider contacts;com.android.contacts: com.android.providers.contacts.ContactsProvider2
08-02 02:20:19.120 I/ActivityThread( 1423): Publishing provider telephony: com.android.providers.telephony.TelephonyProvider
08-02 02:20:19.250 E/wpa_supplicant( 1458): Set_key: Wrong Key
08-02 02:20:19.250 E/wpa_supplicant( 1458): Set_key: Wrong Key
08-02 02:20:19.250 E/wpa_supplicant( 1458): Set_key: Wrong Key
08-02 02:20:19.250 E/wpa_supplicant( 1458): Set_key: Wrong Key
08-02 02:20:19.350 V/WifiMonitor( 1339): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2]
08-02 02:20:19.540 V/WifiStateTracker( 1339): Connection to supplicant established, state=SCANNING
08-02 02:20:19.590 D/NetworkStateTracker( 1339): setDetailed state, old =IDLE and new state=SCANNING
08-02 02:20:19.590 E/wpa_supplicant( 1458): prepare_filter_struct: type=0
08-02 02:20:19.600 E/wpa_supplicant( 1458): prepare_filter_struct: type=1
08-02 02:20:19.610 E/wpa_supplicant( 1458): prepare_filter_struct: type=3
08-02 02:20:19.660 I/ActivityThread( 1423): Publishing provider icc: com.android.phone.IccProvider
08-02 02:20:19.660 I/ActivityThread( 1423): Publishing provider mms: com.android.providers.telephony.MmsProvider
08-02 02:20:19.720 I/ActivityThread( 1423): Publishing provider sms: com.android.providers.telephony.SmsProvider
08-02 02:20:19.810 I/ActivityThread( 1423): Publishing provider mms-sms: com.android.providers.telephony.MmsSmsProvider
08-02 02:20:19.860 V/WifiStateTracker( 1339): Changing supplicant state: SCANNING ==> SCANNING
08-02 02:20:19.880 D/ConnectivityService( 1339): ConnectivityChange for WIFI: DISCONNECTED/SCANNING
08-02 02:20:19.880 D/ConnectivityService( 1339): getMobileDataEnabled returning false
08-02 02:20:19.880 D/ConnectivityService( 1339): not failing over to mobile type 0 because Mobile Data Disabled
08-02 02:20:19.880 D/ConnectivityService( 1339): not failing over to mobile type 2 because Mobile Data Disabled
08-02 02:20:19.880 D/ConnectivityService( 1339): not failing over to mobile type 3 because Mobile Data Disabled
08-02 02:20:19.880 D/ConnectivityService( 1339): not failing over to mobile type 4 because Mobile Data Disabled
08-02 02:20:19.880 D/ConnectivityService( 1339): not failing over to mobile type 5 because Mobile Data Disabled
08-02 02:20:20.010 I/ActivityManager( 1339): Start proc com.google.android.gm for broadcast com.google.android.gm/.downloadprovider.DownloadReceiver: pid=1477 uid=10015 gids={3003, 1015}
08-02 02:20:20.020 I/ActivityThread( 1460): Publishing provider subscribedfeeds: com.google.android.gsf.subscribedfeeds.SubscribedFeedsProvider
08-02 02:20:20.780 I/ActivityThread( 1460): Publishing provider com.google.android.gsf.gservices: com.google.android.gsf.gservices.GservicesProvider
08-02 02:20:20.850 I/GservicesProvider( 1460): Gservices pushing to system: true; secure: true
08-02 02:20:20.850 I/ActivityThread( 1460): Publishing provider com.google.android.providers.talk: com.google.android.gsf.talk.TalkProvider
08-02 02:20:21.050 I/ActivityThread( 1425): Publishing provider call_log: com.android.providers.contacts.CallLogProvider
08-02 02:20:21.420 D/dalvikvm( 1425): GC_FOR_MALLOC freed 2763 objects / 191144 bytes in 180ms
08-02 02:20:21.630 D/dalvikvm( 1425): GC_EXTERNAL_ALLOC freed 597 objects / 39072 bytes in 190ms
08-02 02:20:22.150 D/LocationMasfClient( 1339): using https://www.google.com/loc/m/api
08-02 02:20:22.190 I/ActivityThread( 1477): Publishing provider gmail-ls: com.google.android.gm.provider.MailProvider
08-02 02:20:22.300 D/ConnectivityService( 1339): getMobileDataEnabled returning false
08-02 02:20:22.320 I/ActivityThread( 1477): Publishing provider com.google.android.gm.attachmentspreviews: com.google.android.gm.AttachmentPreviewProvider
08-02 02:20:22.320 I/ActivityThread( 1477): Publishing provider com.google.android.gmail.SuggestionProvider: com.google.android.gm.SuggestionsProvider
08-02 02:20:22.340 I/ActivityThread( 1477): Publishing provider gmail-downloads: com.google.android.gm.downloadprovider.DownloadProvider
08-02 02:20:22.590 I/ActivityManager( 1339): Start proc android.process.media for broadcast com.android.providers.downloads/.DownloadReceiver: pid=1495 uid=10011 gids={1015, 2001, 3003}
08-02 02:20:22.870 D/dalvikvm( 1312): GC_EXPLICIT freed 280 objects / 10544 bytes in 290ms
08-02 02:20:23.180 D/dalvikvm( 1312): GC_EXPLICIT freed 50 objects / 2200 bytes in 290ms
08-02 02:20:23.310 D/dalvikvm( 1312): GC_EXPLICIT freed 2 objects / 48 bytes in 130ms
08-02 02:20:24.180 I/ActivityThread( 1495): Publishing provider media: com.android.providers.media.MediaProvider
08-02 02:20:24.430 D/PhoneApp( 1423): onCreate: mProximityWakeLock: WakeLock{44f23158 held=false, refCount=0}
08-02 02:20:24.510 V/MediaProvider( 1495): Attached volume: internal
08-02 02:20:24.550 I/ActivityThread( 1495): Publishing provider downloads: com.android.providers.downloads.DownloadProvider
08-02 02:20:24.570 D/Sensors ( 1423): Called get_sensors_list
08-02 02:20:24.570 D/Sensors ( 1423): Called get_sensors_list
08-02 02:20:24.570 D/Sensors ( 1423): Called get_sensors_list
08-02 02:20:24.570 D/Sensors ( 1423): Called get_sensors_list
08-02 02:20:24.570 D/Sensors ( 1423): Called get_sensors_list
08-02 02:20:24.570 D/Sensors ( 1423): Called get_sensors_list
08-02 02:20:24.570 D/Sensors ( 1423): Called get_sensors_list
08-02 02:20:24.600 D/Sensors ( 1423): using /dev/input/event4 (name=kionix-kxsd9,phys=i2c/0-0019)
08-02 02:20:24.660 I/ActivityThread( 1495): Publishing provider drm: com.android.providers.drm.DrmProvider
08-02 02:20:24.690 W/ActivityManager( 1339): Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found
08-02 02:20:24.750 D/PhoneApp( 1423): Resetting audio state/mode: IDLE
08-02 02:20:24.920 D/NetworkLocationService( 1339): onBind com.google.android.location.NetworkLocationProvider
08-02 02:20:24.920 D/NetworkLocationService( 1339): onBind com.google.android.location.GeocodeProvider
08-02 02:20:24.960 D/WifiService( 1339): ACTION_BATTERY_CHANGED pluggedType: 0
08-02 02:20:25.010 D/Tethering( 1339): Tethering got CONNECTIVITY_ACTION
08-02 02:20:25.020 D/Tethering( 1339): MasterInitialState.processMessage what=3
08-02 02:20:25.020 E/HierarchicalStateMachine( 1339): TetherMaster - unhandledMessage: msg.what=3
08-02 02:20:25.070 D/WifiService( 1339): ACTION_BATTERY_CHANGED pluggedType: 0
08-02 02:20:25.090 I/ActivityManager( 1339): Start proc com.google.android.apps.uploader for broadcast com.google.android.apps.uploader/.ConnectivityBroadcastReceiver: pid=1508 uid=10028 gids={3003}
08-02 02:20:25.220 D/LocationProviderProxy( 1339): LocationProviderProxy.onServiceConnected ComponentInfo{com.google.android.location/com.google.android.location.NetworkLocationService}
08-02 02:20:25.220 D/GeocoderProxy( 1339): onServiceConnected ComponentInfo{com.google.android.location/com.google.android.location.NetworkLocationService}
08-02 02:20:25.380 W/ActivityManager( 1339): Activity idle timeout for HistoryRecord{44f43928 com.android.launcher/com.android.launcher2.Launcher}
08-02 02:20:25.780 I/ActivityThread( 1508): Publishing provider com.google.android.apps.uploader: com.google.android.apps.uploader.UploadsContentProvider
08-02 02:20:25.840 D/BT HSHFP( 1423): Starting BluetoothHeadsetService
08-02 02:20:25.880 I/ActivityThread( 1508): Publishing provider com.google.photos.provider.Album: com.google.android.apps.uploader.clients.picasa.AlbumProvider
08-02 02:20:25.990 D/MobileDataStateTracker( 1339): default Received state= DISCONNECTED, old= DISCONNECTED, reason= radioTurnedOff, apnTypeList= default
08-02 02:20:26.070 D/MediaUploader( 1508): UploaderApplication.onCreate
08-02 02:20:26.190 D/MobileDataStateTracker( 1339): default Received state= DISCONNECTED, old= DISCONNECTED, reason= gprsDetached, apnTypeList= default
08-02 02:20:26.220 D/MediaUploader( 1508): nonWifiLimit=20971520, default=20971520
08-02 02:20:26.250 D/PowerManagerService( 1339): bootCompleted
08-02 02:20:26.260 I/MediaUploader( 1508): No need to wake up
08-02 02:20:26.320 E/Tethering( 1339): attempting to remove unknown iface (usb0), ignoring
08-02 02:20:26.360 D/VoldCmdListener( 1307): volume mount /sdcard
08-02 02:20:26.360 W/Vold ( 1307): Volume is idle but appears to be mounted - fixing
08-02 02:20:26.360 D/Vold ( 1307): Volume sdcard state changing 1 (Idle-Unmounted) -> 4 (Mounted)
08-02 02:20:26.360 I/PackageManager( 1339): Updating external media status from unmounted to mounted
08-02 02:20:26.470 I/SearchManagerService( 1339): Building list of searchable activities
08-02 02:20:26.520 I/StorageNotification( 1339): Media {/sdcard} state changed from {unmounted} -> {mounted}
08-02 02:20:26.690 D/VoldCmdListener( 1307): asec list
08-02 02:20:26.800 I/PackageManager( 1339): No secure containers on sdcard
08-02 02:20:26.850 W/PackageManager( 1339): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
08-02 02:20:26.930 W/PackageManager( 1339): Not granting permission com.google.android.providers.settings.permission.READ_GSETTINGS to package com.google.android.voicesearch (protectionLevel=2 flags=0xbe45)
08-02 02:20:26.940 W/PackageManager( 1339): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x1be45)
08-02 02:20:26.940 W/PackageManager( 1339): Unknown permission com.google.android.providers.gmail.permission.WRITE_GMAIL in package com.qo.android.htcgep
08-02 02:20:26.940 W/PackageManager( 1339): Unknown permission com.google.android.providers.gmail.permission.READ_GMAIL in package com.qo.android.htcgep
08-02 02:20:26.980 I/GTalkService( 1460): [ServiceAutoStarter] --- connectivity changed
08-02 02:20:26.980 I/GTalkService( 1460): [ServiceAutoStarter] --- start GTalk service ---
08-02 02:20:27.050 W/PackageManager( 1339): Not granting permission com.google.android.providers.settings.permission.READ_GSETTINGS to package com.google.android.googlequicksearchbox (protectionLevel=2 flags=0xbe45)
08-02 02:20:27.050 W/PackageManager( 1339): Not granting permission com.google.android.providers.settings.permission.WRITE_GSETTINGS to package com.google.android.googlequicksearchbox (protectionLevel=2 flags=0xbe45)
08-02 02:20:27.070 W/PackageManager( 1339): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.vending (protectionLevel=2 flags=0x2be05)
08-02 02:20:27.180 W/PackageManager( 1339): Not granting permission android.permission.SET_PREFERRED_APPLICATIONS to package com.android.development (protectionLevel=2 flags=0xbe44)
08-02 02:20:27.180 D/NetworkLocationProvider( 1339): onDataConnectionStateChanged -1
08-02 02:20:27.500 D/dalvikvm( 1339): GC_FOR_MALLOC freed 8435 objects / 418624 bytes in 320ms
08-02 02:20:27.530 W/PackageManager( 1339): Not granting permission android.permission.HARDWARE_TEST to package com.android.development (protectionLevel=2 flags=0xbe44)
08-02 02:20:27.530 W/PackageManager( 1339): Not granting permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES to package com.android.development (protectionLevel=2 flags=0xbe44)
08-02 02:20:27.530 W/PackageManager( 1339): Not granting permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD to package com.android.development (protectionLevel=2 flags=0xbe44)
08-02 02:20:27.540 D/NetworkLocationProvider( 1339): onDataConnectionStateChanged -1
08-02 02:20:27.540 W/PackageManager( 1339): Unknown permission com.estrongs.android.pop.PERMISSION in package com.estrongs.android.pop
08-02 02:20:27.540 W/PackageManager( 1339): Unknown permission com.android.providers.im.permission.READ_ONLY in package com.google.android.apps.maps
08-02 02:20:27.550 W/PackageManager( 1339): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xbe45)
08-02 02:20:27.550 W/PackageManager( 1339): Not granting permission android.permission.HARDWARE_TEST to package org.dyndns.devesh.flashlight (protectionLevel=2 flags=0x8444)
08-02 02:20:27.570 D/NetworkLocationProvider( 1339): onDataConnectionStateChanged -1
08-02 02:20:27.580 W/PackageManager( 1339): Unknown permission com.google.android.apps.googlevoice.REMOTE_INTENT in package com.google.android.apps.googlevoice
08-02 02:20:27.580 W/PackageManager( 1339): Unknown permission com.google.android.permission.RECEIVE_DATA_MESSAGE in package com.google.android.apps.googlevoice
08-02 02:20:27.580 W/PackageManager( 1339): Unknown permission com.google.android.permission.SEND_DATA_MESSAGE in package com.google.android.apps.googlevoice
08-02 02:20:28.280 D/GTalkService( 1460): [GTalkService.1] ### onCreate ###
08-02 02:20:28.410 I/ActivityManager( 1339): Start proc com.handcent.nextsms for broadcast com.handcent.nextsms/com.handcent.sms.transaction.SmsReceiver: pid=1521 uid=10053 gids={3003, 1015}
08-02 02:20:28.770 D/dalvikvm( 1423): GC_FOR_MALLOC freed 4010 objects / 249264 bytes in 200ms
08-02 02:20:29.570 D/GTalkService( 1460): [GTalkService.1] setBackgroundDataWithLock: mBackgroundDataEnabled=true
08-02 02:20:29.760 D/GTalkService( 1460): [GTalkService.1] onStartCommand: found 0 connections, force audit connections...
08-02 02:20:30.210 D/GoogleLoginService( 1460): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
08-02 02:20:30.310 W/GoogleLoginService( 1460): Device has no accounts: sending Intent { act=com.google.android.gsf.LOGIN_ACCOUNTS_MISSING }
08-02 02:20:30.420 D/WifiService( 1339): ACTION_BATTERY_CHANGED pluggedType: 0
08-02 02:20:30.430 D/WifiService( 1339): ACTION_BATTERY_CHANGED pluggedType: 0
08-02 02:20:30.480 I/dalvikvm( 1521): Could not find method android.os.IHardwareService.setAttentionLight, referenced from method com.handcent.sender.av.x
08-02 02:20:30.480 W/dalvikvm( 1521): VFY: unable to resolve interface method 797: Landroid/os/IHardwareService;.setAttentionLight (Z)V
08-02 02:20:30.480 D/dalvikvm( 1521): VFY: replacing opcode 0x72 at 0x000a
08-02 02:20:31.050 D/dalvikvm( 1460): GC_FOR_MALLOC freed 3639 objects / 307424 bytes in 230ms
08-02 02:20:31.080 D/GTalkService( 1460): [GTalkService.13] account missing
08-02 02:20:31.080 D/GTalkService( 1460): [GTalkService.12] account missing
08-02 02:20:33.520 W/SharedBufferStack( 1348): waitForCondition(DequeueCondition) timed out (identity=0, status=0). CPU may be pegged. trying again.
08-02 02:20:34.530 W/SharedBufferStack( 1348): waitForCondition(DequeueCondition) timed out (identity=0, status=0). CPU may be pegged. trying again.
08-02 02:20:35.540 W/SharedBufferStack( 1348): waitForCondition(DequeueCondition) timed out (identity=0, status=0). CPU may be pegged. trying again.
08-02 02:20:36.550 W/SharedBufferStack( 1348): waitForCondition(DequeueCondition) timed out (identity=0, status=0). CPU may be pegged. trying again.
08-02 02:20:37.560 W/SharedBufferStack( 1348): waitForCondition(DequeueCondition) timed out (identity=0, status=0). CPU may be pegged. trying again.
08-02 02:20:38.380 W/ActivityManager( 1339): Timeout of broadcast BroadcastRecord{45182960 android.intent.action.SERVICE_STATE} - [email protected]
08-02 02:20:38.380 W/ActivityManager( 1339): Receiver during timeout: ResolveInfo{45182760 com.handcent.sms.transaction.SmsReceiver p=0 o=0 m=0x108000}
08-02 02:20:38.480 D/GoogleLoginService( 1460): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
08-02 02:20:38.490 W/GoogleLoginService( 1460): Device has no accounts: sending Intent { act=com.google.android.gsf.LOGIN_ACCOUNTS_MISSING }
08-02 02:20:38.560 I/Process ( 1339): Sending signal. PID: 1521 SIG: 3
08-02 02:20:38.560 I/dalvikvm( 1521): threadid=3: reacting to signal 3
08-02 02:20:38.770 I/Process ( 1339): Sending signal. PID: 1339 SIG: 3
08-02 02:20:38.770 I/dalvikvm( 1339): threadid=3: reacting to signal 3
08-02 02:20:39.670 W/SharedBufferStack( 1348): waitForCondition(DequeueCondition) timed out (identity=0, status=0). CPU may be pegged. trying again.
08-02 02:20:40.680 W/SharedBufferStack( 1348): waitForCondition(DequeueCondition) timed out (identity=0, status=0). CPU may be pegged. trying again.
08-02 02:20:41.690 W/SharedBufferStack( 1348): waitForCondition(DequeueCondition) timed out (identity=0, status=0). CPU may be pegged. trying again.
08-02 02:20:42.700 W/SharedBufferStack( 1348): waitForCondition(DequeueCondition) timed out (identity=0, status=0). CPU may be pegged. trying again.
08-02 02:20:43.210 W/dalvikvm( 1339): threadid=3: spin on suspend #1 threadid=33 (pcf=0)
08-02 02:20:43.230 W/dalvikvm( 1339): threadid=3: spin on suspend resolved in 4460 msec
08-02 02:20:43.320 I/dalvikvm( 1521): Wrote stack traces to '/data/anr/traces.txt'
08-02 02:20:44.720 I/dalvikvm( 1339): Wrote stack traces to '/data/anr/traces.txt'
08-02 02:20:44.750 I/Process ( 1339): Sending signal. PID: 1425 SIG: 3
08-02 02:20:44.750 I/dalvikvm( 1425): threadid=3: reacting to signal 3
08-02 02:20:44.970 I/Process ( 1339): Sending signal. PID: 1460 SIG: 3
08-02 02:20:44.970 I/dalvikvm( 1460): threadid=3: reacting to signal 3
08-02 02:20:45.040 I/dalvikvm( 1460): Wrote stack traces to '/data/anr/traces.txt'
08-02 02:20:45.080 I/Process ( 1339): Sending signal. PID: 1508 SIG: 3
08-02 02:20:45.080 I/dalvikvm( 1508): threadid=3: reacting to signal 3
08-02 02:20:45.080 I/dalvikvm( 1508): Wrote stack traces to '/data/anr/traces.txt'
08-02 02:20:45.100 I/Process ( 1339): Sending signal. PID: 1417 SIG: 3
08-02 02:20:45.100 I/dalvikvm( 1417): threadid=3: reacting to signal 3
08-02 02:20:45.100 I/dalvikvm( 1417): Wrote stack traces to '/data/anr/traces.txt'
08-02 02:20:45.120 I/Process ( 1339): Sending signal. PID: 1423 SIG: 3
08-02 02:20:45.120 I/dalvikvm( 1423): threadid=3: reacting to signal 3
08-02 02:20:45.150 I/dalvikvm( 1423): Wrote stack traces to '/data/anr/traces.txt'
08-02 02:20:45.160 I/Process ( 1339): Sending signal. PID: 1495 SIG: 3
08-02 02:20:45.160 I/dalvikvm( 1495): threadid=3: reacting to signal 3
08-02 02:20:45.160 I/dalvikvm( 1495): Wrote stack traces to '/data/anr/traces.txt'
08-02 02:20:45.170 I/Process ( 1339): Sending signal. PID: 1477 SIG: 3
08-02 02:20:45.170 I/dalvikvm( 1477): threadid=3: reacting to signal 3
08-02 02:20:45.190 I/dalvikvm( 1477): Wrote stack traces to '/data/anr/traces.txt'
08-02 02:20:45.200 I/Process ( 1339): Sending signal. PID: 1428 SIG: 3
08-02 02:20:45.200 I/dalvikvm( 1428): threadid=3: reacting to signal 3
08-02 02:20:45.200 I/dalvikvm( 1428): Wrote stack traces to '/data/anr/traces.txt'
08-02 02:20:45.330 E/ActivityManager( 1339): ANR in com.handcent.nextsms
08-02 02:20:45.330 E/ActivityManager( 1339): Reason: Broadcast of Intent { act=android.intent.action.SERVICE_STATE flg=0x20000000 cmp=com.handcent.nextsms/com.handcent.sms.transaction.SmsReceiver (has extras) }
Holy crap.
First off, either post your logs in [ code ] braces, or attach them in a file, or pastebin (http://www.pastebin.com) them.
Also, "I have the system files on the sdcard in a subfolder "android"." - this is an issue. Please change the name of this folder to ANYTHING else, or use the root of the card. The folder "android" on your SD card is reserved for... Android. I think that in itself may cause issues.
I can't see any issues in your log, as you said it's cut off. Please edit your post!!
Ok, I format my SDcard (2GB sandisk) with FAT32. Install Android directly into my root directory, install Term.apk in apps, wifi-nvram.txt in my root directory. Start Terminal:
su
cp /sdcard/wifi-nvram.txt /data/wifi-nvram.txt
Set static ip settings.
DNS is my router IP, is that correct? Or do I enter 8.8.8.8 and 8.8.4.4?
WPA-PSK settings.
Reboot, and see what happens.
Is this the right way?
If it does not work I try to send you the log file.
Thank you for the time you need.
It does not work. Here is my log file.
toucher2 said:
Ok, I format my SDcard (2GB sandisk) with FAT32. Install Android directly into my root directory, install Term.apk in apps, wifi-nvram.txt in my root directory. Start Terminal:
su
cp /sdcard/wifi-nvram.txt /data/wifi-nvram.txt
Set static ip settings.
DNS is my router IP, is that correct? Or do I enter 8.8.8.8 and 8.8.4.4?
WPA-PSK settings.
Reboot, and see what happens.
Is this the right way?
If it does not work I try to send you the log file.
Thank you for the time you need.
Click to expand...
Click to collapse
OK first... why are you trying the wifi-nvram trick if you don't know you need it? This might be causing you issues.
Second, can we try this on a clean data.img? Rename data.img to data.bak.
Third, have you tried on GBX0C? FRX07.1 is pretty outdated at this point.
Lastly, it seems you've tried a static IP and an open network - can you try that example in your clean logs? I'm not seeing anything jump out. In fact, in the logs it appears to "see" your network:
Code:
V/WifiMonitor( 1342): Event [Trying to associate with 00:1a:4f:10:1d:1f (SSID='topsecret' freq=2412 MHz)]
I assume your network is 'topsecret'? Is the SSID hidden at all?
I tried it with and without a static IP, I tried it with and without wifi nvram.txt-
I've tried GBX and FRX. Between each installation, I will reformat the SDcard. I tried an open network. Always the same problem.
With GBX, I have a lot of crashes and black screens.
toucher2 said:
I tried it with and without a static IP, I tried it with and without wifi nvram.txt-
I've tried GBX and FRX. Between each installation, I will reformat the SDcard. I tried an open network. Always the same problem.
With GBX, I have a lot of crashes and black screens.
Click to expand...
Click to collapse
hmm, weird... I guess your phone is not android compatible jk, but if the phone doesn't connect in a open network, I don't know what's worng...
toucher2 said:
With GBX, I have a lot of crashes and black screens.
Click to expand...
Click to collapse
This tells me you did something wrong, or your SD card is not working properly. Blackstone's are REALLY picky about the SD card, have you tried a different card?
Every format, are you always formatting with the [http://www.eocfiles.com/bdc86eb1ed2989c30dcd1902e84939ae/bootdisks/SP27608.exe]HP Tool[/url]? Not the built in Windows or WinMo format utilities, right?
Regardless, the fact that GBX doesn't even run means something is awry. Since you haven't given me any more logs for what I requested, I can't help you further. Good luck.
Hello arrrgghhh, sorry I have not sent quickly the logfile, but I have to children and go to work.
Here is my log:
New sdcard (SanDisc) formatted with HP tool.
Open network tries again without static IP settings and Static IP settings once done.
IP settings are the same that work well with Windows Mobile.
The SSID is visible, should they be hidden?
best greetings toucher2
toucher2 said:
Hello arrrgghhh, sorry I have not sent quickly the logfile, but I have to children and go to work.
Here is my log:
New sdcard (SanDisc) formatted with HP tool.
Open network tries again without static IP settings and Static IP settings once done.
IP settings are the same that work well with Windows Mobile.
The SSID is visible, should they be hidden?
best greetings toucher2
Click to expand...
Click to collapse
Seems like the same thing. I see it associating with the AP. Not sure what else could be awry at this point.
If it's able to 'see' other networks, then you don't have to apply the nvram trick.
There might be a language barrier, and I might not be understanding properly. Sorry.... hopefully someone else can help you out.
Last try! My Blackstone can find my router but my router does not show my Blackstone.
Under WM6.5 all works.
toucher2 said:
Last try! My Blackstone can find my router but my router does not show my Blackstone.
Under WM6.5 all works.
Click to expand...
Click to collapse
I don't know what this means.
Perhaps try turning on wifi in WinMo before booting Android? Leave wifi on/connected in WinMo while Android boots.
I don't have to do this on my RHOD, but again I don't have a Blackstone. You're going to have to do a bit of leg work here.

WiFi suddenly always searching, no ssids, nothing found

Hi,
I intensively searched for my problem, but found always other non-related stuff.
Recently (last 1, 2 days) my WiFi didn't connect to any APs any more. I was using CN nightlies and franco kernel, so today I did update CN without franco. Afterwards I downgraded CN and did a radio update and now I tried the stock 4.2.2 image with the flash-all script, which also seemed to reflash my radio.
The default wifi dialog always displayed the saved wifis only. And after installing stock, the initial wifi dialog displayed "searching" only for a very long time. Sometimes I see some networks and I even managed to connect to mine, but it dropped immediately.
I know, this is very undetailed, but do you have any recommendations / logs to look out / smth which could point me in the right direction? Or is my hardware just broken?
logcat outputs this when turning wi-fi on (on stock 4.2.2, unrooted):
D/WifiService( 499): setWifiEnabled: true pid=1942, uid=1000
D/BluetoothAdapter( 1942): 1110956336: getState() : mService = null. Returning STATE_OFF
W/Netd ( 156): No subsystem found in netlink event
D/NetlinkEvent( 156): Unexpected netlink message. type=0x11
W/Netd ( 156): No subsystem found in netlink event
D/NetlinkEvent( 156): Unexpected netlink message. type=0x11
D/Tethering( 499): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering( 499): InitialState.processMessage what=4
D/Tethering( 499): sendTetherStateChangedBroadcast 0, 0, 0
D/SoftapController( 156): Softap fwReload - Ok
D/CommandListener( 156): Setting iface cfg
D/CommandListener( 156): Trying to bring down wlan0
E/NetdConnector( 499): NDC Command {219 softap fwreload wlan0 STA} took too long (739ms)
I/wpa_supplicant( 9715): Successfully initialized wpa_supplicant
I/wpa_supplicant( 9715): rfkill: Cannot open RFKILL control device
I/wpa_supplicant( 9715): rfkill: Cannot open RFKILL control device
D/CommandListener( 156): Setting iface cfg
D/CommandListener( 156): Trying to bring up p2p0
D/BluetoothAdapter( 1942): 1110956336: getState() : mService = null. Returning STATE_OFF
Click to expand...
Click to collapse
when flashing stock (via the official google flash scripts), stock firmware files (qualcom, ..) are also flashed, right? or could I do something useful with the official google binaries?
Stupid post.... Ignore

HD-505 smart-tv wifi problem

Hello,
i just got my smart-tv android stick
it's from arena scientific model named HD-505
it's RK3066-cortex-A9 and has SDK-ENG_4.1_HD505_20000101 and Kernel 3.0.8+
i'm not able to enable wifi, and tried allot of applications and the same problem
i also downloaded terminal emulator and tried
svc wifi enable
but i got killed and not working
tried to disable and then enable but not working
I need to know if any have a solution
and also if i can upgrade/reimage it and from where to go the firmware and how to do it
thx for you help
here is the output of logcat
I/Xposed ( 7263): -----------------
I/Xposed ( 7263): Added Xposed (/data/data/de.robv.android.xposed.installer/bin/XposedBridge.jar) to CLASSPATH.
D/AndroidRuntime( 7263):
D/AndroidRuntime( 7263): >>>>>> AndroidRuntime START de.robv.android.xposed.XposedBridge <<<<<<
D/AndroidRuntime( 7263): CheckJNI is ON
I/AndroidRuntime( 7263): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 7263): Unable to stat classpath element '/system/framework/filterfw.jar'
D/dalvikvm( 7263): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 7263): Added shared lib libjavacore.so 0x0
D/dalvikvm( 7263): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 7263): Added shared lib libnativehelper.so 0x0
D/Xposed ( 7263): Using structure member offsets for mode WITH_JIT
I/Xposed ( 7263): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
I/Xposed ( 7263): -----------------
I/Xposed ( 7263): Oct 19, 2013 6:28:12 PM UTC
I/Xposed ( 7263): Loading Xposed (for com.android.commands.svc.Svc)...
I/Xposed ( 7263): Loading modules from /data/app/org.tracetool.hackconnectivityservice-1.apk
I/Xposed ( 7263): Loading class org.tracetool.hackconnectivityservice.Mod
D/AndroidRuntime( 7263): Calling main entry com.android.commands.svc.Svc
D/AndroidRuntime( 7263): Shutting down VM
D/WifiService( 265): setWifiEnabled: true pid=7263, uid=0
D/dalvikvm( 7263): GC_CONCURRENT freed 610K, 77% free 978K/4096K, paused 0ms+0ms, total 13ms
D/WifiHW ( 265): Read wifi chip type OK ! wifi_chip_type = RTL8188EU
D/WifiHW ( 265): wifi_load_driver: DRIVER_MODULE_PATH = /system/lib/modules/8188eu.ko, DRIVER_MODULE_ARG =
I/WidgetPrefs( 3393): Loaded widget prefs for 4
W/CommandListener( 80): Failed to retrieve HW addr for wlan0 (No such device)
D/CommandListener( 80): Setting iface cfg
E/WifiStateMachine( 265): Unable to change interface settings: java.lang.IllegalStateException: command '133 interface
setcfg wlan0 0.0.0.0 0 down' failed with '400 133 Failed to set address (No such device)'
E/WifiHW ( 265): Unable to open connection to supplicant on "wlan0": No such file or directory
I/wpa_supplicant( 7295): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 7295): nl80211: Could not configure driver to use managed mode
E/wpa_supplicant( 7295): Could not read interface wlan0 flags: No such device
E/wpa_supplicant( 7295): wlan0: Failed to initialize driver interface
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiStateMachine( 265): Failed to setup control channel, restart supplicant
W/CommandListener( 80): Failed to retrieve HW addr for wlan0 (No such device)
D/CommandListener( 80): Setting iface cfg
E/WifiStateMachine( 265): Unable to change interface settings: java.lang.IllegalStateException: command '135 interface
setcfg wlan0 0.0.0.0 0 down' failed with '400 135 Failed to set address (No such device)'
I/wpa_supplicant( 7325): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 7325): nl80211: Could not configure driver to use managed mode
E/wpa_supplicant( 7325): Could not read interface wlan0 flags: No such device
E/wpa_supplicant( 7325): wlan0: Failed to initialize driver interface
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiHW ( 265): Supplicant not running, cannot connect
E/WifiStateMachine( 265): Failed to setup control channel, restart supplicant
W/CommandListener( 80): Failed to retrieve HW addr for wlan0 (No such device)
D/CommandListener( 80): Setting iface cfg
E/WifiStateMachine( 265): Unable to change interface settings: java.lang.IllegalStateException: command '137 interface
setcfg wlan0 0.0.0.0 0 down' failed with '400 137 Failed to set address (No such device)'
I/wpa_supplicant( 7355): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 7355): nl80211: Could not configure driver to use managed mode
E/wpa_supplicant( 7355): Could not read interface wlan0 flags: No such device
E/wpa_supplicant( 7355): wlan0: Failed to initialize driver interface
E/WifiStateMachine( 265): Failed to start supplicant!
I/WidgetPrefs( 3393): Loaded widget prefs for 4
and the output of dmesg
<4>[ 3659.320483] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 1.10) init.
<6>[ 3659.327835] usbcore: deregistering interface driver rtl8188eu
<6>[ 3970.236599] EXT4-fs (mtdblock8): re-mounted. Opts: (null)
<3>[ 3995.978894] init: untracked pid 6914 exited
<4>[ 4103.728041] Current WiFi chip is RTL8188EU.
<4>[ 4103.773033] =======================================================
<4>[ 4103.779414] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
<4>[ 4103.790871] =======================================================
<4>[ 4103.797142] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 1.10) init.
<6>[ 4103.806603] usbcore: registered new interface driver rtl8188eu
<3>[ 4242.564293] init: untracked pid 7103 exited
<4>[ 4244.402560] =======================================================
<4>[ 4244.408850] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
<4>[ 4244.415446] =======================================================
<4>[ 4244.422095] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 1.10) init.
<6>[ 4244.429710] usbcore: deregistering interface driver rtl8188eu
<4>[ 4277.579884] Current WiFi chip is RTL8188EU.
<4>[ 4277.617428] =======================================================
<4>[ 4277.624450] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
<4>[ 4277.631286] =======================================================
<4>[ 4277.638904] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 1.10) init.
<6>[ 4277.647255] usbcore: registered new interface driver rtl8188eu
<4>[ 4308.063197] =======================================================
<4>[ 4308.069571] ==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====
<4>[ 4308.076144] =======================================================
<4>[ 4308.082492] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 1.10) init.
<6>[ 4308.089923] usbcore: deregistering interface driver rtl8188eu
<3>[ 4372.112169] init: untracked pid 7303 exited
<6>[ 4377.603039] EXT4-fs (mtdblock8): re-mounted. Opts: (null)
<3>[ 4562.414517] init: untracked pid 7385 exited

Ethernet support in Cyanogenmod 10.2.1?

I recently re-acquired a usb-to-lan adapter, since my previous one broke after few months of usage.
The new one shows a red light when it's connected to the router via LAN and the tablet via USB. Furthermore dmesg shows me the USB OTG device is successful recognized. So the adapter is OK, but the internet connection is not started.
I noticed that I have no ethernet options in my Settings. I don't remember where they was located, but I remember that there was some settings about LAN and I was able to see LAN usage data separately from wifi usage.
From the day my first usb-to-lan adapter died and now, I upgraded 10.2 to 11 and returned back to 10.2, since I had some problems with startup delay and GPS icon. But if I remember well I used Cyanogenmod 10.2 with the first usb-to-lan adapter, and not CM 11. I have gapps installed.
up.
i know CarbonRom supports Ethernet android 4.4.4
but i dont know about CM
try this out https://play.google.com/store/apps/details?id=xda.usbhost.test&hl=en
It doesn't work. Logcat gives me this error:
PHP:
D/CommandListener( 153): Clearing all IP addresses on wlan0
D/ConnectivityService( 490): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
D/ConnectivityService( 490): tryFailover: set mActiveDefaultNetwork=-1, prevNetType=1
D/ConnectivityService( 490): Attempting to switch to mobile
D/ConnectivityService( 490): Attempting to switch to BLUETOOTH_TETHER
D/ConnectivityService( 490): Attempting to switch to ETHERNET
D/NetUtils( 490): android_net_utils_resetConnections in env=*** clazz=*** iface=wlan0 mask=0x3
D/BluetoothAdapter( 2249): 1101298232: getState() : mService = null. Returning STATE_OFF
D/ConnectivityService( 490): resetConnections(wlan0, 3)
W/Smack/Packet( 897): notify conn break (IOEx), close connection
D/Nat464Xlat( 490): requiresClat: netType=1, hasIPv4Address=false
I/qtaguid ( 897): Failed write_ctrl(u 66) res=-1 errno=22
I/qtaguid ( 897): Untagging socket 66 failed errno=-22
W/NetworkManagementSocketTagger( 897): untagSocket(66) failed with errno -22
D/ConnectivityService( 490): handleInetConditionChange: no active default network - ignore
I/wpa_supplicant( 5105): p2p0: CTRL-EVENT-TERMINATING
I/wpa_supplicant( 5105): CTRL_IFACE monitor[0]: 2 - No such file or directory
I/wpa_supplicant( 5105): wlan0: CTRL-EVENT-DISCONNECTED bssid=*** reason=3 locally_generated=1
Lucas Malor said:
It doesn't work. Logcat gives me this error:
PHP:
D/CommandListener( 153): Clearing all IP addresses on wlan0
D/ConnectivityService( 490): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
D/ConnectivityService( 490): tryFailover: set mActiveDefaultNetwork=-1, prevNetType=1
D/ConnectivityService( 490): Attempting to switch to mobile
D/ConnectivityService( 490): Attempting to switch to BLUETOOTH_TETHER
D/ConnectivityService( 490): Attempting to switch to ETHERNET
D/NetUtils( 490): android_net_utils_resetConnections in env=*** clazz=*** iface=wlan0 mask=0x3
D/BluetoothAdapter( 2249): 1101298232: getState() : mService = null. Returning STATE_OFF
D/ConnectivityService( 490): resetConnections(wlan0, 3)
W/Smack/Packet( 897): notify conn break (IOEx), close connection
D/Nat464Xlat( 490): requiresClat: netType=1, hasIPv4Address=false
I/qtaguid ( 897): Failed write_ctrl(u 66) res=-1 errno=22
I/qtaguid ( 897): Untagging socket 66 failed errno=-22
W/NetworkManagementSocketTagger( 897): untagSocket(66) failed with errno -22
D/ConnectivityService( 490): handleInetConditionChange: no active default network - ignore
I/wpa_supplicant( 5105): p2p0: CTRL-EVENT-TERMINATING
I/wpa_supplicant( 5105): CTRL_IFACE monitor[0]: 2 - No such file or directory
I/wpa_supplicant( 5105): wlan0: CTRL-EVENT-DISCONNECTED bssid=*** reason=3 locally_generated=1
Click to expand...
Click to collapse
then the adapted you have is not supported
The previous adapter worked and it was apparently identical. Is there a way to do some deeper debug, to understand the exact problem?

Categories

Resources