[Q] Remove carrier name from status bar on SGS5A - Android Q&A, Help & Troubleshooting

Hello,
i've heard on few forums that when we want to remove my carrier we have to modify SystemUI.apk, but i haven't found anyone who can explain me how to do that, so i'm here to ask
I have a samsung galaxy S5 active, european version (SM-G870F)
My SystemUI.apk : https://www.dropbox.com/s/0tci7jgtjsswz6m/SystemUI1.apk?dl=0
Thank you a lot
Tancrède

TankiFrench said:
Hello,
i've heard on few forums that when we want to remove my carrier we have to modify SystemUI.apk, but i haven't found anyone who can explain me how to do that, so i'm here to ask
I have a samsung galaxy S5 active, european version (SM-G870F)
My SystemUI.apk : https://www.dropbox.com/s/0tci7jgtjsswz6m/SystemUI1.apk?dl=0
Thank you a lot
Tancrède
Click to expand...
Click to collapse
It seems the normal way to rid yourself of the carrier text is via an Xposed Framework module, which you will have to check to see if Xposed can run on your device.
If you are feeling brave then this seems to be the only possible way to do it without Xposed:
http://forum.xda-developers.com/showthread.php?t=1773879
It involves decompiling the SystemUI.apk and replacing some values in /res/layout/status_bar.xml with a zero, then recompiling and replacing the original.
You need to weigh up the risks and decide if you feel it is worth it. I'd love to remove it from one of my devices but I'm not that bothered to take the risk for something like this.
*I'll be very interested (and pleased) if anyone can find a simpler way to achieve this, especially one where we just edit something in build.prop, local.prop or similar...
----------------------------------------------------
Don't forget to press the THANKS :good: button if you receive helpful information!

Thank you for your quick answer, I already have xposed on my device, so what is the module please

TankiFrench said:
Thank you for your quick answer, I already have xposed on my device, so what is the module please
Click to expand...
Click to collapse
Xblast tools is the name of the mod in Xposed
Sent from my SCH-I535 using Xparent ICS Tapatalk 2

I already have XBlast tools too, and that worked on my S3,but there is no option to download that on my s5a

TankiFrench said:
I already have XBlast tools too, and that worked on my S3,but there is no option to download that on my s5a
Click to expand...
Click to collapse
Might not be compatible. If you have it on your S3, I've used it as well on mine save the apk for Xblast and just transfer it to your other phone
Sent from my SCH-I535 using Xparent ICS Tapatalk 2

I will try sooner I get back my S3
Thank you

TankiFrench said:
I will try sooner I get back my S3
Thank you
Click to expand...
Click to collapse
Good luck.
Let us know if it works for you.

I can't get my S3 back :/
So i've modified my SystemUI.apk, not as said in the HOW-TO that lin-ux gave me, but i've seen 3 lines with "carrier" in it, so i've just remove this lines (i know i'm crazy to do that)
Anyway, that works after a reboot, and i didn't see any problem yet
Just one little question ... How do we change the status of the thread to "solved" ?
Ps : sorry for my terrible english :S

TankiFrench said:
i've seen 3 lines with "carrier" in it, so i've just remove this lines (i know i'm crazy to do that)
Anyway, that works after a reboot, and i didn't see any problem yet
Click to expand...
Click to collapse
That's very good news, well done! :good:
Please give us more details on which lines and which files you changed.
If you could copy and paste the lines before and after you made changes to the file(s) it would be great...

Yes sorry of course, just i had 3 test so i've touth to other things sorry !
I modified res/layout/status_bar.xml
And i removed this 3 lines
<TextView android:textSize="15.0dip" android:textColor="#ffffffff" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
<ImageView android:id="@id/operatorLogoIcon_org" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo_org" />
Click to expand...
Click to collapse
to decompile and recompile apk, i used this video : https://www.youtube.com/watch?v=bMccWbMjBLs
i hope that will help someone

Thanks for posting how you did it

Problem Solved..!!
A new member named Ghoulie posted a link to a small app called "Carrier Changer" that allows for the carrier label to be easily changed.
It looks like it only works on some phones and unfortunately I don't have an SGS5A to test it so I can't say if it'll work for you guys, but luckily it did the job perfectly on my phones.
I ended up using a single space instead of a character, looks great with the whole left side of the status bar clean and clear...
Here is a direct download link to the latest version of Carrier_Changer_1.16.9.apk:
http://forum.xda-developers.com/attachment.php?attachmentid=1711871&d=1360266843
Thanks is due to the guy who made the app back in 2011 http://forum.xda-developers.com/showthread.php?t=901865 and to XDA for hosting the thread which discussed it until around 2013, but it seems it was forgotten after that, and it has not been worked on since then.
*If anyone is curious where the download link above comes from please see this thread: http://forum.xda-developers.com/showthread.php?p=37634835

Related

[HOW TO][GUIDE][ICS]Remove Carrier Label from status bar (works for UCLF6)

***Please Read***​First things first, this is not a thread for people to ask, "Can you do this for me?"
This is a guide to help others do this for themselves. Please ask questions if you need help, but try to find the answer yourself first by searching. Google is your friend.
This guide assumes that you know how to decompile and compile already.
There is lots of information out there on how to decompile and compile files. If you're having trouble with ICS files, you probably need to update your aapt. I've added a zip of apktool.bat, apktool.jar, and aapt.exe that is most current and working with ICS. If you don't know the prerequisites for installing and using apktool, search and read. The information is all readily available.
***Happy modding***​
How to remove the Carrier Label from the status bar
1. Decompile SystemUI.apk
2. Browse to smali/com/android/systemui/statusbar/phone
3. Open CarrierLabel.smali
(I use Notepad++ as many people do. For people trying this for the first time, do not use Notepad. Notepad++ is free.)
4. Search for this line:
Code:
.method updateNetworkName(ZLjava/lang/String;ZLjava/lang/String;)V
5. Scroll down to:
Code:
:cond_0
if-eqz p1, :cond_2
if-eqz p2, :cond_2
if-eqz v0, :cond_1
6. Change to this:
Code:
:cond_0
if-eqz p1, :[COLOR="red"]cond_3[/COLOR]
if-eqz p2, :[COLOR="red"]cond_3[/COLOR]
if-eqz v0, :[COLOR="red"]cond_3[/COLOR]
7. Recompile SystemUI.apk
8. If you're using apktool, open the SystemUI.apk in the /dist folder with 7zip
(If you don't have 7zip, you should. Download it here.)
9. Also open the original SystemUI.apk with 7zip.
10. Move the entire META-INF folder and also AndroidManifest.xml from the original SystemUI.apk to the modded SystemUI.apk.
11. Either manually push the modded SystemUI.apk to the system/app folder on your phone OR add it to a flashable zip with a proper update-binary for the Note and an updater-script that will copy the SystemUI.apk to the proper location. (Flashable zips are not the focus of this post, so if you don't know how to use or make them, I suggest you search and read again.)
12. Restart your phone and enjoy that empty space on the left side of your status bar.
This also works for official ICS build UCLF6.
Thank you. This is exactly what I was looking for. About to try now.
I don't mean to sound ungrateful, but this wasn't very helpful....
fyi to others...
SystemUI.apk is located in /system/app/SystemUI.apk
you can always do a search using Root Explorer if you're not sure where a file is located on your device
for more info on how to decompile, go here: http://forum.xda-developers.com/showthread.php?t=1466100
thisisnitwit said:
I don't mean to sound ungrateful, but this wasn't very helpful....
fyi to others...
SystemUI.apk is located in /system/app/SystemUI.apk
you can always do a search using Root Explorer if you're not sure where a file is located on your device
for more info on how to decompile, go here: http://forum.xda-developers.com/showthread.php?t=1466100
Click to expand...
Click to collapse
It helped me. Its different on UCLF5 to remove the carrier label. But this work or previous leaks. You probably doing something wrong if you tried this on earlier leaks and its not working.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
thisisnitwit said:
I don't mean to sound ungrateful, but this wasn't very helpful....
fyi to others...
Click to expand...
Click to collapse
You could have just started with your second sentence and included your suggestion. Why slap the hand that trys to help us?
I'm no expert here but it looks like a lot of thought and effort went into this guide.
rangercaptain said:
You could have just started with your second sentence and included your suggestion. Why slap the hand that trys to help us?
I'm no expert here but it looks like a lot of thought and effort went into this guide.
Click to expand...
Click to collapse
I don't have a problem with the guide, but his post is rather condescending.
thisisnitwit said:
I don't have a problem with the guide, but his post is rather condescending.
Click to expand...
Click to collapse
At least it wasn't personal.
thisisnitwit said:
I don't have a problem with the guide, but his post is rather condescending.
Click to expand...
Click to collapse
XDA is no longer worth my time.
bigfau said:
It helped me. Its different on UCLF5 to remove the carrier label. But this work or previous leaks. You probably doing something wrong if you tried this on earlier leaks and its not working.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
This method is working with UCLF6 (Official AT&T ICS). I just modded my SystemUI.apk to remove the carrier label.
thisisnitwit said:
I don't mean to sound ungrateful, but this wasn't very helpful....
fyi to others...
SystemUI.apk is located in /system/app/SystemUI.apk
you can always do a search using Root Explorer if you're not sure where a file is located on your device
for more info on how to decompile, go here: http://forum.xda-developers.com/showthread.php?t=1466100
Click to expand...
Click to collapse
Sorry you felt my post was condescending because I did not intend it to be that way, but remember, written text has no tone except the tone you project onto it.
Incidentally, it appears that you did exactly what I hoped people would do. You took the information I provided and figured out how to do it yourself.
Good luck with future modding.
lactardjosh said:
. . .but remember, written text has no tone except the tone you project onto It.
Click to expand...
Click to collapse
That is a very wise reminder for everyone on xda.
TimOster said:
Not anywhere near as bad as yours.
All he's doing it asking people to think, instead of ask someone else to do that for them. I thought it was a very well done, helpful guide. He makes it obvious noobs should NOT attempt, but gives the tools and suggests reading a bit first.
Too many on this and other forums think that the forum is a place to go and get someone else to "do it for me". NO! They are places to share information and help people trying to learn new things, not people who constantly need their hand held.
This isn't kindergarten, and if that's where you belong you shouldn't be modding anyway.
Click to expand...
Click to collapse
thisisnitwit said:
I don't have a problem with the guide, but his post is rather condescending.
Click to expand...
Click to collapse
I suppose I look at things differently. Like I said, I didn't have a problem with the guide, it was clear enough to me, but I think back to when it wouldn't have been clear and although some effort was obviously put into this, he ruined it with his "deal with it" attitude. Maybe I just read into it a bit too much, but when I offer my assistance in any way, I try to be as gracious as possible. That's not hand holding, that's just courtesy.
First thx lactardjosh...
Not directed to any one....
I realize I am not a Mod..., but Gents, let's move on, and leave well alone....thanks in advance.
It is understood by parties...
edit: Added this the GNote page, thx again!
http://forum.xda-developers.com/showthread.php?p=28040353#post28040353
bigjoe2675 said:
First thx lactardjosh...
Not directed to any one....
I realize I am not a Mod..., but Gents, let's move on, and leave well alone....thanks in advance.
It is understood by parties...
edit: Added this the GNote page, thx again!
http://forum.xda-developers.com/showthread.php?p=28040353#post28040353
Click to expand...
Click to collapse
Word.
Thanks bigjoe.
lactardjosh said:
Word.
Thanks bigjoe.
Click to expand...
Click to collapse
Hmm wonder if anyone could come up with a flashable way im on straight talk and really dont like the annoying HOME at the top
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
can you explain me how to remove it from GB 2.3.4 ? and brightness control from the status bar too ? here is my SystemUI (for GB-not for ICS)
Thanks
First time I actually succesfully modded an apk file . Thanks for the guide.
I'm on straight talk also and stock ICS not deodexed.
I got the files from a stock deodexed rom and follow the guide to do the editing and use root explorer to copy the modified SystemUI.apk.
I removed the original SystemUI.apk and SystemUI.odex file.
Was hoping I didn't brick my phone on selecting Restart .
Working great with no more HOME showing on notification bar.
I'm Curious where the lockscreen carrier label is stored now
Thanks again for the guide.
PS. also restoring the brightness slider from the notification bar.
firefly2004 said:
First time I actually succesfully modded an apk file . Thanks for the guide.
I'm on straight talk also and stock ICS not deodexed.
I got the files from a stock deodexed rom and follow the guide to do the editing and use root explorer to copy the modified SystemUI.apk.
I removed the original SystemUI.apk and SystemUI.odex file.
Was hoping I didn't brick my phone on selecting Restart .
Working great with no more HOME showing on notification bar.
I'm Curious where the lockscreen carrier label is stored now
Thanks again for the guide.
PS. also restoring the brightness slider from the notification bar.
Click to expand...
Click to collapse
Glad it worked for you.
I think the lockscreen carrier label is in framework-res.apk, but I'm not positive. That may actually be as easy as changing the right XML file and not have to mess with smali. I haven't looked into it myself, though.
The brightness slider will be more difficult since it has been deactivated somehow in the official release and I wouldn't even know where to begin to find it again. I installed Invisibright Pro as an alternative solution.
Myself, I've been working on trying to put the sound toggle back into the quickpanel, but Samsung changed the quickpanel implementation in the last ICS leak and in the official leak and I've had no luck with it.
trisa43 said:
can you explain me how to remove it from GB 2.3.4 ? and brightness control from the status bar too ? here is my SystemUI (for GB-not for ICS)
Click to expand...
Click to collapse
What phone is this for?

Q: how to add photos to secwallpaper chooser

hi every body
i have some photos that i love and i want to add them to secwallpaperchooser to make them as stock
but i want to konow after extracting the apk with apk manager what should i do
and sorry if there is another thread about that but i tried to search about it
I can't help but ask why? You can use the gallery to pick wallpapers
Sent from my GT-I9300 using Tapatalk 4
rootSU said:
I can't help but ask why? You can use the gallery to pick wallpapers
Sent from my GT-I9300 using Tapatalk 4
Click to expand...
Click to collapse
Because I want to make my own custom rom
talalalsharaa said:
Because I want to make my own custom rom
Click to expand...
Click to collapse
Search via google its posted .
Google >>>> your question XDA <<<<<
It is a long winded way of making your own rom .
basics would be to open the apk .
Judged on your previous posts you lack any experience to build a rom anyway .
jje
JJEgan said:
Search via google its posted .
Google >>>> your question XDA <<<<<
It is a long winded way of making your own rom .
Judged on your previous posts you lack any experience to build a rom anyway .
jje
Click to expand...
Click to collapse
I learned so much in arabic fourms and now I know so much that I can build my custom rom
But the proplem is after I add my photos to drawble-hdpi and drawble-xhdpi and rename them wallpaper_06 and zip them again in the phone only the stock appears not mine I know I should do something to xmls but what
I know so much that I can build my custom rom
---------- Post added at 06:28 PM ---------- Previous post was at 06:17 PM ----------
Try the development forum .
http://forum.xda-developers.com/showthread.php?t=916814
JJEgan said:
]Try the development forum .
http://forum.xda-developers.com/showthread.php?t=916814
Click to expand...
Click to collapse
Searching not creating threads...
Sent from my GT-I9300 using Tapatalk 4
talalalsharaa said:
I learned so much in arabic fourms and now I know so much that I can build my custom rom
But the proplem is after I add my photos to drawble-hdpi and drawble-xhdpi and rename them wallpaper_06 and zip them again in the phone only the stock appears not mine I know I should do something to xmls but what
Click to expand...
Click to collapse
Don't follow it step to step! Im just showing you the correct way.. you should have basic knowledge to edit the .apk
First Decompile SecWallaperChooser.apk
There are 2 folders that contain wallpapers..
1) drawable-hdpi
2) drawable-xhdpi
1) drawable-hdpi
All wallpapers in drawable-hdpi are named as wallpaper_01, wallpaper_02, wallpaper_03 and keeps on going... and their preview (thumbnail) are named as wallpaper_01_small, wallpaper_02_small, wallpaper_03_small.....
Wallpaper resolution in drawable-hdpi: 960x960
Thumbnail resolution in drawable-hdpi: 160x142
so just name your wallpapers as above.. and also make a smaller version of them (Thumbnail) of resolution stated above.
Eg: create a wallpaper of resolution 960x960 and name it wallpaper_01. Also create a smaller version of that wallpaper of resolution 160x142 and name it wallpaper_01_small
2) drawable-xhdpi
All wallpapers in drawable-xhdpi are named as hd_01, hd_02, hd_03 and keeps on going... and their preview (thumbnail) are named as hd_01_small, hd_02_small, hd_03_small.....
Wallpaper resolution in drawable-xhdpi: 1280x1280
Thumbnail resolution in drawable-xhdpi: 213x189
after that you have to edit 3 files
1) \res\values-hdpi\arrays.xml
2) \res\values-xhdpi\arrays.xml
3) \res\values\public.xml
first open \res\values-hdpi\arrays.xml it will say something like.....
wallpaper_01
wallpaper_02
wallpaper_03
wallpaper_04
wallpaper_05
add the new names in it (06, 07, 08 like that..)
Now open \res\values-xhdpi\arrays.xml
it will say something like....
hd_01
hd_02
hd_03
hd_04
hd_05
add the new names in it (06, 07, 08 like that..)
Finally open \res\values\public.xml
you will have to add all values here (Wallpaper_xx and hd_xx) and their thumbnail (wallpaper_xx_small and hd_xx_small)
that's pretty self explanatory
just keep on adding your entries
Eg:
edit everything and then recompile!
thank you very much
georgy95 said:
Don't follow it step to step! Im just showing you the correct way.. you should have basic knowledge to edit the .apk
First Decompile SecWallaperChooser.apk
There are 2 folders that contain wallpapers..
1) drawable-hdpi
2) drawable-xhdpi
--------------------------------------------
--------------------------
-----------
----
edit everything and then recompile!
Click to expand...
Click to collapse
I found This In public.xml
<public type="drawable" name="hd_05" id="0x7f020020" />
<public type="drawable" name="hd_05_small" id="0x7f020021" />
What is That id ?
How do i find new id Values for new wallpaper files ????
laura almeida said:
I found This In public.xml
<public type="drawable" name="hd_05" id="0x7f020020" />
<public type="drawable" name="hd_05_small" id="0x7f020021" />
What is That id ?
How do i find new id Values for new wallpaper files ????
Click to expand...
Click to collapse
Actually, that is defining the id.
Technically you could then add:
Code:
<public type="drawable" name="hd_06" id="0x7f020022" />
However, you'll probably find later in public.xml that....
Code:
id="0x7f020022"
...is already in use. So you need to find the next free (or unused) id
Hum can i stole dummb files id ?
Sent from my GT-I9300 using xda premium
---------- Post added at 03:34 PM ---------- Previous post was at 03:29 PM ----------
rootSU said:
Actually, that is defining the id.
Technically you could then add:
Code:
<public type="drawable" name="hd_06" id="0x7f020022" />
However, you'll probably find later in public.xml that....
Code:
id="0x7f020022"
...is already in use. So you need to find the next free (or unused) id
Click to expand...
Click to collapse
Is it a hex decimal number ?
Is that why f is in there ?
And can i use any hex decimal number i like ?
(Except those which are already in use ?)
Like
0x7f02002a
0x7f02002b
0x7f02002c
.....
...
0x7f02002f
Sent from my GT-I9300 using xda premium
Try it. Worst thing that can happen is compile error
rootSU said:
Try it. Worst thing that can happen is compile error
Click to expand...
Click to collapse
I tried...
It is a hex decimal number.
It seems you can use any hex decimal number for the id.
I still don't know why ?
What is the use of that stupid id ?
Why did people put it there in the first place ?
Sent from my GT-I9300 using xda premium
laura almeida said:
I tried...
It is a hex decimal number.
It seems you can use any hex decimal number for the id.
I still don't know why ?
What is the use of that stupid id ?
Why did people put it there in the first place ?
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
May I know the reason of doing this? Are you creating a rom?
Its really a headache to do these kinds of editing. Like @rootSU said, you can end up with recompile error... Thats what im dealing with right now.
Sent from my GT-I9300
georgy95 said:
May I know the reason of doing this? Are you creating a rom?
Its really a headache to do these kinds of editing. Like @rootSU said, you can end up with recompile error... Thats what im dealing with right now.
Sent from my GT-I9300
Click to expand...
Click to collapse
Actually I am really trying to create a rom.
But it's really hard na ?
Lots of works to do.
I had successfully created a simple custom rom with little mods and all...
I am adding more mods and tweaks...
One of the reason for adding pics to stock wallpaper is that
1. I hated the stock wallpapers I wanted to delete them
2. I don't want to see my wallpapers in my gallery. I never opens them in gallery and looks at their beauty. It always irritates me to see them there.
3. There is always chance that someone or me might delete them accidently. If that happens then I will have to search all over the Internet to find them. It is always a pain in the Ass
I could go on but I think I proved my point
Sent from my GT-I9300 using xda premium

