[Q] Edit Statusbar Icon ? - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

Hi guys, I need answer for my weird question. Here is my cond :
I want to edit my statusbar icon. In my statusbar, icons is in drawable_ldpi. But i want to change with icons with size more than the old one (drawable_hdpi). So, how to replace it ? Cause if i just replace it on drawable_ldpi will definitely error when recompile. Thanks

GSculerlor said:
Hi guys, I need answer for my weird question. Here is my cond :
I want to edit my statusbar icon. In my statusbar, icons is in drawable_ldpi. But i want to change with icons with size more than the old one (drawable_hdpi). So, how to replace it ? Cause if i just replace it on drawable_ldpi will definitely error when recompile. Thanks
Click to expand...
Click to collapse
something when u replace icon from hdpi to ldpi for example, no need to resize it . Android do the work .
If u change icon u must not change it name to . It must same name as before .
Sent from tapatalk using smartphone

Lemon_Lime`s said:
something when u replace icon from hdpi to ldpi for example, no need to resize it . Android do the work .
If u change icon u must not change it name to . It must same name as before .
Sent from tapatalk using smartphone
Click to expand...
Click to collapse
Just copy from HDPI folder to LDPI and recompile
Sent from my GT-S5360 using Tapatalk 2

Related

How to edit framework-res.apk

How to edit framework-res.apk and also how to recompile and decompile it...
Thnx in advance....
Sent from my GT-S5360 using xda premium
zeetwo-raj said:
How to edit framework-res.apk and also how to recompile and decompile it...
Thnx in advance....
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
If u r going to change only the icons then winrar or 7zip is enough for u. And if u want to edit xmls then u need apktool or apkmulti tool etc.
Thnx for ur reply but I want to change the animation animation for example "loading"and installing animation etc etc
Sent from my GT-S5360 using xda premium
zeetwo-raj said:
Thnx for ur reply but I want to change the animation animation for example "loading"and installing animation etc etc
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Well this PNG files stored in framework-res.apk/Res/drawable-ldpi/ac_android_progressbar_indeterminate_holo.PNG
U will found 5 to 6 files with this name ac_android_progressbar_indeterminate_holo1.png, ac_android_progressbar_indeterminate_holo2.png,3,4..etc u just have to replace those files..
U will understand when u will go there....
Follow this for basic THEMING
http://forum.xda-developers.com/showthread.php?t=1714481
:good::good:
Well I only want to change the color of "circled" loading bar and" installing" bar
I mean the color of spinner I want to change it to blue.....
You are greattttttt.....
I've been trying to use 7-zip and Winrar for replacing png's but still no luck and at the end I get bootloop when i goin to press power button, why does this happened?
To stay away from Bootlops U must decompile and recompile the framework even if u r goin to chnge only Some PNGs...Use Advanced Apk tool By @BDFreak ..This Tool Doesnot gives any error while recompiling franework ...
And For Editing Installing Bar You Should Edit Some Xmls Also Along With Png files ...
Google -Ics Sliders or Ics Progress Bar...Both are same guides...Follow any1 which u like

[Q] [B]How to change lockscreens?[/B]

[q] i have put 6 lockscreens in systemui.apk but i cannot get the option for the lockscreen changing.... :'( plz help me ....
Black synergy said:
[q] i have put 6 lockscreens in systemui.apk but i cannot get the option for the lockscreen changing.... :'( plz help me ....
Click to expand...
Click to collapse
Have you tried to reinstall systemui.apk?
Black synergy said:
[q] i have put 6 lockscreens in systemui.apk but i cannot get the option for the lockscreen changing.... :'( plz help me ....
Click to expand...
Click to collapse
what do u mean u hav put 6 lockscreens in systemUI.apk .... Make a brief note of what u've done.... Also assuming u as a starter lookin at the junior member tag ... U hav to make a lot of changes to port lockscreens .... Files tat hav to be edited are framework-res.apk framework.jar services.jar settings.apk systemui.apk ... I would suggest u to learn development before u could start tampering with the system files else your phone would be doomed
Black synergy said:
[q] i have put 6 lockscreens in systemui.apk but i cannot get the option for the lockscreen changing.... :'( plz help me ....
Click to expand...
Click to collapse
Its not only systemui,
You need to modify framework-res and jar,
You also need to modify settings.apk and add the string to change the lockscreen
Also,
Im a potatoe...
this post is approved by the national potato safety regulation
Thank you all for responding...
I am successful now...
You all can have a look at my rom
Just see in my signature...
@ captain.. or any moderator..
You can delete this thread if you want.
Sent from something smoother than Hyperion xD

[Q] build SystemUI

pleace help me,
how to build SystemUI with Aide.apk . . ?
sunish said:
it is as its name says, smart dialing.
it works similar to Phone Plus or D9.
Actually it is like T9 for dialler, suggesting the names as u key in the number
Click to expand...
Click to collapse
You just can't, take an existing statusbar and modify it (stock or CM7)
AIDE itself is not as good as Eclipse, but it does the job
Sent from my GT-S5360 using Tapatalk 2
mohamedrashad said:
You just can't, take an existing statusbar and modify it (stock or CM7)
AIDE itself is not as good as Eclipse, but it does the job
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
so, can you tell me the guide sir . . ?
i need move status bar s5360 in bottom ,
but not perfect . . .
Andye Ai Ticka said:
so, can you tell me the guide sir . . ?
i need move status bar s5360 in bottom ,
but not perfect . . .
Click to expand...
Click to collapse
to compile and decompile an apk use apktool - either pc or mobile version
to move status bar to the bottom will take alot of smali editing and iv not come accross a guide for gingerbread
you can do it on cm7 though with just a tick of a settings box
goto
settings
Cyanogenmod settings
Tablet tweaks
Tick
Bottom status bar
if you really want to you would have to compare statusbarservice.smali and prob some other smali files as well
marcussmith2626 said:
to compile and decompile an apk use apktool - either pc or mobile version
to move status bar to the bottom will take alot of smali editing and iv not come accross a guide for gingerbread
you can do it on cm7 though with just a tick of a settings box
goto
settings
Cyanogenmod settings
Tablet tweaks
Tick
Bottom status bar
if you really want to you would have to compare statusbarservice.smali and prob some other smali files as well
Click to expand...
Click to collapse
Ok, thanks sir . . :good:

[Q] How to make statusbar Pulldown menu transparent

I need help sirs/ma'ms
Please tell /guide me how to make Galaxy y statusbar pulldown full transparent.I search xda but there are guides for hdpi or other phones .I need the guide asap
For the status bar itself see my guide
http://forum.xda-developers.com/showthread.php?t=2204389
for the status bar expanded either change the png - locate the name in status_bar_expanded.xml or an easy way is just to run the systemui through uot kitchen and just select the background of the status bar to what you want and dont change anything else
http://uot.dakra.lt/kitchen/
guides for other phones (gingerbread) and hdpi will also work although may need slight adapting
Thanks Sir
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
marcussmith2626 said:
For the status bar itself see my guide
http://forum.xda-developers.com/showthread.php?t=2204389
for the status bar expanded either change the png - locate the name in status_bar_expanded.xml or an easy way is just to run the systemui through uot kitchen and just select the background of the status bar to what you want and dont change anything else
http://uot.dakra.lt/kitchen/
guides for other phones (gingerbread) and hdpi will also work although may need slight adapting
Click to expand...
Click to collapse
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
[email protected] said:
Sir can u please tell me the png names of pull down menus??
And please make a guide on it.How to change statusbar pulldown if possible.
Click to expand...
Click to collapse
the names may differ with rom
all the pngs and references will be in status_bar_expanded.xml and all the other xmls in the drawable folder
If you want to just make the expanded transparent the quickest way to do it is using uot kitchen - the link iv already given
If you dont know how to use uot kitchen then youtube is your friend
Thanks Again Sir
marcussmith2626 said:
the names may differ with rom
all the pngs and references will be in status_bar_expanded.xml and all the other xmls in the drawable folder
If you want to just make the expanded transparent the quickest way to do it is using uot kitchen - the link iv already given
If you dont know how to use uot kitchen then youtube is your friend
Click to expand...
Click to collapse
Thanks sir But I don't wanna go online themming I don't have much data sir
Help Me sir
Sent from my GT-S5360 using xda app-developers app

Theming Help

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

Categories

Resources