Doubi88 / SlideshowWallpaper

A Live Wallpaper for Android showing a slideshow of user-selected images
https://doubi88.github.io/SlideshowWallpaper/
GNU General Public License v3.0
38 stars 9 forks source link

FireTV support? #65

Open SRC267 opened 2 weeks ago

SRC267 commented 2 weeks ago

I tried the app on my TV (FireOS) It's functioning, it just needs minor adjustments to utilise the remote as the screen isn't touch based. Tried my keyboard but still had issues with navigation. You also can't preview the slideshow as the Amazon screensaver is hardcoded and can't be changed unless you ADB as demonstrated here

I wonder if it could work via the adb as above, but it would be nice to use local wallpapers instead of how the folio suite of apps only uses cloud only slideshows.

Doubi88 commented 2 weeks ago

Hey @SRC267, thank you for reaching out. I don't know how the service for the screensaver is implemented. If it is a standard WallpaperService, i.e. it is just a live wallpaper, it should just work like this.

What issues do you have with navigation?

Please be careful with downloading random files from random guys. I don't know him. @akshsekhr2702: What should the file on your link do?

Edit: The guy's account is gone. Seems like it was really spam.

SRC267 commented 2 weeks ago

Hi, I'm not actually facing any major navigation issues, the only minor one was when you click on an image to delete from the app pic collection, you can't move the cursor over the red delete button, as the screen isn't touch. So I simply used my keyboard touchpad to hover over the delete button to remove one image from the images picker. I still haven't tried the ADB push method, I'll get around to that. If it does work I'll update you.