Hi guys, Someone knows a mod that shows the name of your carrier in the status bar? Like this but for Stock 5.1.1: http://forum.xda-developers.com/showthread.php?t=2596089
I already know "Phono", but i want the NAME, no the Logo.
Thank you guys!
Ger$$on said:
Hi guys, Someone knows a mod that shows the name of your carrier in the status bar? Like this but for Stock 5.1.1: http://forum.xda-developers.com/showthread.php?t=2596089
I already know "Phono", but i want the NAME, no the Logo.
Thank you guys!
Click to expand...
Click to collapse
Try some custom text apps from Xposed. XBlast can put text next to clock, (screenshot), but there might be others that will do it better.
There is a books value in the SystemUI, have you tried changing that.
XperienceD said:
There is a books value in the SystemUI, have you tried changing that.
Click to expand...
Click to collapse
idk how to change that
Ger$$on said:
idk how to change that
Click to expand...
Click to collapse
Decompile your SystemUI, go to the values folder and open the bools.xml and look for...
Code:
<bool name="config_showOperatorNameInStatusBar">[B]false[/B]</bool>
...change it to...
Code:
<bool name="config_showOperatorNameInStatusBar">[B]true[/B]</bool>
...and it should display your operator.
I can't find that with root explorer, I'm sorry I'm a rookie, but here is my Sistemui.apk
Ger$$on said:
I can't find that with root explorer, I'm sorry I'm a rookie, but here is my Sistemui.apk
Click to expand...
Click to collapse
Here you go.. You need apktool on your PC. There's a version for Xperia phones that is very easy to use, check it out - http://forum.xda-developers.com/showthread.php?t=2639400
levone1 said:
Here you go.. You need apktool on your PC. There's a version for Xperia phones that is very easy to use, check it out - http://forum.xda-developers.com/showthread.php?t=2639400
Click to expand...
Click to collapse
Thank you!
Related
Hi guys this is my first post here in xda!
I'm here to ask a thing:
When i unboxed my XPERIA PLAY I and turned it on i looked to the black status bar on the phone framework and looked to the box framework that was more beauty and was blue with white icons.
Can someone tell me if its possible to get the original blue framework like the image i have posted above, thanks in advanced, and sorry my English :S.
The photo of the box us edited with the computer. The statusbar looks on every xperia play that is on stock "ugly".
You must be rooted and edit the systemui.apk to get this
Spatinator said:
The photo of the box us edited with the computer. The statusbar looks on every xperia play that is on stock "ugly".
You must be rooted and edit the systemui.apk to get this
Click to expand...
Click to collapse
My PLAY is rooted, and i have 2.3.4 with it, what things i need to edit in systemui.apk and where do i get those files?
Thanks.
Which theme did u use?? I think its a theme effect. Try changing it to blue.
Sent from my R800i using xda premium
It's not a theme effect, it's actually older amdtroid version. I remembered my friend's X10 android 2.1 stock has this battery style.
jeff7424 said:
It's not a theme effect, it's actually older amdtroid version. I remembered my friend's X10 android 2.1 stock has this battery style.
Click to expand...
Click to collapse
Hi, do you know how can i get it? Thank's in advanced
imputazz said:
Hi, do you know how can i get it? Thank's in advanced
Click to expand...
Click to collapse
You'll need to modify the battery icons inside framework-res.apk then push it back into system. Maybe you can ask someone to theme it for you
jeff7424 said:
You'll need to modify the battery icons inside framework-res.apk then push it back into system. Maybe you can ask someone to theme it for you
Click to expand...
Click to collapse
Thanks for the reply i will test it
imputazz said:
Thanks for the reply i will test it
Click to expand...
Click to collapse
One more thing, do a nandroid backup before you modify. And make it a flashable zip and flash it via CWM.
jeff7424 said:
One more thing, do a nandroid backup before you modify. And make it a flashable zip and flash it via CWM.
Click to expand...
Click to collapse
Hi, it didnt worked still my framework :/ Thanks anyway
jeff7424 said:
You'll need to modify the battery icons inside framework-res.apk then push it back into system. Maybe you can ask someone to theme it for you
Click to expand...
Click to collapse
Noo thats wrong. you need to edit systemui.apk in /system/app.
the systemui.apk actually prodyces the statusbar
Spatinator said:
Noo thats wrong. you need to edit systemui.apk in /system/app.
the systemui.apk actually prodyces the statusbar
Click to expand...
Click to collapse
Battery icon is inside the framework-res.apk, that's what I remembered.
jeff7424 said:
Battery icon is inside the framework-res.apk, that's what I remembered.
Click to expand...
Click to collapse
Yeah thats true there are some parts in framewirk res apk.
hi guys
i just want to ask if there's an available app or flashable zip that can remove the clock from the status bar?
i've search the threads but i only found 1 but only applicable to gingerbread.
i'm currently using an ls8 based rom from biftor
tia
chwoiy said:
hi guys
i just want to ask if there's an available app or flashable zip that can remove the clock from the status bar?
i've search the threads but i only found 1 but only applicable to gingerbread.
i'm currently using an ls8 based rom from biftor
tia
Click to expand...
Click to collapse
send your SystemUI.apk,I will make.
thanks. but i wouldn't want to trouble you
thanks. but i wouldn't want to trouble you
i would want something that i could do myself easily and undo it anytime i want.
Thank you very much anyway, highly appreciated. i've seen you offer help on the other threads.
:good::angel::good:
chwoiy said:
thanks. but i wouldn't want to trouble you
i would want something that i could do myself easily and undo it anytime i want.
Thank you very much anyway, highly appreciated. i've seen you offer help on the other threads.
:good::angel::good:
Click to expand...
Click to collapse
Decompile SystemUI.apk
Navigate to SystemUI>res>layout>tw_status_bar.xml
Find this line
HTML:
<com.android.systemui.statusbar.policy.Clock..............
Change value at 2 place
HTML:
android:layout_width="wrap_content" android:layout_height="fill_parent"
to
HTML:
android:layout_width="0.0dip" android:layout_height="0.0dip"
That's over,Now you haven't clock on statusbar,very easy.
thanks dr30ma
thanks dr30ma,
appreciate your help. i'll try to do what u said but i still have to find myself and xml editor and i don't know how to recompile the apk.
also, i'm not using the stock TW launcher. does it matter if i use a different launcher? i also have a different rom
thanks
chwoiy said:
thanks dr30ma,
appreciate your help. i'll try to do what u said but i still have to find myself and xml editor and i don't know how to recompile the apk.
also, i'm not using the stock TW launcher. does it matter if i use a different launcher? i also have a different rom
thanks
Click to expand...
Click to collapse
Doesn't matter which launcher you used.
systemUi and launcher are both different system apps.
Google and Google......
It's your friend,take help.
I learn only from search,Never take any help in my mods from any dev.
Do And do.... you will learn everything.
For giving thanks a button is situated on lower rt. side.
And for center clock?
Install AllianceMod.
GreatVortex said:
And for center clock?
Click to expand...
Click to collapse
For Centre Clock
Read this Guide
http://forum.xda-developers.com/showthread.php?t=1830994
---------- Post added at 09:29 AM ---------- Previous post was at 09:23 AM ----------
tariq2kn said:
Install AllianceMod.
Click to expand...
Click to collapse
Tarique Bhai someone want to do himself.
thanks dr30ma
thanks again dr30ma
i tried installing apk multi tool
and read some instructions on how to edit the systemui but i always get stuck at decompile apk.
"an error occured pls check the log"
some tutorials even says that we should set the max size or option 22.
i get lost in it
tia
i tried alliancemod but
tariq2kn said:
Install AllianceMod.
Click to expand...
Click to collapse
i tried alliance mod looks great but the toggles are not my style and you have to use on of the toggles so that your preferences would reflect. also it interferes with the multiwindow of the biftor rom that i'm using.
i also tried the alliancerom but same problem with toggles. the settings look also changed. i'm aiming for a more stock like look.
but thanks for the recommendation, at first i really liked the customization but it just didn't suit my taste.
:angel:
i think i have decompiled
dr30ma said:
Decompile SystemUI.apk
Navigate to SystemUI>res>layout>tw_status_bar.xml
Find this line
HTML:
<com.android.systemui.statusbar.policy.Clock..............
Change value at 2 place
HTML:
android:layout_width="wrap_content" android:layout_height="fill_parent"
to
HTML:
android:layout_width="0.0dip" android:layout_height="0.0dip"
That's over,Now you haven't clock on statusbar,very easy.
Click to expand...
Click to collapse
hello dr30ma
i think i have decompiled the systemui.apk. i found it in the projects folder.
i've double clicked the tw_status_bar.xml and the IExplorer opened showing the code.
i've also found the line that u were stating above but i don't know how to edit it.
do i need to download an xml editor?
tia:good:
chwoiy said:
hello dr30ma
i think i have decompiled the systemui.apk. i found it in the projects folder.
i've double clicked the tw_status_bar.xml and the IExplorer opened showing the code.
i've also found the line that u were stating above but i don't know how to edit it.
do i need to download an xml editor?
tia:good:
Click to expand...
Click to collapse
Use Notepad++ (google and download it, it's free) if you have windows on your PC.
recompiling
hi dr30ma
i'm really not sure if i've done everything correctly.
in decompiling i keep on getting an error occured
but i checked projects folder, the systemui directory is there
so i looked for the tw_status_bar.xml file and made the changes u listed by just using notepad. i'm not really sure if this is correct but i tried it anyway.
now when i go back to script in apktool, i press 11 to recompile apk. but there is again an error.
i tried to look for the keep directory but it does not appear. so i think i wasn't successful.
any help would be appreciated. tia!
is notepad++ same as the stock notepad available in windows7?
churapa said:
Use Notepad++ (google and download it, it's free) if you have windows on your PC.
Click to expand...
Click to collapse
is notepad++ same as the stock notepad available in windows7? i just used that
and was i successful in decompiling?
tia!
chwoiy said:
is notepad++ same as the stock notepad available in windows7? i just used that
and was i successful in decompiling?
tia!
Click to expand...
Click to collapse
Don't use stock notepad it is not same. Download ++ or pspad
Sent from my GT-I9100 using xda app-developers app
grisoxxl said:
Don't use stock notepad it is not same. Download ++ or pspad
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
thanks for the help. but have i done the steps right? i'm not sure about the steps i did in apktool
tia
i look for it in systemui but problem is in ContextAwareService.apk
i upload my decompiled file
can enybody can remove this text background from my pulldown?
ps. today i have birthday so it would be nice gift for me
deusson said:
i look for it in systemui but problem is in ContextAwareService.apk
i upload my decompiled file
can enybody can remove this text background from my pulldown?
ps. today i have birthday so it would be nice gift for me
Click to expand...
Click to collapse
as far as i think there should be something in SystemUI.apk itself
can you look at?
to remove it?
also carrier name
i know i want to much
deusson said:
to remove it?
also carrier name
i know i want to much
Click to expand...
Click to collapse
also send me your decompiled SystemUI
i cant
vegeta1 said:
also send me your decompiled SystemUI
Click to expand...
Click to collapse
because when i want to do i have error in apktool
decompile me framework but wont systemui
but this is link to my systemui.apk
please
http://speedy.sh/gdpjE/systemui-fram...wframework.rar
deusson said:
because when i want to do i have error in apktool
decompile me framework but wont systemui
but this is link to my systemui.apk
please
http://speedy.sh/gdpjE/systemui-fram...wframework.rar
Click to expand...
Click to collapse
hmmm will get back to you
hope this helps
try this mate
thanks man
ill be waiting
deusson said:
ill be waiting
Click to expand...
Click to collapse
check above
dont work
it only remove line down the icons quick launch
i still think that this aplication is fault of this
http://speedy.sh/W6xMm/ContextAwareService.apk
i have one more please
can you input this lines to my systemui.apk and framework.apk
form this post
http://forum.xda-developers.com/showthread.php?t=2066740
please
ps. how can i donate you
i ask you last time and you dont answered
try this
yes it works
one last question
what about remove name of carrier down on pulldown image
"brak pol.""?
deusson said:
one last question
what about remove name of carrier down on pulldown image
"brak pol.""?
Click to expand...
Click to collapse
i am not very much sure if this will be sucessfull but here you go
dont work
how make this background of camera transparent?
how make this black background(behind icons) of camera transparent?
like in video ?
carrier remove thing
go in systemui\res\values\styles.xml & search at TextAppearance.StatusBar.Expanded.Network in android textcolor make it trasparent
Hey guys, I'm not sure if this is the right spot, but if not can a mod please move it.
Anyway I want to add a notification background to my systemUI, and/or change the statusbar color. I know what to change but I do not know how to compile APKs, so if there is anyone out there who would be willing to do it for me it would be great, I can send you all my files!
Thank you so much in advance!
Pikezer1337 said:
Hey guys, I'm not sure if this is the right spot, but if not can a mod please move it.
Anyway I want to add a notification background to my systemUI, and/or change the statusbar color. I know what to change but I do not know how to compile APKs, so if there is anyone out there who would be willing to do it for me it would be great, I can send you all my files!
Thank you so much in advance!
Click to expand...
Click to collapse
It's possible, but you would need to flash a custom ROM that supports UI customization to do this.
Swap out images with the same file name using 7 zip but don't extract the ROM
Do I use 7zip on my Pc or phone?
Pikezer1337 said:
Do I use 7zip on my Pc or phone?
Click to expand...
Click to collapse
Swapping out the PNG's only works on the computer I've tried on the phone but no dice. Again, make sure you do not extract the ROM, or changing the images will not work!
Correction: NinjaMorph in the Google Play store can alter images from the phone, though its a little bit harder to use in my opinion.
Adizzzle said:
Swapping out the PNG's only works on the computer I've tried on the phone but no dice. Again, make sure you do not extract the ROM, or changing the images will not work!
Correction: NinjaMorph in the Google Play store can alter images from the phone, though its a little bit harder to use in my opinion.
Click to expand...
Click to collapse
Okay, so I have downloaded Ninjamorph, and I somehow can not find the .png for the notification background for 4.1.1. I'm on the stock ROM, Do you happen to know what the file name is?
Pikezer1337 said:
Okay, so I have downloaded Ninjamorph, and I somehow can not find the .png for the notification background for 4.1.1. I'm on the stock ROM, Do you happen to know what the file name is?
Click to expand...
Click to collapse
I believe that is a hex value in one of the xml files. you would need to decompile and edit the xml to allow custom png images as the background.
BYOBret said:
I believe that is a hex value in one of the xml files. you would need to decompile and edit the xml to allow custom png images as the background.
Click to expand...
Click to collapse
Sounds a tad complicated
Adizzzle said:
Sounds a tad complicated
Click to expand...
Click to collapse
Yeah, it requires a bit more work. I am looking for the thread where I found the info, but xda search is down. I will link as soon as I find it.
BYOBret said:
Yeah, it requires a bit more work. I am looking for the thread where I found the info, but xda search is down. I will link as soon as I find it.
Click to expand...
Click to collapse
Thanks I wanted to look into this. :beer:
Adizzzle said:
Thanks I wanted to look into this. :beer:
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1770698
This should still apply. Check post 2.
...and this one should help if you have questions about modifying the apk
http://forum.xda-developers.com/showthread.php?t=2147425
Hello, can anyone help me to change images of the softkeys? I want, for example, to change the home button to the legend Xperia.
Thank you very much!!
martinbruno said:
Hello, can anyone help me to change images of the softkeys? I want, for example, to change the home button to the legend Xperia.
Thank you very much!!
Click to expand...
Click to collapse
First root your phone then Download and use "softkeyz" app and change icon as by your wish
Sent from my C2004 using xda app-developers app
martinbruno said:
Hello, can anyone help me to change images of the softkeys? I want, for example, to change the home button to the legend Xperia.
Thank you very much!!
Click to expand...
Click to collapse
easiest way is to root your phone & install custom themes that have "XPERIA" logo of the home button
or change the image of the SystemUI.apk in res/HDPI folder
or use Xposed module & use XblastTools,it allows you to change nav bar image.
First of all,thanks for the answers.
Ben Ling said:
easiest way is to root your phone & install custom themes that have "XPERIA" logo of the home button
or change the image of the SystemUI.apk in res/HDPI folder
or use Xposed module & use XblastTools,it allows you to change nav bar image.
Click to expand...
Click to collapse
Ben Ling can you help me on what I have to do to change the image in SystemUI.apk?
martinbruno said:
First of all,thanks for the answers.
Ben Ling can you help me on what I have to do to change the image in SystemUI.apk?
Click to expand...
Click to collapse
which button do you want to change?
Ben Ling said:
which button do you want to change?
Click to expand...
Click to collapse
I want to change the button in the middle, the home button.
I don't know if it changes in something what I have to do, but I have a Xperia M
martinbruno said:
I want to change the button in the middle, the home button.
I don't know if it changes in something what I have to do, but I have a Xperia M
Click to expand...
Click to collapse
send me your SystemUI.apk & i will do for you.
Ben Ling said:
send me your SystemUI.apk & i will do for you.
Click to expand...
Click to collapse
Thanks,here it is.
Is there some tutorial to mod SystemUI.apk? Because I've searched but I couldn't find one
martinbruno said:
Thanks,here it is.
Is there some tutorial to mod SystemUI.apk? Because I've searched but I couldn't find one
Click to expand...
Click to collapse
try this...
http://d-h.st/Bw3
Thank you very much,it works great.
Do you have any tutorial on how to modify the SystemUI.apk file? Because I've search but without success
martinbruno said:
Thank you very much,it works great.
Do you have any tutorial on how to modify the SystemUI.apk file? Because I've search but without success
Click to expand...
Click to collapse
but what do you want to edit ?
Ben Ling said:
but what do you want to edit ?
Click to expand...
Click to collapse
At first change some icons
martinbruno said:
At first change some icons
Click to expand...
Click to collapse
for only changing images,use 7zip 7 open the apk file
navigate to res/HDPI and change the pictures you want
(HDPI folder is for 480x800 device screen)
Ben Ling said:
for only changing images,use 7zip 7 open the apk file
navigate to res/HDPI and change the pictures you want
(HDPI folder is for 480x800 device screen)
Click to expand...
Click to collapse
Thank you very much for your help. I think it's all for now.