Smartphones are the only gadgets that have seen exponential growth in technology over the past decade. We saw an unprecedented evolution of a rare gadget to the most common gadget everyone use. The phone’s screens are becoming larger and larger every day along with a bump in screen resolution. Today, the 5.5-inch screens are a norm while manufacturers are even pushing the limit beyond 6-inches. With all the gorgeous screens, we want to use the entire space of the screen without any wastage. That way we can enjoy HD movies and games on the entire screen.
Sometimes, we want to hide the status and navigation bars on the Android smartphones so that we can use the entire screen. Well, this isn’t a new feature as many developers have ported a feature called Immersive modeย to hide the status and navigations bars when not used. I’ve used this feature for quite a long time and it’sย awesome to get the fewย extraย millimeters of the screen. Many might think it’s a smallย change butย you wouldย definitely see a hugeย difference. The status and navigations bars can be easilyย accessibleย with a swipeย whileย in Immersive mode.
However, Google and many other OEMs have never made this feature easily accessible on their devices. So, many people opted for rooting their devices to get this feature and also you might need to purchase some apps for this. Well, thanks toย Rashad83ย of XDA, you can now enable Immersive mode without root or any app. This involves a couple of ADB commands which is quite easy. We have tried this on many devices including the latest Galaxy S8, OnePlus 3/3T, and Moto G4 Plus (Worked on both Nougat and Marshmallow ROMs). The process is quite simple, just follow the below procedure and you’ll have the entire screen for your app usage.
Also read:ย Customize the Size of Quick Settings Tiles on Samsung Galaxy Devices
Prerequisites
- Go toย Settings ยปย About phone ยป Build numberย and tap it 7 times to enable Developer options on your device. Then go back to Settings ยปย Developer options and enable USB Debugging.
- To run the commands, you would need ABD binaries on your device. So, setup ADB and Fastboot on your PC.
- Install USB drivers for your device on your PC.
How to Enable Immersiveย Mode on any Android Device without Root
- Connect your device to the PC. If you’re doing this for the first time after enabling USB debugging, you’ll see a popup window asking to allow USB debugging on this PC. Allow it.
- Connect your device to PC.
- Navigate to the platform-tools directory, press Shift key+right mouse-click and select “Open command window here” option.
- To make sure that your device is recognized by the PC, use the below command in command prompt on your PC:
adb devices
If everything’s okay, you should see a serial number in the command prompt. Else, pleaseย re-install ADB and USB drivers properly.
- If all is OK, use the below commands to enable Immersive mode on your device.
- If you only want to hide the Status bar, type the below command.
adb shell settings put global policy_control immersive.status=*
- If you only want to hide the Navigation bar, type the below command.
adb shell settings put global policy_control immersive.navigation=*
- If you want to hide both Status and Navigation bars, type the below command.
adb shell settings put global policy_control immersive.full=*
- If you revert back to stock, use the below commands.
adb shell settings put global policy_control null*
- If you only want to hide the Status bar, type the below command.
- That’s it. You have enabled the Immersive mode on your device.
So, wasn’t it simple? Let us know if you enjoy the complete screen or do you prefer to have the status and navigations bar on your device.
Thanks so much. This fixed my phone after 9.0 update on moto x4. I hate pie so much.
Glad to know it helped! ๐
Can I bring it up any time?
Yes.
Thank you for saving my sanity. Had this feature switched off by a recently installed app, but of course uninstalling the app didn’t put it right. Such a long time since I set up the phone (you know like 10 months or something) that I couldn’t remember ever actually not having immersive – so, as I said before, thank you.
You’re welcome! ๐