finndo77
Android Expert
Anyone know what we might be able to change to eliminate this from ever activating?
I have my setting to not use the auto Wi-Fi, and I still get pop-up messages that Wi-Fi had been turned on, turn it off, always turn it on, and whatever the other choice is.
As I previously mentioned, I think the fact that the setting is not working may be related to me removing the provisioning app (which I think is to monitor tethering usage). But it would be simpler to just eliminate whatever is calling the activity if someone can help me find it.
Below is a "warning level and above" only logcat excerpt.
Here is some logging from verbose
And this one comes back false then does not load it...
I don't see anything else in the logs besides the above
I have my setting to not use the auto Wi-Fi, and I still get pop-up messages that Wi-Fi had been turned on, turn it off, always turn it on, and whatever the other choice is.
As I previously mentioned, I think the fact that the setting is not working may be related to me removing the provisioning app (which I think is to monitor tethering usage). But it would be simpler to just eliminate whatever is calling the activity if someone can help me find it.
Below is a "warning level and above" only logcat excerpt.
Code:
--------- beginning of /dev/log/system
--------- beginning of /dev/log/main
[ 08-06 16:20:29.988 306:0x317c E/ActivityManager ]
ActivityStack >> compatibilityMode false
[ 08-06 16:20:30.008 19460:0x4c04 E/Activity ]
[W Offloading] WiFiOffloadingService Init!! 0
[ 08-06 16:20:36.208 306:0x163 E/statfs ]
limit block : 260733 avaial, 260733 free, 443318 blocks
[ 08-06 16:21:04.248 306:0x2da E/ActivityManager ]
ActivityStack >> compatibilityMode false
[ 08-06 16:21:04.258 19460:0x4c04 E/Activity ]
[W Offloading] WiFiOffloadingService Init!! 0
Here is some logging from verbose
Code:
W/NEXTREAMING( 202): FLW0:NexPlayerSDK::isPlaying (eTargetState = 4, eState = 2) I/NexPlayerMPI( 202): NexPlayerMPI::isPlaying End V/KeyguardViewMediator( 306): mLockPassword : false V/KeyguardViewMediator( 306): mLockPassword : false E/ActivityManager( 306): ActivityStack >> compatibilityMode false I/ActivityManager( 306): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.jtb.alogcat/.LogActivity } from pid 1226 D/Wifi ( 306): isIntentfilterOk true , this activity ok togo D/Wifi ( 306): finally do not launch offloading I/ActivityManager( 306): check HDMI intent on launch I/ActivityManager( 306): updateHdmiSuspendFromIntentLocked I/ActivityManager( 306): updateHdmiSuspendFromIntentLocked: handle D/KeyguardViewMediator( 306): setHidden false D/WP2PService( 306): wp2p_svc_get_stateEnabled E/Activity( 1226): [W Offloading] WiFiOffloadingService Init!! 0 D/KeyguardViewMediator( 306): setHidden false V/ActivityManager( 306): wvga compatibility mode for org.jtb.alogcat is set to false I/ActivityManager( 306): process name to start: org.jtb.alogcat I/ActivityManager( 306): Start proc org.jtb.alogcat for activity org.jtb.alogcat/.LogActivity: pid=19460 uid=10108 gids={1007, 1015} W/SensorFusion( 306): enable(0), EN(0, 0, 0, 0, 0), mEnabled(1), CON(1, 0, 0, 0, 0) I/NexPlayerMPI( 202): NexPlayerMPI::isPlaying Start
And this one comes back false then does not load it...
Code:
W/NEXTREAMING( 202): FLW0:NexPlayerSDK::isPlaying (eTargetState = 4, eState = 2) I/NexPlayerMPI( 202): NexPlayerMPI::isPlaying End V/KeyguardViewMediator( 306): mLockPassword : false D/WindowManager( 306): SETUP_WIZARD_SKIP : false I/WindowManager( 306): getValue : 0 D/Wifi ( 306): isIntentfilterOk false , offloading not allowed D/Wifi ( 306): finally do not launch offloading E/ActivityManager( 306): ActivityStack >> compatibilityMode false I/ActivityManager( 306): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=org.zeam/.Launcher } from pid 306 I/ActivityManager( 306): check HDMI intent on launch I/ActivityManager( 306): updateHdmiSuspendFromIntentLocked I/ActivityManager( 306): updateHdmiSuspendFromIntentLocked: handle W/SensorFusion( 306): disable(0), EN(1, 0, 0, 0, 0), mEnabled(0), CON(0, 0, 0, 0, 0) D/KeyguardViewMediator( 306): setHidden false
I don't see anything else in the logs besides the above