• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Wi-Fi offloading service

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.

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
 
I could be wrong, but I think 'WiFiOffloadingService' is the system that moves your connection from cdma/LTE to wifi, to allow a seamless use of the phone.

I get that damn 'This program will now run on wifi' (or whatever it says) popup when I'm using an app and my phone switches to wifi (JD does this on my home proximity); if I'm not using an app or the phone, it just turns the wifi on, but if I'm using it, I see that popup and HAVE to push 'wifi', otherwise it remains on cdma/LTE. Annoying. I never encountered anything like that on my Motos, so I think this is an LG-specific app/code.
 
My wife's Stratosphere does its best to force her on Wifi whenever possible. Some apps like the youtube uploader won't work unless it thinks you're on wifi.
 
Yea I have that turned off and still get the pop up. I learned that lesson on my droids, but turning off on those phones stopped the notification.
 
Yea I have that turned off and still get the pop up. I learned that lesson on my droids, but turning off on those phones stopped the notification.

Exactly the problem I am having. Only since v6 would be correct for me also. As I said somewhere before (might not have been this thread) I was wondering if the hot spot provision apk is causing the problem, since I removed it. I did that for the first time when I moved to a v6 based Rom.

If the java activity the settings menu option references something in that app in order to truly disabled the feature, it won't be able to, because I have removed it...
 
I don't think it's the provisioning app... I've still got it and have the issue. I'd guess it's built into the lg rom. When we get a non-stock rom, I bet we'll see much of these issues go away.
 
Back
Top Bottom