Help Needed - Creating a Transparent Dialer - Atrix 4G Themes and Apps

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.

Related

Request. Theme edit

Is there any method to replace only the clock in the theme from other theme?
Yes, you can edit the Flips and the numbers only. All you have to do is decompile the apk with M10 tools and find and copy all the images from the clock flips and the numbers, copy them to a folder, close project, open the new skin you want to edit, decompile with M10 again and replace all the images you want, compile it again and then with APK Tools you have to sign the apk.
done! thanks to luis4ever!!!!

[Q] Transparent 9.png?

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

[Help]how to create theme chooser theme for x10 mini(e10i)

Hi guys, can u teach me how to create themes for theme chooser and give me the files i need to create a theme chooser themes thanks for your help...
-Renz29
Renz29 said:
Hi guys, can u teach me how to create themes for theme chooser and give me the files i need to create a theme chooser themes thanks for your help...
-Renz29
Click to expand...
Click to collapse
First you need to learn some basics about de-compiling and compiling APKs.
Read here about that: http://forum.xda-developers.com/showthread.php?t=2033415
After that you can decompile an existing theme and look in all files and see how stuff works. At the beginning most of it will not give any sense aside from the PNGs. You will recognice most of them.
What the theme-apk does is to make redirections to the one in the APK. All redirections are controlled in XML-files placed in res\xml
One master XML: redirections.xml
And the one XML for each app that is themed.
Aside from PNGs the theme also sets styles (colors, text-size and stuff) and sets what animations should be used.
In the root of the theme-apk you got AndroidManifest.xml.
Always make your own package-signature to avoid collision with other themes... package="com.thebest.theme.renz"
This is not a total guide... just to get you started.
Perhaps I should make one.
Emperor.dk said:
First you need to learn some basics about de-compiling and compiling APKs.
Read here about that: http://forum.xda-developers.com/showthread.php?t=2033415
After that you can decompile an existing theme and look in all files and see how stuff works. At the beginning most of it will not give any sense aside from the PNGs. You will recognice most of them.
What the theme-apk does is to make redirections to the one in the APK. All redirections are controlled in XML-files placed in res\xml
One master XML: redirections.xml
And the one XML for each app that is themed.
Aside from PNGs the theme also sets styles (colors, text-size and stuff) and sets what animations should be used.
In the root of the theme-apk you got AndroidManifest.xml.
Always make your own package-signature to avoid collision with other themes... package="com.thebest.theme.renz"
This is not a total guide... just to get you started.
Perhaps I should make one.
Click to expand...
Click to collapse
thanks for your reply but the Java SE Runtime Environment link is no file please help me
Renz29 said:
thanks for your reply but the Java SE Runtime Environment link is no file please help me
Click to expand...
Click to collapse
Link updated

[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???

Theming help requested

So...I know just enough to be dangerous. I am attempting to slightly customize stang5litre Ultra Note5 - just change the quick settings toggle colors & text, slider bar colors, & perhaps change the dialer keypad buttons. Maybe a little more if I'm successful. I have been reading up on how to do this by editing xml files from here and here.
My problem is finding all the correct apks to decompile and edit. For example I have decompiled "SecSettings2" but it doesn't appear to have all the necessary files and I can not find a simple "SecSettings" or "Settings" apk. The same goes for the phone/dialer. I have found "Telecom.apk" and "TeleService.apk" but no Phone apk or SecPhone apk.
Any guidance is appreciated!
/system/framework/framework-res.apk maybe?

Categories

Resources