Whats The Name Of Png File,For The Area Below Notification Title
I Meant The Area In Which Notifications Are Displayed,Whats The Name Of that png file ..
Himan Boro said:
Whats The Name Of Png File,For The Area Below Notification Title
I Meant The Area In Which Notifications Are Displayed,Whats The Name Of that png file ..
Click to expand...
Click to collapse
It is called "status_bar_background.9.png"
or "statusbar_background.9.png"
There are both files, but
I don't exactly remember name because I am using mobile now, not my PC.
Sent from my GT-I9001 Gadget of Mass Destruction running CM11 with XDA Developers App.
Himan Boro said:
Whats The Name Of Png File,For The Area Below Notification Title
I Meant The Area In Which Notifications Are Displayed,Whats The Name Of that png file ..
Click to expand...
Click to collapse
It may differ from rom to rom.sometimes its drawable or maybe hex code.
You can find it in statusbar_tracking.xml in lahput folder.
san122 said:
It may differ from rom to rom.sometimes its drawable or maybe hex code.
You can find it in statusbar_tracking.xml in lahput folder.
Click to expand...
Click to collapse
ok.. thnx bro
Himan Boro said:
ok.. thnx bro
Click to expand...
Click to collapse
Dont say just press it.
Related
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)
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 !
I Want To Remove Some Of This Parts From My Settings.apk
Touchwiz parts inside which there are Adaway.apk
Cpucontrol.apk
Spareparts.apk
netbooster.apk
etc etc..For Which I Have To Install Those Apps
Have A Glance At My Attachment...You Will Surely Understnd
Himan Boro said:
I Want To Remove Some Of This Parts From My Settings.apk
Touchwiz parts inside which there are Adaway.apk
Cpucontrol.apk
Spareparts.apk
netbooster.apk
etc etc..For Which I Have To Install Those Apps
Have A Glance At My Attachment...You Will Surely Understnd
Click to expand...
Click to collapse
Try To Mod Your Settings.apk..By Decompiling It.There Is Many Guides In XDA To Do That....And Then Just Delete The Apks That You Want To Remove....With Any Root Explorer App...:thumbup:
[[Note:Search "How To Invoke An App From Settings" In Xda Or Google To Do That]]
TECHNO_THUNDER said:
Try To Mod Your Settings.apk..By Decompiling It.There Is Many Guides In XDA To Do That....And Then Just Delete The Apks That You Want To Remove....With Any Root Explorer App...:thumbup:
[[Note:Search "How To Invoke An App From Settings" In Xda Or Google To Do That]]
Click to expand...
Click to collapse
TY For D link...But I just wan2 remov tht Invokd app from my settings.apk...i.dont want to view that apps name/icons inside my settings.apk..
Himan Boro said:
TY For D link...But I just wan2 remov tht Invokd app from my settings.apk...i.dont want to view that apps name/icons inside my settings.apk..
Click to expand...
Click to collapse
remove it from the manifest xml and also remove any strings in strings xml then resign it
Open settings.xml under res/xml/here
Then find the preferencescreens and delete them.
And your problem will be solved.
Sent from my GT-S5360 using Tapatalk 2
san122 said:
Open settings.xml under res/xml/here
Then find the preferencescreens and delete them.
And your problem will be solved.
Sent from my GT-S5360 using Tapatalk
Recompiling Gives Error..but the app is in dist foldr...
Click to expand...
Click to collapse
marcussmith2626 said:
remove it from the manifest xml and also remove any strings in strings xml then resign it
Click to expand...
Click to collapse
lil confusing 1
Himan Boro said:
lil confusing 1
Click to expand...
Click to collapse
you can locate some things in the androidmanifest.xml or as san said in settings.xml
depends where its locoted - just follow the path
marcussmith2626 said:
you can locate some things in the androidmanifest.xml or as san said in settings.xml
depends where its locoted - just follow the path
Click to expand...
Click to collapse
i dint find in Androidmanifest.xml..
i found in settings.xml
san122 said:
Open settings.xml under res/xml/here
Then find the preferencescreens and delete them.
And your problem will be solved.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Recompiling gives error ;(..but the new compild app is in dist folder.
Himan Boro said:
Recompiling gives error ;(..but the new compild app is in dist folder.
Click to expand...
Click to collapse
read the error that apk tool tells you - it will say in which file and what line the error is - you may have public values or strings that also need deleting - cant help if you just say its an error
Himan Boro said:
TY For D link...But I just wan2 remov tht Invokd app from my settings.apk...i.dont want to view that apps name/icons inside my settings.apk..
Click to expand...
Click to collapse
Just Do Reverse The Whole Process Bro....Delete The Layout Lines And The Apps....
marcussmith2626 said:
read the error that apk tool tells you - it will say in which file and what line the error is - you may have public values or strings that also need deleting - cant help if you just say its an error
Click to expand...
Click to collapse
Ok Bro....
TECHNO_THUNDER said:
Just Do Reverse The Whole Process Bro....Delete The Layout Lines And The Apps....
Click to expand...
Click to collapse
Ow K...
Himan Boro said:
Ow K...
Click to expand...
Click to collapse
Maybe you are getting language not found error.If yes then there is no problem.
Sent from my GT-S5360 using Tapatalk 2
TY all for d supports and guides
marcussmith2626 said:
you can locate some things in the androidmanifest.xml or as san said in settings.xml
depends where its locoted - just follow the path
Click to expand...
Click to collapse
@marcussmith2626
It is not located in manifest. (It will never will be located there)
It is in /res/xml/settings.xml
Himan Boro said:
Recompiling gives error ;(..but the new compild app is in dist folder.
Click to expand...
Click to collapse
You need to install framework-res.apk and twframework-res.apk before decompiling and before recompiling.
Himan Boro said:
TY all for d supports and guides
Click to expand...
Click to collapse
I think you want to remove them from xduos v3 rom(as per screenshoots)....So decompile Settings.apk and go to res/xml,and find "kenj1.xml" from there, edit them and delete preferences from there...and recompile,sign and push apk to system....enjoy for personal use only...:thumbup::thumbup:
Hello sirs/mams can I port any rom's framework to another rom?? Help needed asap:laugh:..Don't worry I won't stole any dev's credits..please tell masters.It'll be very helpful for me
[email protected] said:
Hello sirs/mams can I port any rom's framework to another rom?? Help needed asap:laugh:..Don't worry I won't stole any dev's credits..please tell masters.It'll be very helpful for me
Click to expand...
Click to collapse
copy png files from drawable folders and compare XML files for any addition, that's the fastest way
mohamedrashad said:
copy png files from drawable folders and compare XML files for any addition, that's the fastest way
Click to expand...
Click to collapse
Sir what do you mean by "compare XML files for any addition" ..explain please. am a newbie
Here is a guide on doing so.
http://forum.xda-developers.com/showthread.php?t=1719886
I tried it myself, but I think I did something wrong so it didn't work, but you could give it a shot and if you do, post the result.
Thanks
NightRaven49 said:
Here is a guide on doing so.
http://forum.xda-developers.com/showthread.php?t=1719886
I tried it myself, but I think I did something wrong so it didn't work, but you could give it a shot and if you do, post the result.
Click to expand...
Click to collapse
Thanks but the guide is for HDPI and MDPI devices..but our sgy is ldpi
[email protected] said:
Thanks but the guide is for HDPI and MDPI devices..but our sgy is ldpi
Click to expand...
Click to collapse
I guess if u go inside framework-res.apk, there will be drawable ldpi & drawable mdpi folders. Btw if u wanna change only pngs & xmls, then u can do it in ur phone itself. U just need a superb app called Ninjamorph.apk
Hope this helps...!!
Galaxy_Rohit said:
I guess if u go inside framework-res.apk, there will be drawable ldpi & drawable mdpi folders. Btw if u wanna change only pngs & xmls, then u can do it in ur phone itself. U just need a superb app called Ninjamorph.apk
Hope this helps...!!
Click to expand...
Click to collapse
I know bro about ninjamorph...but please provide me best .9.png editor for my pc (xp)
[email protected] said:
Hello sirs/mams can I port any rom's framework to another rom?? Help needed asap:laugh:..Don't worry I won't stole any dev's credits..please tell masters.It'll be very helpful for me
Click to expand...
Click to collapse
Nice thread sir..It might help noob like me too
Welcome
mimma7 said:
Nice thread sir..It might help noob like me too
Click to expand...
Click to collapse
Welcome..
can someone tells me guide to edits framework of galaxy y? (I means to add theme, etc) Thanks
GalKill said:
can someone tells me guide to edits framework of galaxy y? (I means to add theme, etc) Thanks
Click to expand...
Click to collapse
Sorry this question is too general
First you need to decide what exactly it is you want to do
Next type into google what it is you want to do and add xda on the end (you can add galaxy y on the end too if you want to search galaxy y threads) - eg how to add brightness slider xda galaxy y
marcussmith2626 said:
Sorry this question is too general
First you need to decide what exactly it is you want to do
Next type into google what it is you want to do and add xda on the end (you can add galaxy y on the end too if you want to search galaxy y threads) - eg how to add brightness slider xda galaxy y
Click to expand...
Click to collapse
Sorry sir :'( But how to change height name banner and change the icons?
GalKill said:
Sorry sir :'( But how to change height name banner and change the icons?
Click to expand...
Click to collapse
hight will be in xml file and png will be in res folder
cant tell you which xml or what the name of the png is you will have to decompile the apk you want to mod and look through it
marcussmith2626 said:
hight will be in xml file and png will be in res folder
cant tell you which xml or what the name of the png is you will have to decompile the apk you want to mod and look through it
Click to expand...
Click to collapse
Sir,Please help me also?
marcussmith2626 said:
hight will be in xml file and png will be in res folder
cant tell you which xml or what the name of the png is you will have to decompile the apk you want to mod and look through it
Click to expand...
Click to collapse
Can u give me the specific directory of the folder,please?
GalKill said:
Can u give me the specific directory of the folder,please?
Click to expand...
Click to collapse
I cant because I dont have the apk nor can I really help you - you will just have to look through the xml untill you come across the line for thing you wish to change the height of
Same for the png - look through the res folder untill you see the png you wish to change
marcussmith2626 said:
I cant because I dont have the apk nor can I really help you - you will just have to look through the xml untill you come across the line for thing you wish to change the height of
Same for the png - look through the res folder untill you see the png you wish to change
Click to expand...
Click to collapse
But it's appear on all apps; I think the problem is on the framework-res.apk. It's miniROM touchwiz nature UX
GalKill said:
But it's appear on all apps; I think the problem is on the framework-res.apk. It's miniROM touchwiz nature UX
Click to expand...
Click to collapse
then look in the framework - probably in styles.xml
you can try <item name="listPreferredItemHeight">64.0dip</item>
I presume thats the gap between items in a list/the height of each item
marcussmith2626 said:
then look in the framework - probably in styles.xml
you can try <item name="listPreferredItemHeight">64.0dip</item>
I presume thats the gap between items in a list
Click to expand...
Click to collapse
How about to make it into stock-like ? (No icon, just a banner with the app name )
GalKill said:
How about to make it into stock-like ? (No icon, just a banner with the app name )
Click to expand...
Click to collapse
most likely will require smali change as the smali will probably refer to a public value for the png or it could be a case of it just being refered as a drawable value in a drawable/layout xml - again you will have to look
without knowledge or understanding of what you are looking at it will be very hard for you to do - sorry