Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

access screensaver settings broken #42

Open
jesternl opened this issue Aug 15, 2022 · 8 comments
Open

access screensaver settings broken #42

jesternl opened this issue Aug 15, 2022 · 8 comments

Comments

@jesternl
Copy link

Hey, seems like it's no longer possible to get into the system screensaver settings from the menu.
this leaves it unable to set AerialDream as the default screensaver

@jesternl jesternl changed the title access screensaver settings brokne access screensaver settings broken Aug 15, 2022
@cachapa
Copy link
Owner

cachapa commented Aug 16, 2022

I'm guessing this is specifically on Google Chromecast with Android TV.

Unfortunately it seems Google decided to remove the screen saver functionality from that device, so there's nothing we can do: https://www.reviewgeek.com/125089/chromecast-with-google-tv-loses-third-party-screensavers

I'll leave this ticket open in case other people come here with the same issue.

@coyote3
Copy link

coyote3 commented Sep 11, 2022

I love Aerial Dream so much that I can't live without it. I see people talking about running a couple ADB commands with Android SDK tools, but the learning curve has daunted me. I saw (in one of the two pages I just linked to) an Android screensaver developer say he put instructions on his site, anyone willing to do so please?

@kielolff
Copy link

what would the command be in ADB to set your screensaver? Something like?

adb shell settings put secure screensaver_components com.cachapa.aerialdream/.ui.screensaver.DreamActivity

@JJ2W
Copy link

JJ2W commented Dec 19, 2022

I love Aerial Dream so much that I can't live without it. I see people talking about running a couple ADB commands with Android SDK tools, but the learning curve has daunted me. I saw (in one of the two pages I just linked to) an Android screensaver developer say he put instructions on his site, anyone willing to do so please?

I agree. AerialDream is a must. I have a 2021 Sony TV that plays aerial dream just fine. On AndroidTV 10 OS.
But my 2022 Hisense TV does not. I believe it's running AndroidTV 11 OS.

@JJ2W
Copy link

JJ2W commented Dec 19, 2022

@kielolff did you ever find an answer?

@JJ2W
Copy link

JJ2W commented Dec 20, 2022

@kielolff @coyote3 @jesternl @cachapa try this::

After you download Aerial Dream onto the TV, setup the settings you like for Aerial Dream in the app.
Once done, ADB into your TV, remotely through Wi-Fi, and then type the following:
adb shell settings put secure screensaver_components com.codingbuffalo.aerialdream/.AerialDream

@kielolff
Copy link

@kielolff @coyote3 @jesternl @cachapa try this::

After you download Aerial Dream onto the TV, setup the settings you like for Aerial Dream in the app. Once done, ADB into your TV, remotely through Wi-Fi, and then type the following: adb shell settings put secure screensaver_components com.codingbuffalo.aerialdream/.AerialDream

I found "Aerial Views" on github. the package is the same idea, pulls apple screensavers, developer still updates. was able to ADB in, install that package and then
"adb shell settings put secure screensaver_components com.neilturner.aerialviews/.ui.screensaver.DreamActivity"

and im back in business.

@JJ2W
Copy link

JJ2W commented Dec 20, 2022

@kielolff @coyote3 @jesternl @cachapa try this::
After you download Aerial Dream onto the TV, setup the settings you like for Aerial Dream in the app. Once done, ADB into your TV, remotely through Wi-Fi, and then type the following: adb shell settings put secure screensaver_components com.codingbuffalo.aerialdream/.AerialDream

I found "Aerial Views" on github. the package is the same idea, pulls apple screensavers, developer still updates. was able to ADB in, install that package and then "adb shell settings put secure screensaver_components com.neilturner.aerialviews/.ui.screensaver.DreamActivity"

and im back in business.

That's interesting your ADB command is different than the one I got but glad it works just the same. I guess cause yours is a package and mine is the apk from the play store?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants