[MOD][XPOSED][KK] Wi-Fi Deep Sleep - Xposed Framework Modules

Only for Android KitKat.
Once installed this mod prevents Wi-Fi from waking up during device sleep mode and when you turn on the screen without unlocking it (to look at the clock, for example).
Background
Normally Wi-Fi can be awakened and kept on due to Wifi locks held by certain applications that often use to abuse this opportunity. This results in Wi-Fi being turned on over up to the half of the total sleep time (or even more) which in turn of course eats the battery. Another issue is that once turned on by a single application it notifies and awakes lots of other apps that may start, for example, their heavy synchronization tasks, etc., making everything even worse.
Auto Wi-Fi apps
Nevertheless, Wifi lock is a good mechanism when used carefully, and generally it should be respected when deciding whether to switch Wi-Fi on and off. This becomes a problem for most of Wi-Fi management apps found in Play Market: they can switch Wi-Fi off in the middle of a Skype call just because the screen was turned off.
The solution
This mod alters a system state machine responsible for managing Wi-Fi so that once put to sleep it can not be woken up by any application that requests a lock. Wi-Fi is only put asleep when no application holds a lock. That is it doesn't cancel locks held already, but once all of them are gone, no one else is able to aquire a new lock until the screen is turned on and unlocked. This doesn't apply to special high performance Wifi lock, it still can be aquired as usual even in asleep mode (anyway, it seems that applications does not use to use this lock too often, so the battery should not became an issue).
Installation
Download and install Xposed framework
Then install Wi-Fi Deep Sleep module and activate it
Reboot
Usage
To make the mod to take an effect proceed to Settings -> Wi-Fi -> Advanced and make sure that:
Keep Wi-Fi on during sleep is either Only when plugged in or Never (increases data usage)
Scanning always available is turned off
The module provides no user interface, nor it runs any services in a background: only modifies a corresponding part of Android. You won't be able to notice it in the main menu or in a task manager. Think of it as a patch that can be turned on and off through Xposed installer.
Source
The mod is open source (with permissive MIT licence), the source code is available on my GitHub.
XDA:DevDB Information
Wi-Fi Deep Sleep, Xposed for all devices (see above for details)
Contributors
abusalimov
Xposed Package Name: ru.abusalimov.xposed.wifideepsleep
Version Information
Status: Stable
Current Stable Version: 1.0
Created 2014-05-16
Last Updated 2014-05-15

Interesting. I assume this would mean no push notifications, etc.

Kocayine said:
Interesting. I assume this would mean no push notifications, etc.
Click to expand...
Click to collapse
Yes, unless there is a mobile network available. That is the mod would be more useful for a phone rather than for a tablet.

abusalimov said:
Yes, unless there is a mobile network available. That is the mod would be more useful for a phone rather than for a tablet.
Click to expand...
Click to collapse
If mobile data is enabled while wifi is connected and running, then screen turns off and wifi goes to deepsleep, does it then use mobile data? I'm having issues sometimes where a "suspend_backoff" wakelock can keep my phone awake indefinitely and it's wifi related. Perhapsthis module could help.
Ah it took me until now to notice it's KK. No chance of a jb version?

Kocayine said:
If mobile data is enabled while wifi is connected and running, then screen turns off and wifi goes to deepsleep, does it then use mobile data? I'm having issues sometimes where a "suspend_backoff" wakelock can keep my phone awake indefinitely and it's wifi related. Perhapsthis module could help.
Click to expand...
Click to collapse
Yes, once Wi-Fi goes asleep, it instantly connects to use mobile data. This behavior is similar to default one, the only difference is that once it goes to sleep it will not wake up and try reconnect to Wi-Fi constantly, instead it will continue to use mobile data until you turn on and unlock the screen again.
Regarding a weird wakelock, the simplest answer is to try by yourself. Personally I got rid of "wlan_rx_wake" locks (drastically though not completely). I guess this depends on a device.

Kocayine said:
Ah it took me until now to notice it's KK. No chance of a jb version?
Click to expand...
Click to collapse
Not in a near future, I'm afraid. In KK they had rewritten the whole Wi-Fi management code from scratch, so for JB it would be a completely different module. Sorry for that.

Great module
I was looking for something like this great idea.
Thanks a lot.
Sent from my HTC One using Tapatalk

But if i was downloading a file?

Probably a really stupid, obvious question but.....
If I turn wifi off manually, as I normally do leaving the house...etc... I assume this module will be of no use to me? Would only work if wifi was on, but not being accesed or used by me? Having wifi off means its off, right?

david6910 said:
But if i was downloading a file?
Click to expand...
Click to collapse
This depends on a downloading application. Personally I was only concerned about Skype, which takes necessary locks and prevents this mod to turn off Wi-Fi during a call (unlike most of other apps that turn Wi-Fi off unconditionally).
Again, the mod itself doesn't make a big change to a default behavior. If you switch "Keep Wi-Fi on during sleep" to "Only when plugged in" or "Never" then downloading a file will or will not be interrupted regardless whether you have this mod installed or not. Try the default behavior without the mod to see if downloading will go on after the screen is switched off (plus about 15 minutes timeout). If everything's OK, then installing the mod shouldn't make if worse (it will however prevent an app from using Wi-Fi to download a new file by itself during the night after Wi-Fi goes asleep).

robneymcplum said:
Probably a really stupid, obvious question but.....
If I turn wifi off manually, as I normally do leaving the house...etc... I assume this module will be of no use to me? Would only work if wifi was on, but not being accesed or used by me? Having wifi off means its off, right?
Click to expand...
Click to collapse
Yes, you're right. The mod only affects a code which come into play when Wi-Fi is switched on manually (see also "Usage" for necessary settings).

verynuclear said:
Great module
I was looking for something like this great idea.
Thanks a lot.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Thanks for the feedback.

Will this mod work with touchwiz kit Kat?
Sent from my SGH-I747 using XDA Premium 4 mobile app

Shels said:
Will this mod work with touchwiz kit Kat?
Sent from my SGH-I747 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No idea. Most likely it will. Why don't you try and tell everyone about results?

So I've had the wlan Rx wake lock for some time now and am really blooming forward to this fixing it. However once I enabled this module my drain got worse and I made the WiFi setting changes..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my Nexus 5 using Tapatalk

