I'd like to change the background of system app and notification area with Transparency...
For system app like phone, contacts, setting...
We can change the background as we change semc_bg.png and semc_general_bg.png in framework-res.apk and SemcGenericUxpRes.apk.
But NO Transparency~~!!!!
For notification area, I tried to change shade_bg.png in SystemUI.apk But Nothing changed.
Could you somebody helpl me which xml and attribute I should modify for this two transparency~~??
I see someting strange indeed. It has something to do with core system apps or not.
I have changed in framework-res.apk the file activity_title_bar.9.png.
In every system app (like contacts, sms, settingsmenus) this changed png isn't visible.
But it is changed because in NinjaMorph, root explorer, Traffic statistics, (SE)Office Suite I see the new color (changed png) in the activitybar.
I think this problem is similar with the problem rleon describes in his post above.
Android uses PNG's from framework-res apk, SystemUI.apk and others not always in the same way.
Developer question I think. I hope some of them will give a reaction on this.
Kind regards,
Vintiem
I changed the icon of browser.apk, but when I run it,it crash,why? (The icons has the same height and weight as original (32*32))
Obviously, it crashes not because of its icon, but one of other applied modifications... For example, Browser.apk needs proper framework.jar...
how do i change the color of the tabs in many apps like task manager,dialpadactivity and more.
i think the must change from twframework-res.apk but where?
I just want to edit the application background app.
Is there a way to just replace the background image of a modified theme?
Scythemore said:
I just want to edit the application background app.
Is there a way to just replace the background image of a modified theme?
Click to expand...
Click to collapse
Just follow this guide - http://forum.xda-developers.com/showthread.php?t=2069287
What app's background do you want to edit? Because there are two possibilities - either it is a png (much easier) or xml editing (slightly more difficult)
Just PNG and no rooting.
I'm using CM 10.2 on my GS3 with Xposed and Cobalt theme. Is there a xposed module that will allow me to change system settings background and other default apps bg like the dialer, contacts...etc?
try Xblast, its works on may device :good:
C.E.R.N said:
try Xblast, its works on may device :good:
Click to expand...
Click to collapse
I'm using xblast but only found notification bg.
k00lguy105 said:
I'm using CM 10.2 on my GS3 with Xposed and Cobalt theme. Is there a xposed module that will allow me to change system settings background and other default apps bg like the dialer, contacts...etc?
Click to expand...
Click to collapse
I don't think so. Decompile > Modify > Recompile is your only solution I think.
Primokorn said:
I don't think so. Decompile > Modify > Recompile is your only solution I think.
Click to expand...
Click to collapse
That's not a problem, how do I find the names of each bg so I know what I'm looking for? Also, would I be Decompiling the theme or the system app?
k00lguy105 said:
That's not a problem, how do I find the names of each bg so I know what I'm looking for? Also, would I be Decompiling the theme or the system app?
Click to expand...
Click to collapse
Each background is located into a different apk file and I can't give you all the related names.
• If Colbalt already modifies the backgrounds and you want to change them the easiest way is to decompile the theme then modify and recompile with your backgrounds. (a simply drag & drop should do the trick too with 7zip)
• If Cobalt doesn't modify them you have to decompile the original apk (Dialer, framework-res...) then recompile. Cobalt theme won't affect these modifications.
Primokorn said:
Each background is located into a different apk file and I can't give you all the related names.
• If Colbalt already modifies the backgrounds and you want to change them the easiest way is to decompile the theme then modify and recompile with your backgrounds. (a simply drag & drop should do the trick too with 7zip)
• If Cobalt doesn't modify them you have to decompile the original apk (Dialer, framework-res...) then recompile. Cobalt theme won't affect these modifications.
Click to expand...
Click to collapse
Would there be an option for bg color as RGB code or would I just make transparent images to replace them?
k00lguy105 said:
Would there be an option for bg color as RGB code or would I just make transparent images to replace them?
Click to expand...
Click to collapse
Each apk is different. Some have a hex color to set the background and other use a png file. With a custom theme (via Theme chooser) you can define xml redirections eg remplacing a png file with a hex color to obtain a full transparency.
What is difficult is to find the right file/code. I personally make tests to find some truff to theme.
Ok thank you, so what I'm really looking for is the eye candy of Cobalt with the transparency of HoloGlass so I'm guessing just editing the transparency of cobalt would be the easiest route.
Sent from my SGH-T999 using XDA Premium 4 mobile app