Tech for geeks and beginners
Tech for geeks and beginners

How to “Turn on WiFi Automatically” in Android Oreo

Wi-Fi is everywhere and helps save mobile data on Android device. For example, Google Play store has this option to automatically update apps when connected to a Wi-Fi network, same as that WhatsApp automatically saves videos (perhaps you can control them). So it happens that you shift between some places, such as from home to office, cafe, friends home than home. Chances are you have a strong Wi-Fi network at your Home, so you’d probably want your phone to automatically connect to your Wi-Fi network as soon as you come home.

The new Android Oreo is frankly new, and only some of the Google devices are currently officially supported. But we have seen unofficial Android Oreo ports for popular devices. In the AOSP source code in Android Oreo, there are these lines that enable the option that reads “Turn on Wifi automatically”.

But this isn’t natively enabled on Android Oreo, at least not in Google Nexus devices running Oreo. So you need some extra time and a laptop to enable this useful feature, follow these step by step instructions.


Required Step: Install ADB and Fastboot drivers on your computer

Enable USB debugging on your phone

Now connect your phone to computer via a USB cable. Open the ADB & Fastboot folder, press and hold the Shift key and then right-click and select “open command prompt from here” this will open the command prompt from the folder location. Alternatively, you can open a Command prompt and use the “cd /” command to set the directory, and it should be the ADB & fastboot driver folder.

Now you can type the following command to determine if your phone is connected to your PC and is recognized.

Adb devices

If you see a device name, well done go ahead and type the following command. Type the first command to make the option available in your Oreo than the second one to make it visible in Wifi settings.

adb shell
settings put global wifi_wakeup_available 1
settings put global wifi_wakeup_enabled 1

Now check under Wifi — Wi-Fi preference, you see a new option to turn on WiFi automatically.

To disable the option again.

adb shell
settings put global wifi_wakeup_available 0
settings put global wifi_wakeup_enabled 0

Since you are here…

I’ve got a small favor to ask. This is an independent site, and producing content takes a lot of hard work and time. Although many people are reading Quickfever, many use adblocker. And unlike many other sites, there is no paywall blocking. 

So you can see why your help is needed. If everyone who finds this website useful and helps to support it, the future would be much more secure. Thank you.

1. Buy everything from Amazon.com US, Amazon.in India

2. Donate for coffee

If you use adblocker, please disable it for this site.

* Some of the links are affiliate links, which means that if you choose to make a purchase, I may earn little commission. This commission comes at no additional cost to you.
Share this article
Shareable URL
Prev Post

CPI vs DPI vs PPI Explained – Everything you need to know

Next Post

How to Run Windows 10 Insider Preview 21H2 in Virtual Machine i.e. Virtualbox

Comments 1
Leave a Reply

Read next