Creed0 said:
So I've had the wlan Rx wake lock for some time now and am really blooming forward to this fixing it. However once I enabled this module my drain got worse and I made the WiFi setting changes..
Click to expand...
Click to collapse
Thank you for reporting, I'll try to investigate this. This is weird though, I didn't experience anything like this on my Nexus 5. Does this battery drain remain even after rebooting?

Well I rebooted after enabling the module. And I'm not sure if these would interfere but I'm running the Franco kernel and had the pia VPN app running during the log above. The only reason the battery lasted for 16 hours or so is because I have WiFi-o-matic auto switching off WiFi overnight.
Sent from my Nexus 5 using Tapatalk

Creed0 said:
Well I rebooted after enabling the module. And I'm not sure if these would interfere but I'm running the Franco kernel and had the pia VPN app running during the log above. The only reason the battery lasted for 16 hours or so is because I have WiFi-o-matic auto switching off WiFi overnight.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Ah, wait, it seems that I've found a suspicious piece of code that I might miss to handle properly. But it is only responsible for updating battery stats, not for real battery consumption. I'll fix it soon.
BTW I use franco kernel too, but this can't be related to the issue. Thanks for the info though.
P.S. I'm not sure how it will work with WiFi-o-matic, the mod is designed to work with stock Wi-Fi management (no apps).

Sounds good, I'll be looking forward to it!
Sent from my Nexus 5 using Tapatalk

Please update to v1.1:
Fix battery stats weirdness (random apps keeping device awake near to 100% of idle time). Thanks to @Creed0 for reporting.

Related

CM7 Common issues AND FIXES. LOOK HERE before asking!

So we can stop seeing these over and over and over again.
Common issues:
1. If it goes to sleep, it may not wake up. Force reboot by holding down the power button and center button on the front of the screen for 15 seconds.
2. Wifi may not connect. Try disabling and re-enabling wifi. That may not work still, try rebooting. That may still not work.. come back later, it may work then. Seriously, I rebooted 20 times with no luck, cycling and cycling, no luck still, set it down to charge for a few minutes, came back, walla, all was good. Now, I was at least able to connect for a bit... and then LATER it stopped working.. if you were NEVER able to connect, that may be a different story. Worst case, do a wipe data/factory reset in CWM, that should fix it.
Another bit that may help:
Go to wifi settings. Click your router and forget. Turn wifi off then back on again. Then connect back to your router with your password
(credit al52025 below)
More ideas:
Pellel2 said:
i was intermittent wifi connection. then somebody gave me the idea that it could be the dual channel setting in my router. The way you fix this is by going into advance wifi settings and then check regulatory domain. I picked 14 channels to match my DLink. after this fix no more wifi drops. love it
Click to expand...
Click to collapse
Also, go to Settings | Wireless & Networks | Wi-Fi Settings .. click the Menu button, then click Advanced. Turn your Wifi Sleep Policy to Never, so that it stays on when your screen goes off, that should help, though it may drain your battery. But, its an alpha, so oh well.
5. Google apps are missing. Install gapps. You obviously didn't read ANY thread about it, so go back to it and do it again. Or be lazy and get it here: http://wiki.cyanogenmod.com/wiki/Latest_Version#Google_Apps
Flash that zip in CWM.
4. Market has apps missing. There is a fix now.
http://code.google.com/p/cmtouchpad/issues/detail?id=65
On that page, it links you to the fix.. here it is
http://www.multiupload.com/5MKAKAKUM6
(If I'm not supposed to link directly to that, let me know, I'll remove it).
Just flash this fix in CWM. If you don't know how to do that, don't use this alpha, but also.... mash in one of the download links into your browser in android, download it. Now it probably put it into your 'download' directory on your "sd card". Reboot into "Recovery" or choose Recovery in the boot loader. Go to Install Zip from SD Card.. and choose zip from sd card.. then navigate to your 'download' directory, select it, and walla, market is now fixed.
5. I want Swype. I don't know how to search. How do I get Swype without searching?
Start here... http://rootzwiki.com/showthread.php?7916-HOW-TO-Make-Swype-Work-on-the-TouchPad
Here's where I'm at with Swype so far... I used the resolution they used as an example.. Screenshot below. I used the Beta installer. Haven't messed with other resolutions yet to see if I like the outcome better...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
6. CM7 Deleting files/directories copied while in WebOS usb mode...
http://code.google.com/p/cmtouchpad/issues/detail?id=69
In short, copy them while in CM7.. or use the workaround in there.. or wait until they fix it...
7. Facebook Force-closes ...
Use FakeGPS to set a location, Facebook is crashing when it tries to get a GPS location.
I just wanted to try to put all these EXTREMELY REPEATED questions in one place in hopes that people will see them and stop asking Anyone have any more to add? I know there may be a few more places that have this exact content, but I didn't see any quite like it here...
I'll update this post as I see new tips, so post away.
Ill throw in my method for the wifi issue that has worked for me 100% of the time. Go to wifi settings. Click your router and forget. Turn wifi off then back on again. Then connect back to your router with your password
joshts0 - Big thanks man. I was just thinking about starting a thread just like this one! I was reading through the "CM7 on the Touchpad" thread and almost shot myself! It's ridiculous how many people have asked the same question about wifi, how to reboot, etc, when the answer was 2 pages previous! Frustrating!
So far I have had the most problems with WiFi, i am unable to connect to my WAP encrypted home network however I am able to connect to my unsecured Phone hotspot. Is this port only able to connect to unsecured networks?
I've been able to connect to my WPA2-PSK-AES access point so it might be something else.
i was intermittent wifi connection. then somebody gave me the idea that it could be the dual channel setting in my router. The way you fix this is by going into advance wifi settings and then check regulatory domain. I picked 14 channels to match my DLink. after this fix no more wifi drops. love it
Pellel2 said:
i was intermittent wifi connection. then somebody gave me the idea that it could be the dual channel setting in my router. The way you fix this is by going into advance wifi settings and then check regulatory domain. I picked 14 channels to match my DLink. after this fix no more wifi drops. love it
Click to expand...
Click to collapse
quoted you in the top, thanks
elimherr said:
So far I have had the most problems with WiFi, i am unable to connect to my WAP encrypted home network however I am able to connect to my unsecured Phone hotspot. Is this port only able to connect to unsecured networks?
Click to expand...
Click to collapse
It is definitely able to connect to encrypted networks... but there are less (no?) problems with unsecured networks. Try some of the ideas listed here and see what happens, and most importantly don't give up. I **** you not, mine just magically started working despite doing the same thing over and over again.
Pellel2 said:
i was intermittent wifi connection. then somebody gave me the idea that it could be the dual channel setting in my router. The way you fix this is by going into advance wifi settings and then check regulatory domain. I picked 14 channels to match my DLink. after this fix no more wifi drops. love it
Click to expand...
Click to collapse
I have tried this and still it just scans and tries to connect then i get a force close every time however it still connects to my unsecured phone teather no prob...wierd
elimherr said:
I have tried this and still it just scans and tries to connect then i get a force close every time however it still connects to my unsecured phone teather no prob...wierd
Click to expand...
Click to collapse
Try going to cwm and wiping data/factory reset, and seeing it works then?
You might want to add that for problem #1, you can avoid it by never press the power button to turn off the display. Instead, you should let it time out by itself.
scmasaru said:
You might want to add that for problem #1, you can avoid it by never press the power button to turn off the display. Instead, you should let it time out by itself.
Click to expand...
Click to collapse
Seriously? I'm going to test!
my machine stuck on cyanogen loading page after flashing, does not help after a fresh reinstall of my webos, looks like nobody have such issues....
Can you get into CWM ?
Sent from my CM7 HP Touchpad
Supposedly, setting the minimum cpu frequency to 384 instead of 192 will prevent sleep from sticking.
For Facebook force-closes, install Fake GPS from the market and set a location. Facebook is crashing because it's trying to use the GPS to locate you.
Set wifi sleep policy under advanced wifi (press menu under wifi settings) to minimize wifi issues. Battery life is affected, power draw will be about 1.25% per hour with screen off
The other CM7 thread disappeared. I recalled reading a fix for the missing songs, may I know what is the fix again ?
this thread isn't stickied? the OP is extremely helpful
Seems like some apps (Adfree, ES File Explorer etc), even with root privileges, cant mount the system as rw. Is there a fix for this?
I also tried Terminal Emulator but it says that the mount the command missing
Ooh that's why adfree crashed... I'll update the first post with any of these tricks in a few.. I've been testing some myself to see if they work for me . Been letting it sleep on its own without pressing the power button and so far haven't had one problem... But I didn't have it very much in the first place. My girlfriend said hers kept not waking up though so i'm having her experiment with it. She is just happy to have Swype.
Sent from my CM7 HP Touchpad
Varemenos said:
Seems like some apps (Adfree, ES File Explorer etc), even with root privileges, cant mount the system as rw. Is there a fix for this?
I also tried Terminal Emulator but it says that the mount the command missing
Click to expand...
Click to collapse
Install busybox and instead of typing "mount" type "busybox mount".
Sent from my HP Touchpad using Tapatalk
silverstream said:
The other CM7 thread disappeared. I recalled reading a fix for the missing songs, may I know what is the fix again ?
Click to expand...
Click to collapse
I think it was... Create a new directory a name it anything but the name that it was in... But this is off the top of my head so it could be wrong. test it and let me know, then I'll include it in the first post.
Sent from my CM7 HP Touchpad

[Q][SOLVED][WIFI Power Safe Mode] WLAN get stuck after a while / after standby

Hello everybody
Problem:
Since the first ROM (XXALE8) till the newest ROM (XXBLFB) I have the same bug on every ROM. When I stay in an WLAN / WIFI for a longer time and the phone goes in standby, after wake up, the WLAN / WIFI gets stuck and is not working anymore.
Means that the connection is still there but no data is received at all!
The WLAN / WIFI symbol then shows only that it is sending data like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
After reading around a little bit in different forums and here on XDA, I found out, that many others have this problem and that there is a fix for it:
Disabling the "WIFI Power Save Mode" solves the problem and it is done like this:
- Type in your phone dialer *#0011#
- Press menu key to open the options-menu
- Press "WIFI"
- Hit the button to turn off "WIFI Power Save Mode"
Problem is that this have to be done again after every reboot because the Power Save Mode is set back to ON after reboot.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Question:
My Questions are now:
- Is this a known problem, do you have it?
- Is there a better way to fix this problem?
- Why do some people have the problem and some not?
- Is it a ROM-specific or Modem-specific problem?
- Does it perhaps belong to the settings on the WIFI Hotspot / WLAN Router?
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Fix / Solve:
In my opinion it seems, that it is like this:
- It's not a problem of the WIFI Hotspot / WLAN Router
- It's a problem of some ROMs in addition with old/false system-files
And in my case I could fix it like this:
- Make a backup of all user-apps and system-files with Titanium Backup
- Flash the actual newest ROM (XXBLFB) via Odin (PC-Odin)
- Flash the CF-Root via Odin
- Go to CWM-recovery and do a wipe data / factory reset
- Restore everything with Titanium Backup
- Enjoy WIFI / WLAN working without bugs!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
sphinx02 said:
Hello everybody
Since the first ROM (XXALE8) till the newest ROM (XXBLFB) I have the same bug on every ROM. When I stay in an WLAN / WIFI for a longer time and the phone goes in standby, after wake up, the WLAN / WIFI gets stuck and is not working anymore.
Means that the connection is still there but no data is received at all!
The WLAN / WIFI symbol then shows only that it is sending data like this:
After reading around a little bit in different forums and here on XDA, I found out, that many others have this problem and that there is a fix for it:
Disabling the "WIFI Power Save Mode" solves the problem and it is done like this:
- Type in your phone dialer *#0011#
- Press menu key to open the options-menu
- Press "WIFI"
- Hit the button to turn off "WIFI Power Save Mode"
Problem is that this have to be done again after every reboot because the Power Save Mode is set back to ON after reboot.
My Questions are now:
- Is this a known problem, do you have it?
- Is there a better way to fix this problem?
- Why do some people have the problem and some not?
- Is it a ROM-specific or Modem-specific problem?
- Does it perhaps belong to the settings on the WIFI Hotspot / WLAN Router?
Click to expand...
Click to collapse
I have the same problem with you, now also is to find a solution, I doubt is the device itself.
Just try on my phone:
-put the wifi on
-update my weather widget just to be sure that wifi connection works
-let the phone goes to standby
-put it on my desk for about half an hour
Just a few minutes ago, I take the phone and the wifi connection still works...
Yeah got that disconnected problem to. Helped a lot when on LFB,but it's hasn't disappeared,only disconnected 4 times in 24h.normally 20-30 times a day.
yjbmm33 said:
I have the same problem with you, now also is to find a solution, I doubt is the device itself.
Click to expand...
Click to collapse
You dont have to quote the whole first post for such a short answer, that makes the thread very unclear and long to read! I think everybody knows what you are talking about if you are the first one who give a reply
Mopral said:
Just try on my phone:
-put the wifi on
-update my weather widget just to be sure that wifi connection works
-let the phone goes to standby
-put it on my desk for about half an hour
Just a few minutes ago, I take the phone and the wifi connection still works...
Click to expand...
Click to collapse
Yes I know that not everybody has this problem! But I dont know why!
zodiaxe66 said:
Yeah got that disconnected problem to. Helped a lot when on LFB,but it's hasn't disappeared,only disconnected 4 times in 24h.normally 20-30 times a day.
Click to expand...
Click to collapse
But for mine, it does not disconnect. The connection is still there, only the transfer of data gets loose...
Is amazing, since I brush miui ROM, this problem is never happened, you can try.
yjbmm33 said:
Is amazing, since I brush miui ROM, this problem is never happened, you can try.
Click to expand...
Click to collapse
Yes, that could be! But it could not be that a new Samsung Phone with original Firmware has such problems!
Do nobody have news about this topic?
Another question: is there a way to get more to stock/original, than doing a wipe data in recovery? I mean for example after I flashed a stock rom like XXBLFB..
I have this same problem too. I have WiFi set to 'stay connected only when plugged in'
It only really happens when the phone has had quite a few mins to go into a deep sleep. I wake it up, and it never reconnects to my router.
If i go to WiFi, it says it's scanning, but it never finds or connects to the router. I also cannot manually connect.
I have to turn WiFi off and then on again to get it working.
This is the only bloody thing that annoys me with my phone - if anyone has any ideas, please please post!
ta!
on LFB, haven't had this happen yet.
So I got it working now, look at the first post for my method to get rid of this annoying WIFI / WLAN bug!
Perhaps some of you, that have the same bug can test this method? Is it working for you?
regards
Android TV
I am having the same problem with my Android TV box. To try out the option, I dont have a phone dialer in the box. Can someone advice how to disable wifi power saving mode in my Android TV Box ?

