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

"This theme no longer works on this phone. Delete this theme?" - Error message when trying to apply #1

Open
fischer-felix opened this issue Jan 11, 2022 · 6 comments

Comments

@fischer-felix
Copy link

I have a problem on my LG V30, where if I try to apply the theme from settings, it tells me this error message.
The V30 is only running android 9, and I noticed the api requirements were set to 29(=10), so I changed those, but I would expect it to still work, as the actual UI version did not change (UX9).

Screenshot_20220111-172937
Screenshot_20220111-172945

@audietron171
Copy link
Owner

Have you tried changing the "com.lge.theme.profile_version" value to "8" (in app>src>main androidmanifest.xml)? I think this might fix it.

@fischer-felix
Copy link
Author

Fixed it, thank you!

Unrelated, but I might as well: this is normal because there is no actual app (as in gui interface) in there, right?
Screenshot_2022 01 12_21:32:05

@fischer-felix
Copy link
Author

I'm also having some trouble adding overlays, so from what I have understood so far, this
Screenshot_2022 01 12_22:18:25
should change some properties in the clock app, but I cannot see any of it applied.

@audietron171
Copy link
Owner

audietron171 commented Jan 12, 2022

A couple of suggestions:

  • Delete the "public.xml" file, will be generated automatically and having an old one here can cause issues.
  • Did you change the SDK level for each overlay?
  • For the drawables, make sure that there isn't different resolutions for those resources. If there is, those might not be used. For example, "xxxhdpi" resources are generally used for 1440p devices (unless other sizes are available). Try adding in resources for these too if needed. This shouldn't matter for "value" xml's but might be worth removing the "xxxhdpi" name on the folder though.
  • To see if your overlay is actually applying, try changing something obvious. Colors are usually a safe bet (can find them pretty easy using a color picker). Be aware that the launcher icon for Clock is set by Home however (so if trying the Icon color, view it in Settings or in Recents).

@fischer-felix
Copy link
Author

I'm having some difficulty getting things to work, do you know of any theme that would be open source, so I could just go ahead and replace things to get it to my liking?

@audietron171
Copy link
Owner

I don't know of any that are source only, but the best option for you would be to decompile the default White theme and use those resources (and compare manifest files etc). Have you tried that yet?

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

2 participants