systemui question - Sony Xperia C

Does anyone of you guys know how to hide the sim indicator near the signal bar? I tried lots of xposed modules, but they didnt hide it.

lostangeles said:
Does anyone of you guys know how to hide the sim indicator near the signal bar? I tried lots of xposed modules, but they didnt hide it.
Click to expand...
Click to collapse
Hi mate,
Download SystemUI.apk from attachment. Copy it to your sd card. First delete system/app/systemUI.apk and systemUI.odex. After that copy new SystemUI.apk to system/app then set permissions to rw-r--r--
Restart your phone
Just hided sim indicators, the other things are still untouched.

TacoNikky said:
Hi mate,
Download SystemUI.apk from attachment. Copy it to your sd card. First delete system/app/systemUI.apk and systemUI.odex. After that copy new SystemUI.apk to system/app then set permissions to rw-r--r--
Restart your phone
Just hided sim indicators, the other things are still untouched.
Click to expand...
Click to collapse
thank you! will the signal bar be white just like on your screenshot?
and what about the clock? i need it to be on the right corner, not on the middle

lostangeles said:
thank you! will the signal bar be white just like on your screenshot?
and what about the clock? i need it to be on the right corner, not on the middle
Click to expand...
Click to collapse
Clock will be at right and signal bar color will be same as before. I changed them with gravitybox.

lostangeles said:
Does anyone of you guys know how to hide the sim indicator near the signal bar? I tried lots of xposed modules, but they didnt hide it.
Click to expand...
Click to collapse
another easier way is uncheck "show notifications"

GustavoKato said:
another easier way is uncheck "show notifications"
Click to expand...
Click to collapse
does this application has to be in Settings-Apps-All? Because i cant find it there

lostangeles said:
does this application has to be in Settings-Apps-All? Because i cant find it there
Click to expand...
Click to collapse
Yes!
Another SS now in english

GustavoKato said:
Yes!
Another SS now in english
Click to expand...
Click to collapse
But they didnt hide on your screenshot....

lostangeles said:
But they didnt hide on your screenshot....
Click to expand...
Click to collapse
sorry, thought it was the cell info

Related

problem replacing specifc icon (status bar)

