Skip to content

Instantly share code, notes, and snippets.

@bylaws
Created February 1, 2021 12:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bylaws/6db669bb048c1207c3309235ce42c92c to your computer and use it in GitHub Desktop.
Save bylaws/6db669bb048c1207c3309235ce42c92c to your computer and use it in GitHub Desktop.
ATV Battery Percentage
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