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

Quality of Wallpapers and Autostart #81

Closed
3 tasks done
KR4U7H3R opened this issue Mar 31, 2023 · 6 comments
Closed
3 tasks done

Quality of Wallpapers and Autostart #81

KR4U7H3R opened this issue Mar 31, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@KR4U7H3R
Copy link

KR4U7H3R commented Mar 31, 2023

Steps to reproduce

First issue

  1. Apply an Wallpaper (in this case from local storage)

Second issue

  1. Activate Autostart
  2. Deactivate Battery Saver for App
  3. Restart Phone (by planned restart)

Expected behavior

First issue

  • Quality should be the same as in Gallery App

Second issue

  • Autostart should work and wallpaper change every 1h

Actual behavior

First issue

  • Quality is lower as in Gallery App (Aves libre)
    Screenshot_2023-03-30-11-05-16-268_com saggitt omega-edit
    WallYou
    Screenshot_2023-03-30-11-06-05-761_com saggitt omega-edit
    Aves Libre
    Screenshot_2023-03-31-13-25-48-286_com saggitt omega~2
    WallYou
    Screenshot_2023-03-31-13-26-06-451_com saggitt omega~2
    Aves Libre

The first two pictures is the problem which I am referring to. The WallYou pictures looks blurrier and pixilated.
The second two pictures show an other wallpaper, and show that the result is more pixilated.
See also the (new) pictures I added in #64.

Second issue

  • The app has to be started manually to work. Not a big problem, but maybe you have experience with this?

Wall You version

3.3 (17)

Android version

Android 13

Other details

As I am using quite a lot of minimalistic wallpapers these problems are often visible. Other wallpapers work fine. I really like your app(s), thanks a lot for your work.

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.
@KR4U7H3R KR4U7H3R added the bug Something isn't working label Mar 31, 2023
@Bnyro
Copy link
Member

Bnyro commented Apr 3, 2023

The reboot-thing seems to be an Android issue, see https://issuetracker.google.com/issues/251231297.
However, I can't reproduce the issue on my device.
We can try to work around it by listening for phone reboots ourselves (https://ao.foss.wtf/questions/51439450/periodicworkrequest-not-working-after-device-reboot-in-android-oreo).

Unfortunately, I've no idea why the quality of the wallpapers differs.

@KR4U7H3R
Copy link
Author

Ok, thanks for your answer. Sadly I am not an app developer so my help/insight is limited as well.

@Bnyro Bnyro closed this as completed in d8b9369 Jun 7, 2023
@Bnyro
Copy link
Member

Bnyro commented Jun 7, 2023

Unfortunately I don't have any idea what could cause the wallpaper resolution issue (and I don't aim to do anything about it currently, sorry).
The boot issue should be fixed now.

@emavgl
Copy link

emavgl commented Dec 23, 2023

Hi @Bnyro, I am encountering the same problem with the low quality wallpaper resolution.

I think that the problem is due to the method createScaledBitmap which is used in the WallpaperHelper class in both cropped and non-cropped version.

According to this page of Stackoverflow seems to be a common issue with this function.

Most likely, setting this flag to true will improve it a bit. Do you remember any reason on why it is set to false?

@Bnyro
Copy link
Member

Bnyro commented Dec 23, 2023

No, feel free to create a pull request if you tested it to make sure it actually has an impact.

@emavgl
Copy link

emavgl commented Dec 24, 2023

I tried on my fork, but unforutnately seem not solving the issue, the quality of the image is significantly bad to me :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants