Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

to change the theme of android application and android complete phone are different things ,I did read a lot of post related to changing to android application theme ,anyone can guide how can I add my custom them to android phone ? I mean I have an image I want to use that image as android phone background theme .Thanks in advance .

share|improve this question
You should be more specific, you just want to add the background? Do you want to theme every single image on your android? – Rotary Heart Jan 10 at 8:11
hi I want to create a theme for every single icon image on android , means one background image will be as background of wallpaper that will be also work for background of lock screen and other icon images will be change whole android launcher icons as a theme . . – aftab Jan 10 at 9:35
like if I have already installed skype ,by using my application them it will change skype icon so on for other launcher icons also . . – aftab Jan 10 at 9:55
@aftab-Are you asking about this...developer.android.com/guide/topics/ui/themes.html..?? – NilayOnAndroid Jan 10 at 12:41
Hi NilayOnAndroid no , not this one because this is for changing of application theme not android phone theme . Like to change the applications icons+home screen background ,colors scheme etc . . – aftab Jan 10 at 22:05

1 Answer

I think you can't do that with a app, but if you have a rooted device and you are running a custom room that supports the theme chooser then you can do a theme based on theme chooser.

This are some examples of custom roms that supports theme chooser.

  • CM ROM
  • AOKP ROM
  • AOSPA ROM
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.