[SOLVED]XML file location of default wallpaper? - Samsung Galaxy Fit GT 5670

In which xml file of the framework-res.apk is the default wallpaper specified?? thanks in advance guys

yeshwanthvshenoy said:
In which xml file of the framework-res.apk is the default wallpaper specified?? thanks in advance guys
Click to expand...
Click to collapse
For what you need may I know.???...because if you want to replace it just replace the png in drawable-X/H/M/L DPI....

Crytech007 said:
For what you need may I know.???...because if you want to replace it just replace the png in drawable-X/H/M/L DPI....
Click to expand...
Click to collapse
i wanna give my own name to the wallpaper and also wanna make the app drawer transparent

there is no xml that defines it..the default_wallpaper.jpg gets picked automatically

just rename your wallpaper as default_wallpaper you wont need to edit XML then.
in cm7 , the default wallpaper is in drawable folder
Sent from my GT-S5670 using xda premium

speed_bot said:
there is no xml that defines it..the default_wallpaper.jpg gets picked automatically
Click to expand...
Click to collapse
okay so can i never give a rom something like gingerbread.jpg instead of default wallpaper.jpg or something like that??

Related

[Q] framework-res.apk problem

In "framework-res.apk/res/layout" when I edit the "status_bar_expanded.xml",
even if I add one dot and delete it again and save the file, it doesn't work
anymore and it stucks on my bootanimation, and loops over and over.
I use "apk manager" for decompiling and compiling the framework-res.apk.
Does any one know what the problem is?
Thank you?
sohrab1985 said:
In "framework-res.apk/res/layout" when I edit the "status_bar_expanded.xml",
even if I add one dot and delete it again and save the file, it doesn't work
anymore and it stucks on my bootanimation, and loops over and over.
I use "apk manager" for decompiling and compiling the framework-res.apk.
Does any one know what the problem is?
Thank you?
Click to expand...
Click to collapse
what do you mean add one dot?
kay_kiat88 said:
what do you mean add one dot?
Click to expand...
Click to collapse
To the code obviously. ie he cant seam to save file without it breaking, even if removing what he added prior to saving.
TheATHEiST said:
To the code obviously. ie he cant seam to save file without it breaking, even if removing what he added prior to saving.
Click to expand...
Click to collapse
i know it's obviously to the code. upload your .xml let me take a look.
also ensure that the /(yourdirectory)/apktool/framework/1.apk where 1.apk is your original framework-res.apk and /(yourdirectory)/apktool/framework/2.apk where 2.apk is your original tw-framework-res.apk
statusbarexpanded
Hey
Do any know what @id/plmnLabel and @id/spnLabel refers to? Im speculating it has something to do with service provider.. Since the theme of framework is set to Black, the service provider text color is black as well, so ive made edits to
...Color=?textColorSecondary on both (removed Inverse) ive not tested this, maybe u have Kay?
biopsin said:
Hey
Do any know what @id/plmnLabel and @id/spnLabel refers to? Im speculating it has something to do with service provider.. Since the theme of framework is set to Black, the service provider text color is black as well, so ive made edits to
...Color=?textColorSecondary on both (removed Inverse) ive not tested this, maybe u have Kay?
Click to expand...
Click to collapse
nope i haven't tested it but u can read here: http://forum.xda-developers.com/showpost.php?p=9066440&postcount=1
android:id="@id/plmnLabel". This is the Carrier name
android:id="@id/spnLabel". This is the Provider name
this post is useful for froyo.
but i'm already on gingerbread. for gingerbread, read: http://forum.xda-developers.com/showpost.php?p=9978779&postcount=62
all working great ..
Tnx k - ur right still on froyo
kay_kiat88 said:
what do you mean add one dot?
Click to expand...
Click to collapse
I mean you even can't make a small change in that xml.
kay_kiat88 said:
i know it's obviously to the code. upload your .xml let me take a look.
also ensure that the /(yourdirectory)/apktool/framework/1.apk where 1.apk is your original framework-res.apk and /(yourdirectory)/apktool/framework/2.apk where 2.apk is your original tw-framework-res.apk
Click to expand...
Click to collapse
Here is my "status_bar_expanded.xml"
I just want to change some colors. I did the same thing for other xmls like
"status_bar_latest_event_content.xml" and it works perfectly, but for that
one, it stucks on my bootanimation. when I compile the xml I get no error
but I don't know what the problem is.
For that 1.apk and 2.apk, no I didn't do that.
I'll try it and report back.
sohrab1985 said:
Here is my "status_bar_expanded.xml"
I just want to change some colors. I did the same thing for other xmls like
"status_bar_latest_event_content.xml" and it works perfectly, but for that
one, it stucks on my bootanimation. when I compile the xml I get no error
but I don't know what the problem is.
Click to expand...
Click to collapse
If u use wrong definisions it wil stall.. What color is this in your file android:textColor="#ff7bad00" ?
After compiling did u copy the manifest and metainf folder to the new framework Res?
Sent from my GT-P1000 using XDA Premium App
biopsin said:
If u use wrong definisions it wil stall.. What color is this in your file android:textColor="#ff7bad00" ?
Click to expand...
Click to collapse
it's the color of operator name in status bar and that "clear" button, and I changed it to "#ff000000"
zenkinz said:
After compiling did u copy the manifest and metainf folder to the new framework Res?
Sent from my GT-P1000 using XDA Premium App
Click to expand...
Click to collapse
Honestly, I don't know what those "manifest" and "metainf" are, because I changed some xmls and I'd had no problem with them, So I thought that's the way to compile and decompile framework-res.apk.
Could you plz tell me what should I do? Thanks.
sohrab1985 said:
Honestly, I don't know what those "manifest" and "metainf" are, because I changed some xmls and I'd had no problem with them, So I thought that's the way to compile and decompile framework-res.apk.
Could you plz tell me what should I do? Thanks.
Click to expand...
Click to collapse
I thought u already have this covered because it sounded like you have no problem with other XML except this.
But if u have not heard of the two files/folder I have hightlighted chances are you don't have them in your newly compiled apk which will cause bootloop.
After compiling ur apk you should see that meta-inf folder is missing. U need to copy that from the original API, along with manifest.XML to the new apk.
Sent from my GT-P1000 using XDA Premium App
zenkinz said:
I thought u already have this covered because it sounded like you have no problem with other XML except this.
But if u have not heard of the two files/folder I have hightlighted chances are you don't have them in your newly compiled apk which will cause bootloop.
After compiling ur apk you should see that meta-inf folder is missing. U need to copy that from the original API, along with manifest.XML to the new apk.
Sent from my GT-P1000 using XDA Premium App
Click to expand...
Click to collapse
that's right, I've had no problem with any xmls without copying those files until now, but thanks to you I can edit this one, too.
Thank you so much.

