Qualcomm Bluetooth D-Bus problem - Android Software/Hacking General [Developers Only]

Hi, I recently started working on CM10 port for Galaxy Mini 2, most of the bugs have been already solved. Tough, I am not able to fix bluetooth. It seems the device is using some Qualcomm chip which firmware is downloaded by hci_qcomm_init binary. Hciattach is run by init.qcom.bt.sh which is located in /etc, it calls hci_qcomm_init and in the logcat I see that the firmware (qualcomm-ibs) is downloaded successfully. Then bluetoothd is starting and bunch of d-bus related errors come up. And bluedroid stops hciattach and bluetoothd.
Logcat:
Code:
D/BluetoothMasReceiver( 1242): Bluetooth STATE CHANGED to 11
D/dalvikvm( 350): GC_EXPLICIT freed 134K, 44% free 5890K/10375K, paused 48ms+17ms, total 270ms
I/bluedroid( 350): Starting hciattach daemon
I/qcom-bluetooth( 1260): /system/etc/init.qcom.bt.sh: Transport :
I/qcom-bluetooth( 1261): /system/etc/init.qcom.bt.sh: Power Class: Ignored. Default(1) used (1-CLASS1/2-CLASS2/3-CUSTOM)
I/qcom-bluetooth( 1262): /system/etc/init.qcom.bt.sh: Power Class: To override, Before turning BT ON; setprop qcom.bt.dev_power_class <1 or 2 or 3>
D/dalvikvm( 517): GC_EXPLICIT freed 767K, 64% free 2695K/7363K, paused 3ms+10ms, total 72ms
D/dalvikvm( 350): GC_EXPLICIT freed 142K, 44% free 5886K/10375K, paused 5ms+9ms, total 106ms
I/qcom-bluetooth( 1270): /system/etc/init.qcom.bt.sh: Bluetooth QSoC firmware download succeeded, /dev/ttyHS0 qualcomm-ibs 3000000
I/qcom-bluetooth( 1271): /system/etc/init.qcom.bt.sh: start hciattach
I/qcom-bluetooth( 1273): /system/etc/init.qcom.bt.sh: start_hciattach: pid = 1272
D/dalvikvm( 350): GC_EXPLICIT freed 143K, 44% free 5907K/10375K, paused 10ms+19ms, total 137ms
I/bluedroid( 350): Starting bluetoothd deamon
E/BluetoothEventLoop.cpp( 350): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
I/abtfilt ( 1276): Ath BT Filter Daemon
I/abtfilt ( 1276): Enabling Debug Information
D/abtfilt ( 1276): Abf_WlanCheckSettings : wlan: wlan0
D/abtfilt ( 1276): Calling Fcore Init
I/abtfilt ( 1276): BT Filter Core init complete
I/abtfilt ( 1276): WLAN Stack Notification init complete
I/abtfilt ( 1276): AFH Classification Command will be issued on WLAN connect/disconnect
I/abtfilt ( 1276): Headset Profile notifications will use HCI filter instead of DBUS
E/BluetoothEventLoop.cpp( 350): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
I/abtfilt ( 1276): Starting the WLAN Event Handler task
I/abtfilt ( 1276): Checking WLAN adapter on startup ..
D/abtfilt ( 1276): Abf_WlanCheckSettings : wlan: wlan0
I/abtfilt ( 1276): Starting the BT Filter task
I/abtfilt ( 1276): BT Filter Core : WLAN Arrived
E/abtfilt ( 1276): [DoMethodCall] Failed to invoke method call (org.bluez.Manager : method : DefaultAdapter) The name org.bluez was not provided by any .service files
D/abtfilt ( 1276): Abf_WlanCheckSettings : wlan: wlan0
I/abtfilt ( 1276): FLAGS = 67, Issue FE antenna configuration as single
I/abtfilt ( 1276): WLAN Adapter Added
E/abtfilt ( 1276): Last Error: Try again
E/abtfilt ( 1276): [AcquireBtAdapter] Get Default Adapter failed
E/abtfilt ( 1276): Last Error: Try again
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.Manager'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.Manager'
I/abtfilt ( 1276): BT Stack Notification init complete
D/abtfilt ( 1276): Service running, waiting for termination ....
I/abtfilt ( 1276): Starting the BT Event Handler task
I/abtfilt ( 1276): Entering DBus Message loop
D/abtfilt ( 1276): WMI_REPORT_SLEEP_STATE_EVENTID: 6
I/abtfilt ( 1276): FLAGS = 67, Issue FE antenna configuration as single
I/abtfilt ( 1276): BT Filter Core : WLAN Arrived
D/abtfilt ( 1276): Abf_WlanCheckSettings : wlan: wlan0
I/abtfilt ( 1276): FLAGS = 67, Issue FE antenna configuration as single
E/BluetoothEventLoop.cpp( 350): get_adapter_path: D-Bus error: org.freedesktop.DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service files)
E/BluetoothEventLoop.cpp( 350): get_adapter_path: D-Bus error: org.bluez.Error.NoSuchAdapter (No such adapter)
E/BluetoothEventLoop.cpp( 350): failure setting up Event Loop!
D/abtfilt ( 1276): Got DBus Message ...
D/abtfilt ( 1276): Got DBus Message ...
D/abtfilt ( 1276): BtAdapterAdded (/org/bluez/1275/hci0) Callback ...
D/dalvikvm( 517): GC_EXPLICIT freed 764K, 64% free 2692K/7363K, paused 4ms+9ms, total 50ms
D/dalvikvm( 350): GC_EXPLICIT freed 153K, 44% free 5901K/10375K, paused 5ms+11ms, total 102ms
D/BluetoothEventLoop( 350): Property Changed: Pairable : false
D/BluetoothEventLoop( 350): Property Changed: Powered : false
D/BluetoothEventLoop( 350): Property Changed: UUIDs : 3
E/BluetoothService.cpp( 350): setBluetoothTetheringNative true
E/bluetooth_common.cpp( 350): dbus_func_args_timeout_valist: D-Bus error in Register: org.freedesktop.DBus.Error.UnknownMethod (Method "Register" with signature "ss" on interface "org.bluez.NetworkServer" doesn't exist
E/bluetooth_common.cpp( 350): )
D/BluetoothEventLoop( 350): Property Changed: UUIDs : 4
D/BluetoothEventLoop( 350): Property Changed: UUIDs : 5
D/BluetoothAdapterStateMachine( 350): WarmUp process message: 101
D/BluetoothAdapterStateMachine( 350): WarmUp process message: 54
D/BluetoothEventLoop( 350): Property Changed: UUIDs : 6
D/BluetoothEventLoop( 350): Property Changed: UUIDs : 7
D/BluetoothEventLoop( 350): Property Changed: UUIDs : 8
D/dalvikvm( 350): GC_EXPLICIT freed 165K, 44% free 5893K/10375K, paused 4ms+7ms, total 92ms
D/dalvikvm( 517): GC_EXPLICIT freed 766K, 64% free 2697K/7363K, paused 3ms+8ms, total 57ms
D/dalvikvm( 350): GC_EXPLICIT freed 112K, 44% free 5893K/10375K, paused 5ms+8ms, total 89ms
D/dalvikvm( 350): GC_EXPLICIT freed 113K, 44% free 5892K/10375K, paused 4ms+7ms, total 95ms
D/dalvikvm( 517): GC_CONCURRENT freed 1753K, 64% free 2681K/7363K, paused 3ms+7ms, total 49ms
D/dalvikvm( 517): GC_EXPLICIT freed 374K, 68% free 2415K/7363K, paused 4ms+4ms, total 39ms
D/dalvikvm( 350): GC_EXPLICIT freed 120K, 44% free 5893K/10375K, paused 5ms+8ms, total 90ms
D/dalvikvm( 350): GC_EXPLICIT freed 132K, 44% free 5899K/10375K, paused 5ms+7ms, total 92ms
D/dalvikvm( 517): GC_EXPLICIT freed 410K, 64% free 2674K/7363K, paused 3ms+9ms, total 49ms
D/dalvikvm( 350): GC_EXPLICIT freed 115K, 44% free 5896K/10375K, paused 5ms+7ms, total 90ms
I/abtfilt ( 1276): BT Event Filter Set, Mask: 0x00001000:01C0003A
E/abtfilt ( 1276): [IssueHCICommand] Failed to write to hci:0 (err:100)
E/abtfilt ( 1276): Last Error: Network is down
E/abtfilt ( 1276): [GetAdapterInfo] Failed to get BD_ADDR
E/abtfilt ( 1276): Last Error: Network is down
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.Adapter'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.Adapter'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.Adapter'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.Adapter'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez'
I/abtfilt ( 1276): [HCIFilterThread] starting up
I/abtfilt ( 1276): [/org/bluez/1275/hci0] BT Adapter Added
I/abtfilt ( 1276): [AcquireDefaultAudioDevice]StartRegister
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.Headset'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.Headset'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.Headset'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.Headset'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.AudioSink'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.AudioSink'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.AudioSink'
D/abtfilt ( 1276): rule to add: type='signal',interface='org.bluez.AudioSink'
I/abtfilt ( 1276): [AcquireDefaultAudioDevice]EndRegister
D/abtfilt ( 1276): Got DBus Message ...
D/abtfilt ( 1276): Got DBus Message ...
D/dalvikvm( 350): GC_EXPLICIT freed 112K, 44% free 5897K/10375K, paused 4ms+8ms, total 89ms
D/dalvikvm( 517): GC_EXPLICIT freed 669K, 64% free 2677K/7363K, paused 3ms+8ms, total 58ms
D/dalvikvm( 350): GC_EXPLICIT freed 113K, 44% free 5896K/10375K, paused 4ms+7ms, total 92ms
D/dalvikvm( 350): GC_EXPLICIT freed 112K, 44% free 5897K/10375K, paused 7ms+8ms, total 97ms
D/dalvikvm( 517): GC_EXPLICIT freed 688K, 64% free 2695K/7363K, paused 8ms+8ms, total 57ms
D/dalvikvm( 350): GC_EXPLICIT freed 113K, 44% free 5896K/10375K, paused 5ms+6ms, total 90ms
D/dalvikvm( 350): GC_EXPLICIT freed 112K, 44% free 5897K/10375K, paused 4ms+7ms, total 96ms
D/dalvikvm( 517): GC_EXPLICIT freed 723K, 64% free 2697K/7363K, paused 3ms+8ms, total 50ms
D/dalvikvm( 350): GC_EXPLICIT freed 113K, 44% free 5896K/10375K, paused 4ms+8ms, total 89ms
D/dalvikvm( 350): GC_EXPLICIT freed 116K, 44% free 5898K/10375K, paused 5ms+8ms, total 89ms
D/dalvikvm( 517): GC_EXPLICIT freed 714K, 64% free 2696K/7363K, paused 6ms+8ms, total 53ms
D/dalvikvm( 350): GC_EXPLICIT freed 114K, 44% free 5897K/10375K, paused 4ms+8ms, total 91ms
D/dalvikvm( 350): GC_EXPLICIT freed 112K, 44% free 5897K/10375K, paused 4ms+8ms, total 90ms
D/dalvikvm( 517): GC_EXPLICIT freed 722K, 64% free 2698K/7363K, paused 3ms+8ms, total 52ms
D/BluetoothAdapterStateMachine( 350): WarmUp process message: 104
E/BluetoothAdapterStateMachine( 350): Bluetooth adapter SDP failed to load
D/abtfilt ( 1276): Got DBus Message ...
D/abtfilt ( 1276): Got DBus Message ...
D/abtfilt ( 1276): Got DBus Message ...
D/abtfilt ( 1276): Got DBus Message ...
D/abtfilt ( 1276): Got DBus Message ...
D/BluetoothEventLoop( 350): Property Changed: UUIDs : 7
E/BluetoothService.cpp( 350): setBluetoothTetheringNative false
E/bluetooth_common.cpp( 350): dbus_func_args_timeout_valist: D-Bus error in Unregister: org.freedesktop.DBus.Error.UnknownMethod (Method "Unregister" with signature "s" on interface "org.bluez.NetworkServer" doesn't exist
E/bluetooth_common.cpp( 350): )
D/BluetoothEventLoop( 350): Property Changed: UUIDs : 6
D/BluetoothEventLoop( 350): Property Changed: UUIDs : 5
D/BluetoothEventLoop( 350): Property Changed: UUIDs : 4
D/BluetoothEventLoop( 350): Property Changed: UUIDs : 3
I/bluedroid( 350): Stopping bluetoothd deamon
D/dalvikvm( 350): GC_EXPLICIT freed 139K, 44% free 5894K/10375K, paused 5ms+10ms, total 97ms
I/bluedroid( 350): Stopping hciattach deamon
D/BluetoothAdapterStateMachine( 350): Bluetooth state 11 -> 10
D/BluetoothAdapterStateMachine( 350): PowerOff process message: 101
D/dalvikvm( 350): GC_EXPLICIT freed 141K, 44% free 5901K/10375K, paused 7ms+9ms, total 105ms
D/DockEventReceiver( 607): finishStartingService: stopping service
D/BluetoothMasReceiver( 1242): Bluetooth STATE CHANGED to 10
Samsung has done some changes in the bluetooth source, but they have just put the whole external/bluetooth folder in their opensource package so I don't know what they have changed in there.
Could some experienced developer help me with this? Thanks

