Created
February 1, 2021 12:26
-
-
Save bylaws/6db669bb048c1207c3309235ce42c92c to your computer and use it in GitHub Desktop.
ATV Battery Percentage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: PixelBurst | |
How to see battery life on the TV build (and get standard app notifications) | |
APKs required, install first - | |
Snowball (https://www.apkmirror.com/apk/squanda/snowball/snowball-2-1-2-release/snowball-smart-notifications-2-1-2-android-apk-download/) | |
Heads Up Notifications (https://www.apkmirror.com/apk/simen-codes/heads-up-notifications/heads-up-notifications-1-14-release/heads-up-notifications-1-14-android-apk-download/) | |
Enable ADB in developer options, then connect and run: | |
adb shell cmd notification allow_listener com.snowball.app/com.snowball.app.nsprocess | |
adb shell cmd notification allow_listener codes.simen.l50notifications/codes.simen.l50notifications.NotificationListenerService | |
adb reboot | |
After restart, go to Settings - | |
Apps > Special App Access > Notification Access > Enable for Snowball | |
Apps > Special app access > Display Over Other Apps > Enable for Snowball and Heads Up Notifications | |
Open both apps and you're done. (use dpad to get through initial Setup on Snowball). Then you can just swipe down to see status bar/notifications like in normal builds. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment