Background Image - Android Themes

Hey guys....
How many of you'll would like to learn how to edit the background of apps with ur favorite images instead of sick black color.....
and here is the solution....
first decompile framework-res.apk either with apktool or apk manager
den hav three different pictures (potrait and landscape)
now place a picture in the drawable two pictures of landscape orientation in drawable land and two pictures in drawable ldpi hdpi or wat ever ur mobile supports
name then properly such as name the image in drawable folder as back_dark and in the rest land and ldpi folders name the images as back_dard,back_bright respectively
next comes the major part :|
go to "values"--> "drawables" and rename
Code:
name="screen_background_dark">#ff0000</drawable>
<drawable name="screen_background_light">#ff0011</drawable>
<drawable name="screen_background_dark_transparent">#ff0000</drawable>
<drawable name="screen_background_light_transparent">#ff0000</drawable>
(the color codes which i gave in the above is not the original code just for an example i wrote some code )
the above lines into
Code:
<drawable name="screen_background_dark">@drawable/back_dark</drawable>
<drawable name="screen_background_light">@drawable/back_bright</drawable>
<drawable name="screen_background_dark_transparent">@drawable/back_dark</drawable>
<drawable name="screen_background_light_transparent">@drawable/back_bright</drawable>
Save the file and compile the framework-res.apk

Nice work dude...

Thank you!
+1

but when I scroll, the background would disappear

trettet said:
but when I scroll, the background would disappear
Click to expand...
Click to collapse
i would teach that in the forthcomin procedures....

Help
i tried it and its working fine but wen i scroll the image dissappers...wat shuld i do

pvnkumar139 said:
i tried it and its working fine but wen i scroll the image dissappers...wat shuld i do
Click to expand...
Click to collapse
thats a tedious one dude... btw its just u hav to edit in styles.xml
in some places it would be writted background which has to be replaced by transparent....
i'd get u the linees sometime... i hav my exams goin so no time

DarshpreetGulati said:
Nice work dude...
Click to expand...
Click to collapse
Thank u Darshpreet... hope u try it and make a ROM

trettet said:
but when I scroll, the background would disappear
Click to expand...
Click to collapse
if u get time compare the styles.sml of creed's ROm and ur ROM... u hav to replace background as transparent in 5 locations....

Thanks man!

But it gives a error while compiling! Though it wrks with apktool sometimes! Apk manager always gives an error!

thanks for your effort...

will try
Sent from my GT-S5830 using xda premium

How to change in ICS Framework-res

manikant_009 said:
How to change in ICS Framework-res
Click to expand...
Click to collapse
Drawable nodpi
herpderp © aint got money to pay to my fish

spacecaker said:
Drawable nodpi
herpderp © aint got money to pay to my fish
Click to expand...
Click to collapse
which xml files i have to edit for ICS framework and what changes i should do

manikant_009 said:
which xml files i have to edit for ICS framework and what changes i should do
Click to expand...
Click to collapse
No xml needed ics is easier
Just change pngs in nodpi
herpderp © aint got money to pay to my fish

spacecaker said:
No xml needed ics is easier
Just change pngs in nodpi
herpderp © aint got money to pay to my fish
Click to expand...
Click to collapse
Then why it's not working in Andy's rom 7.2 framework-res.apk. If you want i can attach it here

manikant_009 said:
Then why it's not working in Andy's rom 7.2 framework-res.apk. If you want i can attach it here
Click to expand...
Click to collapse
On cm7.2 u need xml changes on ics cm9 not
Sent from my GT-S5830 using xda premium

spacecaker said:
On cm7.2 u need xml changes on ics cm9 not
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Its not cm9 or cm7 its Andy'sX Rom and i think background_holo_dark.xml files in drawable-nodpi folder is responsible for that

Related

[REQ] Transparent status bar PWGB EH09

I tried every way I know how the last couple days and just cant get it myself. I even tried UOT Kitchen and SHTF every time. Can someone try totally transparent status bar? Thanks.
pahick said:
I tried every way I know how the last couple days and just cant get it myself. I even tried UOT Kitchen and SHTF every time. Can someone try totally transparent status bar? Thanks.
Click to expand...
Click to collapse
r u talking abt the top bar????where u hav clock and wifi icon n all..?!??!
if yes...check one of my post..u will get some help..i m lil busy or else could give u more direction..
Thanks. I look at your posts and see who gave you help. For some reason, I get errors compiling systemui.,apk. I can decompile, and edit png, but will not compile for anything. Thanks tho.
Same here. I can't recompile
Sent from my SCH-I500 using xda premium
brickbeats said:
Same here. I can't recompile
Sent from my SCH-I500 using xda premium
Click to expand...
Click to collapse
Upload the edited systemui and I'll compile it for you.
pahick said:
Thanks. I look at your posts and see who gave you help. For some reason, I get errors compiling systemui.,apk. I can decompile, and edit png, but will not compile for anything. Thanks tho.
Click to expand...
Click to collapse
Do you want me to upload a modded systemui.apk for you, or you want a step by step configuration,on how to make it transparent????
Sent from my GT-I9000 using xda premium
killer_raj said:
Do you want me to upload a modded systemui.apk for you, or you want a step by step configuration,on how to make it transparent????
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
I have since switched to a different ROM, but would still be interested in a step by step if you will. Thanks alot.
pahick said:
I have since switched to a different ROM, but would still be interested in a step by step if you will. Thanks alot.
Click to expand...
Click to collapse
i m lil busy these days..will soon start a thread and give steps...for DIY...
If someone wants to post up the SystemUI.apk and framework-res.apk I can probably do this for you.
status bar transparency
whats good fellas...was interested in modding my theme as well...currently i am runing PWGB with notta's EH09 honeycomb x theme...question...exactlly wat png's do i need to edit to get a transparent status top bar, transparent dialer, and transparent contacts...and what apk's do i need to decompile to find these png's?????? it would greatly be appreciated if u guys would help me...thanks...and by the way....if ur having trouble compiling the systemui.apk u dont even have to go through that trouble...wen i go to edit these png's i will be using ninjamorph which to me is alot of an easier process...wasnt sure if u guys were aware of ninjamorph...i hope all is well
Transparency requires both png and xml edits. There are plenty of guides on the interewebs.
good day.
chopper the dog said:
Transparency requires both png and xml edits. There are plenty of guides on the interewebs.
good day.
Click to expand...
Click to collapse
dont forget the smali!!
editing themes
is there anyone u could at least give me some links....i cant find nothing haha...i guess i havent been looking hard enough

[Q] Change SEMC Background Image

Can you help me how to change the blue background into something more delightful? How to change it?
use custom rom...
u can find on developer forum...
look for one rom that u thing that good for you..
(gingerDX v21 the IMO)
and on the thread u can find how to do it your self..
then find the tool u need to do this..
if you find any problem we here can alway helping your..
we got friendly comunity arround!
The problem is, the BG of the custom rom is the same as the stock rom! I want to change the BG of the custom rom!
acegrace said:
Can you help me how to change the blue background into something more delightful? How to change it?
Click to expand...
Click to collapse
go to http://uot.dakra.lt/kitchen/ and make theme as you wish.
this will also help you to change the BG image.
dipusen said:
go to http://uot.dakra.lt/kitchen/ and make theme as you wish.
this will also help you to change the BG image.
Click to expand...
Click to collapse
I dont think you can change the background with UOT? Can we and how?
First of all does UOT work with our x8? Is it only for stock ROM? What settings do we need to apply in "File Upload" section if it works?
btw you can make the background transparent i.e the same as your wallpaper by using a cm7 theme like ICS by achep, A theme, MIUI by ZDuneX, etc.
You can edit framework-res.apk
And change or replace the bg.
You can open useing winrar . Search in folder res
;-)
Sent from my X8 using xda premium
acegrace said:
The problem is, the BG of the custom rom is the same as the stock rom! I want to change the BG of the custom rom!
Click to expand...
Click to collapse
so new time please mantion what rom you'r running on your phone!!!
denzfarid said:
You can edit framework-res.apk
And change or replace the bg.
You can open useing winrar . Search in folder res
;-)
Sent from my X8 using xda premium
Click to expand...
Click to collapse
+1 this is how I done it on kuyadroid
Sent from my E15i using XDA App

lockscreen interface

