I have changed the style of BlurDialer.apk & BlurPhone.apk.
I wanna change the background color of text message(Conversations.apk) from white to black,
but i can't find where i should edit.
i checked lots of apk, like blur-res.apk(in framework)..
but it still useless.
is there anybody can tell me how can i change it ?
kynuspro said:
I have changed the style of BlurDialer.apk & BlurPhone.apk.
I wanna change the background color of text(Conversations.apk) from white to black,
but i can't find where i should edit.
i checked lots of apk, like blur-res.apk(in framework)..
but it still useless.
is there anybody can tell me how can i change it ?
Click to expand...
Click to collapse
If what u mean is changing the background colour of ur sms thg....u could try handcent sms. Its available in d market for free. I haven't tried it but the reviews seem pretty convincing
Sent from my MotoA953 using XDA App
agent008my said:
If what u mean is changing the background colour of ur sms thg....u could try handcent sms. Its available in d market for free. I haven't tried it but the reviews seem pretty convincing
Click to expand...
Click to collapse
Thx anyway, I tried it before..
I just dont wanna use any other applications, so I'd like to edit the original one.~
I hope that I can solve it as soon as possible!~
Thx for ur reply!
kynuspro said:
Thx anyway, I tried it before..
I just dont wanna use any other applications, so I'd like to edit the original one.~
I hope that I can solve it as soon as possible!~
Thx for ur reply!
Click to expand...
Click to collapse
i did some searching for you and found this. such code language is greek to me as im not too good with coding jargon. hope it helps you:
Q- I want to be able to change the background color to white in my android app in the simplest way possible
A- You need to use the android:background property , eg
android:background="@color/white"
Also you need to you need to add a value for white in the strings.xml
<color name="white">#FFFFFF</color>
A2- You can also use
android:background="#ffffff"
in your xml layout, or you can change the theme in your AndroidManifest.xml by adding
android:theme="@android:style/Theme.Light"
to your activity tag.
If you want to change the background dynamically, use
YourView.setBackgroundColor(Color.argb(255, 255, 255, 255))
hope this helps
agent008my said:
i did some searching for you and found this. such code language is greek to me as im not too good with coding jargon. hope it helps you:
Q- I want to be able to change the background color to white in my android app in the simplest way possible
A- You need to use the android:background property , eg
android:background="@color/white"
Also you need to you need to add a value for white in the strings.xml
<color name="white">#FFFFFF</color>
A2- You can also use
android:background="#ffffff"
in your xml layout, or you can change the theme in your AndroidManifest.xml by adding
android:theme="@android:style/Theme.Light"
to your activity tag.
If you want to change the background dynamically, use
YourView.setBackgroundColor(Color.argb(255, 255, 255, 255))
hope this helps
Click to expand...
Click to collapse
it do help a lot , I found a xml "\res\values\drawable.xml",
some value of it may have an effect on the background color.
<item type="drawable" name="white_background">#ffffffff</item>
Click to expand...
Click to collapse
but I'm in trouble now because of the apktool.
It seems that this APK can't be recompiled individually, I gonna solve it as soon as possible.
Thx for ur help!
make sure ya post your solution!
kynuspro said:
it do help a lot , I found a xml "\res\values\drawable.xml",
some value of it may have an effect on the background color.
but I'm in trouble now because of the apktool.
It seems that this APK can't be recompiled individually, I gonna solve it as soon as possible.
Thx for ur help!
Click to expand...
Click to collapse
ur most welcome. please post ur solution, and if ur method works, please relist this thread as solved...thanks
agent008my said:
ur most welcome. please post ur solution, and if ur method works, please relist this thread as solved...thanks
Click to expand...
Click to collapse
oh..there isn't any good news now at this moment.
on the one hand, I can't decompile the "conversation.apk" individually,
(the error just like : "Could not decode attr value, using undecoded value instead")
on the other hand, the "framework-res.apk"&"blur-res.apk" can be decompiled correctly, but I edit some xml about colors, and my device can't boot with the replacement.
I have to recovery it now..and waiting for help!!
kynuspro said:
oh..there isn't any good news now at this moment.
on the one hand, I can't decompile the "conversation.apk" individually,
(the error just like : "Could not decode attr value, using undecoded value instead")
on the other hand, the "framework-res.apk"&"blur-res.apk" can be decompiled correctly, but I edit some xml about colors, and my device can't boot with the replacement.
I have to recovery it now..and waiting for help!!
Click to expand...
Click to collapse
check through the threads on this forum and see if anybody has posted a similar question as yours and if they have a solution. my bet is somebody has.
http://forum.xda-developers.com/forumdisplay.php?f=565
EDIT: after looking around a bit, most people on other forums recommend for you just to use handcent. apparently its the simplest fix without you having to tweak around much a lot. they just recommend for you to disable the stock message notification so that you wont get 2 notifications on your notification bar. perhaps you'd wanna give it another go? besides, apparently handcent supports upto 5mb of storage as opposed to the standard 2mb on the stock messaging app
Someone attach the apk please.
Sent from my A953 using Tapatalk
santiemanuel said:
Someone attach the apk please.
Sent from my A953 using Tapatalk
Click to expand...
Click to collapse
check this thread. is this the APK you're on about? if it is i will upload it first thing in the morning
http://forum.xda-developers.com/showthread.php?t=882997
yes, but it doesnt work. signature mismatch.
Sent from my A953 using Tapatalk
santiemanuel said:
yes, but it doesnt work. signature mismatch.
Sent from my A953 using Tapatalk
Click to expand...
Click to collapse
i managed to find the following apk's, and decompiled versions for conversations. however they are for the Koraean Stock Rom for Motorola Defy.
hope this helps
EDIT: link to the thread in which I found this:
http://forum.xda-developers.com/showthread.php?t=1019327
Thanks! i will read the decompiled until i get to my pc and find my conversation.apk backup
Sent from my A953 using Tapatalk
You're most welcome
Sent from my MotoA953 using XDA App
agent008my said:
i managed to find the following apk's, and decompiled versions for conversations. however they are for the Koraean Stock Rom for Motorola Defy.
hope this helps
EDIT: link to the thread in which I found this:
http://forum.xda-developers.com/showthread.php?t=1019327
Click to expand...
Click to collapse
I got why I can't decompile Conversations.apk..
This man said in his thread:
"
I am trying to decompile Conversations.APK from /system/app with APKTool
I am using framework-res.apk, blur-res.apk and moto-res.apk as the framework.
It was successfuly decompiled.
"
I knew this before, but I don't know how to use them as the framework..
maybe I gonna ask him for details...to decompile my conversations
agent008my said:
ur most welcome. please post ur solution, and if ur method works, please relist this thread as solved...thanks
Click to expand...
Click to collapse
LATEST:
I decompilied conversation.apk successfully,
the code in "\res\values\drawables.xml" is:
Code:
<item type="drawable" name="white_background">#ffffffff</item>
I changed #ffffffff to #00000000 and saved it .
But it doesn't work...nothing happened with my TextMessaging!
I think I should have a try on framework-res.apk or blur-res.apk.
Black is #ff000000
Sent from my A953 using Tapatalk
santiemanuel said:
Black is #ff000000
Sent from my A953 using Tapatalk
Click to expand...
Click to collapse
Thx, but it's still....It didn't work and nothing were changed after I edit the xml.
I gonna check the "blur-res.apk" later..
There is many .PNG about text messaging init.
Done
Bump, MOD Done.
The file to edit was compose_message_activity change white with black
Well, I guess it is what you wanted, I forgot how the stock mms looked like. Test.
Hi!
I have some customizations I would like to do with my phone. I know how to edit and compile systemUI .apk. But I don't know which values in which files to edit.
What I would like to change is:
1. Remove nfc icon in statusbar.
2. Get black status bar.
3. Change navbar height
I know that there are some mods out there, butiken they wi'll replace my current ones.
Thank you in advance!
karstensson said:
Hi!
I have some customizations I would like to do with my phone. I know how to edit and compile systemUI .apk. But I don't know which values in which files to edit.
What I would like to change is:
1. Remove nfc icon in statusbar.
2. Get black status bar.
3. Change navbar height
I know that there are some mods out there, butiken they wi'll replace my current ones.
Thank you in advance!
Click to expand...
Click to collapse
If you're on the Verizon variant check out this thread.
Different carrier? Try this thread.
Thank you, but as I mentioned, I am not interested in the complete apk, I only want to know the code to change to.
Sent from my LG-D802 using Tapatalk 2
I need help sirs/ma'ms
Please tell /guide me how to make Galaxy y statusbar pulldown full transparent.I search xda but there are guides for hdpi or other phones .I need the guide asap
For the status bar itself see my guide
http://forum.xda-developers.com/showthread.php?t=2204389
for the status bar expanded either change the png - locate the name in status_bar_expanded.xml or an easy way is just to run the systemui through uot kitchen and just select the background of the status bar to what you want and dont change anything else
http://uot.dakra.lt/kitchen/
guides for other phones (gingerbread) and hdpi will also work although may need slight adapting
Thanks Sir
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
marcussmith2626 said:
For the status bar itself see my guide
http://forum.xda-developers.com/showthread.php?t=2204389
for the status bar expanded either change the png - locate the name in status_bar_expanded.xml or an easy way is just to run the systemui through uot kitchen and just select the background of the status bar to what you want and dont change anything else
http://uot.dakra.lt/kitchen/
guides for other phones (gingerbread) and hdpi will also work although may need slight adapting
Click to expand...
Click to collapse
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
[email protected] said:
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
Click to expand...
Click to collapse
the names may differ with rom
all the pngs and references will be in status_bar_expanded.xml and all the other xmls in the drawable folder
If you want to just make the expanded transparent the quickest way to do it is using uot kitchen - the link iv already given
If you dont know how to use uot kitchen then youtube is your friend
Thanks Again Sir
marcussmith2626 said:
the names may differ with rom
all the pngs and references will be in status_bar_expanded.xml and all the other xmls in the drawable folder
If you want to just make the expanded transparent the quickest way to do it is using uot kitchen - the link iv already given
If you dont know how to use uot kitchen then youtube is your friend
Click to expand...
Click to collapse
Thanks sir But I don't wanna go online themming I don't have much data sir
Help Me sir
Sent from my GT-S5360 using xda app-developers app
Inspiration from boot animation and methods from animated nofification dropdown background from here.
Preview
Requirement:
1. Advanced apktool
2. Notepad++
3. Deodex System
A. Animation Background System
To do this mod first follow this tutorial to make the background transparent.
http://forum.xda-developers.com/showthread.php?t=2641414
1. Make sure you have a transparent background settings
2. Decompile framework-res.apk
3. Download framework-res.zip from attachment and merge to your framework-res.apk
4. Now navigate to /res/values/styles.xml and change the line :
Code:
<item name="windowBackground">@drawable/kalel_background_white</item>
to:
Code:
<item name="windowBackground">@drawable/kalel_anim_fr</item>
5. Recompile framework-res.apk
6. Enjoy
B. Animated Puldown Notification.
1. Decompile SystemUI.apk
2. Download SystemUI.zip from attachment and merge to your SystemUI.apk
3. Now navigate to /res/layout/somc_tabs_status_bar_expanded.xml and change the line :
Code:
<com.sonymobile.systemui.statusbar.tools.SomcTabsNotificationPanelView android:id="@id/notification_panel" android:background="@drawable/somc_notification_panel_bg"
to:
Code:
<com.sonymobile.systemui.statusbar.tools.SomcTabsNotificationPanelView android:id="@id/notification_panel" android:background="@drawable/kalel_anim_sys"
4. Recompile SystemUI.apk
5. Enjoy
For Xperia Z1 you can download this mod here : http://forum.xda-developers.com/xperia-z1/themes-apps/mod-cosmicflow-animation-background-t2954739
If you want to use other animation you can change the image file and edit the file kalel_anim_fr.xml and kalel_anim_sys.xml.
Sorry for my bad english
Do With Your Own Risk
Thanks TO: (if I forgot someone, please remember me)
- BDFreak for Advanced Apktool
- SilencerOfLambs for ANIMATED NOTIFICATION DROPDOWN BACKGROUND
- neoxx3m for bootanimation file
Very Good
Removed for nothing
kalel2012 said:
Inspiration from boot animation and methods from animated nofification dropdown background from here.
Click to expand...
Click to collapse
will this work for samsung or 4.1.2 ?
manojkumar8552 said:
will this work for samsung or 4.1.2 ?
Click to expand...
Click to collapse
has not been tested. please try
kalel2012 said:
has not been tested. please try
Click to expand...
Click to collapse
lets see
kalel2012 said:
has not been tested. please try
Click to expand...
Click to collapse
confuse now !!
which file should be change here
I don't own a xperia but I must say this is fuc*in awesome great work buddy :highfive:
manojkumar8552 said:
confuse now !!
which file should be change here
Click to expand...
Click to collapse
sorry, i can't help. I think there is difference xml
Does this require root? I have the Z3v, but also another thing, does this drain battery as bad?
Is it possible to make it more 'flow'?
Anyway, very nice mod!
GigaSPX said:
Does this require root? I have the Z3v, but also another thing, does this drain battery as bad?
Click to expand...
Click to collapse
Require root.
NFS_FM said:
Is it possible to make it more 'flow'?
Anyway, very nice mod!
Click to expand...
Click to collapse
of course, add more images in the drawable-xxhdpi and edit xml in attachment.
kalel2012 said:
of course, add more images in the drawable-xxhdpi and edit xml in attachment.
Click to expand...
Click to collapse
Thank you for the answer.
Here this mod for Xperia Z http://forum.xda-developers.com/showthread.php?t=2970674
did in my rom this process but my systemui was a little strange transparent half and with large dimensions and transparent to open the configurations
http://m.youtube.com/watch?feature=youtu.be&v=7EcQcJ0YNMM
Theme
Hi sorry but due to no time now i am a big noob,
what is the name of Keyguard.apk name in lollipop ? thanks xda members
Keyguard is integrated into SystemUI now.
metalfan78 said:
Keyguard is integrated into SystemUI now.
Click to expand...
Click to collapse
That sucks the poopshoot. That means while the phone has a great look on a lower DPI, the lockscreen is stuck.
Its still smali, just not a separate apk. There is an entire folder labeled keyguard in there