[MOD][I9003]Enabled ElectronBeam Anim aka Old TV Effect. XXKP9 only

Hey buddy,
I've enabled the Old TV like animation on XXKP9. It was disabled by default, for development purpose i thought.
here's the sample video: http://www.youtube.com/watch?v=76XAZE6iV08
and here's the file:
View attachment framework-res.rar
remember:
-do what you wanna do, i'm not responsible for anything happen because of this file.
-Only for XXKP9
-Root first
-it was tested by me
nice dude
i like it
nurseto said:
Hey buddy,
I've enabled the Old TV like animation on XXKP9. It was disabled by default, for development purpose i thought.
here's the sample video: http://www.youtube.com/watch?v=76XAZE6iV08
and here's the file:
View attachment 644244
remember:
-do what you wanna do, i'm not responsible for anything happen because of this file.
-Only for XXKP9
-Root first
-it was tested by me
Click to expand...
Click to collapse
Can you post the edited file (Source)
because i have already edited the framework file so i cant replace it
i just pull framework-res.apk and extract it,
edit bool.xml in framework-res\res\values\bool.xml
and change value config_animateScreenLights to false
and compile again
that's it bro
nurseto said:
i just pull framework-res.apk and extract it,
edit bool.xml in framework-res\res\values\bool.xml
and change value config_animateScreenLights to false
and compile again
that's it bro
Click to expand...
Click to collapse
I cant find a file like that in framework-res.apk !!!
Cool.
Sent from my GT-I9003 using XDA App
vivekkalady said:
I cant find a file like that in framework-res.apk !!!
Click to expand...
Click to collapse
you must extract it using apk manager
and you will find many files extracted into folder
if you are using XXKP9, then just use my file, i've do it for you bro
nurseto said:
you must extract it using apk manager
and you will find many files extracted into folder
if you are using XXKP9, then just use my file, i've do it for you bro
Click to expand...
Click to collapse
I hav extracted the framework-res.apk file
i can see many files in that
but i cant find the file you have specified
tell me the correct location
i cant use your file because i have ported the overscroll effect to my phone by editing both framework.jar & framework-res.apk
awesome ..great job dude..been waiting for this 4 so long..!
nice work dude
nice work dude,but our framework size around 8mb but this one only 5?wat u did?
vivekkalady said:
I hav extracted the framework-res.apk file
i can see many files in that
but i cant find the file you have specified
tell me the correct location
i cant use your file because i have ported the overscroll effect to my phone by editing both framework.jar & framework-res.apk
Click to expand...
Click to collapse
you are using apk manager aren't you?
when extracting done, in your apk manager folder, you will find a folder named projects. in this projects folder you will find framework-res\res\values\bool.xml
bala242 said:
nice work dude,but our framework size around 8mb but this one only 5?wat u did?
Click to expand...
Click to collapse
yes i noticed that too
don't know why because i only edit one file
maybe apk manager (which compiling files into .apk) is the cause.
nurseto said:
you are using apk manager aren't you?
when extracting done, in your apk manager folder, you will find a folder named projects. in this projects folder you will find framework-res\res\values\bool.xml
Click to expand...
Click to collapse
Its Working Fine
Nurseto and vivek can u guys work together and put crt effect and overglow in the same mod.then it would be awesome.
Sent from my GT-I9003 using XDA App
rdr_m said:
Nurseto and vivek can u guys work together and put crt effect and overglow in the same mod.then it would be awesome.
Sent from my GT-I9003 using XDA App
Click to expand...
Click to collapse
i think framework.jar and framework-res.apk are independent
i've use vivek file and my file, it can work together
you can use vivek mod and my mod together, without interrupting each other
Great work dude
If this can be ported for the XXKB3, You sir are my hero. I want this so damned bad! GB is so dry! No themes makes it horrible to use :\ I hope in the future devs that Samsung will add the option to apply your own themes flawlessly and an option to select specific features. [CRT, Overglow]
Misledz said:
If this can be ported for the XXKB3, You sir are my hero. I want this so damned bad! GB is so dry! No themes makes it horrible to use :\ I hope in the future devs that Samsung will add the option to apply your own themes flawlessly and an option to select specific features. [CRT, Overglow]
Click to expand...
Click to collapse
Some said, this effect is hardcoded into the gingerbread itself.I don't think it will be easy to port Electron Beam Effect(this is how it named by android).
nurseto said:
Some said, this effect is hardcoded into the gingerbread itself.I don't think it will be easy to port Electron Beam Effect(this is how it named by android).
Click to expand...
Click to collapse
Lets just hope they don't turn into royal jackasses and remove it in the next release.

[THEME]Elegant Blue|Red|Green|Vanilla 11/09-new themes

Elegant Blue theme v01
Download:
http://www.multiupload.com/X6LGJ3XN48
Click to expand...
Click to collapse
2.3.3!
Extras
Redpack:
http://www.multiupload.com/J2PM6GAJOH
Greenpack:
http://www.multiupload.com/WV1UKI1FAM {Only home,media and music widget,will work with sahib's)
Vanilla
http://www.multiupload.com/L5AGRTF373
Fix for xloud and bravia(if someone is getting FC in settings):
http://www.multiupload.com/7CUNHJF2S5
New Transparent themes:
Black Xperia(Only home,media and music widget+transparent)
http://www.multiupload.com/U4O07KXEFY
Click to expand...
Click to collapse
Blue Xperia
http://www.multiupload.com/JWV7ZAQ3I5
Click to expand...
Click to collapse
Thanks alzbac
Elegant Blue
*xLoud and bravia
*Bluish Transparent Notifaction Bar
*Edge glow colour changed
Elegant Blue WB 4.0.4:
http://www.mediafire.com/?m72wkt91pj36o2h
Elegant blue stock(Not Tested):
http://www.mediafire.com/?benz1jdxlnis0km
Click to expand...
Click to collapse
Downloading...
Just to be clear, this is for stock 2.3?
I like the theme download ing it right now ​
great
keep it up
looks superb keep up ur good work man!!
Nice work guys
I've always wondered, how were you able to change the icons for the stock arc launcher? Don't have my x10 with me now so I can't try and test it out for myself, but if you could share it'd be very much appreciated
t3ej4y said:
I've always wondered, how were you able to change the icons for the stock arc launcher? Don't have my x10 with me now so I can't try and test it out for myself, but if you could share it'd be very much appreciated
Click to expand...
Click to collapse
Decompile apk change images and the hardest part that i dont kn0w is edit XML's and easyly compile apk...
Sent from my X10i using xda premium
looks pretty good!
t3ej4y said:
I've always wondered, how were you able to change the icons for the stock arc launcher? Don't have my x10 with me now so I can't try and test it out for myself, but if you could share it'd be very much appreciated
Click to expand...
Click to collapse
sahibunlimited said:
Decompile apk change images and the hardest part that i dont kn0w is edit XML's and easyly compile apk...
Sent from my X10i using xda premium
Click to expand...
Click to collapse
For replacing just images you can open the apk with 7-zip or winrar (open like a folder, do not extract). You can change the extension to zip first or just right-click and choose 7-zip>Open Archive. Then navigate to res/drawable-hdpi & res/drawable-land-hdpi and drag in your replacement images. Click 'yes' on the dialog that pops up and then close the archive(apk) and rename back to apk if you changed to zip in the first step.
It's a good idea to have a copy of your image folders extracted somewhere so you can easily view the images and edit them.
AyDee said:
For replacing just images you can open the apk with 7-zip or winrar (open like a folder, do not extract). You can change the extension to zip first or just right-click and choose 7-zip>Open Archive. Then navigate to res/drawable-hdpi & res/drawable-land-hdpi and drag in your replacement images. Click 'yes' on the dialog that pops up and then close the archive(apk) and rename back to apk if you changed to zip in the first step.
It's a good idea to have a copy of your image folders extracted somewhere so you can easily view the images and edit them.
Click to expand...
Click to collapse
Not every image i think...
Sent from my X10i using xda premium
sahibunlimited said:
Not every image i think...
Sent from my X10i using xda premium
Click to expand...
Click to collapse
Yes, of course- just the ones you want to replace.
And images ending in .9.png need decompiling/re-compiling to change properly.
nice work im going to try it tonight
Added new themes in 1st post
alzbac said:
Added new themes in 1st post
Click to expand...
Click to collapse
Screens please
Imagine blue theme with black colorbut with transparent settings,phone...framework and sysUI is not included in new one's so it will work with every version of 2.3.3
really nice,

