xehvier
Beginner Level 2
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2017 06:57 PM in
Galaxy S
Is there any way to hide the navigation bar?
I use an app called "Digital Alarm Clock" at night.
The navigation bar gives off a lot of light in a pitch black room.
Is there some way to either hide the bar, or force the app to cover the navigation bar?
Thanks
I use an app called "Digital Alarm Clock" at night.
The navigation bar gives off a lot of light in a pitch black room.
Is there some way to either hide the bar, or force the app to cover the navigation bar?
Thanks
5 Comments
Nikkii1990
Active Level 6
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2017 07:49 PM in
Galaxy S
I always just turn my phone over so no lights are seen from my phone lol.
AedMig
Active Level 3
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2017 04:43 AM in
Galaxy S
me too.
lacers
Active Level 6
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2017 05:07 AM in
Galaxy S
same!
A11
Active Level 6
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2017 04:24 AM in
Galaxy S
@xehvier you can use Do not Disturb feature . This feature will help you on notifications and you can schedule it also
settings>sound and vibration > Do not Disturb
settings>sound and vibration > Do not Disturb
xehvier
Beginner Level 2
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2017 10:09 PM in
Galaxy S
The idea is to see the dim clock showing, but not giving off much light. Do Not Disturb has nothing to do with it. I found the answer...
http://www.androidauthority.com/how-to-hide-nav-bar-galaxy-s8-767021/
These tips were originally produced for the Nexus 6P, but it can easily be applied to the Galaxy S8 too. It involves typing commands using the Android Debug Bridge (adb) but it’s only a single command to hide the navigation or status bar so it’s not much work (you don’t need a rooted device or unlocked bootloader).
The commands you’ll need are:
To only hide the status bar:
adb shell settings put global policy_control immersive.status=*
To only hide the navigation bar:
adb shell settings put global policy_control immersive.navigation=*
To hide both status and nav bar:
adb shell settings put global policy_control immersive.full=*
Return things to normal:
adb shell settings put global policy_control null*
Remember, this is just like being in immersive mode, so all you need to do to get your nav bar or status bar visible again is swipe from the top or bottom of the screen. Any time you tap in a text field box your keyboard will automatically pop up as normal. Note that even though the home button’s haptic feedback is still active when the buttons are off screen, to bring up Google Assistant you’ll first have to bring the navigation buttons on screen.
For further details and user feedback, head to the relevant Reddit and XDA threads at the links. Bear in mind that you’ll need to enable ‘USB debugging’ via the developer options menu in your device settings (unlocked by tapping the device build number seven times on the about phone page) to get started.
http://www.androidauthority.com/how-to-hide-nav-bar-galaxy-s8-767021/
These tips were originally produced for the Nexus 6P, but it can easily be applied to the Galaxy S8 too. It involves typing commands using the Android Debug Bridge (adb) but it’s only a single command to hide the navigation or status bar so it’s not much work (you don’t need a rooted device or unlocked bootloader).
The commands you’ll need are:
To only hide the status bar:
adb shell settings put global policy_control immersive.status=*
To only hide the navigation bar:
adb shell settings put global policy_control immersive.navigation=*
To hide both status and nav bar:
adb shell settings put global policy_control immersive.full=*
Return things to normal:
adb shell settings put global policy_control null*
Remember, this is just like being in immersive mode, so all you need to do to get your nav bar or status bar visible again is swipe from the top or bottom of the screen. Any time you tap in a text field box your keyboard will automatically pop up as normal. Note that even though the home button’s haptic feedback is still active when the buttons are off screen, to bring up Google Assistant you’ll first have to bring the navigation buttons on screen.
For further details and user feedback, head to the relevant Reddit and XDA threads at the links. Bear in mind that you’ll need to enable ‘USB debugging’ via the developer options menu in your device settings (unlocked by tapping the device build number seven times on the about phone page) to get started.