Haven't anyone had problem like this (or similar) ?

u fixed it?

@prototype-U
yes. See: https://github.com/TheWhisp/android...rnal_bluetooth_bluez/0001-fix-Bluetooth.patch

Related

VPN is broken in Android 3.1

no matter PP2P or L2TP.
here is the log:
Code:
I/SProxy_mtpd( 158): Stop VPN daemon: mtpd
D/VpnSettings( 2968): received connectivity: ikta3(pptp)★★★★: connected? CONNECTING err=0
D/dalvikvm( 2968): GC_FOR_ALLOC freed 3978K, 52% free 8580K/17799K, paused 52ms
I/dalvikvm-heap( 2968): Grow heap (frag case) to 12.215MB for 3942416-byte allocation
D/dalvikvm( 2968): GC_CONCURRENT freed <1K, 31% free 12429K/17799K, paused 2ms+4ms
D/SProxy_mtpd( 158): stopping mtpd, success? false
I/SProxy_racoon( 158): Stop VPN daemon: racoon
D/SProxy_racoon( 158): stopping racoon, success? false
D/VpnService( 158): Local IP: 192.168.1.104, if: wlan0
D/VpnService( 158): VPN UP:
I/SProxy_mtpd( 158): Start VPN daemon: mtpd
D/mtpd ( 4142): Waiting for control socket
E/VpnService( 158): onError()
E/VpnService( 158): java.io.IOException: cannot start service: mtpd
E/VpnService( 158): at com.android.server.vpn.DaemonProxy.start(DaemonProxy.java:75)
E/VpnService( 158): at com.android.server.vpn.VpnDaemons.startDaemon(VpnDaemons.java:106)
E/VpnService( 158): at com.android.server.vpn.VpnDaemons.startMtpd(VpnDaemons.java:127)
E/VpnService( 158): at com.android.server.vpn.VpnDaemons.startPptp(VpnDaemons.java:56)
E/VpnService( 158): at com.android.server.vpn.PptpService.connect(PptpService.java:31)
E/VpnService( 158): at com.android.server.vpn.VpnService.onConnect(VpnService.java:133)
E/VpnService( 158): at com.android.server.vpn.VpnServiceBinder$1.run(VpnServiceBinder.java:57)
E/VpnService( 158): at java.lang.Thread.run(Thread.java:1020)
I/VpnService( 158): disconnecting VPN...
D/VpnSettings( 2968): received connectivity: ikta3(pptp)★★★★: connected? DISCONNECTING err=0
I/SProxy_mtpd( 158): Stop VPN daemon: mtpd
D/SProxy_mtpd( 158): stopping mtpd, success? false
I/SProxy_racoon( 158): Stop VPN daemon: racoon
D/dalvikvm( 3399): GC_EXPLICIT freed 2K, 6% free 6461K/6855K, paused 2ms+2ms
D/SProxy_racoon( 158): stopping racoon, success? false
D/VpnService( 158): onFinalCleanUp()
I/VpnService( 158): restore original suffices --> null
D/VpnSettings( 2968): received connectivity: ikta3(pptp)★★★★: connected? IDLE err=101
D/VpnSettings( 2968): create reconnect dialog for event 101
PPTP
Thanks for Sharing!

