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

Fire tv max adb command not found #85

Closed Marius91M closed 1 year ago

Marius91M commented 1 year ago

I have tried to activate the command via the Android app adb Shell Remote.

I get the following error message back:

kara:/ $ adb shell settings put secure screensaver_components com.neilturnttings put secure screensaver_components...

/system/bin/sh: adb: not found

I use the Fire TV Stick Max with the system version Fire OS 7.6.0.8

theothernt commented 1 year ago

Did you find a fix?

Marius91M commented 1 year ago

Apparently the command does not work with the app "Remote ADB Shell". I had connected my tablet to the FireTV via this app and executed the command and this caused the error. When I tried it all again via the Windows PC with the Android SDK, it worked. Thanks a lot!