ICONS on APP Drawer

Do you guys know how to replace the icons on the app drawer??
any way like flashing it?
thanks...
fastest way : use one of the launcher (go launcher,adw,etc) and then download the theme....
other way : decompile,change icon, compile back some apk (CMIIW)....but I never try it before, so I don't know which apk you must decompile.... sorry for that...
I'm just a nubie
AldoSebastian said:
fastest way : use one of the launcher (go launcher,adw,etc) and then download the theme....
other way : decompile,change icon, compile back some apk (CMIIW)....but I never try it before, so I don't know which apk you must decompile.... sorry for that...
I'm just a nubie
Click to expand...
Click to collapse
thanks for the reply, though i know the launchers... it's just that i wanted to have icons alone... for the steel blue theme that has been ported for G-Fit...
probably, i have to wait more for something, for bulk changes...
You have to change the apk's icons one by one if you don't use any launchers that supports icon packs (stock launcher)
Sent from my GT-S5670 using xda premium
Mello^ said:
You have to change the apk's icons one by one if you don't use any launchers that supports icon packs (stock launcher)
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
Correct.....
Use 7-ZIP to edit it.....
[email protected] said:
Correct.....
Use 7-ZIP to edit it.....
Click to expand...
Click to collapse
or winrar or apk manager
but u have to change 1 by1 its very tym consuming
u can try any theme which have change icons
like blacklist or steel blue or any other
rajrocks said:
or winrar or apk manager
but u have to change 1 by1 its very tym consuming
u can try any theme which have change icons
like blacklist or steel blue or any other
Click to expand...
Click to collapse
I am not sure about WinRAR....
Have you tried it?
WinRAR's Compression methods are different than that of 7-ZIP and I am not sure if you will end up with the correct compression for your modified APK file....
You sure about WinRAR?
You tried it?
[email protected] said:
I am not sure about WinRAR....
Have you tried it?
WinRAR's Compression methods are different than that of 7-ZIP and I am not sure if you will end up with the correct compression for your modified APK file....
You sure about WinRAR?
You tried it?
Click to expand...
Click to collapse
Winrar works fine and cool
rajrocks said:
or winrar or apk manager
but u have to change 1 by1 its very tym consuming
u can try any theme which have change icons
like blacklist or steel blue or any other
Click to expand...
Click to collapse
i tried blacklist and it does change some icon but less than half...
i tried steelblue but n0 icon changed...
reikableu said:
i tried blacklist and it does change some icon but less than half...
i tried steelblue but n0 icon changed...
Click to expand...
Click to collapse
Some icons of some apps are stored in the ".apk" file of the particular app.....
yess
[email protected] said:
I am not sure about WinRAR....
Have you tried it?
WinRAR's Compression methods are different than that of 7-ZIP and I am not sure if you will end up with the correct compression for your modified APK file....
You sure about WinRAR?
You tried it?
Click to expand...
Click to collapse
yes i have tryed
i usually do from wirar if just png change has to be done
rajrocks said:
yes i have tryed
i usually do from wirar if just png change has to be done
Click to expand...
Click to collapse
I use winrar too, to change the statusbar icon
Well 7zip is better than winrar and its what I use when compiling and editing apk files
Sent from my GT-S5670 using xda premium
Use winrar.
It's the best.
DarshpreetGulati said:
Use winrar.
It's the best.
Click to expand...
Click to collapse
its much and much easier
i have builded an .zip
where are just some filemaps with there name on it like mms.apk
and in that you will find res map and in there another map and in there just an icon you can change this icon in what you want and zip all files again
no need to pull every apk and do it one by one
(will upload the zip as soon possible )
heres gow i modded mine
Are you looking to me?? i have an chinese ARMY !! (-(-(-.-)-)-)
robinandroid said:
its much and much easier
i have builded an .zip
where are just some filemaps with there name on it like mms.apk
and in that you will find res map and in there another map and in there just an icon you can change this icon in what you want and zip all files again
no need to pull every apk and do it one by one
(will upload the zip as soon possible )
heres gow i modded mine
Are you looking to me?? i have an chinese ARMY !! (-(-(-.-)-)-)
Click to expand...
Click to collapse
may I ask what's your phone model? it seems your screens are HVGA.
Mello^ said:
may I ask what's your phone model? it seems your screens are HVGA.
Click to expand...
Click to collapse
i am currently using sgace
but i have an galaxy fit . an galaxy gio . an sgs .am sgsII
and for the galaxy fit i have the same option
i am experienced in modding etc
i can mod every toichwiz launcher etc
and icons
without touching the apk
but what line in what .xml did you changed to let it also work in landscape ??
Are you looking to me?? i have an chinese ARMY !! (-(-(-.-)-)-)
robinandroid said:
i am currently using sgace
but i have an galaxy fit . an galaxy gio . an sgs .am sgsII
and for the galaxy fit i have the same option
i am experienced in modding etc
i can mod every toichwiz launcher etc
and icons
without touching the apk
but what line in what .xml did you changed to let it also work in landscape ??
Are you looking to me?? i have an chinese ARMY !! (-(-(-.-)-)-)
Click to expand...
Click to collapse
I see, you're pretty rich eh ~ and how is that possible you can change the icons without touching the apk's? can you elaborate more ? I can mod TouchWizLauncher's too but not that much, I don't mean to be harsh but your post made me think you brag too much
robinandroid said:
i am currently using sgace
but i have an galaxy fit . an galaxy gio . an sgs .am sgsII
and for the galaxy fit i have the same option
i am experienced in modding etc
i can mod every toichwiz launcher etc
and icons
without touching the apk
but what line in what .xml did you changed to let it also work in landscape ??
Are you looking to me?? i have an chinese ARMY !! (-(-(-.-)-)-)
Click to expand...
Click to collapse
Can u teach me how to change icon in drawer without touching apk
zcop said:
Can u teach me how to change icon in drawer without touching apk
Click to expand...
Click to collapse
if you download from here the zip http://forum.xda-developers.com/showthread.php?t=1421126
when openend you find only filemaps with the name of an app like mms.apk
insinde is res map and another map
just place in the last map your icon rename it like thevicon in there and zip it again
but i think you will need to mod an xml file because the fit is an ldpi screen ....
Are you looking to me?? i have an chinese ARMY !! (-(-(-.-)-)-)

