First of All... Credit Goes to @digiblur - I used his guide to make this work for the Note3. Original Thread is Here!
Please give thanks/credit if you use this in your ROM - Donations are also appreciated!
Some may argue this but I find the connection optimizer to be spyware'ish with everything it tracks does in the background. I can handle my WiFi connections myself and do not need my phone automatically jumping onto an open WiFi access point. I prefer to use a VPN connection when using open WiFi so all of my traffic is encrypted and prevents the script kiddies from sniffing my traffic in public places.
Connection Manager still runs even if you turn it off/opt-out. This fix will allow you to remove the ConnectionManager.apk from your device without causing force closes when going into your Mobile Networks settings.
Decompile SecPhone.apk (there a few files that need to be corrected to recompile. Search XDA as there are already threads on this)
Edit SecPhone/smali/com/android/phone/PhoneFeature.smali and modify the one line:
If you like this MOD and would like to see others please consider a donation via my profile. I encourage other developers to share their work in How-To's as well.
Please give thanks/credit if you use this in your ROM - Donations are also appreciated!
Some may argue this but I find the connection optimizer to be spyware'ish with everything it tracks does in the background. I can handle my WiFi connections myself and do not need my phone automatically jumping onto an open WiFi access point. I prefer to use a VPN connection when using open WiFi so all of my traffic is encrypted and prevents the script kiddies from sniffing my traffic in public places.
Connection Manager still runs even if you turn it off/opt-out. This fix will allow you to remove the ConnectionManager.apk from your device without causing force closes when going into your Mobile Networks settings.
Decompile SecPhone.apk (there a few files that need to be corrected to recompile. Search XDA as there are already threads on this)
Edit SecPhone/smali/com/android/phone/PhoneFeature.smali and modify the one line:
Code:
16505 const-string v3, "sprint_connections_optimizer"
16506
16507 invoke-virtual {v9}, Ljava/lang/Boolean;->booleanValue()Z
16508
16509 move-result v6
16510
16511 if-nez v6, :cond_c6d
16512
16513 :cond_c6d
[COLOR="Red"]16514 const/4 v6, 0x1
[/COLOR][COLOR="Lime"]16514 const/4 v6, 0x0
[/COLOR]16515
16516 invoke-static {v6}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
Last edited: