Hi,
I'm noticing every few hours (quite random) mobile data gets disconnected (although the cell reception is fine, 5 bars, just the data icon (H+) disappears for a few seconds.
Logcat says:
Code:
02-14 09:47:00.006 D/MobileDataStateTracker(19308): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
02-14 09:47:00.016 D/MinimalTextWidgetBase(19983): Pushing update request. Reason: Tick
02-14 09:47:00.016 D/MobileDataStateTracker(19308): default: Received state=CONNECTING, old=DISCONNECTED, reason=pdpReset
02-14 09:47:00.016 D/MobileDataStateTracker(19308): default: setDetailed state, old =DISCONNECTED and new state=CONNECTING
02-14 09:47:00.026 D/MinimalTextUpdateService(19983): onStart:update
02-14 09:47:00.026 D/MobileDataStateTracker(19308): fota: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=fota
02-14 09:47:00.026 D/MobileDataStateTracker(19308): fota: Received state=DISCONNECTED, old=DISCONNECTED, reason=pdpReset
02-14 09:47:00.036 D/MobileDataStateTracker(19308): dun: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=dun
02-14 09:47:00.036 D/MobileDataStateTracker(19308): dun: Received state=DISCONNECTED, old=DISCONNECTED, reason=pdpReset
02-14 09:47:00.036 D/MobileDataStateTracker(19308): ia: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ia
02-14 09:47:00.036 D/MobileDataStateTracker(19308): ia: Received state=DISCONNECTED, old=DISCONNECTED, reason=pdpReset
02-14 09:47:00.036 D/MobileDataStateTracker(19308): supl: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=supl
02-14 09:47:00.036 D/MobileDataStateTracker(19308): supl: Received state=DISCONNECTED, old=DISCONNECTED, reason=pdpReset
02-14 09:47:00.046 D/MobileDataStateTracker(19308): hipri: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=hipri
02-14 09:47:00.046 D/MobileDataStateTracker(19308): hipri: Received state=DISCONNECTED, old=DISCONNECTED, reason=pdpReset
02-14 09:47:00.046 D/MobileDataStateTracker(19308): ims: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=ims
02-14 09:47:00.056 D/MobileDataStateTracker(19308): ims: Received state=DISCONNECTED, old=DISCONNECTED, reason=pdpReset
02-14 09:47:00.056 D/MobileDataStateTracker(19308): mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
02-14 09:47:00.056 D/MobileDataStateTracker(19308): mms: Received state=DISCONNECTED, old=DISCONNECTED, reason=pdpReset
02-14 09:47:00.056 D/MobileDataStateTracker(19308): cbs: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=cbs
02-14 09:47:00.056 D/MobileDataStateTracker(19308): cbs: Received state=DISCONNECTED, old=DISCONNECTED, reason=pdpReset
02-14 09:47:00.096 D/MinimalTextUpdateService(19983): The screen is currently off. Skipping update.
02-14 09:47:02.256 D/MobileDataStateTracker(19308): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
02-14 09:47:02.256 D/MobileDataStateTracker(19308): default: Received state=CONNECTING, old=CONNECTING, reason=(unspecified)
02-14 09:47:02.846 D/dalvikvm(19678): GC_CONCURRENT freed 394K, 8% free 12936K/13968K, paused 2ms+1ms, total 13ms
02-14 09:47:02.856 D/MobileDataStateTracker(19308): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
02-14 09:47:02.856 D/MobileDataStateTracker(19308): default: Received state=CONNECTED, old=CONNECTING, reason=connected
02-14 09:47:02.856 D/MobileDataStateTracker(19308): default: setDetailed state, old =CONNECTING and new state=CONNECTED
02-14 09:47:02.856 D/ConnectivityService(19308): ConnectivityChange for mobile: CONNECTED/CONNECTED
02-14 09:47:02.856 D/ConnectivityService(19308): ConnectivityChange checkMobileProvisioning for TYPE_MOBILE or ProvisioningNetwork
02-14 09:47:02.856 D/ConnectivityService(19308): checkMobileProvisioning: E suggestedTimeOutMs=60000
02-14 09:47:02.856 D/ConnectivityService(19308): setProvNotificationVisible: E visible=false networkType=5 extraInfo=null url=null
02-14 09:47:02.856 D/ConnectivityService(19308): checkMobileProvisioning: params={ url=http://clients3.google.com/generate_204 mTimeOutMs=60000 [email protected]}
02-14 09:47:02.856 D/ConnectivityService(19308): checkMobileProvisioning: X
I have the latest radio from 4.4.2 and running OmniRom with the stock kernel (have tried franco and get the same behaviour). Have tried a different sim from a different carrier and still happens.
Any idea what can be the problem?
Who's your service provider?
Sent from my Nexus 5 using Tapatalk
nemofbaby2010 said:
Who's your service provider?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Have tried both Vodafone and Telecom NZ, same thing happens.
The Vodafone sim doesn't have LTE provisioned so it's only using HSUPA+, the Telecom SIM has LTE enabled and working fine but problem persists between them.
Is your APN configured correctly?
Sent from my Nexus 5 using Tapatalk
nemofbaby2010 said:
Is your APN configured correctly?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
It is. Everything works as expected and I rarely notice this happening but I see it in the openvpn logs (as the openvpn client reconnects on android).
Sometimes it happens when I have the screen on and doing some browsing, other times it happens with the screen off (I notice in the openvpn server logs).
Could it be a selinux issue?
Under device info where it says SE for Android
I think enforcing is bad
I'm fuzzy on the subject
Sent from my Jedi MasterX Note 2
I found the problem but not a solution.
This only happens when I'm connecting to an OpenVPN server through UDP.
If the server is using TCP, everything is fine.
Once it goes to UDP, it causes data drops.
As strange as that may be..
Very common issue, its software related towards the modem/ RIL
https://code.google.com/p/android/issues/detail?id=63524
https://productforums.google.com/fo...e=footer#!topic/nexus/hTUtTzQbEKc[1-25-false]
Related
Previously, on regular 4.4, I was able to keep Wi-Fi on and have it set to always keep Wi-Fi on during sleep. My phone got great battery life and usually slept just fine when the screen was off.
Since updating to 4.4.1 and now 4.4.2, both my phone and my wife's phone will not sleep if Wi-Fi is connected. I am getting a large percentage of bam_dmux_wakelock in conjunction with a hot phone.
(Both of these threads weren't any help http://forum.xda-developers.com/showthread.php?t=2523162 and http://forum.xda-developers.com/showthread.php?t=1811365 in this situation).
Because my wife's phone is having the issue and she never installs apps, I can rule out any new app causing the problem.
I looked into the logcat and it appears that, with Wi-Fi on and connected, the phone will constantly switch between Wi-Fi and a mobile connection.
Here are some relevant logcat snippets:
Code:
D/ConnectivityService( 770): ConnectivityChange for WIFI: CONNECTED/CONNECTED
D/ConnectivityService( 770): Policy requires mobile teardown
E/ConnectivityService( 770): Unexpected mtu value: [email protected]
D/MobileDataStateTracker( 770): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker( 770): default: Received state=DISCONNECTED, old=CONNECTED, reason=dataDisabled
D/MobileDataStateTracker( 770): default: setDetailed state, old =CONNECTED and new state=DISCONNECTED
D/ConnectivityService( 770): ConnectivityChange for mobile: DISCONNECTED/DISCONNECTED
D/ConnectivityService( 770): Attempting to switch to WIFI
D/ConnectivityService( 770): Attempting to switch to BLUETOOTH_TETHER
Along with:
Code:
D/ConnectivityService( 770): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
D/ConnectivityService( 770): tryFailover: set mActiveDefaultNetwork=-1, prevNetType=1
D/ConnectivityService( 770): Attempting to switch to mobile
D/ConnectivityService( 770): Attempting to switch to BLUETOOTH_TETHER
D/MobileDataStateTracker( 770): default: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=default
D/MobileDataStateTracker( 770): default: Received state=CONNECTING, old=DISCONNECTED, reason=dataEnabled
For the time being I cannot have Wi-Fi on or else my phone will get hot and drain the battery in a couple of hours.
Is anyone else experience this? This only started happening with the 4.4.1 and now 4.4.2 updates.
Looks like somehow my router started sending incorrect MTU values. I changed it from "auto" to 1500 and now everything is as it was before.
The following logcat tipped me off:
Code:
E/ConnectivityService( 770): Unexpected mtu value: [email protected]
ConnectivityService.java has the message defined here:
Code:
if (mtu < 68 || mtu > 10000) {
loge("Unexpected mtu value: " + nt);
return;
}
No issue here!
Hi, I hope someone can help me with this problem,
I know there are so many threads related to this problem, but none of these solutions work for me. As says in title, after root my honor 6 with Honor 6 multi tool, it work perfectly witout any problem, after a while it start to have problem to turn on wifi connection; it stay in activating wifi and never could, it was solved by clearing the dalvik cache and wifi was working again, but it is disconnected after a few minutes, wifi stay on, even show me my home network, but it is not connected. Normally disconnects after download some app in playstore or when i open some app that requests root acces, for that i think its something with permissions of any folder.
Additionally, i save some logs with Android Devices Monitor to show some error messages when i acces to wifi settings or when i lost wifi connections:
This is log when i acces wifi Settings:
08-21 10:48:44.430: I/ActivityManager(2929): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.Settings$WifiSettingsActivity (has extras)} from pid 16278
08-21 10:48:44.555: E/TAG(16278): at com.android.settings.wifi.AccessPointFilter.initialFilter(AccessPointFilter.java:51)
08-21 10:48:44.555: E/TAG(16278): at com.android.settings.wifi.WifiSettings.onActivityCreated(WifiSettings.java:394)
08-21 10:48:44.635: E/WifiSettings(16278): invalid RSSI value, do not update wifi signal icon
08-21 10:48:44.645: E/WifiSettings(16278): invalid RSSI value, do not update wifi signal icon
08-21 10:48:44.655: E/WifiSettings(16278): invalid RSSI value, do not update wifi signal icon
08-21 10:48:44.825: I/ActivityManager(2929): Displayed com.android.settings/.Settings$WifiSettingsActivity: +361ms
In this log i was connected to wifi and after download an app from playstore it was disconnected:
08-21 10:43:23.950: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:23.955: I/WifiStateTracker(2929): NETWORK_STATE_CHANGED_ACTION:NetworkInfo: type: WIFI[], state: CONNECTING/OBTAINING_IPADDR, reason: (unspecified), extra: "Stuxnet ", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
08-21 10:43:24.145: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:24.965: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:25.275: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:25.280: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:25.285: I/WifiStateTracker(2929): NETWORK_STATE_CHANGED_ACTION:NetworkInfo: type: WIFI[], state: CONNECTING/CAPTIVE_PORTAL_CHECK, reason: (unspecified), extra: "Stuxnet ", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
08-21 10:43:25.295: I/WifiStateTracker(2929): NETWORK_STATE_CHANGED_ACTION:NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Stuxnet ", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
08-21 10:43:25.305: I/StatusBar.NetworkController(3211): wificonnect:true iconid:2130903817
08-21 10:43:25.315: I/GCoreUlr(3363): Wifi connected, attempting upload
08-21 10:43:25.315: I/GCoreUlr(3363): Starting service, intent=Intent { act=com.google.android.location.reporting.WIFI_TRIGGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null
08-21 10:43:25.720: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:26.495: I/NetworkMonitor(639): type=WIFI subType= reason=null isConnected=true
08-21 10:43:26.590: I/NetworkMonitor(639): type=WIFI subType= reason=null isConnected=true
08-21 10:43:26.720: W/System.err(2929): java.lang.SecurityException: WifiService: Neither user 10075 nor current process has android.permission.CHANGE_WIFI_STATE.
08-21 10:43:26.720: W/System.err(2929): at com.android.server.wifi.WifiService.enforceChangePermission(WifiService.java:681)
08-21 10:43:26.720: W/System.err(2929): at com.android.server.wifi.WifiService.getWifiServiceMessenger(WifiService.java:1354)
08-21 10:43:26.720: W/System.err(2929): at android.net.wifi.IWifiManager$Stub.onTransact(IWifiManager.java:423)
08-21 10:43:26.925: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:26.945: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:26.960: I/StatusBar.NetworkController(3211): wificonnect:true iconid:2130903817
08-21 10:43:26.975: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:27.820: W/ArpVerifier(2929): ignore msg MSG_CHECK_WIFI_PERIOD, msg token = 20, expected token = 23
08-21 10:43:28.380: I/StatusBar.NetworkController(3211): wificonnect:true iconid:2130903817
08-21 10:43:28.440: I/NetworkMonitor(639): type=WIFI subType= reason=null isConnected=true
08-21 10:43:30.555: I/StatusBar.NetworkController(3211): wificonnect:true iconid:2130903818
08-21 10:43:47.455: I/WifiStateTracker(2929): NETWORK_STATE_CHANGED_ACTION:NetworkInfo: type: WIFI[], state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: <unknown ssid>, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
08-21 10:43:47.455: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:47.490: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:47.620: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:47.635: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:50.615: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:55.325: W/ArpVerifier(2929): ignore msg MSG_CHECK_WIFI_PERIOD, msg token = 23, expected token = 25
08-21 10:44:01.445: E/DMD(2433): [M/listen_server] dsm_wifi has error (20700) ignored
08-21 10:44:01.445: E/DMD(2433): [M/dsm_clear_error] dsm_wifi finish clear 30 bytes
08-21 10:44:01.445: E/DMD(2433): [M/dsm_clear_error] dsm_wifi finish clear
08-21 10:44:07.175: W/System.err(2929): java.lang.SecurityException: WifiService: Neither user 10126 nor current process has android.permission.CHANGE_WIFI_STATE.
08-21 10:44:07.175: W/System.err(2929): at com.android.server.wifi.WifiService.enforceChangePermission(WifiService.java:681)
08-21 10:44:07.175: W/System.err(2929): at com.android.server.wifi.WifiService.getWifiServiceMessenger(WifiService.java:1354)
08-21 10:44:07.175: W/System.err(2929): at android.net.wifi.IWifiManager$Stub.onTransact(IWifiManager.java:423)
08-21 10:44:10.755: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:44:11.865: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
Thanks again and i apologize extent of this thread, i hope u can help me....
VERIGC said:
Hi, I hope someone can help me with this problem,
I know there are so many threads related to this problem, but none of these solutions work for me. As says in title, after root my honor 6 with Honor 6 multi tool, it work perfectly witout any problem, after a while it start to have problem to turn on wifi connection; it stay in activating wifi and never could, it was solved by clearing the dalvik cache and wifi was working again, but it is disconnected after a few minutes, wifi stay on, even show me my home network, but it is not connected. Normally disconnects after download some app in playstore or when i open some app that requests root acces, for that i think its something with permissions of any folder.
Additionally, i save some logs with Android Devices Monitor to show some error messages when i acces to wifi settings or when i lost wifi connections:
This is log when i acces wifi Settings:
...
Thanks again and i apologize extent of this thread, i hope u can help me....
Click to expand...
Click to collapse
Hello and thank you for using XDA Assist.
Sorry to hear about your trouble but fortunately there is an XDA area dedicated to the Huawei Honor 6 at http://forum.xda-developers.com/honor-6 . I suggest you post your question with all relevant details in the friendly Q&A forum there at http://forum.xda-developers.com/honor-6/help where the experts familiar with your device will be best able to guide you.
Good Luck!
Hi, I hope someone can help me with this problem,
I know there are so many threads related to this problem, but none of these solutions work for me. As says in title, after root my honor 6 with Honor 6 multi tool, it work perfectly witout any problem, after a while it start to have problem to turn on wifi connection; it stay in activating wifi and never could, it was solved by clearing the dalvik cache and wifi was working again, but it is disconnected after a few minutes, wifi stay on, even show me my home network, but it is not connected. Normally disconnects after download some app in playstore or when i open some app that requests root acces, for that i think its something with permissions of any folder.
Additionally, i save some logs with Android Devices Monitor to show some error messages when i acces to wifi settings or when i lost wifi connections:
This is log when i acces wifi Settings:
08-21 10:48:44.430: I/ActivityManager(2929): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.Settings$WifiSettingsActivity (has extras)} from pid 16278
08-21 10:48:44.555: E/TAG(16278): at com.android.settings.wifi.AccessPointFilter.initia lFilter(AccessPointFilter.java:51)
08-21 10:48:44.555: E/TAG(16278): at com.android.settings.wifi.WifiSettings.onActivityC reated(WifiSettings.java:394)
08-21 10:48:44.635: E/WifiSettings(16278): invalid RSSI value, do not update wifi signal icon
08-21 10:48:44.645: E/WifiSettings(16278): invalid RSSI value, do not update wifi signal icon
08-21 10:48:44.655: E/WifiSettings(16278): invalid RSSI value, do not update wifi signal icon
08-21 10:48:44.825: I/ActivityManager(2929): Displayed com.android.settings/.Settings$WifiSettingsActivity: +361ms
In this log i was connected to wifi and after download an app from playstore it was disconnected:
08-21 10:43:23.950: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:23.955: I/WifiStateTracker(2929): NETWORK_STATE_CHANGED_ACTION:NetworkInfo: type: WIFI[], state: CONNECTING/OBTAINING_IPADDR, reason: (unspecified), extra: "Stuxnet ", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
08-21 10:43:24.145: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:24.965: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:25.275: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:25.280: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:25.285: I/WifiStateTracker(2929): NETWORK_STATE_CHANGED_ACTION:NetworkInfo: type: WIFI[], state: CONNECTING/CAPTIVE_PORTAL_CHECK, reason: (unspecified), extra: "Stuxnet ", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
08-21 10:43:25.295: I/WifiStateTracker(2929): NETWORK_STATE_CHANGED_ACTION:NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Stuxnet ", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
08-21 10:43:25.305: I/StatusBar.NetworkController(3211): wificonnect:true iconid:2130903817
08-21 10:43:25.315: I/GCoreUlr(3363): Wifi connected, attempting upload
08-21 10:43:25.315: I/GCoreUlr(3363): Starting service, intent=Intent { act=com.google.android.location.reporting.WIFI_TRI GGERED_UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.Disp atchingService }, extras=null
08-21 10:43:25.720: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:26.495: I/NetworkMonitor(639): type=WIFI subType= reason=null isConnected=true
08-21 10:43:26.590: I/NetworkMonitor(639): type=WIFI subType= reason=null isConnected=true
08-21 10:43:26.720: W/System.err(2929): java.lang.SecurityException: WifiService: Neither user 10075 nor current process has android.permission.CHANGE_WIFI_STATE.
08-21 10:43:26.720: W/System.err(2929): at com.android.server.wifi.WifiService.enforceChangeP ermission(WifiService.java:681)
08-21 10:43:26.720: W/System.err(2929): at com.android.server.wifi.WifiService.getWifiService Messenger(WifiService.java:1354)
08-21 10:43:26.720: W/System.err(2929): at android.net.wifi.IWifiManager$Stub.onTransact(IWif iManager.java:423)
08-21 10:43:26.925: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:26.945: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:26.960: I/StatusBar.NetworkController(3211): wificonnect:true iconid:2130903817
08-21 10:43:26.975: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:27.820: W/ArpVerifier(2929): ignore msg MSG_CHECK_WIFI_PERIOD, msg token = 20, expected token = 23
08-21 10:43:28.380: I/StatusBar.NetworkController(3211): wificonnect:true iconid:2130903817
08-21 10:43:28.440: I/NetworkMonitor(639): type=WIFI subType= reason=null isConnected=true
08-21 10:43:30.555: I/StatusBar.NetworkController(3211): wificonnect:true iconid:2130903818
08-21 10:43:47.455: I/WifiStateTracker(2929): NETWORK_STATE_CHANGED_ACTION:NetworkInfo: type: WIFI[], state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: <unknown ssid>, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
08-21 10:43:47.455: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:47.490: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:47.620: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:47.635: I/ToolboxService(3211): receive broadcast:android.net.wifi.STATE_CHANGE
08-21 10:43:50.615: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:43:55.325: W/ArpVerifier(2929): ignore msg MSG_CHECK_WIFI_PERIOD, msg token = 23, expected token = 25
08-21 10:44:01.445: E/DMD(2433): [M/listen_server] dsm_wifi has error (20700) ignored
08-21 10:44:01.445: E/DMD(2433): [M/dsm_clear_error] dsm_wifi finish clear 30 bytes
08-21 10:44:01.445: E/DMD(2433): [M/dsm_clear_error] dsm_wifi finish clear
08-21 10:44:07.175: W/System.err(2929): java.lang.SecurityException: WifiService: Neither user 10126 nor current process has android.permission.CHANGE_WIFI_STATE.
08-21 10:44:07.175: W/System.err(2929): at com.android.server.wifi.WifiService.enforceChangeP ermission(WifiService.java:681)
08-21 10:44:07.175: W/System.err(2929): at com.android.server.wifi.WifiService.getWifiService Messenger(WifiService.java:1354)
08-21 10:44:07.175: W/System.err(2929): at android.net.wifi.IWifiManager$Stub.onTransact(IWif iManager.java:423)
08-21 10:44:10.755: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
08-21 10:44:11.865: I/StatusBar.NetworkController(3211): wificonnect:false iconid:2130903819
Thanks again and i apologize extent of this thread, i hope u can help me....
i have a same problem.how can i solve that?
I'm running the factory Marshmallow image on my N5(on tmobile) clean installed, and i noticed that MMS messages wont download to my phone. They fail after a while. Anyone else experiencing this? Any ideas on things to troubleshoot? I already checked APN...looks ok.
Nevermind. Uninstalled pushbullet, rebooted, and now its working. Waiting for pushbullet update...
I had the same problem. I was able to clear the app data for Pushbullet and then my MMS started working again
I've had the same issue all day and didn't even think of Pushbullet.
I went into Settings > Apps > App Permissions (Click the gear icon) > SMS and I disabled Pushbullet there.
Works like a charm now.
I don't use Pushbullet for SMS often... But I did enjoy having that feature from time to time. Hopefully an update will be released soon.
Looks like its any app that accesses the SMS database not just PushBullet. I had an issue with SMS Backup+ as well. I posted on the Google forums but here's all I could get from the logcat that seems related:
10-16 01:23:16.608 785 1624 D MmsServiceBroker: sendMessage() by com.google.android.talk
10-16 01:23:16.621 785 1624 W MmsServiceBroker: MmsService not connected. Try connecting...
10-16 01:23:16.621 785 785 I MmsServiceBroker: Connecting to MmsService
10-16 01:23:16.628 785 785 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1285 com.android.server.MmsServiceBroker.tryConnecting:240 com.android.server.MmsServiceBroker.-wrap3:-1 com.android.server.MmsServiceBroker$1.handleMessage:82 android.os.Handler.dispatchMessage:102
10-16 01:23:16.645 1612 1612 W System : ClassLoader referenced unknown path: /system/priv-app/MmsService/lib/arm
10-16 01:23:16.654 1612 1612 D MmsService: onCreate
10-16 01:23:16.658 785 785 I MmsServiceBroker: MmsService connected
10-16 01:23:16.660 1612 1635 D MmsService: sendMessage
10-16 01:23:16.665 1612 1635 D MmsService: Current running=0, current subId=-1, pending=0
10-16 01:23:16.665 1612 1635 D MmsService: Add request to running queue for subId 1
10-16 01:23:16.668 1612 8898 I MmsService: MmsConfigManager loads in background mcc/mnc: 310/410
10-16 01:23:16.670 1612 8899 I MmsService: [[email protected]] Executing...
10-16 01:23:16.670 1612 8899 I MmsService: mms config for sub 1: null
10-16 01:23:16.670 1612 8899 E MmsService: [[email protected]] mms config is not loaded yet
10-16 01:23:16.675 1612 8899 D MmsService: getAutoPersisting
10-16 01:23:16.692 1612 8899 D MmsService: Schedule requests pending on SIM
10-16 01:23:16.693 5228 7527 E Babel_SMS: MmsSender: failure in sending mms. requestId=1 resultCode=7 httpStatusCode=0
10-16 01:23:16.693 5228 8884 E Babel_SMS: MmsSender: permanent failure with status code 7
10-16 01:23:16.694 5228 8884 E Babel_SendMmsNetworkRequest: SendMmsRequest: failed to send message dpt
10-16 01:23:16.694 5228 8884 E Babel_SendMmsNetworkRequest: dpt
10-16 01:23:16.694 5228 8884 E Babel_SendMmsNetworkRequest: at dpy.a(SourceFile:2202)
10-16 01:23:16.694 5228 8884 E Babel_SendMmsNetworkRequest: at dpy.a(SourceFile:93)
10-16 01:23:16.694 5228 8884 E Babel_SendMmsNetworkRequest: at dqb.a(SourceFile:150)
10-16 01:23:16.694 5228 8884 E Babel_SendMmsNetworkRequest: at dqb.a(SourceFile:84)
10-16 01:23:16.694 5228 8884 E Babel_SendMmsNetworkRequest: at dgr.a(SourceFile:93)
10-16 01:23:16.694 5228 8884 E Babel_SendMmsNetworkRequest: at cbv.b(SourceFile:106)
10-16 01:23:16.694 5228 8884 E Babel_SendMmsNetworkRequest: at cbs.d(SourceFile:335)
10-16 01:23:16.694 5228 8884 E Babel_SendMmsNetworkRequest: at cbt.run(SourceFile:81)
Click to expand...
Click to collapse
Interesting. I haven't setup SMS Backup since I flashed 6.0.
Hopefully a fix is on it's way.
The wifi on my Moto G (1st Gen/XT1032) won't turn on - on stock 5.0 and 5.1, the toggle slides across and immediately slides itself back. On Cyanogenmod, the toggle is greyed out altogether.
Got a log via ADB, seems to say it can't load the wifi driver at /persist/WCNSS_qcom_wlan_factory_nv.bin.
Here's the relevant section from the log. Shows what happens when I try to toggle wifi on:
Code:
09-01 01:07:57.423 D/WifiService( 916): setWifiEnabled: true pid=3928, uid=1000
09-01 01:07:57.423 E/WifiService( 916): Invoking mWifiStateMachine.setWifiEnabled
09-01 01:07:57.434 W/Settings( 1526): Setting wifi_on has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
09-01 01:07:57.435 W/ContextImpl( 1526): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1455 android.content.ContextWrapper.sendBroadcast:376 com.motorola.motocare.internal.settings.SettingsTrigger$1.onChange:401 android.database.ContentObserver.onChange:130 android.database.ContentObserver.onChange:145
09-01 01:07:57.440 W/Settings( 1526): Setting wifi_on has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
09-01 01:07:57.440 W/ContextImpl( 1526): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1455 android.content.ContextWrapper.sendBroadcast:376 com.motorola.motocare.internal.settings.SettingsTrigger$1.onChange:401 android.database.ContentObserver.onChange:130 android.database.ContentObserver.onChange:145
09-01 01:07:57.445 E/WifiStateMachine( 916): setting operational mode to 1
09-01 01:07:57.598 D/Checkin ( 3437): publish the event [tag = MOT_DEVICE_STATS_L1 event name = SettingLogs]
09-01 01:07:57.647 W/ueventd ( 6429): type=1400 audit(0.0:5): avc: denied { read } for uid=0 name="WCNSS_qcom_wlan_factory_nv.bin" dev="mmcblk0p29" ino=12 scontext=u:r:ueventd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
09-01 01:07:57.686 D/Checkin ( 3437): publish the event [tag = MOT_DEVICE_STATS_L1 event name = SettingLogs]
09-01 01:07:57.704 E/WifiStateMachine( 916): Failed to load driver
09-01 01:07:57.704 E/WifiStateMachine( 916): setWifiState: unknown state
09-01 01:07:57.706 I/SBar.MotoNetworkCtrlr( 1336): onReceive: WifiManager.WIFI_STATE_CHANGED_ACTION Received
09-01 01:07:57.706 I/SBar.MotoNetworkCtrlr( 1336): updateTelephonySignalStrength[0]: No service
09-01 01:07:57.709 E/WifiStateMachine( 916): setSuspendOptimizations: 2 true
09-01 01:07:57.709 E/WifiStateMachine( 916): mSuspendOptNeedsDisabled 4
09-01 01:07:57.714 W/Settings( 1526): Setting wifi_on has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
09-01 01:07:57.715 W/ContextImpl( 1526): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1455 android.content.ContextWrapper.sendBroadcast:376 com.motorola.motocare.internal.settings.SettingsTrigger$1.onChange:401 android.database.ContentObserver.onChange:130 android.database.ContentObserver.onChange:145
09-01 01:07:57.716 W/Settings( 1526): Setting wifi_on has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
09-01 01:07:57.716 W/ContextImpl( 1526): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1455 android.content.ContextWrapper.sendBroadcast:376 com.motorola.motocare.internal.settings.SettingsTrigger$1.onChange:401 android.database.ContentObserver.onChange:130 android.database.ContentObserver.onChange:145
09-01 01:07:57.727 D/Index ( 3928): Deleting data for locale 'en_GB' took 3 millis
09-01 01:07:57.732 D/Index ( 3928): Indexing locale 'en_GB' took 5 millis
09-01 01:07:57.867 D/Checkin ( 3437): publish the event [tag = MOT_DEVICE_STATS_L1 event name = SettingLogs]
09-01 01:07:57.957 D/Checkin ( 3437): publish the event [tag = MOT_DEVICE_STATS_L1 event name = SettingLogs]
I think this is the critical item, seems to say it can't read the file?
Code:
09-01 01:07:57.647 W/ueventd ( 6429): type=1400 audit(0.0:5): avc: denied { read } for uid=0 name="WCNSS_qcom_wlan_factory_nv.bin" dev="mmcblk0p29" ino=12 scontext=u:r:ueventd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=0
I've tried replacing the file (in case it was corrupted) and also setting permissions to 777. Neither change helps!
I don't know what else might cause it to be unable to load the wifi driver. Can anyone who know more than me offer any suggestions?