cyngn / android_packages_themes_Template

265 stars 161 forks source link

Theme Template Installed but Doesn't Show in Theme Chooser #14

Open VSImprints opened 8 years ago

VSImprints commented 8 years ago

I'm running the latest CM13 nightly on my Nexus 6 and I am fairly new to Android Dev work, but I've done quite a bit web development/coding over the years.

I was able to get the Template project set up in Android Studio and the project built and sent to my device over ADB.

When I go to the Theme Chooser, the newly installed theme doesn't appear. BUT, if I select Wallpaper, Font, or Sounds form the menu, my theme DOES show up in the list and I am able to update those individual items. But when selected Theme packs, mine is missing.

Is there something else that needs to be set up before the theme will appear as an overall theme pack selection or am I missing something else?

I was able to get other themes decompiled from variouos APKs to install and show up correctly, but I'd rather start from as blank a project as possible and build up than try and eliminate stuff I don't need.

djdarkknight96 commented 8 years ago

You have any overlays? If not that's why. On Jan 11, 2016 9:32 PM, "VSImprints" notifications@github.com wrote:

I'm running the latest CM13 nightly on my Nexus 6 and I am fairly new to Android Dev work, but I've done quite a bit web development/coding over the years

I was able to get the Template project set up in Android Studio and the project built and sent to my device over ADB

When I go to the Theme Chooser, the newly installed theme doesn't appear BUT, if I select Wallpaper, Font, or Sounds form the menu, my theme DOES show up in the list and I am able to update those individual items But when selected Theme packs, mine is missing

Is there something else that needs to be set up before the theme will appear as an overall theme pack selection or am I missing something else?

I was able to get other themes decompiled from variouos APKs to install and show up correctly, but I'd rather start from as blank a project as possible and build up than try and eliminate stuff I don't need

— Reply to this email directly or view it on GitHub https://github.com/cyngn/android_packages_themes_Template/issues/14.

VSImprints commented 8 years ago

That's probably it. I figured it was something simple. I just downloaded what was here and didn't add any extra overlays. Thank you!

Tu-dou commented 8 years ago

How can I remove cyanogenmod built-in themes and change the default theme?

georgialways commented 8 years ago

Thank you for this, I've been googling for the past five days and couldn't find out why it wasn't showing in the theme chooser. I just didn't know there was a comments/issue section.