How do I get started making LG G5 themes? - LG G5 Questions & Answers

I see a few custom themes have been made, and I want to make some as well.
Did you guys rip apart a theme APK and tweak it, or otherwise, how did you get started building? Some of the SmartWorld themes have potential but they're not quite there. I checked out Faraat's thread and theme template but I didn't see a lot of tweakability, not to the extent that Vector, Remix, etc. have achieved (Quick Settings theming, Dialer theming, etc etc)
Any advice would be much appreciated. Thank you!

Related

[REQ] All black based apps

I am now using the awesome all black mod and was wondering how hard would it be to "all black" the gmail and gtalk apps to match. Black background and white/grey text perhaps. I would think in my case this would save a lot on battery as well as I check email frequently.
I would love this as well though I am just a user, not a programmer or the like. However I don't think this would be too hard. It could be as simple as implementing maybe a high contrast which pretty much almost flips the colors. No idea though
If their layouts, styles, etc are defined in accessible XML files it could probably be done.
yeah add me! this would be an awesome mod. can totally see 2+ days with something like this.
Anyone able to actually do this I poked around some and was unable to make it work.
I'll take a look...
That would be awesome. If you would be willling to share your findings that would be icing on the cake as I would love to learn how to do this myself.I tired to change the background colors by changing color values in the chat_view.xml but that seemed to have no effect. I am sure its just a matter of changing color values in a few key xml files but just dont know where to look.
Thanks again
Check out the thread called "tiles by ardchoille" in the section I think it may be what your looking for
Sent from my SGH-T959 using XDA App
Wykedx said:
Check out the thread called "tiles by ardchoille" in the section I think it may be what your looking for
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Thanks for the link but no that is not what I am looking for. What I want is for the background screen inside the apps to be black background with white text. The default for gmail and gtalk is a white background with black text on it.
adm1jtg said:
Thanks for the link but no that is not what I am looking for. What I want is for the background screen inside the apps to be black background with white text. The default for gmail and gtalk is a white background with black text on it.
Click to expand...
Click to collapse
Almost positive framework for google apps (gapps) is closed source and not to be modded or distributed. that is why CM got the cease and desist letter.
You could create a metamorph to do this but it would take quite a lot of hunting to find all the .xml files needed, as well as all the .png's used. The easy part would be editing the basic framework files. Editing all the apps you've installed is a whole new story.
Snoop around in framework.res and twframework.res if you like. That's what the AllBlack mm changes.
FYI, Cyanogen got a C&D for the _distribution_ of Google apps. I strongly doubt Google would care if you change the graphics of gapps for yourself, so long as you're not making the apps themselves available for download.
Bump (Throws up a shield to avoid tomatoes)
Any new way to accomplish this?
nakagusukumike said:
Bump (Throws up a shield to avoid tomatoes)
Any new way to accomplish this?
Click to expand...
Click to collapse
Same here. I would love to get a blacked out Gmail.
I had found one on a droid x forum recently. Someone has done it.
Scarinzi said:
Same here. I would love to get a blacked out Gmail.
I had found one on a droid x forum recently. Someone has done it.
Click to expand...
Click to collapse
Hi,
Blacking out apps is a royal pain to do it right. I've been working on this for my newest (still unreleased) honeycomb theme, and its slow, and tedious. I can spend hours changing one color value, or one line of code, re-compiling, push to phone, test, only for it to not work properly, and then I have to undo the change, and start over.
https://picasaweb.google.com/113127051130934911253/HoneycombTheme?feat=directlink
Gmail for instance, uses XML layouts, colors coded into the java directly, and then custom CSS for the message view.
I've been tweaking and debugging for days, and still can't override enough of the font colors to black out the message view to a level I'm happy with.
Anyway, I've done gmail, gtalk, googlevoice (well, like 90%, can't blackout the setup process properly no matter how I try) AOSP 2.2 calendar (I hate touchwiz) CM6/AOSP Mms (just touchups), google quick-search-box, twitter 2.0.1, android market, and the ABSOLUTE worst of them all, google maps (only like 85-90%, I can't decompile the resources, so some parts will never be inverted properly.) And then there were also tweaks to Contacts, Browser, Beautiful widgets, Voodoo control app, and the frameworks themselves.
And I still need to blackout facebook, google reader, google books, and a few more.
I had planned on releasing eventually, but in order to blackout maps, the framework-res.apk has to invert every call for a "light" theme to "black" instead, so it WILL break other apps that use custom display styles, but rely on default android text colors (or vice-versa.) And of course, if anyone starts asking for a release-date, I'll likely just abandon it entirely. This was all done for my own personal enjoyment and use, not anyone else's.
Blah, sorry for sounding *****y, I'm tired of people causing drama in the android world, its supposed to be FUN, not high-school.
Cheers, =)
s0niqu3 said:
Hi,
Blacking out apps is a royal pain to do it right. I've been working on this for my newest (still unreleased) honeycomb theme, and its slow, and tedious. I can spend hours changing one color value, or one line of code, re-compiling, push to phone, test, only for it to not work properly, and then I have to undo the change, and start over.
https://picasaweb.google.com/113127051130934911253/HoneycombTheme?feat=directlink
Gmail for instance, uses XML layouts, colors coded into the java directly, and then custom CSS for the message view.
I've been tweaking and debugging for days, and still can't override enough of the font colors to black out the message view to a level I'm happy with.
Anyway, I've done gmail, gtalk, googlevoice (well, like 90%, can't blackout the setup process properly no matter how I try) AOSP 2.2 calendar (I hate touchwiz) CM6/AOSP Mms (just touchups), google quick-search-box, twitter 2.0.1, android market, and the ABSOLUTE worst of them all, google maps (only like 85-90%, I can't decompile the resources, so some parts will never be inverted properly.) And then there were also tweaks to Contacts, Browser, Beautiful widgets, Voodoo control app, and the frameworks themselves.
And I still need to blackout facebook, google reader, google books, and a few more.
I had planned on releasing eventually, but in order to blackout maps, the framework-res.apk has to invert every call for a "light" theme to "black" instead, so it WILL break other apps that use custom display styles, but rely on default android text colors (or vice-versa.) And of course, if anyone starts asking for a release-date, I'll likely just abandon it entirely. This was all done for my own personal enjoyment and use, not anyone else's.
Blah, sorry for sounding *****y, I'm tired of people causing drama in the android world, its supposed to be FUN, not high-school.
Cheers, =)
Click to expand...
Click to collapse
I don't blame you at all.
If you decide to make this available to everybody, it will be awesome. Good work.
I couldn't find it on XDA but a quick Google search found one on a droid x forum in zip form.
I flashed it with CWM and it worked.
Not as nice looking throughout as s0niqu3's but looks alot better than the regular version.
http://www.droidforums.net/forum/blacked-out/128296-release-gmail-2-3-4-1-blacked-out.html

