[Q] editing services.jar on mac - Droid X General

hello, is it possible to edit the services.jar and change the status bar color for the time and date on a mac? or can you only do that on windows...? TIA

xCHPx said:
hello, is it possible to edit the services.jar and change the status bar color for the time and date on a mac? or can you only do that on windows...? TIA
Click to expand...
Click to collapse
I believe right now the only "easy way" is through xUltimate for windows. What mods do u want for services.jar?
Sent from my DROIDX using XDA App

Yeah I think you gotta have a windows pc. They're better anyway

lol the only thing I want is to change the color of the date and time to black!!! is that too much to ask for?!?! gah.
does somebody wanna do it for me? I'll send you the services.jar and all you need to do is change it so the date and clock colors are black.

xCHPx said:
lol the only thing I want is to change the color of the date and time to black!!! is that too much to ask for?!?! gah.
does somebody wanna do it for me? I'll send you the services.jar and all you need to do is change it so the date and clock colors are black.
Click to expand...
Click to collapse
U can post it here or email it to me. [email protected] and I will get it done for u
Sent from my DROIDX using XDA App

SysAdmin-X said:
U can post it here or email it to me. [email protected] and I will get it done for u
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
here it is: http://www.mediafire.com/?k71ug6q82i46kj8
And one more question... What do I have to edit to change the popup menu that you get when you press the far left button text from white to black?

Services.jar
Here ya go! Let me know if this is right.
Just rename the file services.jar instead of .zip

SysAdmin-X said:
Here ya go! Let me know if this is right.
Just rename the file services.jar instead of .zip
Click to expand...
Click to collapse
works perfectly dude! thanks. You win credit for helping me for this theme!

xCHPx said:
works perfectly dude! thanks. You win credit for helping me for this theme!
Click to expand...
Click to collapse
No problem man, glad I could help

Related

[SOLVED]Transparent Menu - Sense ROM

Hi!
I'm wondering if it's possible to have transparent background in menu(all apps) on a Sense ROM?! Simillar to ADWLauncer's Menu where it's transparent.
EspressoMod with semi-transparent App Drawer
LINK
that would be nice to know.
kmetek said:
that would be nice to know.
Click to expand...
Click to collapse
Indeed! =)
+1 I would like to have this mod too. I can edit rosie.apk or services.jar but i don`t know what i must change there.
+1
10 char
push there must be a way
Guess we should contact the developers of LauncherPro, ADW etc. because the appmenu is a part of the launcher
Yes it is possible. Its the rosie.akp and htc.resources.apk
In the htc incredible section.
Sent from my ADR6300 using Tapatalk
I am looking for that too,it will be awesome
Sent from my HTC Desire using XDA App
intenselyinsane said:
Yes it is possible. Its the rosie.akp and htc.resources.apk
In the htc incredible section.
Sent from my ADR6300 using Tapatalk
Click to expand...
Click to collapse
I searched Rosie.apk and com.htc.resources.apk and i didn't find anything that would change the backgroung in all apps menu. Do you know which file i have to edit specifically?!
No I have not found out which xmls to change. Its not the pictures you have to change the xml files. Check incredible section for "sexy rosie".
Sent from my ADR6300 using Tapatalk
here is the link to the "sexy rosie" thread:
http://forum.xda-developers.com/showthread.php?t=764935
i also want to know what xml-files must be changed...
intenselyinsane said:
No I have not found out which xmls to change. Its not the pictures you have to change the xml files. Check incredible section for "sexy rosie".
Sent from my ADR6300 using Tapatalk
Click to expand...
Click to collapse
Thanks! Will try!
Great news guys!!
I've discovered how to create transparent background for AppDrawer(all apps menu)! If anybody is intrested i can upload EspressoMOD theme with semi transparent AppDrawer.
please upload it, i want it
what files did you changed?
THX
mindtwista said:
please upload it, i want it
what files did you changed?
THX
Click to expand...
Click to collapse
I changed the launcher.xml in Rosie.apk. Will upoad and post the link on the first post!
can you upload only the launcher.xml file, please?
and what launcher.xml did you change in rosie.apk?
mindtwista said:
can you upload only the launcher.xml file, please?
and what launcher.xml did you change in rosie.apk?
Click to expand...
Click to collapse
Not at the moment coz i'm just uploading Espresso modded theme, but if u want i can send it to your email (send me a pm)!
I edited the launcher.xml (Rosie.apk/res/layout-port/).

[Q] How can I change the background of Conversations.apk

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.

[HELP] Cooking a theme

Hi
I cooked my first theme today with UOT Kitchen.
The theme installs but:
- boot animation doesn't change (although selected other from UOT)
- statusbar buttons don't change (although selected others from UOT)
- carrier name remains black (although selected it to be white)
The rest appears like I wanted, no errors.
What am I doing wrong?
i dont know anything of UOT, it can change lockscreen ??
in your cooked zip, if there's a bootanimation.zip, just push it into /data/local. That'll solve the bootanimaton problem.
r291 said:
in your cooked zip, if there's a bootanimation.zip, just push it into /data/local. That'll solve the bootanimaton problem.
Click to expand...
Click to collapse
Well yes, but I also want to share this theme so I kinda want it to be complete & ready to flash
post some screenshots xd
Why don't u post the problem here..
http://forum.xda-developers.com/showthread.php?t=990829
Sent from my LG-P500 using XDA Premium App
4silvertooth said:
Why don't u post the problem here..
http://forum.xda-developers.com/showthread.php?t=990829
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
Posted there, thanks
Screenshots (as I said, status buttons unchanged, black carrier name)
may i ask u about the power menu background? i dont know the file name but i think its' in lge-res.apk right? but i dont knnow the file location.. is there any kind people that can help me... pleeasse

[Q] Progress Bar

Hello XDA Devs
I have a question
How can i change the Progress Bar Color shown in the attachment?
I will press ur Thanx Button if you helped
Progress horizontal.xml framework. See ganesh thread for detail
Sent from my GT-S5360 using Tapatalk 2
d3cka said:
Progress horizontal.xml framework. See ganesh thread for detail
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Sir may i have the XDA thread link?
Sorry sir d3cka. I got the wrong question . My real question is how to change the progress bar color . Please dont be angry
sir decka was answear youre question broo
jpdesuasido said:
Sorry sir d3cka. I got the wrong question . My real question is how to change the progress bar color . Please dont be angry
Click to expand...
Click to collapse
Just edit the xml file.I think you can find it at-/system/framework/framework_res.apk
just decompile the file framework_res.apk and go to-framework_res/res/drawable/Progress_horizontal.xml.edit the file Progress_horizontal.xml for change the colour.
TECHNO_THUNDER said:
Just edit the xml file.I think you can find it at-/system/framework/framework_res.apk
just decompile the file framework_res.apk and go to-framework_res/res/drawable/Progress_horizontal.xml.edit the file Progress_horizontal.xml for change the colour.
Click to expand...
Click to collapse
Thanks . Also i finished my work on it . Btw thanks (Pressed)

[Q] Change colour ?

How to change this colour become white ?
GSculerlor said:
How to change this colour become white ?
Click to expand...
Click to collapse
It is in framework-res.apk
It is something related with progress bar. I don't remember exact name. I will check exact name and tell you.
It can also be changed from UOT Kitchen.
Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
Using CWM........Busybox Commands........No I use my hands
hnkotnis said:
It is in framework-res.apk
It is something related with progress bar. I don't remember exact name. I will check exact name and tell you.
It can also be changed from UOT Kitchen.
Sent from my GT-S5360 Gadget of Mass Destruction using xda-app
Using CWM........Busybox Commands........No I use my hands
Click to expand...
Click to collapse
Ok, its helpful if you can tell me
GSculerlor said:
Ok, its helpful if you can tell me
Click to expand...
Click to collapse
There is file in drawable. Its name start from "progress_horizontal".
Press thanks if helped.
hnkotnis said:
There are 3 files. Their names start from "progress_primary_".
Press thanks if helped.
Click to expand...
Click to collapse
where is it ? and what should be changed ?
GSculerlor said:
where is it ? and what should be changed ?
Click to expand...
Click to collapse
decompile framework-res.apk
goto res/drawable
open progress_horizontal.xml
change the hex colours to the colours you want
I think thats the colours - if not it will be in another similar xml file
marcussmith2626 said:
decompile framework-res.apk
goto res/drawable
open progress_horizontal.xml
change the hex colours to the colours you want
I think thats the colours - if not it will be in another similar xml file
Click to expand...
Click to collapse
Thanks, that helpful !

Categories

Resources