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.
Related
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,
Does anyone know if there is a way to change the size of the quick toggles inside the notification shade? They take up way too much space and I'd like to make them smaller/shorter if at all possible.
Thanks
noacess said:
Hi,
Does anyone know if there is a way to change the size of the quick toggles inside the notification shade? They take up way too much space and I'd like to make them smaller/shorter if at all possible.
Thanks
Click to expand...
Click to collapse
Yes they can, if you decompile and change it, otherwise native, no it cant be
Gunthermic said:
Yes they can, if you decompile and change it, otherwise native, no it cant be
Click to expand...
Click to collapse
Are you able to compile the stock SystemUI.apk on the note 3? If so which apktool? I am having trouble with it.
24v said:
Are you able to compile the stock SystemUI.apk on the note 3? If so which apktool? I am having trouble with it.
Click to expand...
Click to collapse
Yup, with 1.5.2 apktool jar file
Gunthermic said:
Yup, with 1.5.2 apktool jar file
Click to expand...
Click to collapse
Ok, thanks. I will have to mess with it more when I get home.
hey everyone i would like to know how can i change the name of a theme? ive editing the monshine theme but i would like to change the name as i would like to create more than one so i could easily swap between them in the theme section without having to install them when i want to swap
Decompile the theme APK then go to /res/xml/theme_resources.xml then look for ,Label value="theme name". Try that.
You will have to change the package name in the manifest. There may be other places too...
zone23 said:
Decompile the theme APK then go to /res/xml/theme_resources.xml then look for ,Label value="theme name". Try that.
Click to expand...
Click to collapse
that changed the name in the theme section but it still replaces the normal 3g theme
Rikoman17 said:
that changed the name in the theme section but it still replaces the normal 3g theme
Click to expand...
Click to collapse
Read my post above yours. It's in AndroidManifest.xml
AyDee said:
Read my post above yours. It's in AndroidManifest.xml
Click to expand...
Click to collapse
ive just changed the name in there and it still comes up as multihome theme - G3 any other way?
Rikoman17 said:
ive just changed the name in there and it still comes up as multihome theme - G3 any other way?
Click to expand...
Click to collapse
Not looking at it right now but maybe in res>values>public.xml *edit- should be strings.xml
You may have to change some files in the smali folder. Take 2 themes and compare them to see what's different. A program like Diffmerge is useful for that.
Hey, i just switched to Lollipop (30e).
i only have one problem:
notifications that are not google are almost not readable.
as you can see in the screenshot its black background on black font and dark grey font
is there any way to change that?
is a color line in "colors.xml" in LGSystemUI
soon, I will make a fix in my thread
glfsd said:
is a color line in "colors.xml" in LGSystemUI
soon, I will make a fix in my thread
Click to expand...
Click to collapse
ah nice
i already flashed some mods of yours
what tools do you use to extract and repack the apks?
gozzaa said:
ah nice
i already flashed some mods of yours
what tools do you use to extract and repack the apks?
Click to expand...
Click to collapse
There are a few possible tools. Try TickleMyAndroid.
Anyone know of a working smaller navbar mod (not using xposed) that works on MHC19I ? or able to point me in the direction of guide that allows me to attempt to make one myself ?
Looking to stay stock+rooted, rather than a custom rom.
TIA
EDIT - I've modified framework-res.apk for MHC19I - Grab it here. Mod changes navbar to 24 instead of 48 height.
* Backup your original /system/framework-res.apk and replace it with the download.
I'd recommend to flash resurrection remix rom where you can set the navbar to 24dp.
snachez said:
Anyone know of a working smaller navbar mod (not using xposed) that works on MHC19I ? or able to point me in the direction of guide that allows me to attempt to make one myself ?
Looking to stay stock+rooted, rather than a custom rom.
TIA
Click to expand...
Click to collapse
U can make it by editing framework-res.apk
Decompile framework-res.apk then go to res/values/dimens.xml there u can change it.
Rajeev said:
U can make it by editing framework-res.apk
Decompile framework-res.apk then go to res/values/dimens.xml there u can change it.
Click to expand...
Click to collapse
Thanks, I'll give it a shot !
snachez said:
Thanks, I'll give it a shot !
Click to expand...
Click to collapse
So I've decompiled and made the edit, recompiled and signed the apk, pushed it to my device and replaced the original.. but now it just sits on the bootup logo animination and I cant get past that stage.
Hopefully you have a backup that you can restore. If not, push the stock framework via adb
snachez said:
So I've decompiled and made the edit, recompiled and signed the apk, pushed it to my device and replaced the original.. but now it just sits on the bootup logo animination and I cant get past that stage.
Click to expand...
Click to collapse
U have done something wrong.. Which apktool u used to edit ?
Rajeev said:
U have done something wrong.. Which apktool u used to edit ?
Click to expand...
Click to collapse
I used apktool 2.0.3 from https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.0.3.jar
Signed with tool from http://forum.xda-developers.com/showthread.php?t=2723579
Many thanks for any advice
snachez said:
I used apktool 2.0.3 from https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.0.3.jar
Signed with tool from http://forum.xda-developers.com/showthread.php?t=2723579
Many thanks for any advice
Click to expand...
Click to collapse
Aww yuss. I followed a different guide from http://forum.xda-developers.com/showthread.php?t=1814441 and found I was missing a few steps (copying the META-INF etc)
Much success now.
For anyone interested, I've posted a modded framework-res.apk in OP... Flashable Zip my next project.
snachez said:
Aww yuss. I followed a different guide from http://forum.xda-developers.com/showthread.php?t=1814441 and found I was missing a few steps (copying the META-INF etc)
Much success now.
For anyone interested, I've posted a modded framework-res.apk in OP... Flashable Zip my next project.
Click to expand...
Click to collapse
Glad u made it dude.. Enjoy. Feel free to ask any helps