How do you redesign themes that are made by others

I wanted to know if there is a program that can do what you guys are talking about. I would like to make my own themes with themes made by other people. If the is no program then where would one start. Thx in advanced.
Ok I don't want to piss people off but how can I make a theme. Where do I start, is there a program to help you make themes instead of copying off of people. That's what I really like to know.
What mind of theme are you talking about? There are different methods for different types of themes.
I think u just need Photoshop and u have to edit the images then repack them to the zip for install just be sure u don't lose where the icons are placed and don't rename them... I think.... but I have no idea "/
CM7 wtf else....
Well I'm talking about themes poeple make that are in android market. I dont know what type of themes they are. Forgive me I'm new to android, I had a iPhone 4 and used winspc to change themes other people made on cydia.
Now do you just got to only use Photoshop cuz I use gimp is it the same.
You can use any image editing software. Read this thread. It pertains to the same thing that you are trying to do. You will use almost the exact same process to edit themes made by others.
Like the previous posters have mentioned, Photoshop or Gimp photo editor which is free would be your best bet, if you wanna make your own designs... If you want to theme your home screen using other people's work visit this thread, might help you out a bit.
http://forum.xda-developers.com/showthread.php?t=901649
It also has an instruction on how to change the icons after you make the design
Good luck!
If you use anything that is not yours, ask first. A lot of time goes into making a theme (even a not-so-good one) and I've seen too many people just say "credit goes to blah blah" but never asking. Please be considerate of the work of others.
As for actual theming it all depends on what you are theming. Some apps (launchers and widgets mainly) have built in theme functionality and should have a guide specific for them. Theming a ROM is a lot more time intensive and involves decompiling frameworks, setting up development tools, dealing with many possible problems, hoping compiling works, being frustrated about forgetting something, testing, etc. etc.
good info was looking for something very similar
Is making a them for a stock MT4G that uses the theme installer different than those made for custom ROMs?
It seems the androidian theme is the only one that can be installed and used on a stock MT4G. I'd love to see that exact theme with the green replaced by a dark gray.

Feature Request : System-wide Icon changer

Paranoid Android made me forget Xposed, never looked back. The genius behind peek and pie just frightens people who see it in action and it makes me think I am playing in a sort of near-future fiction.
One thing I am desperate for, despite all this, is the possibility to change icons, system-wide, like Unicon permits it
.
I know it is not a pure "google experience", but in my opinion bad design choices made by app developers for their icons aren't either.
The possibility to have a clean look, either by changing a single icon or even multiple of them to get a unique and coherent look all across the system.
I also know that there is the possibilty to change the launcher, but I find it more disturbing than anything other to have two different icons for the same app. It just seems like badly hiding someone else's mess.
I wish you all a good day, silently waiting to enjoy hover, hopefully soon and in all it's glory.
Thank you again for making my phone feel awesome each time I hold it.

[Q] Theme names

I'm just curious as to why the name of each theme isn't attached to it in some way. This would have saved my sanity, for sure. What about some sort of number system, with a master list that could be updated as needed? There are so many themes to look through, i ran down the battery on my N5. Just a suggestion.
Thanks for so many beautiful themes.:good:

Anyone have a stock lg theme apk to share, or willing to share a V30 theme source?

Hi themers,
Just picked up a V30 and desperately want to change the window shade and settings menu backgrounds to black. I've started by taking a theme and beginning to reverse engineer it, but it would be much easier if someone would post a theme with full source, and/or the LG theme apk. Thanks!
Itsallbrokennow said:
Hi themers,
Just picked up a V30 and desperately want to change the window shade and settings menu backgrounds to black. I've started by taking a theme and beginning to reverse engineer it, but it would be much easier if someone would post a theme with full source, and/or the LG theme apk. Thanks!
Click to expand...
Click to collapse
In the themes section of settings, there's s theme called "high contrast". Wouldn't that theme do what you're seeking?
Yeah, that would fix the primary problem, though I'm not a huge fan of the Halloween orange hi-contrast switches. Since theme-ing the v30 appears to all be done the hard way, I'd like to help provide the resources for everyone to be able to edit themes themselves to customize whatever they'd like.
Adjusting to a locked up carried skinned phone is rough after coming from oneplus.

Categories

Resources