hellow to all,i want to share this app for all user fbO/fih...i have already test this app and it work great... hope this make you happy
this for the simple link
forum.xda-developers.com/showthread.php?t=1166054
or
http://www.youtube.com/watch?v=0FVWmeuj3T4
plz thank if you like
This app cant lock screen. This can only lock/unlock the Apps
thanks for the apps
Hmm good application
Would you like to make thread about changing system lock screen??
I think it will be better because some people like to permanent change system lock screen
Sent from my FIH-FB0 using XDA
Arya_3RDNumber said:
Would you like to make thread about changing system lock screen??
I think it will be better because some people like to permanent change system lock screen
Sent from my FIH-FB0 using XDA
Click to expand...
Click to collapse
for to change lockscreen permanent on gingerbread,we must edit framework-res.apk/xml and dont ask how to edit because i also dont know to edit
Is UOT kitchen possible to change?UOT change the systemUI n framework-res.apk
Have you try it elol??
Sent from my FIH-FB0 using XDA
Arya_3RDNumber said:
Is UOT kitchen possible to change?UOT change the systemUI n framework-res.apk
Have you try it elol??
Sent from my FIH-FB0 using XDA
Click to expand...
Click to collapse
for systemui is only control the status bar,notification,and icon line ril,for lockscreen to change we must edit xml at framework-res.apk/res/layout but i dont know which 1 xml to edit and i not already try go UTO kitchen because on UTO kitchen only modify icon that i know..so must google it and find the code to edit .xml at framework-res.apk/res/layout for rom gingerbread odex or deodex
elol said:
for systemui is only control the status bar,notification,and icon line ril,for lockscreen to change we must edit xml at framework-res.apk/res/layout but i dont know which 1 xml to edit and i not already try go UTO kitchen because on UTO kitchen only modify icon that i know..so must google it and find the code to edit .xml at framework-res.apk/res/layout for rom gingerbread odex or deodex
Click to expand...
Click to collapse
I have been tried UOT kitchen
Doesn't work at only lockscreen
Perhaps it must modify decompile framework-res.apk as you said
So must harder to learn it
Many files .xml on framework-res.apk
Sent from my FIH-FB0 using XDA
Arya_3RDNumber said:
I have been tried UOT kitchen
Doesn't work at only lockscreen
Perhaps it must modify decompile framework-res.apk as you said
So must harder to learn it
Many files .xml on framework-res.apk
Sent from my FIH-FB0 using XDA
Click to expand...
Click to collapse
yes so dont be lazy search on google..right now what that i know how to get clock at center on gingerbread,we must edit line at systemUI.apk/res/layout/status_bar.xml and how to get pull down transprent notification on gingerbread we must edit line at systemUI.apk/res/layout/status_bar_tracking.xml and change shade_hander_background.png and shade_bg.png to get transperant..but i not DONE when i try to edit because i cant see the line something all i see is the line code
elol said:
yes so dont be lazy search on google..right now what that i know how to get clock at center on gingerbread,we must edit line at systemUI.apk/res/layout/status_bar.xml and how to get pull down transprent notification on gingerbread we must edit line at systemUI.apk/res/layout/status_bar_tracking.xml and change shade_hander_background.png and shade_bg.png to get transperant..but i not DONE when i try to edit because i cant see the line something all i see is the line code
Click to expand...
Click to collapse
If only pull down transparent notification available on UOT kitchen status bar theme option,,
Maybe,,there are many app/tool to edit xml file easily..
I'll try searching that too friend
Thanks much,,I'm so newbie for discuss it
sent from my CSL-MI410 using XDA Mobile

Tutorial How to change setting background

Tutorial How to change setting background In my themes
http://www.mediafire.com/?49f25u9n0y9s75u
1.download the attached zip
2.Right click the zip open it with winrar
3.A new window open in winrar then browse vrtheme/system/framework/framework-res.apk/res/drawable-hdpi
There you will see a background_own.png now replace it with yours image[make sure it is a.png image and name as background_own]
4.Close the winrar copy this zip to your sd card and flash as always
thanx for the tutorial...i had manage to change my background pics... could u please share some nice background pics with size 480x800 that suit our device resolution..??
rascal123 said:
thanx for the tutorial...i had manage to change my background pics... could u please share some nice background pics with size 480x800 that suit our device resolution..??
Click to expand...
Click to collapse
sure but tomorrow not now
this tut is for your theme only.. plz make tut for other theme too.. thanks..
harrisz said:
this tut is for your theme only.. plz make tut for other theme too.. thanks..
Click to expand...
Click to collapse
sorry other themes won't support it
ok.. thanks..
tarunagg said:
sure but tomorrow not now
Click to expand...
Click to collapse
Hope u dont forget to share some beutiful background wallpaper..
Sent from my GT-I9100G
rascal123 said:
Hope u dont forget to share some beutiful background wallpaper..
Sent from my GT-I9100G
Click to expand...
Click to collapse
Y dont u jz google the images that u like then convert it to png file?then rename&resize it..it's easier rite?hihi im pretty sure that tarunag has a lot of work to do with other themes..
Sent from my GT-I9100G using Tapatalk 2
fauzi_91 said:
Y dont u jz google the images that u like then convert it to png file?then rename&resize it..it's easier rite?hihi im pretty sure that tarunag has a lot of work to do with other themes..
Sent from my GT-I9100G using Tapatalk 2
Click to expand...
Click to collapse
Had done google..just wanna add more wallpaper to my collection..
Sent from my GT-I9100G
if you guys want back ground images
check i9100's theme section

