[Q] Transparent 9.png? - Android Q&A, Help & Troubleshooting

I tried to make 50% transparent 9.png but while compiling, i got big error list from apktool. How can i make transparent 9.png?

Simple. Make a trans image and then run it threw the draw 9 tool and then add it to your apk and compile. All done.
Batcom2

Related

Help Needed - Creating a Transparent Dialer

I've found a few references to creating a transparent dialer for Samsung phones but the instructions and sample code is not the same for MotoBlur. I've been able to successfully decompile/recompile the BlurContacts.apk, BlurDialer.apk, and BlurPhone.apk but I'm not sure where I need to make the modifications to make the background transparent.
Attached are the decompiled apk files referenced above. If anyone has any ideas of which code to modify to make the background transparent for the dialer and contacts I would appreciate it if you could post the original code and the modifications made.

Need help to Locate statusbar in systemUI.apk

This developer below has made transparent Status bar. I think he took the black image inside systemUI.apk (can open using winrar)and made it transparent and repacked it back. I tried to open systemUI.apk and locate the status bar but couldn't find one. I am trying to make one for XXLFB(which has brightness adjustment in the drop down and i don't want to loose it).
Is my analysis correct ? If so could you help me locate the .png file that is transparent. Thanks
http://forum.xda-developers.com/showthread.php?t=1687861

[Q] How to edit JB 4.1.1 app?

I used the latese apktool,but the apktool always show me decompilation failure when I decompile some app of system.Sometime I decompile success and edit it after,the apktool show me pack fail.
I just want to make the satus bar color to transparent.
8723045587230455 said:
I used the latese apktool,but the apktool always show me decompilation failure when I decompile some app of system.Sometime I decompile success and edit it after,the apktool show me pack fail.
I just want to make the satus bar color to transparent.
Click to expand...
Click to collapse
I hope it will clear it up..
http://forum.xda-developers.com/showthread.php?t=1814441

[how-to]change status bar clock color on latest samsung released rom

Hi , I had search every where how to change clock color on status bar in latest Samsung ROM ( JB ) but non-work
Coz its code is a bit different from other ROM. So here's how
Requirement :
SystemUI.apk
A bit knowledge about decompiling
Patience
First --->
Decompile your systemUI.apk, go res/layout/tw_status_bar.xml
Then --->
Search for this code
Code:
<com.android.systemui.statusbar.policy.Clock
Then --->
You will see
Code:
android:textColor="#fffefefe
behind it.
Now you may change whatever color you want by changing the code.
Here http://html-color-codes.info/ it maybe useful for you to find the color code
Note : The last 6-digit IS the color code, whereby
the two in front it is transparency.
It count by
#FF****** ( Opaque )
#00****** (Transparent )
It is recommended not to change the first two digits except you know what you are doin :laugh:
Now --->
Recompile your apk , drag resources.arsc and tw_status_bar.xml from your newly build APK to your old SystemUI.apk
Finally --->
Push your SystemUI,apk to system/app of your phone and reboot.
DONE.
DO PRESS THE THANKS BUTTON IF I HELP YOU !!!! CHEERS
Thanks
And to center the clock you can make an 'how to' ?
do i need the framework-res.apk when decompining,ma8?
Sent from my GT-I9100 using Xparent Skyblue Tapatalk 2
can't seem to work
everytime i try to either decompile the systemUI i make the changes but when i try to compile the systemUI back to an .apk file it doesnt compile it gives me errors i tried APKtool and APK manager both which gives me the errors also when i ty to do it which out decompiling them it gives me systmUI Force Close.. idk what to do please
Mundo Hackz said:
everytime i try to either decompile the systemUI i make the changes but when i try to compile the systemUI back to an .apk file it doesnt compile it gives me errors i tried APKtool and APK manager both which gives me the errors also when i ty to do it which out decompiling them it gives me systmUI Force Close.. idk what to do please
Click to expand...
Click to collapse
I would double check what codes you are using for the colors as I tried the html code and it wouldn't compile. When i searched for an ARGB color chart I was able to re-compile
Thanks for the info JoFury

[question] about theme create

After reading those guides:
http://forum.xda-developers.com/android/themes/guide-getting-started-theming-cm12-t3006339
http://forum.xda-developers.com/android/themes/guide-t2978121
i managed to import and .apk theme to virtuous studio,enable java as variable,exported framework from my device to desktop
and finally managed to recompile the .apk
the only thing i managed to do was,to change the wallpaper..
my question is :
how can i change the colors of other app?
lets say systemui.apk to change the color of enabled WIFI
http://prntscr.com/612nui <-- make this green for example
ok i will decompile systemui.apk ,mod it and recompile it but this will work only for me...what about others?
how can i change other's apk colors through my theme apk???

Categories

Resources