theothernt / AerialViews

A screensaver for Android TV devices including Nvidia Shield, Fire TV, and Chromecast with Google TV. Inspired by Apple TV's video screensaver.
GNU General Public License v3.0
418 stars 32 forks source link

Can't open screensaver settings on Google TV #65

Closed theothernt closed 1 year ago

theothernt commented 1 year ago

What were you trying to do... Open the system settings to change the screensaver timeout

And what actually happened (ie. describe the bug)... Nothing happens when I select the menu option. The system settings screen does not appear. This stopped working after the recent update to the Google TV.

What kind of device do you have? (eg. Nvidia Shield, Sony TV, etc)... Chromecast/Google TV

theothernt commented 1 year ago

I've reset my Google TV, re-installed Aerial Views and I still can't access the screensaver settings screen.

So it's either been removed or it's a bug.

darkj2k commented 1 year ago

Looks like the activity of "device.display.daydream.DaydreamActivity" was removed from "com.android.tv.settings" after latest update of Chromecast with Google TV.

Pls add an start AerialViews screen saver activity to AerialViews so we can start the AerialViews screen saver by mapping it to tvQuickActions or Button Mapper.

theothernt commented 1 year ago

Pls add an start AerialViews screen saver activity to AerialViews so we can start the AerialViews screen saver by mapping it to tvQuickActions or Button Mapper.

What was the previous command/Intent that worked for you?

theothernt commented 1 year ago

@darkj2k I made the TestActivity available in the latest update - v1.3.1. I tested it with the following command...

adb shell am start -n com.neilturner.aerialviews/com.neilturner.aerialviews.ui.screensaver.TestActivity