I can't seem to replace an icon in my framework-res.apk and I'm wondering if it's possible to create a flashable .zip file that'll overwrite the icon I want replaced in the file.
Attached is the alarm clock icon (with the proper file name) which I extracted from the Droid 2 framework-res.apk.
I want to replace the CM6 icon I'm using now w/ the Droid 2 icon I'm attaching.
I copy my apk to my computer, unzip it, replace 'stat_notify_alarm.png', zip it back up, rename to apk, use the 'Android-sign' droplet app (I'm on a Mac), push back to the system/framework folder, reboot, nothing... old icon still there.
1. Can someone tell what steps I'm missing?
2. Can someone create a flashable .zip that'll overwrite the icon?
Thanks!
Give me your framework-res.apk and I will do it for you signed and everything
I'd like to know how to do this too.
I also have a question about icons on the homescreen. Is there anyway to get rid of the text right underneath the icon?
ms79723 said:
I also have a question about icons on the homescreen. Is there anyway to get rid of the text right underneath the icon?
Click to expand...
Click to collapse
Use LauncherPro.......you can hide the text in preferences.
ms79723 said:
I'd like to know how to do this too.
Click to expand...
Click to collapse
i'd like to know too.
As for creating a flashable zip, make your changes and then delete the 2 cert files and the manifest file inside the meta inf folder then sign it. You can use Avabox or the tool regaw just made.
Sent from my SUPERSONIC
bluebeast213 said:
Use LauncherPro.......you can hide the text in preferences.
Click to expand...
Click to collapse
well i want to make new icons for sense that dont have the text on the bottom
xxbabiboi228xx said:
Give me your framework-res.apk and I will do it for you signed and everything
Click to expand...
Click to collapse
Here's my framework-res.apk
*Note* my APK has a modded battery icon (don't know if that matters to you or not but better safe than sorry )

[Mod] Remove NFC Icon from Statusbar (Without XML edit)

If you find this icon as ugly as I do you probably researched and figured out that you could remove this by changing the OTHERS.XML in /system/csc/
If you have no problem editing the XML that is probably the easiest solution, however if you are like me and need to have a solution that works as a flashable zip that is indepenedent of the random carrier settings in others.xml this solution might help you.
This is the NFC apk from LL1 samsung release and should in theory be backwards and forwards compatible.
Tested on LL1 / TWRP.
If this works for you please give me thanks / rate the thread. If it doesn't let me know so i can figure out a more universal solution.
http://www.mediafire.com/?ycsa44am50rrfdi
I kinda like the NFC icon but I changed it to something else. Just swap out the icon with another icon.
just_visiting said:
I kinda like the NFC icon but I changed it to something else. Just swap out the icon with another icon.
Click to expand...
Click to collapse
Hi
Can You explain how did u done it? pls!
Where is the icon located?
Greets! Nick
etecdailey said:
Hi
Can You explain how did u done it? pls!
Where is the icon located?
Greets! Nick
Click to expand...
Click to collapse
Should be found in the NFC.apk in res/drawable-xhdpi
andybones said:
Should be found in the NFC.apk in res/drawable-xhdpi
Click to expand...
Click to collapse
Thank You!
andybones said:
Should be found in the NFC.apk in res/drawable-xhdpi
Click to expand...
Click to collapse
Hmm.. What kind of "apk tool" did u use to decompile & compile back?
I've tried APK Tool and it's not working.
etecdailey said:
Hmm.. What kind of "apk tool" did u use to decompile & compile back?
I've tried APK Tool and it's not working.
Click to expand...
Click to collapse
Winrar or 7zip will do. Drag the 'res/drawable-hdpi' folder out to and make the changes. Then drag the folder 'res/drawable-hdpi'' back into the apk. Depending on your Windows configuration, make sure there are no 'thumbs.db' files in ANY of the folder in the apk file before you replace the file in your phone or else you're gonna get some force-close upon reboot. Good luck.
PS: After you're comfortable with replacing icons then you go ahead and start replacing icon in all your other programs. systemui.apk, phone.apk, contacts.apk, email.apk, maps.apk, etc...
just_visiting said:
Winrar or 7zip will do. Drag the 'res/drawable-hdpi' folder out to and make the changes. Then drag the folder 'res/drawable-hdpi'' back into the apk. Depending on your Windows configuration, make sure there are no 'thumbs.db' files in ANY of the folder in the apk file before you replace the file in your phone or else you're gonna get some force-close upon reboot. Good luck.
PS: After you're comfortable with replacing icons then you go ahead and start replacing icon in all your other programs. systemui.apk, phone.apk, contacts.apk, email.apk, maps.apk, etc...
Click to expand...
Click to collapse
Nice! Actually it worked
I've made it useful with two icons - dont know why it didn't work with apk tool's...
Thanks one more time! (my work attached)

change toggle icon?

hi guys! I'm running uxuma on sgh727, vincom deodex Rom, 23 toggle mod, I'm trying to change the
toggle icons. I replaced the icons in lidroid with apktool, decompile, recompile...
what else do I have to edit to make it work?
when I changed the toggle icons I get systemUI fc and my status bar is gone.
any help, ideas, anything at all...
thank you
nbnion said:
hi guys! I'm running uxuma on sgh727, vincom deodex Rom, 23 toggle mod, I'm trying to change the
toggle icons. I replaced the icons in lidroid with apktool, decompile, recompile...
what else do I have to edit to make it work?
when I changed the toggle icons I get systemUI fc and my status bar is gone.
any help, ideas, anything at all...
thank you
Click to expand...
Click to collapse
Did you run the Signing Tool? Been using that program a lot the past few days and that made it work for me.
mrfeuss said:
Did you run the Signing Tool? Been using that program a lot the past few days and that made it work for me.
Click to expand...
Click to collapse
no, it's that the name "Signing Tool"? did you use it with lidroid-res?
nbnion said:
no, it's that the name "Signing Tool"? did you use it with lidroid-res?
Click to expand...
Click to collapse
See attached. I haven't used lidroid, but I tried recompiling apps without hitting the Signing Tool button and they all failed.
mrfeuss said:
See attached. I haven't used lidroid, but I tried recompiling apps without hitting the Signing Tool button and they all failed.
Click to expand...
Click to collapse
i tried it now, still same issue..
im missing some steps in the whole process and im sure its something stupid but...
thank you for your time
nbnion said:
i tried it now, still same issue..
im missing some steps in the whole process and im sure its something stupid but...
thank you for your time
Click to expand...
Click to collapse
Wish I could have been more helpful, but I'm pretty new to this whole thing, too.
Unless you're replacing .9.png, you don't have to decompile the framework - just open it with ZIP, navigate to the right drawable folder and drop the new .png-s there.
After you recompile, make sure you take out the AndroidManifest.xml and META-INF folder from the original framework ZIP and push to the new one, overwriting whatever is there.
Jack_R1 said:
Unless you're replacing .9.png, you don't have to decompile the framework - just open it with ZIP, navigate to the right drawable folder and drop the new .png-s there.
After you recompile, make sure you take out the AndroidManifest.xml and META-INF folder from the original framework ZIP and push to the new one, overwriting whatever is there.
Click to expand...
Click to collapse
thank you!
yes it was a bit confusing, with compiling/decompiling the framework but I got it to work.
do the png have to have the same size? the ones that I want to replace?

Icons Changes?

I did some searching, and I'm coming up blank. I'm looking to change the WIFI icon for my 8013. Are there any threads out there to change that icon. I have already installed the battery mod and and battery icon I like. Additional info, I'm on Darkman's Stock ROM.
Thanks for taking the time to look,
Chris
chris.carstens said:
I did some searching, and I'm coming up blank. I'm looking to change the WIFI icon for my 8013. Are there any threads out there to change that icon. I have already installed the battery mod and and battery icon I like. Additional info, I'm on Darkman's Stock ROM.
Thanks for taking the time to look,
Chris
Click to expand...
Click to collapse
Use zarchiver to extract the wifi images from any theme or rom u like. Use rom toolbox to copy systemui.apk to sd card. Insert the images u want then use romtoolbox to MOVE the systemui.apk back into the system app folder. Takes like 2 mins once uve done it a few times. U can do batteries and signal bars/indicator that way also.... I can make an on screen how to video if u guys want me too....
TaPpEd from my nOtEwOrThY N2
Hey jr thanks,
Having a problem opening the .png files and keep recieving an error method when using zarchiver. Any chance youde still be willing to make a guide? anyway thanks for the start!
Sent from my GT-N8013 using Tapatalk 4
jrbxx7 said:
Use zarchiver to extract the wifi images from any theme or rom u like. Use rom toolbox to copy systemui.apk to sd card. Insert the images u want then use romtoolbox to MOVE the systemui.apk back into the system app folder. Takes like 2 mins once uve done it a few times. U can do batteries and signal bars/indicator that way also.... I can make an on screen how to video if u guys want me too....
TaPpEd from my nOtEwOrThY N2
Click to expand...
Click to collapse
I want the video tooooooo
chris.carstens said:
I did some searching, and I'm coming up blank. I'm looking to change the WIFI icon for my 8013. Are there any threads out there to change that icon. I have already installed the battery mod and and battery icon I like. Additional info, I'm on Darkman's Stock ROM.
Thanks for taking the time to look,
Chris
Click to expand...
Click to collapse
You can try looking for an Xposed Module to change it.

[Solved] How to hide NFC icon in statusbar ?

It is not so simple as it was with my previous Z2...
I know it can be done by changing of firmware region, but I don't wish.
Does anybody have a solution to hide the NFC icon in statusbar with NFC on ?
Settings > Display > System Icons
Sent from my E6653 using Tapatalk
Can you post a screenshot,cause i don't have it and even in sytem icons it's not there to hide it.
Maybe look if you have the option to turn it off under display settings system icons.
Same for me, no NFC icon in settings > display > system icons
I Have searched it a lot and found it in a bizarre place go with you root explorer to racine/oem/system-properties and change this value in config.prop
Code:
ro.nfc.icon.enable=false
with build.prop editor or something else save and reboot. the icon should be gone!
Don't forget to press thanks if helpful
lordriguez said:
I Have searched it a lot and found it in a bizarre place go with you root explorer to racine/oem/system-properties and change this value in config.prop
Code:
ro.nfc.icon.enable=false
with build.prop editor or something else save and reboot. the icon should be gone!
Don't forget to press thanks if helpful
Click to expand...
Click to collapse
It did not work for me, it was not enough. I had to change:
Code:
ro.nfc.icon.enable=true
to
Code:
ro.nfc.icon.enable=false
in:
racine/oem/system-properties/config.prop
racine/oem/system-properties/5651/config.prop
racine/oem/system-properties/5652/config.prop
racine/oem/system-properties/5653/config.prop
And NFC icon is gone now
nreuge said:
It did not work for me, it was not enough. I had to change:
Code:
ro.nfc.icon.enable=true
to
Code:
ro.nfc.icon.enable=false
in:
racine/oem/system-properties/config.prop
racine/oem/system-properties/5651/config.prop
racine/oem/system-properties/5652/config.prop
racine/oem/system-properties/5653/config.prop
And NFC icon is gone now
Click to expand...
Click to collapse
good! I will add it to the post in the general section
Or flash a nordic generic firmware, it doesn't show at all.
Skickat från min E6653 via Tapatalk
Hi all
i cannot find the racine Folder ... any advise ?
thanks
leofungwai said:
Hi all
i cannot find the racine Folder ... any advise ?
thanks
Click to expand...
Click to collapse
read the thread and switch to a different regional firmware

Categories

Resources