[Solved]Wifi problem with all Motorola Android 2.3.6 rom

How can help with this problem?
Code:
Sending a DHCP renewal
D/WifiStateTracker( 2717): Disable Bluetooth co-ex mode
V/WifiStateTracker( 2717): AutoIP is disabled
D/WifiStateTracker( 2717): DhcpHandler: DHCP request started
E/wpa_supplicant(11431): ERROR - wpa_driver_tista_private_send - error sending Wext private IOCTL to STA driver (ioctl_cmd = 8000305, drv->errors = 1, errno = 95 - Operation not supported on transport endpoint)
E/wpa_supplicant(11431): ERROR - Failed to handle rx data filter command!
D/WifiStateTracker( 2717): DHCP renewal started
- wifi disconnect on some router every 5-8 min.
- no problem with the same router on Android 2.3.4
- kernel problem?
Solution for this problem
- it is a problem with android >2.3.6
- there is no fix from google
- Change lease time for IP adress at your router from unlimited to 2 weeks or 2 year or 2 month ....
Code:
--------- beginning of /dev/log/main
D/alogcat (12049): stopped
D/alogcat (12049): starting ...
--------- beginning of /dev/log/system
W/InputManagerService( 2717): Window already focused, ignoring focus gain of: [email protected]
D/RadioSignalLevel( 3382): Gsm Radio Signal level: 4
D/RadioSignalLevel( 3382): Gsm Radio Signal level: 4
W/InputManagerService( 2717): Window already focused, ignoring focus gain of: [email protected]
D/WifiStateTracker( 2717): Sending a DHCP renewal
D/WifiStateTracker( 2717): Disable Bluetooth co-ex mode
V/WifiStateTracker( 2717): AutoIP is disabled
D/WifiStateTracker( 2717): DhcpHandler: DHCP request started
E/wpa_supplicant(11431): ERROR - wpa_driver_tista_private_send - error sending Wext private IOCTL to STA driver (ioctl_cmd = 8000305, drv->errors = 1, errno = 95 - Operation not supported on transport endpoint)
E/wpa_supplicant(11431): ERROR - Failed to handle rx data filter command!
D/WifiStateTracker( 2717): DHCP renewal started
I/ActivityManager( 2717): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.motorola.blur.home/.HomeActivity } from pid 2717
V/alogcat (12049): save instance
V/alogcat (12049): paused
I/ActivityManager( 2717): No longer want com.android.settings (pid 10969): hidden #21
D/battery_widget_monitor(10800): onReceive:Intent { act=android.appwidget.action.APPWIDGET_UPDATE cmp=ccc71.bmw/.lib.bmw_widget (has extras) }
W/battery_widget_monitor(10800): total active Widgets:4
I/ActivityManager( 2717): Resumed Activity: org.jtb.alogcat/.LogActivity totalTime: 182 ms
D/alogcat (12049): stopping ...
W/InputManagerService( 2717): Starting input on non-focused client [email protected] (uid=10099 pid=12049)
D/alogcat (12049): stopped
I/EventLogService( 3514): Aggregate from 1329512002062 (log), 1329512002062 (data)
I/ActivityManager( 2717): Starting: Intent { act=com.motorola.blur.apps.ACTION_APPS flg=0x10200000 cmp=com.motorola.blur.home/com.motorola.blur.apps.AppsActivity (has extras) } from pid 3414
I/ActivityManager( 2717): Displayed com.motorola.blur.home/com.motorola.blur.apps.AppsActivity: +621ms
D/dalvikvm(12049): GC_EXPLICIT freed 902K, 64% free 3238K/8967K, external 2939K/3671K, paused 70ms
I/ActivityManager( 2717): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.jtb.alogcat/.LogActivity } from pid 3414
V/alogcat (12049): started
I/alogcat (12049): new intent: android.intent.action.MAIN
D/alogcat (12049): stopping ...
D/alogcat (12049): canceling periodic saves
V/alogcat (12049): resumed
D/alogcat (12049): starting ...
I/ActivityManager( 2717): Resumed Activity: org.jtb.alogcat/.LogActivity totalTime: 217 ms
W/InputManagerService( 2717): Starting input on non-focused client [email protected] (uid=10141 pid=3414)
W/KeyCharacterMap(12049): Can't open keycharmap file
W/KeyCharacterMap(12049): Error loading keycharmap file '/data/usr/keychars/qtouch-touchscreen.kcm.bin'. hw.keyboards.65537.devname='qtouch-touchscreen'
W/KeyCharacterMap(12049): Can't open keycharmap file
W/KeyCharacterMap(12049): Error loading keycharmap file '/system/usr/keychars/qtouch-touchscreen.kcm.bin'. hw.keyboards.65537.devname='qtouch-touchscreen'
W/KeyCharacterMap(12049): Can't open keycharmap file
W/KeyCharacterMap(12049): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
Hi,
I found this with TPLINK routers (firewalls, etc.). I think the problem is about TPLINK's DHCP server implementation. I have a TPLINK firewall since 6 month ago, and I have this bug too.
TPLINK's DHCP server deamon (and sometimes their client) has some known incompatbility with ISP's DHCP solutions.
Of course, something is changed in 2.3.6 compared to 2.3.4, because same router is perfectly work with older version.
My workaround about this is disabling DHCP: I use manual IP, or use a "wifi profiler", which turns on/off predefined Fix IP on specified WIFI SSID.
I know it is not a perfect solution in foreign places.
I tried to replace dhcp deamon, wifi drivers, wifi configuration files from 2.3.4, but no success. (I am not a linux expert, so maybe I didn't change every dependent modules, etc.)
DHCP bug is allways present, whenever I'am using open, wep and wpa/wpa2 wireless link - if same DHCP server used.
(OFF: However I have another Wifi bug on CM7/MIUI ROMs with WPA2: after some minutes or transferring a few megabytes, the connection will "stuck" - no more dataflow, I have to reconnect.)
walter79 said:
How can help with this problem?
- wifi disconnect on some router every 5-8 min.
- no problem with the same router on Android 2.3.4
- kernel problem?
Click to expand...
Click to collapse
As a Defy+ user, I'd like to report this bug to official Motorola forum. I've already reported the search bug FC in app drawer. Please tell me how to report.
LeopardSurd said:
As a Defy+ user, I'd like to report this bug to official Motorola forum. I've already reported the search bug FC in app drawer. Please tell me how to report.
Click to expand...
Click to collapse
Copy the Logfile. For me the problem can find on router from Vodafon. (Vodafon Easybox 803 and 903) This router can only buy with a DSL-contract from Vodafon in germany. Maybe it is a kernel problem. I can`t test v3 kernel from motorola. I use a Android 2.3.4 kernel. I tried all v2 gingerbread kernels.
walter79 said:
Copy the Logfile. For me the problem can find on router from Vodafon. (Vodafon Easybox 803 and 903) This router can only buy with a DSL-contract from Vodafon in germany. Maybe it is a kernel problem. I can`t test v3 kernel from motorola. I use a Android 2.3.4 kernel. I tried all v2 gingerbread kernels.
Click to expand...
Click to collapse
ok, thanks!
There is a bug report on Motorola forum:
https://forums.motorola.com/posts/6c79bca040
Any way of using CM's WiFi driver on stock ROM?
Cm7 wifi is way faster than stock!
Can someone test to change ip adress lease time from unlimited to 2 weeks. You have to change this in your router
I found this in the Motorola forums, might help.
https://forums.motorola.com/posts/6808fc89ae
cdlq456 said:
I found this in the Motorola forums, might help.
https://forums.motorola.com/posts/6808fc89ae
Click to expand...
Click to collapse
This a different problem. I think only changing router DHCP settings will work.
I have no problems w Netgear WNR1000 ( this is my router model I think) , my rom is GGL ROM - Defy Green Lens [Android 2.3.6] . WIFI is working as a charm ,it is fast (faster than on CM72 roms) and energy efficient . I used to have problems with roms 2.1 , 2.2 - never with gingerbread roms . But those problems was connected with security settings .
This wifi bug is present in all Android 2.3.6 or 3.2 builds. Samsung has this bug too.
http://code.google.com/p/android/issues/detail?id=20461
There is no fix. You can only change the ip lease time of your router from unlimited to anything else.
I will check that in my router setup .
Solution for this problem
- it is a problem with android >2.3.6
- there is no fix from google
- Change lease time for IP adress at your router from unlimited to 2 weeks or 2 year or 2 month ....
http://review.cyanogenmod.com/#change,6098
Wifi problem is a framework problem. It is fixable by edit framework.jar on each >= android 2.3.6 rom.
I will test the fix on my MS2Ginger rom.
Thanks to quarx he found the fix on cm7 review page.
I know this is an oold thread, but I think that it's importannt that there's a fix that doesn't include changing settings in any rooter:
http://chromloop.com/2011/09/how-to...roblem-wifi-connected-but-no-internet-access/
My friend just bought the Defy+ from a store, new and quite expensive and was REALLY dissapointed to find out that it crashes most(all?) wireless N routers, cause he travels a lot and connects from a lot of random rooters. Applied this easy mod(after Framaroot-ing) and all seems ok after being connected for about 30 minutes now . Hurray!!:victory:

[q] sensation xe wifi issue in cm9 and 10

there's a wifi issue on my device when i flash the cm9(9.0-9.1stable or RC or newest nigthly) or cm10 .:crying:
when turn on the wifi ,always show "turning wi-fi on..." .or auto turn off turn on in loop... can't search or add.
but there isn't problem in ruu rom or miui that they both use the android 4.03.
my device is:
htc sensation xe.
cid HTC__622(writed 1111111).
flashed the newlest euorpe 3.33 firmware with the ruu.
1.29 hboot.
unlock.
ship s-off.
before flash new rom i had wipe all cache.
pelase help me...
Well which kernel dud you flash on top?
Sent from my Sensation using Tapatalk 2
blahbl4hblah said:
Well which kernel dud you flash on top?
Sent from my Sensation using Tapatalk 2
Click to expand...
Click to collapse
i hadn't changed the kernel, all are the rom or ruu default
i tried a lot of kernel, and had the same problem on ICS, but it's working on CM10 (bruce's nightly)
mrc90 said:
i tried a lot of kernel, and had the same problem on ICS, but it's working on CM10 (bruce's nightly)
Click to expand...
Click to collapse
please tell me~~~which kernel can work in cm10?
this is logcat:
D/libloc ( 241): loc_eng_ioctl result: client = 0, ioctl_type = RPC_LOC_IOCTL_
INJECT_PREDICTED_ORBITS_DATA, RPC_LOC_API_SUCCESS
D/libloc ( 241): loc_eng_deferred_action_thread. waiting for events
D/RPC ( 241): 3100008c:327681 sending RPC reply (XID 16)
D/ThermalDaemon( 756): CPU[0] frequency limited to 1512000
D/ThermalDaemon( 756): Sensor 'tsens_tz_sensor0' - temperature 53248, threshold
level 0
D/Tethering( 241): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering( 241): InitialState.processMessage what=4
D/Tethering( 241): sendTetherStateChangedBroadcast 0, 0, 0
D/SoftapController( 120): Softap fwReload - Ok
D/CommandListener( 120): Setting iface cfg
D/NetworkManagementService( 241): rsp <213 00:90:4c:11:22:33 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 241): flags <[down broadcast multicast]>
D/CommandListener( 120): Trying to bring down wlan0
D/CommandListener( 120): broadcast flag ignored
D/CommandListener( 120): multicast flag ignored
I/BATT_ALG( 130): batt_alg_overtemp_check:temp:377, isOver_temp:0
I/BATT_ALG( 130): vol=3960;curr=63;dis_curr=0;temp=377;id=2;level=82;chg_src=1;
chg_en=1;ov_chg=0;isOver_temp=0;timer=60;safety_count=120
D/dalvikvm( 595): GC_CONCURRENT freed 1556K, 79% free 2616K/12288K, paused 1ms+
2ms
W/BackupManagerService( 241): dataChanged but no participant pkg='com.android.p
roviders.settings' uid=1001
D/dalvikvm( 595): GC_CONCURRENT freed 1635K, 79% free 2700K/12288K, paused 2ms+
3ms
E/wpa_supplicant( 1352): Could not set interface wlan0 flags: Operation not perm
itted
E/wpa_supplicant( 1352): nl80211: Could not set interface 'wlan0' UP
E/wpa_supplicant( 1352): wlan0: Failed to initialize driver interface
D/Tethering( 241): sendTetherStateChangedBroadcast 1, 0, 0
D/dalvikvm( 595): GC_CONCURRENT freed 1682K, 78% free 2733K/12288K, paused 2ms+
2ms
E/WifiHW ( 241): Supplicant not running, cannot connect
E/WifiHW ( 241): Supplicant not running, cannot connect
E/WifiHW ( 241): Supplicant not running, cannot connect
E/WifiStateMachine( 241): Failed to setup control channel, restart supplicant
D/SoftapController( 120): Softap fwReload - Ok
D/NetworkManagementService( 241): rsp <213 a8:26:d9:16:7b:9e 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 241): flags <[down broadcast multicast]>
D/CommandListener( 120): Setting iface cfg
D/CommandListener( 120): Trying to bring down wlan0
D/CommandListener( 120): broadcast flag ignored
D/CommandListener( 120): multicast flag ignored
E/WifiHW ( 241): Unable to open connection to supplicant on "wlan0": No such f
ile or directory
D/dalvikvm( 241): GC_CONCURRENT freed 1691K, 60% free 4994K/12288K, paused 2ms+
4ms
D/dalvikvm( 595): GC_CONCURRENT freed 1636K, 78% free 2812K/12288K, paused 1ms+
3ms
E/WifiConfigStore( 241): Error parsing configurationjava.io.FileNotFoundExcepti
on: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory
)
E/wpa_supplicant( 1508): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1508): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1508): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1508): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/WifiStateMachine( 241): Failed to set country code cn
E/wpa_supplicant( 1508): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
I/wpa_supplicant( 1508): wlan0: CTRL-EVENT-DRIVER-STATE HANGED
E/WifiStateMachine( 241): Failed to set frequency band 0
D/CommandListener( 120): Clearing all IP addresses on wlan0
D/ConnectivityService( 241): ConnectivityChange for WIFI: DISCONNECTED/DISCONNE
CTED
D/ConnectivityService( 241): Attempting to switch to mobile
D/ConnectivityService( 241): Attempting to switch to BLUETOOTH_TETHER
I/Jni WCMLinkStatus ( 512): ssid: Tmobile MAC: 00:00:00:00:00:00 bssid: 00:00
:00:00:00:00 ipaddr: 000.000.000.000 connected: 0
I/Jni WCMLinkStatus ( 512): addr: Ox0
E/Jni WCM_Init( 512): Not initialized
W/NetworkStats( 241): dropping UID delta from unknown iface: iface=wlan0 uid=0
set=DEFAULT tag=0x0 rxBytes=0 rxPackets=0 txBytes=140 txPackets=2 operations=0
D/ConnectivityService( 241): ConnectivityChange for WIFI: DISCONNECTED/DISCONNE
CTED
D/ConnectivityService( 241): Attempting to switch to mobile
D/ConnectivityService( 241): Attempting to switch to BLUETOOTH_TETHER
I/Jni WCMLinkStatus ( 512): ssid: Tmobile MAC: 00:00:00:00:00:00 bssid: 00:00
:00:00:00:00 ipaddr: 000.000.000.000 connected: 0
I/Jni WCMLinkStatus ( 512): addr: Ox0
E/Jni WCM_Init( 512): Not initialized
D/NetworkPolicy( 241): applying policy NetworkPolicy[NetworkTemplate: matchRule
=MOBILE_ALL, subscriberId=valid]: cycleDay=18, warningBytes=2147483648, limitByt
es=-1, lastSnooze=-1 to ifaces [rmnet0]
D/NetworkPolicy( 241): applying policy NetworkPolicy[NetworkTemplate: matchRule
=MOBILE_ALL, subscriberId=valid]: cycleDay=18, warningBytes=2147483648, limitByt
es=-1, lastSnooze=-1 to ifaces [rmnet0]
D/NetworkPolicy( 241): applying policy NetworkPolicy[NetworkTemplate: matchRule
=MOBILE_ALL, subscriberId=valid]: cycleDay=18, warningBytes=2147483648, limitByt
es=-1, lastSnooze=-1 to ifaces [rmnet0]
D/NetworkPolicy( 241): applying policy NetworkPolicy[NetworkTemplate: matchRule
=MOBILE_ALL, subscriberId=valid]: cycleDay=18, warningBytes=2147483648, limitByt
es=-1, lastSnooze=-1 to ifaces [rmnet0]
D/MP-Decision( 747): UP Nw:2.700000 Tw:180 rq:4.900000 seq:195
D/ThermalDaemon( 756): CPU[1] frequency limited to 1512000
D/Tethering( 241): InitialState.processMessage what=4
D/Tethering( 241): sendTetherStateChangedBroadcast 0, 0, 0
I/wpa_supplicant( 1508): wlan0: CTRL-EVENT-TERMINATING
D/MP-Decision( 747): DOWN Ns:2.100000 Ts:270 rq:0.000000 seq:297 (Up time:350)
W/Netd ( 120): No subsystem found in netlink event
D/NetlinkEvent( 120): Unexpected netlink message. type=0x11
I/Jni WCMLinkStatus ( 512): ssid: Tmobile MAC: 00:00:00:00:00:00 bssid: 00:00
:00:00:00:00 ipaddr: 000.000.000.000 connected: 0
I/Jni WCMLinkStatus ( 512): addr: Ox0
E/Jni WCM_Init( 512): Not initialized
I/Jni WCMLinkStatus ( 512): ssid: Tmobile MAC: 00:00:00:00:00:00 bssid: 00:00
:00:00:00:00 ipaddr: 000.000.000.000 connected: 0
I/Jni WCMLinkStatus ( 512): addr: Ox0
E/Jni WCM_Init( 512): Not initialized
D/MP-Decision( 747): UP Nw:2.700000 Tw:180 rq:3.200000 seq:199
D/Tethering( 241): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering( 241): InitialState.processMessage what=4
D/Tethering( 241): sendTetherStateChangedBroadcast 0, 0, 0
D/SoftapController( 120): Softap fwReload - Ok
D/CommandListener( 120): Setting iface cfg
D/CommandListener( 120): Trying to bring down wlan0
D/CommandListener( 120): broadcast flag ignored
D/CommandListener( 120): multicast flag ignored
E/WifiHW ( 241): Unable to open connection to supplicant on "wlan0": No such f
ile or directory
D/NetworkManagementService( 241): rsp <213 00:90:4c:11:22:33 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 241): flags <[down broadcast multicast]>
D/MP-Decision( 747): DOWN Ns:2.100000 Ts:270 rq:0.700000 seq:327 (Up time:495)
D/Tethering( 241): MasterInitialState.processMessage what=3
D/Tethering( 241): MasterInitialState.processMessage what=3
D/Tethering( 241): MasterInitialState.processMessage what=3
D/Tethering( 241): MasterInitialState.processMessage what=3
D/CMStats ( 523): Prompting user for opt-in.
D/CMStats ( 523): Prompting user for opt-in.
D/CMStats ( 523): Prompting user for opt-in.
D/CMStats ( 523): Prompting user for opt-in.
D/MP-Decision( 747): UP Nw:2.700000 Tw:180 rq:4.700000 seq:198
D/MP-Decision( 747): DOWN Ns:2.100000 Ts:270 rq:0.000000 seq:274 (Up time:274)
D/dalvikvm( 595): GC_CONCURRENT freed 1611K, 77% free 2916K/12288K, paused 1ms+
3ms
V/MediaScanner( 595): pruneDeadThumbnailFiles... android.database.sqlite.SQLite
[email protected]
V/MediaScanner( 595): /pruneDeadThumbnailFiles... android.database.sqlite.SQLit
[email protected]
I/power ( 241): *** set_screen_state 0
D/Sensors ( 241): handle : 4 en: 0, v010.0 - Try to resolve lock issue
D/Sensors ( 241): lock_status = 4
D/Sensors ( 241): Andy: MPLSensor::enable: lock1
W/MPL-sup ( 241): MLGetAKMComassStatus, gAKMCompassStatus = 0
D/Sensors ( 241): mEnabled = 0x0
D/Sensors ( 241): set_power_states++: enabled_sensors: 0 dmp_started: 1
D/Sensors ( 241): Before if statment: cs:0 rs:0 en_ped:0 da_ped:0 en_g:0 da_g:0
D/Sensors ( 241): Stopping DMP
I/ ( 241): mpu3050_suspend: suspending sensors to 0000
I/ ( 241): mpu3050_suspend: Will resume next to 0070
D/Sensors ( 241): inside if(s_use_timerirq)
D/Sensors ( 241): set_power_states--
D/Sensors ( 241): Andy: MPLSensor::enable: unlock1
D/Sensors ( 241): calling MLStoreCalibration()
D/Sensors ( 241): MPLSensor::enable--1
D/SurfaceFlinger( 123): About to give-up screen, flinger = 0xd81918
E/msm8660.gralloc( 123): In fb_enableHDMIOutput: externaltype = 0
I/SamplingRateChangeProcessor( 241): Increased sampling rate.
V/AudioHardwareMSM8660( 126): setParameters() screen_state=off
D/OpenGLRenderer( 435): Flushing caches (mode 0)
D/AccelerometerListener( 498): enable(false)
I/BATT_ALG( 130): batt_alg_overtemp_check:temp:377, isOver_temp:0
I/BATT_ALG( 130): vol=4017;curr=317;dis_curr=0;temp=377;id=2;level=82;chg_src=1
;chg_en=1;ov_chg=0;isOver_temp=0;timer=60;safety_count=180
I/power ( 241): *** set_screen_state 1
D/Sensors ( 241): handle : 4 en: 1, v010.0 - Try to resolve lock issue
D/Sensors ( 241): lock_status = 2
D/Sensors ( 241): Andy: MPLSensor::enable: lock1
D/Sensors ( 241): mEnabled = 0x10
D/Sensors ( 241): set_power_states++: enabled_sensors: 16 dmp_started: 0
D/Sensors ( 241): Before if statment: cs:0 rs:1 en_ped:0 da_ped:0 en_g:0 da_g:0
D/Sensors ( 241): STOP timerirq_1
I/WindowManager( 241): No lock screen!
D/Sensors ( 241): Starting DMP
I/ ( 241): mpu3050_resume: Resuming to 0070
D/Sensors ( 241): Exit: Starting DMP
D/Sensors ( 241): set_power_states--
D/Sensors ( 241): Andy: MPLSensor::enable: unlock1
D/Sensors ( 241): MPLSensor::enable--1
D/Sensors ( 241): (llu)G_Delay = 200
I/ ( 241): mpu3050_resume: Resuming to 0070
I/ ( 241): mpu3050_suspend: suspending sensors to 0070
I/ ( 241): mpu3050_suspend: Will resume next to 0070
I/MPL-ml ( 241): Actual ODR: 25 Hz
D/Sensors ( 241): (llu)G_Delay = 66
I/ ( 241): mpu3050_resume: Resuming to 0070
I/ ( 241): mpu3050_suspend: suspending sensors to 0070
I/ ( 241): mpu3050_suspend: Will resume next to 0070
I/MPL-ml ( 241): Actual ODR: 25 Hz
I/SamplingRateChangeProcessor( 241): Decreased sampling rate.
D/SurfaceFlinger( 123): Screen about to return, flinger = 0xd81918
E/msm8660.gralloc( 123): In fb_enableHDMIOutput: externaltype = 0
V/AudioHardwareMSM8660( 126): setParameters() screen_state=on
D/MP-Decision( 747): UP Nw:2.700000 Tw:180 rq:4.400000 seq:197
D/AccelerometerListener( 498): enable(false)
D/MP-Decision( 747): DOWN Ns:2.100000 Ts:270 rq:0.000000 seq:327 (Up time:441)
D/Tethering( 241): sendTetherStateChangedBroadcast 1, 0, 0
E/wpa_supplicant( 1526): Could not set interface wlan0 flags: Operation not perm
itted
E/wpa_supplicant( 1526): nl80211: Could not set interface 'wlan0' UP
E/wpa_supplicant( 1526): wlan0: Failed to initialize driver interface
E/WifiHW ( 241): Supplicant not running, cannot connect
E/WifiHW ( 241): Supplicant not running, cannot connect
E/WifiStateMachine( 241): Failed to setup control channel, restart supplicant
D/SoftapController( 120): Softap fwReload - Ok
D/NetworkManagementService( 241): rsp <213 a8:26:d9:16:7b:9e 0.0.0.0 0 [down br
oadcast multicast]>
D/CommandListener( 120): Setting iface cfg
D/NetworkManagementService( 241): flags <[down broadcast multicast]>
D/CommandListener( 120): Trying to bring down wlan0
D/CommandListener( 120): broadcast flag ignored
D/CommandListener( 120): multicast flag ignored
E/WifiConfigStore( 241): Error parsing configurationjava.io.FileNotFoundExcepti
on: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory
)
E/wpa_supplicant( 1677): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1677): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1677): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1677): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/WifiStateMachine( 241): set suspend optimizations failed!
E/wpa_supplicant( 1677): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/WifiStateMachine( 241): Failed to set country code cn
E/wpa_supplicant( 1677): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/WifiStateMachine( 241): Failed to set frequency band 0
E/wpa_supplicant( 1677): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
W/wpa_supplicant( 1677): wlan0: Failed to initiate AP scan
E/wpa_supplicant( 1677): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
E/wpa_supplicant( 1677): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
I/wpa_supplicant( 1677): wlan0: CTRL-EVENT-DRIVER-STATE HANGED
W/wpa_supplicant( 1677): wlan0: Failed to initiate AP scan
E/wpa_supplicant( 1677): wpa_driver_nl80211_driver_cmd: failed to issue private
commands
D/CommandListener( 120): Clearing all IP addresses on wlan0
I/Jni WCMLinkStatus ( 512): ssid: Tmobile MAC: 00:00:00:00:00:00 bssid: 00:00
:00:00:00:00 ipaddr: 000.000.000.000 connected: 0
I/Jni WCMLinkStatus ( 512): addr: Ox0
E/Jni WCM_Init( 512): Not initialized
I/Jni WCMLinkStatus ( 512): ssid: Tmobile MAC: 00:00:00:00:00:00 bssid: 00:00
:00:00:00:00 ipaddr: 000.000.000.000 connected: 0
I/Jni WCMLinkStatus ( 512): addr: Ox0
E/Jni WCM_Init( 512): Not initialized
D/Tethering( 241): InitialState.processMessage what=4
D/Tethering( 241): sendTetherStateChangedBroadcast 0, 0, 0
W/NetworkStats( 241): dropping UID delta from unknown iface: iface=wlan0 uid=0
set=DEFAULT tag=0x0 rxBytes=0 rxPackets=0 txBytes=384 txPackets=6 operations=0
I/wpa_supplicant( 1677): wlan0: CTRL-EVENT-TERMINATING
W/Netd ( 120): No subsystem found in netlink event
D/NetlinkEvent( 120): Unexpected netlink message. type=0x11
I/Jni WCMLinkStatus ( 512): ssid: Tmobile MAC: 00:00:00:00:00:00 bssid: 00:00
:00:00:00:00 ipaddr: 000.000.000.000 connected: 0
I/Jni WCMLinkStatus ( 512): addr: Ox0
E/Jni WCM_Init( 512): Not initialized
I/Jni WCMLinkStatus ( 512): ssid: Tmobile MAC: 00:00:00:00:00:00 bssid: 00:00
:00:00:00:00 ipaddr: 000.000.000.000 connected: 0
I/Jni WCMLinkStatus ( 512): addr: Ox0
E/Jni WCM_Init( 512): Not initialized
D/Tethering( 241): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering( 241): InitialState.processMessage what=4
D/Tethering( 241): sendTetherStateChangedBroadcast 0, 0, 0
D/SoftapController( 120): Softap fwReload - Ok
D/CommandListener( 120): Setting iface cfg
D/CommandListener( 120): Trying to bring down wlan0
D/CommandListener( 120): broadcast flag ignored
D/CommandListener( 120): multicast flag ignored
D/NetworkManagementService( 241): rsp <213 00:90:4c:11:22:33 0.0.0.0 0 [down br
oadcast multicast]>
D/NetworkManagementService( 241): flags <[down broadcast multicast]>