[Q] Theming Issues ?

Okay guys,Hello,I am LED 26.
Trying to theme framework-res.apk i recompile it,do all necessary stuff and now AOSP ICS doesn't boot.. It's 99 % bad program used.. Can you tell me what program do ypu use for theming png's ? Thanks in advance
L.E.D 26 said:
Okay guys,Hello,I am LED 26.
Trying to theme framework-res.apk i recompile it,do all necessary stuff and now AOSP ICS doesn't boot.. It's 99 % bad program used.. Can you tell me what program do ypu use for theming png's ? Thanks in advance
Click to expand...
Click to collapse
Photoshop - paid
Gimp - free (almost like ps)
Sent from my BL-S5570 using xda app-developers app
I used gimp sometime ago,and was good,you remember it to me,so thanks!
Sent from my GT-S5570 using xda premium
L.E.D 26 said:
Okay guys,Hello,I am LED 26.
Trying to theme framework-res.apk i recompile it,do all necessary stuff and now AOSP ICS doesn't boot.. It's 99 % bad program used.. Can you tell me what program do ypu use for theming png's ? Thanks in advance
Click to expand...
Click to collapse
i too wanted to decompile framework-res.apk to add reboot options to power menu to aosp ics. Never manged to make it boot :|...
Yep,but i managed TO mod xml correctly with Notepad++ And the mods work very well,like lockscreen rotation!
Sent from my GT-S5570 using xda premium
XDRdaniel said:
i too wanted to decompile framework-res.apk to add reboot options to power menu to aosp ics. Never manged to make it boot :|...
Click to expand...
Click to collapse
The reboot options are located in the framework files, in android.policy.jar if I remember well. It's really hard to add those in smali.
L.E.D 26 said:
Yep,but i managed TO mod xml correctly with Notepad++ And the mods work very well,like lockscreen rotation!
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
I think your problem is the AndroidManifest.xml file. Everytime you recompile a system app, the apktool (or aapt binary) doesn't correctly compile this particular file. So you have to copy and replace inside the new created apk, the AndroidManifest.xml and the META-INF folder from the original apk.
It worked,thanks,now is booting And i just Need to fix SystemUI (statusbar not appearing) !
Sent from my GT-S5570 using xda premium
alin.p said:
The reboot options are located in the framework files, in android.policy.jar if I remember well. It's really hard to add those in smali.
I think your problem is the AndroidManifest.xml file. Everytime you recompile a system app, the apktool (or aapt binary) doesn't correctly compile this particular file. So you have to copy and replace inside the new created apk, the AndroidManifest.xml and the META-INF folder from the original apk.
Click to expand...
Click to collapse
yes, i know...i followed a few tutorials but allways got stuck at framework-res.apk. I compile it without errors but if i use it bootloops my rom :|.
thanks for the tips.
i'll return later to report if it worked for me.
L.E.D 26 said:
It worked,thanks,now is booting And i just Need to fix SystemUI (statusbar not appearing) !
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
SystemUI is very sensitive in XML editing. You have to be really careful to not delete some components from the XMLs (imageview, relative layouts, widgets). Some can be deleted, usually the simple ones like TextView or some drawables. But for the rest, the SystemUI will appear as uninstalled in your system, even after a clean re-compile.
Infact that was what i got,SystemUI not installed. Fixed by rebuilding my ROM (just delete everything and re-start from scratch and it worked. Thanks alin for your precious tips ! :*
Sent from my GT-S5570 using xda app-developers app

Categories

Resources