[Q] Two line Date in notification header

Hi mate, first, sorry for my english.
I have a question. Can you help me to give me a tutorial to edit date in notification header from one line into two line?
I want the day on top and date on the bottom of day.
I've googling, but no answer for my problem.
I use mediatek device with android jellybean.
I attached my screenshot.
Thanks before
Hi all...anyone can help me?
android8 said:
Hi mate, first, sorry for my english.
I have a question. Can you help me to give me a tutorial to edit date in notification header from one line into two line?
I want the day on top and date on the bottom of day.
I've googling, but no answer for my problem.
I use mediatek device with android jellybean.
I attached my screenshot.
Thanks before
Click to expand...
Click to collapse
Can you upload your SystemUI.apk and i will take a look and see if i can help you
---------- Post added at 05:39 PM ---------- Previous post was at 05:29 PM ----------
android8 said:
Hi mate, first, sorry for my english.
I have a question. Can you help me to give me a tutorial to edit date in notification header from one line into two line?
I want the day on top and date on the bottom of day.
I've googling, but no answer for my problem.
I use mediatek device with android jellybean.
I attached my screenshot.
Thanks before
Click to expand...
Click to collapse
Could you also post a link to your rom thread, so i can have a look at your rom
Tired Storeman said:
Can you upload your SystemUI.apk and i will take a look and see if i can help you
Could you also post a link to your rom thread, so i can have a look at your rom
Click to expand...
Click to collapse
Hi Storeman, attached below is my SystemUI.apk.
And here's my ROM download link: http://www.4shared.com/zip/hsauM0so/DNS_S4505_v12.html
Thanks for your help
android8 said:
Hi Storeman, attached below is my SystemUI.apk.
And here's my ROM download link: http://www.4shared.com/zip/hsauM0so/DNS_S4505_v12.html
Thanks for your help
Click to expand...
Click to collapse
Please accept my appologies, i am unable to help you with a single line date.:crying:
Your SystemUI is fairly different to the one that i am using, and does not contain the xml files that i use to change the date to a single line.
I will investigate further and if i find any thing, i will let you know.
Tired Storeman said:
Please accept my appologies, i am unable to help you with a single line date.:crying:
Your SystemUI is fairly different to the one that i am using, and does not contain the xml files that i use to change the date to a single line.
I will investigate further and if i find any thing, i will let you know.
Click to expand...
Click to collapse
It's ok mate. Thanks for your time to help me
Thanks button for you
Tired Storeman said:
Please accept my appologies, i am unable to help you with a single line date.:crying:
Your SystemUI is fairly different to the one that i am using, and does not contain the xml files that i use to change the date to a single line.
I will investigate further and if i find any thing, i will let you know.
Click to expand...
Click to collapse
It's ok mate. Thanks for your time to help me
Thanks button for you
android8 said:
It's ok mate. Thanks for your time to help me
Thanks button for you
Click to expand...
Click to collapse
This should make it 2 lines. This is not a flashable zip, but if you want I can make you a flashable - I assume your systemui is at /system/app/?
What was changed?
In \res\layout\status_bar_expanded_header.xml I removed android:singleLine="true" from the com.android.systemui.statusbar.policy.DateView view, which should allow for 2 lines when needed.
homeslice976 said:
This should make it 2 lines. This is not a flashable zip, but if you want I can make you a flashable - I assume your systemui is at /system/app/?
What was changed?
In \res\layout\status_bar_expanded_header.xml I removed android:singleLine="true" from the com.android.systemui.statusbar.policy.DateView view, which should allow for 2 lines when needed.
Click to expand...
Click to collapse
Hi homeslice976, thanks for your help. I have push your systemui into my system app, but still the same, no change. Notification date still in one line.
android8 said:
Hi homeslice976, thanks for your help. I have push your systemui into my system app, but still the same, no change. Notification date still in one line.
Click to expand...
Click to collapse
sorry to hear that... you could try wiping cache and dalvik and see if it makes a difference, but without the singleline in there it should go to 2 lines when necessary. That's how it should work anyway. Sorry I couldn't be more help!
homeslice976 said:
sorry to hear that... you could try wiping cache and dalvik and see if it makes a difference, but without the singleline in there it should go to 2 lines when necessary. That's how it should work anyway. Sorry I couldn't be more help!
Click to expand...
Click to collapse
It's ok, I appreciate. My systemui is kinda weird. I have clear cache and dalvik, and fix permission, but no luck