[SOLVED]WiFi not connecting all of a sudden

As the title suggests, my Wi-Fi isn't connecting to my home router all of a sudden. Here is the log. I'm on stock 4.4.4r2 rooted with xposed BTW.
07-28 01:24:48.210 D/dalvikvm(1204): GC_CONCURRENT freed 388K, 31% free 19282K/27768K, paused 2ms+1ms, total 17ms
07-28 01:24:54.430 I/wpa_supplicant(5783): wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="Vijay's"
07-28 01:24:54.430 I/wpa_supplicant(5783): wlan0: Trying to associate with b0:c5:54:d7:15:62 (SSID='Vijay's' freq=2412 MHz)
07-28 01:24:54.490 D/dalvikvm(2648): GC_CONCURRENT freed 7094K, 35% free 20704K/31684K, paused 2ms+7ms, total 38ms
07-28 01:24:54.490 D/dalvikvm(2648): WAIT_FOR_CONCURRENT_GC blocked 29ms
07-28 01:24:54.570 D/dalvikvm(2648): GC_FOR_ALLOC freed 186K, 35% free 20805K/31684K, paused 23ms, total 23ms
07-28 01:24:54.590 D/dalvikvm(2648): GC_CONCURRENT freed 2K, 33% free 21294K/31684K, paused 2ms+0ms, total 22ms
07-28 01:24:54.590 D/dalvikvm(2648): WAIT_FOR_CONCURRENT_GC blocked 16ms
07-28 01:24:54.650 D/dalvikvm(2648): GC_FOR_ALLOC freed 10K, 32% free 21820K/31684K, paused 15ms, total 15ms
07-28 01:24:54.700 D/dalvikvm(2648): GC_CONCURRENT freed 14K, 29% free 22570K/31684K, paused 2ms+2ms, total 17ms
07-28 01:24:54.720 I/wpa_supplicant(5783): wlan0: CTRL-EVENT-ASSOC-REJECT bssid=b0:c5:54:d7:15:62 status_code=1
07-28 01:24:54.720 E/wpa_supplicant(5783): Retrying assoc: 6
07-28 01:24:54.720 I/wpa_supplicant(5783): wlan0: CTRL-EVENT-DISCONNECTED bssid=b0:c5:54:d7:15:62 reason=3 locally_generated=1
07-28 01:24:54.720 I/wpa_supplicant(5783): wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Vijay's" auth_failures=4 duration=20
07-28 01:24:54.810 D/dalvikvm(2648): GC_CONCURRENT freed 40K, 26% free 23614K/31684K, paused 2ms+1ms, total 17ms
07-28 01:24:54.810 D/dalvikvm(2648): WAIT_FOR_CONCURRENT_GC blocked 14ms
Sent from my Nexus 5
Have you rebooted your router yet? As in pull power out for 30 seconds?
Always do that first, even if "but, but, all my other devices connect ok"
Sent from my Nexus 5 using Tapatalk
Turns out WiFi signal is weak. Went near router and it connected automatically. Although never happened before. Since there is error shown on Logcat, I thought I might have messed up something.? Anyway thanks.
Sent from my Nexus 5

[Completed] Wifi Scans with No Results

WiFi scans but cannot see any WiFi networks but sees WiFi Direct networks.
Logcat:
11-23 16:19:12.300 1781-16576/? D/WifiHW: Read wifi chip type OK ! wifi_chip_type = RTL8188EU
11-23 16:19:12.300 1781-16576/? D/WifiHW: wifi_load_driver: DRIVER_MODULE_PATH = /system/lib/modules/8188eu.ko, DRIVER_MODULE_ARG = ifname=wlan0 if2name=p2p0
11-23 16:19:12.300 1781-7431/? D/WifiService: setWifiEnabled: true pid=16022, uid=1000
11-23 16:19:12.350 16022-16022/? E/BluetoothAdapter: Bluetooth binder is null
11-23 16:19:13.630 89-173/? W/Vold: subsystem found in netlink event
11-23 16:19:13.630 89-173/? D/Vold: usb, 1
11-23 16:19:13.630 89-173/? D/Vold: == current usb device: 0BDA/0179 ===
11-23 16:19:13.630 89-173/? W/Vold: subsystem found in netlink event
11-23 16:19:13.630 89-173/? D/Vold: usb, 1
11-23 16:19:13.660 1781-4796/? D/Tethering: sendTetherStateChangedBroadcast 1, 0, 0
11-23 16:19:13.670 1781-4796/? D/Tethering: InitialState.processMessage what=4
11-23 16:19:13.670 1781-5164/? W/UsbSettingsManager: no meta-data for ResolveInfo{41467230 com.estrongs.android.pop.view.FileExplorerActivity p=0 o=0 m=0x108000}
11-23 16:19:13.680 1781-4796/? D/Tethering: sendTetherStateChangedBroadcast 0, 0, 0
11-23 16:19:13.690 1781-5164/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1041 com.android.server.usb.UsbSettingsManager.deviceAttached:619 com.android.server.usb.UsbHostManager.usbDeviceAdded:156 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:38
11-23 16:19:13.700 1781-16576/? D/WifiHW: Wifi driver is ready for now. timeout=138
11-23 16:19:13.700 90-662/? E/SoftapController_rtl: Wifi chip is from realtek, not need to change fw!
11-23 16:19:13.710 90-662/? D/CommandListener: Setting iface cfg
11-23 16:19:13.710 90-662/? D/CommandListener: Trying to bring down wlan0
11-23 16:19:13.720 16579-16579/? I/wpa_supplicant: Successfully initialized wpa_supplicant
11-23 16:19:13.720 16579-16579/? I/wpa_supplicant: rfkill: Cannot open RFKILL control device
11-23 16:19:14.350 16579-16579/? I/wpa_supplicant: nl80211: no Using driver-based off-channel TX
11-23 16:19:14.400 16579-16579/? I/wpa_supplicant: rfkill: Cannot open RFKILL control device
11-23 16:19:14.410 16579-16579/? I/wpa_supplicant: nl80211: no Using driver-based off-channel TX
11-23 16:19:14.470 90-662/? D/CommandListener: Setting iface cfg
11-23 16:19:14.470 90-662/? D/CommandListener: Trying to bring up p2p0
11-23 16:19:14.480 1781-1824/? D/WifiDisplayController: mDesiredDevice == NULL, So it is a sink device
11-23 16:19:14.490 1781-1824/? D/WifiDisplayController: ####onConnectionInfoAvailable(), mWfdEnabled networkInfo.isConnected()falsefalse
11-23 16:19:14.490 1781-1824/? D/WifiDisplayController: ######mWifiWFDServicerOn =mWfdEnabled+ networkInfo.isConnected()falsefalsefalse
11-23 16:19:14.530 16022-16027/? D/dalvikvm: GC_CONCURRENT freed 512K, 14% free 4012K/4616K, paused 1ms+5ms, total 45ms
11-23 16:19:14.540 16022-16022/? E/BluetoothAdapter: Bluetooth binder is null
Hello,
Welcome to XDA.
http://forum.xda-developers.com/android/help
The experts there may be able to help.
Register an XDA account to post and reply in the forums. Good luck.

Categories

Resources