Related
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.
You are always welcome here to help but please don't spam the thread (to all NEWBIES)
It has been a long time since I was here. I have read in many other Q/A threads that screen on animation is not compatible with our ace. I don't think its quite right as Gingerbread supports both.
Here I have found a thread which shows a way to enable Screen On animation.
http://rootzwiki.com/topic/2553-dev-enabling-crt-on-off-animation-in-roms-how-to/
Courtesy: Big Baby Jesus
I am trying to do things as he says. But I am a little off with smali and dex decompiling and editing. I believe that many developers here would love to help.
tr.supradeep said:
You are always welcome here to help but please don't spam the thread (to all NEWBIES)
It has been a long time since I was here. I have read in many other Q/A threads that screen on animation is not compatible with our ace. I don't think its quite right as Gingerbread supports both.
Here I have found a thread which shows a way to enable Screen On animation.
http://rootzwiki.com/topic/2553-dev-enabling-crt-on-off-animation-in-roms-how-to/
Courtesy: Big Baby Jesus
I am trying to do things as he says. But I am a little off with smali and dex decompiling and editing. I believe that many developers here would love to help.
Click to expand...
Click to collapse
First
Thx
Thanks, I got it working a while ago....
Cool man!
ANDROIDCUSTOMIZe said:
Thanks, I got it working a while ago....
Click to expand...
Click to collapse
Thats good. Can you help me by sending me the framework package? I mean the services.jar and framework-res.apk . I actually have the framework-res.apk modified but wasn't able to do the smali and .dex work. Can you help? I could say it will be very helpful for many of the users. You can post a new thread.
Its easy...need to replace a xml file in anim folder of framework-res.apk
check themes and apps sec i did it 1-2 months b4
I couldn't find it!
side_effect said:
Its easy...need to replace a xml file in anim folder of framework-res.apk
check themes and apps sec i did it 1-2 months b4
Click to expand...
Click to collapse
Well as you said, I searched the Themes and Apps Section I couldn't find it. Can you post the link to that thread it will be very helpful. I am searching for the xml you are talking about in the anim folder, still trying to find it.
Does it really work?
What about the delay in getting the screen lit up?
Not working!
I tried using the patch provided by side_effect but sadly it didn't work. I am trying to implement it in CM7 official. I can't understand where the problem is, but side_effect says in that thread that its not like the CRT animation. I am looking only for CRT animation. Well I will keep trying to get things work. I would need help from other developers. I see many devs have it working already. If yes please do post here or open a new thread. Thank you
1st if you have CRT animation then disable it by editing bools.xml
(something like animatescreenlights) set it to true.
Then u need to modify lock_screen_exit.xml or lock_screen_enter.xml(cant remrmber which exactly)under res/anim.
forum.xda-developers.com/showthread.php?t=1604106
side_effect said:
1st if you have CRT animation then disable it by editing bools.xml
(something like animatescreenlights) set it to true.
Then u need to modify lock_screen_exit.xml or lock_screen_enter.xml(cant remrmber which exactly)under res/anim.
forum.xda-developers.com/showthread.php?t=1604106
Click to expand...
Click to collapse
Ok. I got it. But this isn't the same as Screen On CRT animation. This is an animation which comes after you unlock the screen right?
Yes..!!after you swipe to unlock then the screen blinks and unlockes..
side_effect said:
Yes..!!after you swipe to unlock then the screen blinks and unlockes..
Click to expand...
Click to collapse
Hmmmm... Thanks for the help but thats not what we need. I have a ZTE Blade too and it has screen on effect. I just want help in porting it to ace. It is enabled on all GingerBreads(having a gpu) we just have to software enable it the way i have stated as on the first post
ANDROIDCUSTOMIZe said:
Thanks, I got it working a while ago....
Click to expand...
Click to collapse
Where is it ?
This was sent from a Galaxy Ace. Problem?
CallMeVentus said:
Where is it ?
This was sent from a Galaxy Ace. Problem?
Click to expand...
Click to collapse
I just hope ANDROIDCUSTOMIZe posts his framework-res.apk , PowerManagerService.smali and PowerManagerService$BrightnessState.smali . Then i guess everybody will be able to work this thing out. I will post the compiled framework-res.apk and services.jar when it works.
Not getting past the last step!
I tried everything as said on the first post. I am not able to get past the last step. I don't know which access$### to use, for some there are 3 or 4. Just hope ANDROIDCUSTOMIZe helps sooner. And i dont know where to paste that also inside the PowerManagerService$BrightnessState.smali .
I have done the whole tutorial before too...caused bootloop...i rechecked it once again..there were no errors...
But if still you want to work on it...you can ask your questions on pm or on the thread..as you like..
Edit: Also if you want help to decompile your classes.dex(from services.jar) ...i can help in that too
That was sent from an ace using my beloved hands.
Thanks will be appreciated.
tr.supradeep said:
I tried everything as said on the first post. I am not able to get past the last step. I don't know which access$### to use, for some there are 3 or 4. Just hope ANDROIDCUSTOMIZe helps sooner. And i dont know where to paste that also inside the PowerManagerService$BrightnessState.smali .
Click to expand...
Click to collapse
There are total 4 "access$###" ...but the particular lines he(rootzwiki) has provided...there are only 2...which are "access$500" ...
That was sent from an ace using my beloved hands.
Thanks will be appreciated.
deepesh.tickoo said:
There are total 4 "access$###" ...but the particular lines he(rootzwiki) has provided...there are only 2...which are "access$500" ...
That was sent from an ace using my beloved hands.
Thanks will be appreciated.
Click to expand...
Click to collapse
I have no problems regarding decompiling classes.dex . And regarding the access$### problem, i know there are 4 such lines but for example for the osHandler line you have 4 access$#### in the PowerManagerService.smali with that line so i dont know which to choose. Or else i have to start trial and error method. This is why i need help from you Guys. All on CM7 right?
Originally Posted by deepesh.tickoo<br />
There are total 4 "access$###" ...but the particular lines he(rootzwiki) has provided...there are only 2...which are "access$500" ...<br />
<br />
That was sent from an ace using my beloved hands.<br />
Thanks will be appreciated.
Click to expand...
Click to collapse
<br />
<br />
I have no problems regarding decompiling classes.dex . And regarding the access$### problem, i know there are 4 such lines but for example for the osHandler line you have 4 access$#### in the PowerManagerService.smali with that line so i dont know which to choose. Or else i have to start trial and error method. This is why i need help from you Guys. All on CM7 right?
Click to expand...
Click to collapse
Thats why in the rootzwiki tutorial the whole line is mentiond along with the access$###...and the 2 lines which fully match with the line in tutorial have access$500 and the other access$#### are not to consider....
Got it??
Anyways...ill try it myself once more...but before o have to go to gingerbread again..as i am currenyly on cm9 ics...
That was sent from an ace using my beloved hands.
Thanks will be appreciated.
---------- Post added at 04:40 PM ---------- Previous post was at 04:29 PM ----------
do you think that it will work on stock..because i really dont like cm7 AT ALL!!!
But if not then can you suggest me the best cm7 rom out there...???
deepesh.tickoo said:
Thats why in the rootzwiki tutorial the whole line is mentiond along with the access$###...and the 2 lines which fully match with the line in tutorial have access$500 and the other access$#### are not to consider....
Got it??
Anyways...ill try it myself once more...but before o have to go to gingerbread again..as i am currenyly on cm9 ics...
That was sent from an ace using my beloved hands.
Thanks will be appreciated.
---------- Post added at 04:40 PM ---------- Previous post was at 04:29 PM ----------
do you think that it will work on stock..because i really dont like cm7 AT ALL!!!
But if not then can you suggest me the best cm7 rom out there...???
Click to expand...
Click to collapse
Non of the roms out there fit every people
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
You can change the colour of the battery text on the line above this too.
BTW, as nothing is changed in resources.arsc when you decompile, edit \layout\tw_status_bar.xml and then recompile so there's no need to replace it in your old SystemUI.apk
Just replace the modified & recompiled tw_status_bar.xml
Spannaa said:
You can change the colour of the battery text on the line above this too.
BTW, as nothing is changed in resources.arsc when you decompile, edit \layout\tw_status_bar.xml and then recompile so there's no need to replace it in your old SystemUI.apk
Just replace the modified & recompiled tw_status_bar.xml
Click to expand...
Click to collapse
what's the line that I should edit to change the txt color of the battery percentage pls ?
thanks for ur help
hii1 said:
what's the line that I should edit to change the txt color of the battery percentage pls ?
thanks for ur help
Click to expand...
Click to collapse
Code:
<TextView android:textSize="12.0dip" android:textColor="#ff33b5e5" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
android:textColor="#ff33b5e5" changes the battery % text to ICS Blue - if you want a different colour, change the last six characters to the hex code of the clour you want.
Been looking for ages
Been looking for ages and tried lots of methods and finally one that works. And such a simple change too............
Thanks a million:good:
Hi there......
As posted earlier I have managed to get this to work but flashed using Villain Theme .zip........worked fine.
I have a small problem and would appreciate any input.......As said I changed the clock colour and at the same time altered a couple of other values in the values/dimens file as below to 100% for brighter notifications.
<item type="dimen" name="status_bar_icon_drawing_alpha">100.0%</item>
<item type="dimen" name="tw_status_bar_icon_drawing_alpha">100.0%</item>
However, when I recompile the values folder is not present in the recompiled build/res folder but the other I changed was. Can anyone tell me why? It would be very helpful to know if I am doing something wrong when recompiling.....
Many thanks in advance:fingers-crossed:
CarlM34 said:
Hi there......
As posted earlier I have managed to get this to work but flashed using Villain Theme .zip........worked fine.
I have a small problem and would appreciate any input.......As said I changed the clock colour and at the same time altered a couple of other values in the values/dimens file as below to 100% for brighter notifications.
<item type="dimen" name="status_bar_icon_drawing_alpha">100.0%</item>
<item type="dimen" name="tw_status_bar_icon_drawing_alpha">100.0%</item>
However, when I recompile the values folder is not present in the recompiled build/res folder but the other I changed was. Can anyone tell me why? It would be very helpful to know if I am doing something wrong when recompiling.....
Many thanks in advance:fingers-crossed:
Click to expand...
Click to collapse
Values becomes part of resources.arsc
Sent from my GT-I9100 using Tapatalk 2
Goldieking said:
Values becomes part of resources.arsc
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Thanks for the reply.......worked:good:
If anyone can help it would be really appreciated!
I have posted in various theming threads but to no avail and am posting here as a last ditch cry for aid
Not sure what I have done here but my volume slider seems to be scrunched up slightly and am unsure how to rectify?
I have not altered the volume_slider_bg.9 and have changed the size of the icons but no change.
As said, any help is appreciated, thanks
How to Center the Clock in Status Bar
Hi,
Can any one provide the code to center the clock in the status bar.....I assume it is also in the tw_status_bar.xml..............JB......I cannot find anything that works at the moment.
Many Thanks in advance:good:
CarlM34 said:
Hi,
Can any one provide the code to center the clock in the status bar.....I assume it is also in the tw_status_bar.xml..............JB......I cannot find anything that works at the moment.
Many Thanks in advance:good:
Click to expand...
Click to collapse
It's the second mod in this post by @bombaybadboy
All right I just finished my exams so I wanted to release my rom as promised
Almost everything is done but I have to do some bug fixes
So I ask my fellow Themers and devs some quiries regarding XML editing
1. How to change font colours
The blue text in settings and contacts perticularly (blue looks like crap with my theme I want complete detiles regarding this
Click to expand...
Click to collapse
2.how to rename apps (lidroid parts exactly I took a random rom and completely modified the lidroid parts but now I don't know how to rename it also I want to rename the wallpaper pack )
Click to expand...
Click to collapse
3.how to make apps not appear in drawer
Click to expand...
Click to collapse
4.how to add things to settings like rom name, dev name and also shortcuts to apps that I hide from launcher...
Click to expand...
Click to collapse
Pleez answer these questions these are all I need to complete my rom
Its an elegantly themed gaming rom
Also I am single handedly working on it from almost a month so pleez help me by answering my questions
My motivation
Sir Carl
Death notice and many more who encouraged me and made xda feel like a family (me new to root Techno tingu deadly 42d1l and many many more except avigith
Thanks in advance
Ubuntu themed apps and other stuff here
Click to expand...
Click to collapse
--->make phone faster and battery efficient
--->partition and link2sd for NOOBS?!?!?
--->3d games for galaxy y (no root no lag)
Thanks for your rom in advance bro !
Sent from my GT-S5360 using xda premium
You rename apps you need to edit smali files. I also didnt know how to rename my launcher but i searched a lot. To change color you need to edit xml files in res/layout or res/values.
Sent from my GT-S5570I using xda app-developers app
...
Here`s the tutorial on how to add option in settings[about phone]...
It worked for me...
http://forum.xda-developers.com/showthread.php?t=2061958
Press Thanx if I helped u...!!
2. The App Name is defined in the strings.xml in the res folder... But usually I get errors while compiling it back.. I dont know if this works for you
I dont know the rest... D-3V!L already gave you the tutorial about Rom name and dev name thingy
Changing text color http://forum.xda-developers.com/showthread.php?t=2151075
-respect older people-
To rename apps open androidmanifest . You might find something like 'android:label="@string/app_name" if u see some thing like this search for "app_name" (in this case ) and you will find the name of app in the strings.xml
if i hav accidently helped u, u can press that button,
colors are located in colors folder,
specifically
primary_text_****.xml
secondary_text_****.xml
etc. etc.
declared as hex codes,
please research the proper hex codes for your desired color,
and compile the apk properly to get best results,
preferably you could replace classes.dex with the previous unedited apk incase it does not install
...
I looked all over the forum and i'm not able to change the system wallpaper...its the picture that shows up in the laucher when you first boot up from flashing a rom...I have gone into framework.res.apk and i changed the 2 jpg in one folder and another fold had a deafault_wallpaper. i flashed the rom and it still shows up the old wallpaper...where else does that main default wallpaper is because its not changing when i edit the framework apk.
I used 7Zip to edit. any leads anyone???
Lucky422 said:
I looked all over the forum and i'm not able to change the system wallpaper...its the picture that shows up in the laucher when you first boot up from flashing a rom...I have gone into framework.res.apk and i changed the 2 jpg in one folder and another fold had a deafault_wallpaper. i flashed the rom and it still shows up the old wallpaper...where else does that main default wallpaper is because its not changing when i edit the framework apk.
I used 7Zip to edit. any leads anyone???
Click to expand...
Click to collapse
Not sure I know which wall you are referring. Don't remember there being any special wallpaper after flashing a rom. Usually shows whatever the dev has cooked in. What is the picture of?
CCallahan said:
Not sure I know which wall you are referring. Don't remember there being any special wallpaper after flashing a rom. Usually shows whatever the dev has cooked in. What is the picture of?
Click to expand...
Click to collapse
That is exactly what i want to change the default wallpaper from what the developer cooked in the Rom.
Lucky422 said:
That is exactly what i want to change the default wallpaper from what the developer cooked in the Rom.
Click to expand...
Click to collapse
It might help if we knew some important details like which ROM you're using.
ObrienDave said:
It might help if we knew some important details like which ROM you're using.
Click to expand...
Click to collapse
Im using the SACS23 ROM its based off the TW Sprint for the Galaxy S 4 I want to know how i can change the default wallpaper in the Framework-Res.apk he put in the home screen a bluish purple lightning background and i want to change it for a different one withing the System files
Are you sure you're not talking about the boot animation?
Lucky422 said:
Im using the SACS23 ROM its based off the TW Sprint for the Galaxy S 4 I want to know how i can change the default wallpaper in the Framework-Res.apk he put in the home screen a bluish purple lightning background and i want to change it for a different one withing the System files
Click to expand...
Click to collapse
You can just change the wallpaper in settings display or just touch and hold on screen and change wallpaper there.
Sent from my SPH-L720 using xda app-developers app
ROMANTiC KiD said:
You can just change the wallpaper in settings display or just touch and hold on screen and change wallpaper there.
Sent from my SPH-L720 using xda app-developers app
Click to expand...
Click to collapse
Thank you for that tip but that wasnt my question. I want to program it from within the rom in the framework-res.apk anyone know or have knowlege of this???
Lucky422 said:
Thank you for that tip but that wasnt my question. I want to program it from within the rom in the framework-res.apk anyone know or have knowlege of this???
Click to expand...
Click to collapse
I was playing with this a while back but I dont remember much and im not at home to help you but actually you need to check this in a computer with either winrar or 7zip. I was only able to find the lockscreen wallpaper but I couldnt find the default wallpaper itself.
Sent from my SPH-L720 using xda app-developers app
---------- Post added at 10:44 PM ---------- Previous post was at 10:40 PM ----------
Lucky422 said:
Thank you for that tip but that wasnt my question. I want to program it from within the rom in the framework-res.apk anyone know or have knowlege of this???
Click to expand...
Click to collapse
If im correct and i remembered it should be in*/system/framework/framework-res.apk
--> then in*\res\drawable-xxhdpi-v4
The file is called*default_wallpaper.jpg
Or something like that.
---------- Post added at 10:53 PM ---------- Previous post was at 10:44 PM ----------
Ha sorry I just skimmed thru your post. I think you also have to do something with launcher.apk to make it work.
ROMANTiC KiD said:
I was playing with this a while back but I dont remember much and im not at home to help you but actually you need to check this in a computer with either winrar or 7zip. I was only able to find the lockscreen wallpaper but I couldnt find the default wallpaper itself.
Sent from my SPH-L720 using xda app-developers app
---------- Post added at 10:44 PM ---------- Previous post was at 10:40 PM ----------
If im correct and i remembered it should be in*/system/framework/framework-res.apk
--> then in*\res\drawable-xxhdpi-v4
The file is called*default_wallpaper.jpg
Or something like that.
---------- Post added at 10:53 PM ---------- Previous post was at 10:44 PM ----------
Ha sorry I just skimmed thru your post. I think you also have to do something with launcher.apk to make it work.
Click to expand...
Click to collapse
Ok and what else youre going in the right direction any more info guidance???
Lucky422 said:
Ok and what else youre going in the right direction any more info guidance???
Click to expand...
Click to collapse
From what I know that it. Cant really help you much only if I was home. Sorry bro.
Lucky422 said:
Im using the SACS23 ROM its based off the TW Sprint for the Galaxy S 4 I want to know how i can change the default wallpaper in the Framework-Res.apk he put in the home screen a bluish purple lightning background and i want to change it for a different one withing the System files
Click to expand...
Click to collapse
Please list what path/folder you have already tried changing the wallpaper in?
Lucky422 said:
I looked all over the forum and i'm not able to change the system wallpaper...its the picture that shows up in the laucher when you first boot up from flashing a rom...I have gone into framework.res.apk and i changed the 2 jpg in one folder and another fold had a deafault_wallpaper. i flashed the rom and it still shows up the old wallpaper...where else does that main default wallpaper is because its not changing when i edit the framework apk.
I used 7Zip to edit. any leads anyone???
Click to expand...
Click to collapse
I do not know what you are trying to do, but the default wallpaper for the MF9 base is
in the framework-res.apk drawable/xxhdpi/default_wallpaper.png
Your welcome.
TheAxman said:
I do not know what you are trying to do, but the default wallpaper for the MF9 base is
in the framework-res.apk drawable/xxhdpi/default_wallpaper.png
Your welcome.
Click to expand...
Click to collapse
I tried to change it and when I flashed the rom with the new default wallpaper it kept giving me systemui error throught out the intial set up once booted....I used zip7 to make the changes and once I was done with the set up unstead of a background picture it was just a black screen. Any suggestions on how to change it without getting an error im building my own rom and thats the only thing I got left to do. I can change tge boit animation, add tweaks etc but I cant manage to change the default wallpaper.
Lucky422 said:
I tried to change it and when I flashed the rom with the new default wallpaper it kept giving me systemui error throught out the intial set up once booted....I used zip7 to make the changes and once I was done with the set up unstead of a background picture it was just a black screen. Any suggestions on how to change it without getting an error im building my own rom and thats the only thing I got left to do. I can change tge boit animation, add tweaks etc but I cant manage to change the default wallpaper.
Click to expand...
Click to collapse
Correct resolution? Correct name and file type?
Sent from my SPH-L720 using xda app-developers app
Crossrocker said:
Correct resolution? Correct name and file type?
Sent from my SPH-L720 using xda app-developers app
Click to expand...
Click to collapse
Mf9 stock sprint rom..galaxy s 4. Trying to change the stock default wallpaper for something that I would add unstead. I tried replacing tbe jpg imsges in framework-res.apk and when I flash the rom I get a black screen unstead of the wallpaper I replaced. Do you know the steps to change without getting a SystemUi error.
Lucky422 said:
Mf9 stock sprint rom..galaxy s 4. Trying to change the stock default wallpaper for something that I would add unstead. I tried replacing tbe jpg imsges in framework-res.apk and when I flash the rom I get a black screen unstead of the wallpaper I replaced. Do you know the steps to change without getting a SystemUi error.
Click to expand...
Click to collapse
I've never had any luck using 7zip to modify apks correctly. Try using Winrar or APK tools. Make the pic resolution same as stock (I think it is 1920x1920). Also, the images are png not jpg.
Sent from my GT-N5110 using Tapatalk 4