[Q] how to use PNG file?

can u please help me how to replace png file on framework..i did not really know how to do that..
wanyakuza said:
can u please help me how to replace png file on framework..i did not really know how to do that..
Click to expand...
Click to collapse
inside a rom you would go to where the the png is, you edit it save it and overwrite the old one
wanyakuza said:
can u please help me how to replace png file on framework..i did not really know how to do that..
Click to expand...
Click to collapse
Since it is png you no need to decompile or recompile just use 7 zip or winrar and replace it. Make sure that the png you are replacing have same resolution and name
Sent from my GT-I9070 using Tapatalk
PradeepMurugan said:
Since it is png you no need to decompile or recompile just use 7 zip or winrar and replace it. Make sure that the png you are replacing have same resolution and name
Sent from my GT-I9070 using Tapatalk
Click to expand...
Click to collapse
i have decompile framework with apktool , but i don't know how replace the file..did i need go to drawable ldpi?? , after that what to do??
wanyakuza said:
i have decompile framework with apktool , but i don't know how replace the file..did i need go to drawable ldpi?? , after that what to do??
Click to expand...
Click to collapse
Use winrar and take out the file you want, edit it and drop it back in the same place you got it, when it promotes you,replace it
Trozzul said:
Use winrar and take out the file you want, edit it and drop it back in the same place you got it, when it promotes you,replace it
Click to expand...
Click to collapse
winrar or 7zip?? , what are in drawable ldpi actually? it's the actual file or new??
Use Winrar or 7zip it doesn't matters.
Ldpi folder contains image for low device resolution.
If you replaced nothing in this folder then it's the actual file but you should replace your image in the correct folder according to your screen resolution.
Sent from my HTC Sensation Z710e using xda app-developers appl

Categories

Resources