[Q] Battery Problems

Hello.
This is a cry-for-help kinda question as I have exhausted every other possible solution to fix my problem.
I have a massive problem with battery loss and phone not going to deep sleep mode.
I am currently using ParanoidAndroid 2.54 with default (and tried Siyah 1.8). Needless to say it is JB 4.1.2 and everything is running without any problems apart from the battery issue. This is the international (UK) Galaxy S3 i9300.
So, I've lost 50% in space of 2hrs!
The CPU is never entering deep sleep mode but always stays on 200Mhz (ofc checked when not in charge). I've installed CPUSpy to verify this, and also installed BatteryStatPro to see the full details. The offending processors are:
MultiPDP 66.7%
secril_fd-interface 34.6%
I2_hsic 15.9%
wlan_rx_wake 15.8%
PowerManagementService 13%
rpm_hsic 8.3%
umts_ipc0 8.3%
tx_hsic 4.6%
Now from a quick internet look up, it looks like FastDormancy is the culprit. So I went ahead and disabled fast dormancy using Gokhal's app and rebooted the phone. Needless to say, no changes happened.
Just for clarity, I am never connected to WiFi - always on T-Mobile UK H+ Network. I have a full bar network connection.
Prior to going to PA JB 4.1.2, I was on MIUI ICS 4.0.4 and I didn't have this problem. I have also the latest JB baseband for i9300 which is I9300XXDLID.
Any help, even clues, anything really, would help me greatly!
Thanks,
Mo.
103 views, and not a single thought?
I'm on Orange (EE) and they support fast dormancy, can you post screen shots of kernel wakelocks and partial wakelocks?
---------- Post added at 04:46 PM ---------- Previous post was at 04:45 PM ----------
Also get get ril from play and see if your ril matches baseband
slaphead20 said:
I'm on Orange (EE) and they support fast dormancy, can you post screen shots of kernel wakelocks and partial wakelocks?
Also get get ril from play and see if your ril matches baseband
Click to expand...
Click to collapse
Thanks for the reply.
My RIL does NOT match the radio:
RIL: XXDLIB
Baseband: XXDLID
I will downgrade to XXDLIB but I doubt that would fix anything.
Meanwhile, I've attached what you asked for. Please do remember that Kaiten *shouldn't* be the cause of this problem as I have not touched the settings from ICS to JB (didn't have the battery issue in ICS).
Attachments:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks again,
Mo.
Might be worth a clean flash to see if it resolves it
slaphead20 said:
Might be worth a clean flash to see if it resolves it
Click to expand...
Click to collapse
I've done that too. No changes!
I've got two more screenshots for you. The previously ones where only for the past 13min, these are since the last reboot (which was ~3hrs ago):
Anything you could tell me from these screenshots?
Ah yea, also, I am not seeing the network name in the notification bar dropdown (you know where you can drag up/down the notification window). It previously used to say T-Mobile UK, but now only says No Service.
However I've got full H+ Signal (both calls and internet). On top of it all, if I go Settings > About > Status, then I can see T-Mobile UK.
And lastly, network search fails with no results. Which is very *very* weird.
I appreciate all your help.
Mo.
mofirouz said:
I've done that too. No changes!
I've got two more screenshots for you. The previously ones where only for the past 13min, these are since the last reboot (which was ~3hrs ago):
View attachment 1541839
View attachment 1541840
Anything you could tell me from these screenshots?
Ah yea, also, I am not seeing the network name in the notification bar dropdown (you know where you can drag up/down the notification window). It previously used to say T-Mobile UK, but now only says No Service.
However I've got full H+ Signal (both calls and internet). On top of it all, if I go Settings > About > Status, then I can see T-Mobile UK.
And lastly, network search fails with no results. Which is very *very* weird.
I appreciate all your help.
Mo.
Click to expand...
Click to collapse
I'd suggest trying a different modem / baseband. As far as I can see its a network problem. Since you are not using wifi and only mobile data you should consider a new modem.
bnbasarir said:
I'd suggest trying a different modem / baseband. As far as I can see its a network problem. Since you are not using wifi and only mobile data you should consider a new modem.
Click to expand...
Click to collapse
Ok will do that and report back.
I am now downgrading both my RIL and radio.
Cheers,
Mo.
Your wakelock shows media scanner a lot. There's a thread regarding how to disable it. Try that?
Sent from my GT-I9300 using xda premium
mofirouz said:
Ok will do that and report back.
I am now downgrading both my RIL and radio.
Cheers,
Mo.
Click to expand...
Click to collapse
Hi. Downgraded my radio and RIL. Didn't fix anything at all. Still phone does not go into deep sleep mode.
xcly said:
Your wakelock shows media scanner a lot. There's a thread regarding how to disable it. Try that?
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Media Scanner is not an issue as very little battery was lost when the phone was in airplane mode (3% in 6hrs!). Also if you look closely at the screenshots, MediaScanner only takes 2.5% of the partial wakelocks!
Don't really know what to do, unless I upgrade to CM10 official or something. Currently the phone is running phanandroid 2.54 which is based on CM10-RC0.
Thanks,
Mo.
Update:
Summary, issue is not fixed but a bit better than before (battery-wise). I moved roms from Phanandroid to CM10 Nightly. I have the latest radio and matching RIL.
Battery consumption is a lot less now, but still multipdp is taking the most battery. I can actually see the phone going to Deep Sleep for about 15% of the time, the rest of the time usually on 200MHz. I am now outa ideas and I am pretty sure that this is a rom issue ....
If there is anything else I could do, please do let me know.
Kindest regards,
Mo.
mofirouz said:
Update:
Summary, issue is not fixed but a bit better than before (battery-wise). I moved roms from Phanandroid to CM10 Nightly. I have the latest radio and matching RIL.
Battery consumption is a lot less now, but still multipdp is taking the most battery. I can actually see the phone going to Deep Sleep for about 15% of the time, the rest of the time usually on 200MHz. I am now outa ideas and I am pretty sure that this is a rom issue ....
If there is anything else I could do, please do let me know.
Kindest regards,
Mo.
Click to expand...
Click to collapse
Your ROM is not responsible for battery management, kernel is. Also network hungry apps are generally the reason for high wifi - data usage and hence multipdp holding wakelocks.
Which kernel are you using? How many apps are using background data? Do you have fetching apps like Facebook, Twitter, Google+? How many gmail accounts? How many corporate emails? Sync frequency of all the apps can tell us a lot.
If you can provide these we might be able to help.
Sent from my GT-P7510 using Tapatalk 2
bnbasarir said:
Your ROM is not responsible for battery management, kernel is. Also network hungry apps are generally the reason for high wifi - data usage and hence multipdp holding wakelocks.
Which kernel are you using? How many apps are using background data? Do you have fetching apps like Facebook, Twitter, Google+? How many gmail accounts? How many corporate emails? Sync frequency of all the apps can tell us a lot.
If you can provide these we might be able to help.
Sent from my GT-P7510 using Tapatalk 2
Click to expand...
Click to collapse
Hey. Thanks for the reply.
I am using Siyah Kernel (1.8 and 1.8.4) ..
As I said previously, I haven't changed apps since I was on ICS.
- I have just one Facebook account. No contact syncing there - but I do have notifications running.
- One Gmail account with email syncing off.
- I do have three email accounts (managed by Kaiten Email) which use Push notification - thus there shouldn't be any polling.
- And no cooperate emails at all.
And you are right, power management is done by the kernel. However, this isn't power management - it's connectivity management and both kernel and ROM affect and are affected.
Thanks.
mofirouz said:
Hey. Thanks for the reply.
I am using Siyah Kernel (1.8 and 1.8.4) ..
As I said previously, I haven't changed apps since I was on ICS.
- I have just one Facebook account. No contact syncing there - but I do have notifications running.
- One Gmail account with email syncing off.
- I do have three email accounts (managed by Kaiten Email) which use Push notification - thus there shouldn't be any polling.
- And no cooperate emails at all.
And you are right, power management is done by the kernel. However, this isn't power management - it's connectivity management and both kernel and ROM affect and are affected.
Thanks.
Click to expand...
Click to collapse
ICS and JB are very different in terms of memory and battery management. I was getting 2 days with moderate usage on ICS and now on JB getting roughly one day with same usage pattern.
Network itself can't be the reason unless you have a rouge app. The phone keeps a wakelock to accomplish certain tasks like checking for email, Facebook, Twitter so on and so forth.
As far as I can remember you were not using wifi. I think you should consider using a wifi for a day or two and see the Wakelock situation. Mobile Data is a battery killer. Most of the time when you see full signal with H+ (or whatever) that actually doesn't mean that your Internet is running at its best.
Can you do that? Use wifi for a while when you are on or off the phone. (screen on and off)
Sent from my GT-I9300 using Tapatalk 2
bnbasarir said:
ICS and JB are very different in terms of memory and battery management. I was getting 2 days with moderate usage on ICS and now on JB getting roughly one day with same usage pattern.
Network itself can't be the reason unless you have a rouge app. The phone keeps a wakelock to accomplish certain tasks like checking for email, Facebook, Twitter so on and so forth.
As far as I can remember you were not using wifi. I think you should consider using a wifi for a day or two and see the Wakelock situation. Mobile Data is a battery killer. Most of the time when you see full signal with H+ (or whatever) that actually doesn't mean that your Internet is running at its best.
Can you do that? Use wifi for a while when you are on or off the phone. (screen on and off)
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
I don't think that's an actual solution - my problem is that I don't have wifi at work thus I have to use Mobile Data........
I use WiFi at home, and sure the battery lasts a lot longer. I've lost 8% from 11pm till 7am when connected to WiFi.
I do know that certain things are very different in JB compared to ICS - but most of those things have changed to make the UI more responsive (I'm referring to project butter and CPU freq jump when interacting with the screen). Given that the phone's screen is off, this isn't applied.
But something has changed - maybe in the JB codebase, maybe in the JB radios, maybe in the CM codebase. Given that upgrading rom made the issue a bit more bearable I would go back and say that CM is the culprit.
But again, this isn't a solution - and we still don't know WHAT exactly is causing this.
mofirouz said:
I don't think that's an actual solution - my problem is that I don't have wifi at work thus I have to use Mobile Data........
I use WiFi at home, and sure the battery lasts a lot longer. I've lost 8% from 11pm till 7am when connected to WiFi.
I do know that certain things are very different in JB compared to ICS - but most of those things have changed to make the UI more responsive (I'm referring to project butter and CPU freq jump when interacting with the screen). Given that the phone's screen is off, this isn't applied.
But something has changed - maybe in the JB codebase, maybe in the JB radios, maybe in the CM codebase. Given that upgrading rom made the issue a bit more bearable I would go back and say that CM is the culprit.
But again, this isn't a solution - and we still don't know WHAT exactly is causing this.
Click to expand...
Click to collapse
You've got me all wrong. I was suggesting to use wifi so you can get a BBS dump and than use mobile data, get a new BBS dump and we can have something to compare to.
Nevertheless, your multipdp wakelock can only be due to high data traffic. The phone doesn't keep a data connection by itself if an app doesn't aks for it. One of the apps use are using is responsible, we know that. The problem is we don't know which one asks for so many connections and since you ruled out modem / baseband as motive we should drill the apps.
Sometimes restoring apps from TB can cause issues and you may need to set up some apps manually.
Can you dump the alarms and processes from BBS?
Sent from my GT-I9300 using Tapatalk 2

*Solved* Automate turning on WiFi Tether when connecting to Bluetooth?

Hello,
With my previous Galaxy s7 I used Tasker to turn on my hotspot when it detected my cars Bluetooth. But it doesn't seem to work on my S9+ (US Sprint). I've tried Macrodroid as well as Tasker with the 'Nougat+ Tasker Tethering Control'.
It seems the issue may be Oreo related? Anybody know a way?
My car stereo is a Joying Android unit and it's nice not having to constantly turn hotspot on manually to use Pandora etc.
I have the exact same problem. Seems like the device has to be rooted.
That may be a possibility, but I'm holding out hope that it's just a Tasker update.
berzerkus said:
That may be a possibility, but I'm holding out hope that it's just a Tasker update.
Click to expand...
Click to collapse
Unfortunately it´s the same with other "task apps"
berzerkus said:
Hello,
With my previous Galaxy s7 I used Tasker to turn on my hotspot when it detected my cars Bluetooth. But it doesn't seem to work on my S9+ (US Sprint). I've tried Macrodroid as well as Tasker with the 'Nougat+ Tasker Tethering Control'.
It seems the issue may be Oreo related? Anybody know a way?
My car stereo is a Joying Android unit and it's nice not having to constantly turn hotspot on manually to use Pandora etc.
Click to expand...
Click to collapse
I have the same problem. Did you find a Solution?
I have not yet found a solution. In all honesty, I gave up. If there's no answer here, there likely isn't one to be found
If you have access to Samsung's Good Lock 2018 app (via the Galaxy Apps store), install it. There's an app called "Routines" that gets installed with it. It is like a *very * basic Tasker, but it has the necessary permissions to turn on the tethering on my AT&T S9+. I fought with Tasker/AutoInput on my S7E and the S9+ until the new Good Lock came out.
nivron said:
If you have access to Samsung's Good Lock 2018 app (via the Galaxy Apps store), install it. There's an app called "Routines" that gets installed with it. It is like a *very * basic Tasker, but it has the necessary permissions to turn on the tethering on my AT&T S9+. I fought with Tasker/AutoInput on my S7E and the S9+ until the new Good Lock came out.
Click to expand...
Click to collapse
This worked great for me. I really wish I'd have looked back at this post sooner!
anyone know how to get Routines to use Bluetooth NEAR instead of necessarily being Bluetooth CONNECTED?
nivron said:
If you have access to Samsung's Good Lock 2018 app (via the Galaxy Apps store), install it. There's an app called "Routines" that gets installed with it. It is like a *very * basic Tasker, but it has the necessary permissions to turn on the tethering on my AT&T S9+. I fought with Tasker/AutoInput on my S7E and the S9+ until the new Good Lock came out.
Click to expand...
Click to collapse
If only there was a routine to turn off wifi tether when the bluetooth connection dropped.... It's so close to perfect.
I guess this is all a moot point now that Routines is no longer supported in Pie.
Its June 14th, 2019.
AT&T Note 9 locked, not rooted, all the latest updates.
I have tried just about every possible way of doing this. There are a few ways that work, but only one works reliably.
1. Install Samsung Good Lock - It works for me, today, as of posting, on pie just fine.
2. install Tasker
3. in Good lock - create a bluetooth connected to XXXX routine to enable hotspot
4. in Good lock - create a routine to disable hotspot on wifi enable
5. in tasker - create routine to enable wifi on inverted bluetooth connected to XXXX
I never want true wifi enabled while I am in my vehicle with my andoid head unit.
I always want wifi on when not in my vehicle.
Samsung good lock has the perms to enable/disable hotspot just fine.
Only use of tasker in this is to turn wifi on when disconnected from vehicle bluetooth, which triggers the samsung routine to turn off the hotspot.
Works flawlessly, which I cannot say for Tasker+AutoInput or any other method.
Good Lock + Routines' [WiFi | Tether] automation rocks
fletchersyntax said:
If only there was a routine to turn off wifi tether when the bluetooth connection dropped.... It's so close to perfect.
Click to expand...
Click to collapse
I realize it's been a year, but I'm SO glad I finally found this solution. As of now, Good Lock (V 1 .0.00.64) with Routines, current and running on Android 10, seems to undo actions automatically after the routine's trigger condition ends. IOW, when I turn off my car and the ATOTO bluetooth connection ends, the Mobile Hotspot is shut down pretty quickly and automatically (otherwise Samsung's Mobile Hotspot can be set to turn off after 10 minutes of inactivity).
I also setup a simple routine to turn on WiFi when I'm within 20 meters of my house (the only place I use WiFi for Internet access and controlling local WiFi-connected devices). As with the simple Bluetooth-connection-triggering-Hotspot Routine, I notice that WiFi is automatically turned back off when I leave home.
My US model S9 (G960U1) is the first phone I've had in the last decade where I couldn't unlock the bootloader and gain root... Good Lock and Routines almost mitigates that big annoyance (and I have grudgingly found better uses for my time then constantly flashing new Android builds . Big thanks to @brycestejskal for pointing Samsung's Good Lock + Routines.
---------- Post added at 07:18 PM ---------- Previous post was at 06:45 PM ----------
brycestejskal said:
Its June 14th, 2019.
[...]
1. Install Samsung Good Lock - It works for me, today, as of posting, on pie just fine.
2. install Tasker
[...]
Only use of tasker in this is to turn wifi on when disconnected from vehicle bluetooth, which triggers the samsung routine to turn off the hotspot.
Click to expand...
Click to collapse
FYI, with the current version of Good Lock + Routines on Android 10, the use of Tasker is unnecessary in this scenario. Routines now appears to turn off Hotspot automatically after the Bluetooth connection goes away.
As for turning WiFi back on, I only want WiFi to be on routinely [sic] while at home, so I created a simple Routine to do that (one condition: Near home address; one action: Turn on WiFi).
I had previously installed Tasker for these specific tasks, but it failed without having root. I've now uninstalled Tasker.
Thanks again for your posting, @brycestejskal ! I needed this pointer.
truth. It's been working great for me actually. Getting the Android Head Unit to cooperate is another issue. The only problem I have experienced with Good Lock + Routines is when Android OS gets upgraded, Good Lock + Routines is broken for about a month or so.
And thank you for your message above, as your idea to only turn on Wifi at particular locations might be able to help me in my quest to disable my phone from continually connecting to Xfinity hotspots (I am Xfinity mobile subscriber) wherever I go.
Thank you to everyone on this forum actually.
Thanks @bmeek and @user9082390!
Since I wrote this, I stopped using tasker. The wifi hotpot can be set to disable after 5 minutes, and locations>enableWifi bridges the gap as you mentioned.
Only issue I ever have, is in low service areas, sometimes the hotspot fails to "provision". I then usually can get it to work by manually turning wifi off, then enabling hotspot. A minor downside for something that works flawlessly 99% of the time. GoodLock + Routines with my 10.1" android headset still rocks. Really glad I went with the headunit. I was concerned it would be slow junk. It works great.
brycestejskal said:
[...]
Only issue I ever have, is in low service areas, sometimes the hotspot fails to "provision". I then usually can get it to work by manually turning wifi off, then enabling hotspot. A minor downside for something that works flawlessly 99% of the time.
GoodLock + Routines with my 10.1" android headset still rocks. Really glad I went with the headunit. I was concerned it would be slow junk. It works great.
Click to expand...
Click to collapse
Do mean that the mobile hotspot intermittently fails to start; starts but won't give your head unit a connection/IP address; or it let's the head unit connect but then fails do it's job as a NAT router and provide Internet access?
I experienced the latter flaw a few times when I had configured my hotspot to "5GHz preferred" after someone on an xda ATOTO A6 Pro thread reported seriously better performance at 5GHz. I'm back at 2.4GHz and it's working reliably.
So I doubt you have a 10.1" "android headset"... Are you referring to the Atoto A6Y1021PR head unit? If so, I'm envious of your old school volume knob .
I had feared that a swiveling 10 inch display would be a thief magnet in my old Lexus (that also lacks steering wheel controls), so l got the more conventional A6Y2721PRB (IPS display with a row of physical buttons beneath the screen). I wish it had a faster CPU as the UI lags occasionally, and I would prefer a volume knob instead of the buttons, but it's a great head unit overall!
bmeek said:
Do mean that the mobile hotspot intermittently fails to start; starts but won't give your head unit a connection/IP address; or it let's the head unit connect but then fails do it's job as a NAT router and provide Internet access?
I experienced the latter flaw a few times when I had configured my hotspot to "5GHz preferred" after someone on an xda ATOTO A6 Pro thread reported seriously better performance at 5GHz. I'm back at 2.4GHz and it's working reliably.
So I doubt you have a 10.1" "android headset"... Are you referring to the Atoto A6Y1021PR head unit? If so, I'm envious of your old school volume knob .
I had feared that a swiveling 10 inch display would be a thief magnet in my old Lexus (that also lacks steering wheel controls), so l got the more conventional A6Y2721PRB (IPS display with a row of physical buttons beneath the screen). I wish it had a faster CPU as the UI lags occasionally, and I would prefer a volume knob instead of the buttons, but it's a great head unit overall!
Click to expand...
Click to collapse
The hotspot fails to start on occasion. It will state that it was unable to provision, and to contact service provider. Toggling hotspot manually thereafter results in same error. If I then turn of the Wifi, and then enable hotspot, it will work fine. Usually doesn't happen.
Lol, yeah not headset, but headunit. Silly typo.
It is an AndroidAutoShop variation of the XTRONS brand. I actually received mine after a Paypal dispute, but I would not recommend ordering from them. I just REALLY wanted that DSP and took the risk. It arrived 2 months late.
Mine has the DSP and IPS, and is 10.1" screen with the PX5 chip, 4GB ram. Even on that, the UI lags occasionally, but I only ever care when I am at a stop. It is fast enough that I do not notice the lags while driving. Using a 7" Pioneer with Android Auto was just as laggy in my experience actually.
The Atoto offerings are neat, but I didn't care about some of the "pros" it offered, vs the "pros" for the Xtrons/AAS unit. Just depends on how you plan to use it. I have zero need for BT5.0 APTX receiving, because I use the headunit as the source running the app. Didn't want the screen jutting up higher due to the knob design. My headunit mounts at the top of the dash, so anything higher is further into field of view. Wanted DSP, didnt care about built-in amp because using RCA to big amps, etc etc.
Really happy with my unit. In a different vehicle, I prolly would go with the atoto.
(not about automating WiFi Tether)
brycestejskal said:
[...]
It is an AndroidAutoShop variation of the XTRONS brand. I actually received mine after a Paypal dispute, but I would not recommend ordering from them. I just REALLY wanted that DSP and took the risk. It arrived 2 months late.
Mine has the DSP and IPS, and is 10.1" screen with the PX5 chip, 4GB ram. Even on that, the UI lags occasionally, but I only ever care when I am at a stop. It is fast enough that I do not notice the lags while driving. Using a 7" Pioneer with Android Auto was just as laggy in my experience actually.
[...]
Really happy with my unit. In a different vehicle, I prolly would go with the atoto.
Click to expand...
Click to collapse
Good to hear that you're happy and the unit you received is working well. I hadn't heard about AndroidAutoShop.com, so I googled it and scanned the xda thread about them (and saw your post near the end). Sounds like you may have received the very last unit they sold...
Their current "web site" reads like an ironic yet somehow fitting epitaph (given the reports of customer's inquiries of "where's my stuff?"):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Question No WiFi after February update!

I know there's a topic for February update, but I want to address wifi issue in a separate one, so we could easily maybe find a solution.
I have tried so far to clear network settings with no success at all. Then rebooted phone, wifi came back, but when phone gets to sleep (screen lock), wifi will turn off and no way to turn back.
Then from Google Pixel 6 telegram group was a suggestion to stop Adaptive Connectivity, so I stopped it, rebooted phone, but at some moment wifi was gone once again and you can't turn it on.
Please reply here with some tricks that we want to try to fix the problem. I don't want to root or modify phone, but if there's no other option - I will do it.
Be6i4 said:
I know there's a topic for February update, but I want to address wifi issue in a separate one, so we could easily maybe find a solution.
I have tried so far to clear network settings with no success at all. Then rebooted phone, wifi came back, but when phone gets to sleep (screen lock), wifi will turn off and no way to turn back.
Then from Google Pixel 6 telegram group was a suggestion to stop Adaptive Connectivity, so I stopped it, rebooted phone, but at some moment wifi was gone once again and you can't turn it on.
Please reply here with some tricks that we want to try to fix the problem. I don't want to root or modify phone, but if there's no other option - I will do it.
Click to expand...
Click to collapse
If you haven't unlocked your bootloader, your options are very limited. You could try sideloading the OTA and see if that helps.
For an unlocked bootloader I would suggest simply reflashing the baseband image, but that isn't possible if the bootloader is locked.
Have you tried clearing cache in the recovery environment?
Frankenscript said:
Have you tried clearing cache in the recovery environment?
Click to expand...
Click to collapse
There's no wipe cache in stock Recovery.
Be6i4 said:
There's no wipe cache in stock Recovery.
Click to expand...
Click to collapse
I'm sorry, I am so new to P6 that I didn't know this. I saw that the P6 takes some effort to get into stock recovery (wow! power off, boot with volume down and power keys, freak out a bit at the sick robot image, then use keys to scroll to recovery mode). I just assumed there would be a wipe cache in the wipe data/reset option. I've never seen a phone without that option, as far as I can remember. What a weird thing to omit!
Did you try doing it from the Settings app? (Storage... free up space... cleaning... junk). On past phones I've had less success doing it from this kind of menu than from doing it from recovery, but worth a try.
I won't reset my phone. It's my daily driver and I have read already an article that reset doesn't clear the issue.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Be6i4 said:
I know there's a topic for February update, but I want to address wifi issue in a separate one, so we could easily maybe find a solution.
I have tried so far to clear network settings with no success at all. Then rebooted phone, wifi came back, but when phone gets to sleep (screen lock), wifi will turn off and no way to turn back.
Then from Google Pixel 6 telegram group was a suggestion to stop Adaptive Connectivity, so I stopped it, rebooted phone, but at some moment wifi was gone once again and you can't turn it on.
Please reply here with some tricks that we want to try to fix the problem. I don't want to root or modify phone, but if there's no other option - I will do it.
Click to expand...
Click to collapse
I haven't seen any workarounds for this bug as of yet. Let's hope Google gets on it. Maybe a Carrier Services update or something will fix it. Btw, I don't have this problem (knock on wood).
I only have it installed for 9h but so far is working fine for me.
Lughnasadh said:
I haven't seen any workarounds for this bug as of yet. Let's hope Google gets on it. Maybe a Carrier Services update or something will fix it. Btw, I don't have this problem (knock on wood).
Click to expand...
Click to collapse
You might have hit on something. After the update I still hadn't installed the latest beta carrier services which was 91. 424 or something. Right after I updated I had 3 updates CS being one of then to 92.x. They wouldn't install so I was like wtf all 3 pending. Rebooted nothing. Then I turned off wifi and all updated fine. Turned back on wifi and no problems since. I didn't test the wifi but now it seems reasonable that was the culprit. Can't be sure though.
My WiFi Mac address is unavailable, I would guess that's the reason I can't turn on wifi.
definitely experiencing wifi issues. would reboot device, wifi would need to be turned on, then it connects to my wifi and works fine, put the phone down and come back in a couple of minutes, its no longer connected to the wifi and I can't even turn wifi on. updated carrier services like bobby did and it's still behaving the same. I did the feature update before the security update and wasn't having this issue so this is directly tied to the security update. Pixel 6 128GB bought through Google, so which image do I downgrade to? I see there were two Nov 2021 global updates
ItAintMee said:
... I see there were two Nov 2021 global updates
Click to expand...
Click to collapse
November? If you're going to downgrade why not use the January one, why go that far back?
For me wifi works after network reset yesterday but i never had the described problem that wifi turns off when phone is locked and can not be turned back on. Instead of that yesterday i noticed that when phone locks at some point in time it does not have internet anymore despite the fact that it shows to be connected to wifi. Turn off and on wifi fixed it for some time. I did network reset yesterday afternoon and have not seen this behavior since that time.
I am having hotspot issues. I setup the pixel 6 as a hotspot for my other devices to use on the go, it worked for two days since I updated the device, but today suddenly none of my other devices can connect to the hotspot (the hotspot is discovered and the other devices can connect to it, but cannot access internet)
neptun2 said:
For me wifi works after network reset yesterday but i never had the described problem that wifi turns off when phone is locked and can not be turned back on. Instead of that yesterday i noticed that when phone locks at some point in time it does not have internet anymore despite the fact that it shows to be connected to wifi. Turn off and on wifi fixed it for some time. I did network reset yesterday afternoon and have not seen this behavior since that time.
Click to expand...
Click to collapse
I did network reset 10 times maybe already and still no Wi-Fi after that. Only option is to reboot phone, but fix is for some minutes until phone get locked.
If I put screen time out to 10 minutes, then Wi-Fi is working just fine. At some point I touch the phone and another 10 minutes Wi-Fi is OK. If I change time out to my default 30 seconds, then I have no Wi-Fi in 1-2 minutes...
To everybody having problems with wifi - did you try disabling adaptive connectivity?
neptun2 said:
To everybody having problems with wifi - did you try disabling adaptive connectivity?
Click to expand...
Click to collapse
That doesn't help as several users in the reddit + google threads confirmed, neither does a factory reset which Google still likes to recommend
I too have no wifi and this is a major problem for me.
Not rooted yet. How do I revert to January?
Born<ICs said:
I too have no wifi and this is a major problem for me.
Not rooted yet. How do I revert to January?
Click to expand...
Click to collapse
Only one way. Full wipe of device, by unlocking the bootloader. And only if it's unlockable. Or turn off wifi and wait for the fix.

Categories

Resources