Hi sorry but due to no time now i am a big noob,
what is the name of Keyguard.apk name in lollipop ? thanks xda members
Keyguard is integrated into SystemUI now.
metalfan78 said:
Keyguard is integrated into SystemUI now.
Click to expand...
Click to collapse
That sucks the poopshoot. That means while the phone has a great look on a lower DPI, the lockscreen is stuck.
Its still smali, just not a separate apk. There is an entire folder labeled keyguard in there
Related
All app inventor apps get an ugly default icon on the phone.
Can that be changed and if yes would you explain how?
currently no, that can't be changed. The developers say they will add it.
I only bring up this old thread to answer the same question I had.
Have you worked with the packaged app to see if that's true? The way an apk is made, the icon is a standard png file. Couldn't it be changed by editing the apk, then resigning it?
chaostic_2k1 said:
Have you worked with the packaged app to see if that's true? The way an apk is made, the icon is a standard png file. Couldn't it be changed by editing the apk, then resigning it?
Click to expand...
Click to collapse
Just what i was thinking open it up add your icon zip it up and sign it then your all goood
chaostic_2k1 said:
Couldn't it be changed by editing the apk, then resigning it?
Click to expand...
Click to collapse
I used Apk Manager for this - worked great!
Hi!
I have some customizations I would like to do with my phone. I know how to edit and compile systemUI .apk. But I don't know which values in which files to edit.
What I would like to change is:
1. Remove nfc icon in statusbar.
2. Get black status bar.
3. Change navbar height
I know that there are some mods out there, butiken they wi'll replace my current ones.
Thank you in advance!
karstensson said:
Hi!
I have some customizations I would like to do with my phone. I know how to edit and compile systemUI .apk. But I don't know which values in which files to edit.
What I would like to change is:
1. Remove nfc icon in statusbar.
2. Get black status bar.
3. Change navbar height
I know that there are some mods out there, butiken they wi'll replace my current ones.
Thank you in advance!
Click to expand...
Click to collapse
If you're on the Verizon variant check out this thread.
Different carrier? Try this thread.
Thank you, but as I mentioned, I am not interested in the complete apk, I only want to know the code to change to.
Sent from my LG-D802 using Tapatalk 2
Hi guys! I am currently using odexed samsung galaxy y duos and this systemui modded by Kenjboy and I was thinking if there's a way to make it transparent and remove clock and date from the expanded? will anyone please help me?
here's the link of where i get it.
http://forum.xda-developers.com/showthread.php?t=2364522
thanks!
First Deodex
See for transparent status bar
http://forum.xda-developers.com/showthread.php?t=2204389
Decompile SystemUI.apk with apktool
For expanded change any pngs mentioned in status_bar_expanded.xml
For clock & date delete lines starting something like com.clock & com.dateview from status_bar_expanded.xml
Request to edit
marcussmith2626 said:
First Deodex
See for transparent status bar
http://forum.xda-developers.com/showthread.php?t=2204389
Decompile SystemUI.apk with apktool
For expanded change any pngs mentioned in status_bar_expanded.xml
For clock & date delete lines starting something like com.clock & com.dateview from status_bar_expanded.xml
Click to expand...
Click to collapse
thanks for your reply sir. but please can you do it for me? i do not know how to edit xmls and i dont have a pc. just remove the clock and date in the expanded and if you can add battery percentage, do it so. your work will be greatly appreciated. thanks in advance sir!
also, if making the statusbar transparent needs to be deodexed, just nevermind. i prefer using odex that deodexed ones. thanks again!
by the way sir, this is what i want to remove. thankssss!!
No I'm not doing it for you - learn to do it yourself!
There is Apktool for mobile so you don't need a pc to decompile
marcussmith2626 said:
No I'm not doing it for you - learn to do it yourself!
There is Apktool for mobile so you don't need a pc to decompile
Click to expand...
Click to collapse
okay sir. i thought i can only do it by pc. since there is a way to make it through mobile, i can manage everything. thank you for informing me. thankss! )
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
Hello, all. I'm trying to hide my carrier's name on lock screen. I don't mind it being on my status bar when I swipe down for notifications though.
I'm rooted with magisk, stock rom 8.1, pixel 2 xl mod.
I do not want to use a custom rom nor do I want to use exposed. Thanks!
jayeebee said:
Hello, all. I'm trying to hide my carrier's name on lock screen. I don't mind it being on my status bar when I swipe down for notifications though.
I'm rooted with magisk, stock rom 8.1, pixel 2 xl mod.
I do not want to use a custom rom nor do I want to use exposed. Thanks!
Click to expand...
Click to collapse
Upload your SystemUI.apk and framework-res.apk. I believe I can take it off for you.
Tulsadiver said:
Upload your SystemUI.apk and framework-res.apk. I believe I can take it off for you.
Click to expand...
Click to collapse
Thank you very much. I really appreciate that however I would like to learn how to do it by myself because I update my ROM via fastboot every month. So I think I will have to do that modification every month.
jayeebee said:
Thank you very much. I really appreciate that however I would like to learn how to do it by myself because I update my ROM via fastboot every month. So I think I will have to do that modification every month.
Click to expand...
Click to collapse
No problem. The xml's to mod are in the systemui.apk res/layout folder. The keyguard_status_bar.xml and keyguard_emergency_carrier_area.xml
for id/keyguard_carrier_text and Id/carrier_text change the layout widths and height's to 0.0dip and add Android:visibility="gone" to those two lines of code.
Tulsadiver said:
No problem. The xml's to mod are in the systemui.apk res/layout folder. The keyguard_status_bar.xml and keyguard_emergency_carrier_area.xml
for id/keyguard_carrier_text and Id/carrier_text change the layout widths and height's to 0.0dip and add Android:visibility="gone" to those two lines of code.
Click to expand...
Click to collapse
Thanks can I do this in notepad++? Do I have to recompile?
jayeebee said:
Thanks can I do this in notepad++? Do I have to recompile?
Click to expand...
Click to collapse
Decompile, edit with notepad++, recompile.