[HOW TO] Enabling qslide apps on LG L7II

Hello guys this is my first thread so be nice ok!
well,now i'm gonna tell you how to enabling qslide ( floating launcher ) feature on LG Optimus L7 II becuz on default is hidden by LG
1.your phone must be rooted ( no **** )
2.you've Basically know how to compile & decompile
3.notepad++
4.Brainware :silly:
ok then, lets do this
- decompile your LGSystemUI.apk
- open res/values/bools.xml with notepad++
- change the value of:
HTML:
<bool name="config_systemui_feature_floating_launcher">false</bool>
from "false" to "true"
HTML:
<bool name="config_systemui_feature_floating_launcher">true</bool>
-save and exit
-recompile and push back to system/app
-reboot
Why did they add floating launcher to the systemui and hide it?
Thanks, I will try this!
fcan said:
Why did they add floating launcher to the systemui and hide it?
Thanks, I will try this!
Click to expand...
Click to collapse
Most probably, because by default, LG used the same systemui, framework, launcher, and so on, both on L7 II and L9 II. Since they wanted L9 II to be a "more premium" device, they've hidden/deleted some software features in L7 II, making L9 II looking much more up-to-date and advanced on software side.
Nice work bro. :good:
Any chance to upload your ios looks alike statusbar? I love it.
AgoeZ said:
Nice work bro. :good:
Any chance to upload your ios looks alike statusbar? I love it.
Click to expand...
Click to collapse
for moving signal icon to the left find this code:
HTML:
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="fill_parent" layout="@layout/signal_cluster_view" />
cut & paste to below this code:
HTML:
<LinearLayout android:orientation="horizontal" android:id="@id/notification_icon_area" android:tag="NO_R2L" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
here's preview of my status_bar.xml : https://www.dropbox.com/s/edtfh2i3rrwm3rt/status_bar.xml
signal & battery icon attached
Thanks, it works...
But, is it normal to work with only 2 apps in same time?
And browser not float... must i install browser app from l9 II?
maxx_hr said:
Thanks, it works...
But, is it normal to work with only 2 apps in same time?
And browser not float... must i install browser app from l9 II?
Click to expand...
Click to collapse
yes, max is 2 apps. And yes browser is not float, if you have stock browser from lg l9II you can try it
sugarkane87 said:
Hello guys this is my first thread so be nice ok!
well,now i'm gonna tell you how to enabling qslide ( floating launcher ) feature on LG Optimus L7 II becuz on default is hidden by LG
1.your phone must be rooted ( no **** )
2.you've Basically know how to compile & decompile
3.notepad++
4.Brainware :silly:
ok then, lets do this
- decompile your LGSystemUI.apk
- open res/values/bools.xml with notepad++
- change the value of:
HTML:
<bool name="config_systemui_feature_floating_launcher">false</bool>
from "false" to "true"
HTML:
<bool name="config_systemui_feature_floating_launcher">true</bool>
-save and exit
-recompile and push back to system/app
-reboot
Click to expand...
Click to collapse
Sent from my LG-P715 using XDA Free mobile app
sugarkane87 said:
yes, max is 2 apps. And yes browser is not float, if you have stock browser from lg l9II you can try it
Click to expand...
Click to collapse
How do I decompile apks Pls?
And can you share your system UI to our phones ?
I extracted the LGSytemUI.zip, but I didn't found bools.xml in the directory res/values.
lx1cw said:
I extracted the LGSytemUI.zip, but I didn't found bools.xml in the directory res/values.
Click to expand...
Click to collapse
You must decompile apk, not just unzip... Means, you must have properly installed java, tool for compile/decompile etc.
My way to do this job is quite compilcated to explain in this post, but if noone do it, if i have time, i make tutorial.
If someone have easyer way to decompile/compile apks for LG, please share.
ositandroid said:
How do I decompile apks Pls?
And can you share your system UI to our phones ?
Click to expand...
Click to collapse
My LGSystemUI.apk is here: https://yadi.sk/d/da7a4PtSUSLec
But, i made it (decompile/change value in bools.xml/recompile) ONLY FOR DEODEXED rom, AND your device must be rooted, and with hacked bootloader (to prevent security error?).
maxx_hr said:
My LGSystemUI.apk is here: https://yadi.sk/d/da7a4PtSUSLec
But, i made it (decompile/change value in bools.xml/recompile) ONLY FOR DEODEXED rom, AND your device must be rooted, and with hacked bootloader (to prevent security error?).
Click to expand...
Click to collapse
Eeeee!
I am running rooted jb stock ROM. Not deodexed. And not running cwm.
Can I go ahead anyway?
ositandroid said:
How do I decompile apks Pls?
And can you share your system UI to our phones ?
Click to expand...
Click to collapse
Try this tutorial http://forum.xda-developers.com/showthread.php?t=2706692 , easiest way to decompile apk's I think, LGSystemUI.apk attached it's for stock odexed ROM. *NOTE: Please, backup first your original LGSystemUI.apk incase something goes wrong.
lx1cw said:
I extracted the LGSytemUI.zip, but I didn't found bools.xml in the directory res/values.
Click to expand...
Click to collapse
Dude, you must decompile LGSystemUI.apk first.
maxx_hr said:
My LGSystemUI.apk is here: https://yadi.sk/d/da7a4PtSUSLec
But, i made it (decompile/change value in bools.xml/recompile) ONLY FOR DEODEXED rom, AND your device must be rooted, and with hacked bootloader (to prevent security error?).
Click to expand...
Click to collapse
Hacked bootloader? what is your device?
sugarkane87 said:
Hacked bootloader? what is your device?
Click to expand...
Click to collapse
This might be a bit off topic but what font are you using on the screenshot?
http://dl-1.va.us.xda-developers.com/thumbs/2/8/0/0/9/4/7/2800947.png
RaawrItsTomi said:
This might be a bit off topic but what font are you using on the screenshot?
http://dl-1.va.us.xda-developers.com/thumbs/2/8/0/0/9/4/7/2800947.png
Click to expand...
Click to collapse
it's Helvetica Neue
Sent from my LG-P713 using Tapatalk
sugarkane87 said:
it's Helvetica Neue
Sent from my LG-P713 using Tapatalk
Click to expand...
Click to collapse
Thank you!
sugarkane87 said:
Hacked bootloader? what is your device?
Click to expand...
Click to collapse
CWM & hacked bl (appssbl.bin) you may find here: http://forum.xda-developers.com/showthread.php?t=2700579
And my device is LG L7II P710 ofc...
maxx_hr said:
CWM & hacked bl (appssbl.bin) you may find here: http://forum.xda-developers.com/showthread.php?t=2700579
And my device is LG L7II P710 ofc...
Click to expand...
Click to collapse
oh.. I tought hacked = unlock :silly:

