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

custom background stuck on downloading... forever . #9

Open
parazite opened this issue Jan 12, 2015 · 5 comments
Open

custom background stuck on downloading... forever . #9

parazite opened this issue Jan 12, 2015 · 5 comments

Comments

@parazite
Copy link

hi thanks for the app its just great!!

one tiny problem thats the background doesnt able to download the picture and it doesnt replace the default one

@micksterfl
Copy link

I am having same issue anyone get this to work ok? Maybe I am doing something wrong?

@lexaneztnerf
Copy link

Hi team,
any news on that? I have the same issue with the actual version.
Or can anyone tell me, where the binaries of FiredTV are located, so I can overwrite the "wallpaper.png" with annother background?

@shutterslaps
Copy link

Same exact problem. No matter what URL I input, it'll hang up on the "Downloading Wallpaper..." .gif

I will definitely buy you beer(s) once this is fixed!

@StancuFlorin
Copy link

Same problem here.

@AndrewSav
Copy link

Quick fix for the end-users is to run

touch /data/data/com.altusapps.firedtvlauncher/files/wallpaper.png

as a root. That assumes you have rooted device.

Otherwise SettingsActivity.OnCreate needs to be fixed to use a different function instead of Settings.GetWallpaperFilename that returns the same thing, but even when the file is not present.

A separate problem is that when download fails for whatever reason, the "Downloading Wallpaper..." stays on screen. This is because the app is trying to display a toast in a wrong thread. This call needs to be wrapped in RunOnUiThread.

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

6 participants