How to apply 0pt navbar to a theme.

Currently overlays for navbar height don't work, so this is the only way to kill the navbar for now.
first thing, BE SURE YOU HAVE PIE CONTROL, OR WHATEVER YOU'RE REPLACING THE NAVBAR WITH INSTALLED AND CONFIGURED BEFORE DOING THIS, OR YOU WILL BE STUCK WITH NO BACK OR HOME BUTTON.
also when modifying themes, please don't redistribute them without first getting permission from the author, this info is provided for personal use only.
Open the apk of the theme you want to modify with APK Editor, choose to open it as file replacement.
find com.***.common.apk (*** varies per theme) in the assets folder and extract it by tapping the disk icon next to it
back out of the theme apk, and go find the file you just extracted, and open it, this time as full edit (resource re-build)
click the files tab
under assets > values open public.xml and add the following above the last line:
Code:
<public type="dimen" name="navigation_bar_height" id="0x7f060000" />
<public type="dimen" name="navigation_bar_height_landscape" id="0x7f060001" />
<public type="dimen" name="navigation_bar_width" id="0x7f060002" />
(depending on how much is already in the file, you may need to change the 0x7f6000... values to something thats not already used. just take a look at the other stuff in there and take note how those are numbered)
click save, then go to dimens.xml and add this
(if dimens.xml doesn't exist you'll need to create it and save it on your sd card with the following in it, then add it i the values folder with apk editor by clicking the + at the bottom)
(omit lines 1, 2, and 6 if adding to an existing file, just be sure to insert above the last line so </resources> is at the end)
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="navigation_bar_height">0.0dip</dimen>
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
<dimen name="navigation_bar_width">0.0dip</dimen>
</resources>
click save, then click build, if there are no errors, it will build, and save as gen_signed.apk. rename your original common.apk to something else, then rename the new file exactly the way the original was named.
now go back into your theme apk, again as file replacement, and find common.apk, this time clicking the edit button by it, and selecting your newly created one.
click save, and it will build a new theme apk. close out apk editor, then go find that file, and move it to /sdcard or wherever you want and rename it to something. then install. the modified theme will then show up in theme center.
from there just apply the theme in trial mode, then kill the theme service using whatever method you prefer, to make it stick.
thank you for clarification, I just assume it's from lock.apk coz you know nav icons are from system ui. Will add this to my OP. ?
Great info, thank you. I've been trying to figure this out lately to get a smaller 30pt Navbar.
Question: I have a theme I paid for from the Samsung theme store, but for the life of me, cannot find it with apkeditor or apkextractor. Where can I find the theme's apk so I can make this tweak? I managed to do it with a different theme from an apk I found through Google, but want to apply the smaller Navbar to the theme from the store.
Cheers
Lance55 said:
Great info, thank you. I've been trying to figure this out lately to get a smaller 30pt Navbar.
Question: I have a theme I paid for from the Samsung theme store, but for the life of me, cannot find it with apkeditor or apkextractor. Where can I find the theme's apk so I can make this tweak? I managed to do it with a different theme from an apk I found through Google, but want to apply the smaller Navbar to the theme from the store.
Cheers
Click to expand...
Click to collapse
+1
Lance55 said:
Great info, thank you. I've been trying to figure this out lately to get a smaller 30pt Navbar.
Question: I have a theme I paid for from the Samsung theme store, but for the life of me, cannot find it with apkeditor or apkextractor. Where can I find the theme's apk so I can make this tweak? I managed to do it with a different theme from an apk I found through Google, but want to apply the smaller Navbar to the theme from the store.
Cheers
Click to expand...
Click to collapse
they're stored in/data/app i believe. no way to get to it without root
Million times thank you!!
But for the love of God, I can't find the material dark theme, that I am currently using (And I do believe many of us do use) anywhere on the web.. can someone help me?
Bucika said:
Million times thank you!!
But for the love of God, I can't find the material dark theme, that I am currently using (And I do believe many of us do use) anywhere on the web.. can someone help me?
Click to expand...
Click to collapse
Same here, looking for the theme named Weyo.
Is there any way to get a 0pt nav bar without applying a theme? I saw that there's a mod for s8 just installing a apk, but doesn't seems to work on note 8
Thanks.
iFlasher said:
Is there any way to get a 0pt nav bar without applying a theme? I saw that there's a mod for s8 just installing a apk, but doesn't seems to work on note 8
Thanks.
Click to expand...
Click to collapse
nope, it doesn't work on the note 8
iFlasher said:
Is there any way to get a 0pt nav bar without applying a theme? I saw that there's a mod for s8 just installing a apk, but doesn't seems to work on note 8
Thanks.
Click to expand...
Click to collapse
mandog202 said:
nope, it doesn't work on the note 8
Click to expand...
Click to collapse
We have one now (no need for theme)
https://forum.xda-developers.com/showpost.php?p=74274701&postcount=219

Categories

Resources