[Q][SOLVED] Custom Text in Status Bar - Sony Xperia S, Acro S, Ion

I've looked through threads on here and google of course but can't seem to find a simple application that enables you to put custom text in the status bar of my Xperia. I've seen a lot of apps that allow you to change the text in the pull down menu of the status bar.
Now I found this thread: http://forum.xda-developers.com/showthread.php?t=2358089
which is exactly what I'm looking for yet I'm having problems using the tool (tickle my android). In fact I've always had problems connecting my Xperia S through USB debug and getting it to work correctly.
Question: On the iPhone you are able to jailbreak it an download an app that enables you to add custom carrier text to the status bar quiet easy. Is such an apk available for android?
Phone Details:
Xperia S LT26i
Android 4.1.2
Rooted

what exactly do you mean
if you mean custom fonts then that can be found in the system, you can change them but may cause a bootloop
if yoh ment custom carier label then you need to decompile the systemUi and edit the strings
Sent from my LT26i using XDA Premium HD app

android is not like an ios. it's not that easy to work with customization.

In MIUI you can change the carrier label using MIUIspnconfig.apk .... Maybe it will work with stock rom...
Sent from my Xperia ion using xda premium

Envious_Data said:
what exactly do you mean
if you mean custom fonts then that can be found in the system, you can change them but may cause a bootloop
if yoh ment custom carier label then you need to decompile the systemUi and edit the strings
Sent from my LT26i using XDA Premium HD app
Click to expand...
Click to collapse
Here two images to give a clearer view:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
View attachment 2118830
But yes, I've heard you have to decompile systemui.apk. I managed to pull it from my device and attempted to decompile it with tickle my android but for some reason wasn't able to decompile it. It allowed me to select SystemUK.apk, then when hitting enter to decompile it give me an error.
Error Log attached.
zupadroid said:
android is not like an ios. it's not that easy to work with customization.
Click to expand...
Click to collapse
I've been with XDA for a while now and noticed that, Android is a bit more of a challenge than iOS. :laugh:

Try this
I suggest looking up the requirements for Apktool or what ever you used to decompile , just check that everythign is installed
aswell as ensure that your Framework-res.apk is installed and your UxpGeneric(blah forgot the name) is also installed
useful (with apktool)
frameworks can be installed using apktool if "NAME"
framwork files are necisary to decompiling and recompiling apk files ,

C R 3 4 M said:
I've looked through threads on here and google of course but can't seem to find a simple application that enables you to put custom text in the status bar of my Xperia. I've seen a lot of apps that allow you to change the text in the pull down menu of the status bar.
Now I found this thread: http://forum.xda-developers.com/showthread.php?t=2358089
which is exactly what I'm looking for yet I'm having problems using the tool (tickle my android). In fact I've always had problems connecting my Xperia S through USB debug and getting it to work correctly.
Question: On the iPhone you are able to jailbreak it an download an app that enables you to add custom carrier text to the status bar quiet easy. Is such an apk available for android?
Phone Details:
Xperia S LT26i
Android 4.1.2
Rooted
Click to expand...
Click to collapse
Hi,
This is a great tutorial to understand how to move stuff on the status bar - http://forum.xda-developers.com/showthread.php?t=1767593
In the "Best Method", it is mentioned - HERE GOES ALL THE CODES FOR THE ITEMS ON THE LEFT SIDE OF THE STATUSBAR
Once you understand how to do it, all you have to do is add a TextView element to the left part of the status bar, with the proper attributes and recompile the apk. Then copy META-INF and Android Manifest.xml from the original apk to the modified apk. That should do it
Good luck.
abcdjdj

Related

[THEME] Clean TW Lockscreen Mod

Hi everyone!
I didn't like the animated arrows on Samsung's lockscreen, but couldn't find a mod for it here.
So I tweaked it a bit to remove the text and the arrows Here's a preview:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Includes my battery icons as a bonus
XWJPA
XWJPA (with multi-locale support)
XXJPO (with multi-locale support)
How-to:
1. Decompile framework-res.apk, navigate to \res\values\
2. do a search for strings.xml files in explorer
3. Drag and drop all the files from the search results into Notepad++
4. Find using REG expressions:
zzz_glass_lock_help_text_2.*
replace with:
zzz_glass_lock_help_text_2"> </string>
(Tip: use the "replace in all open documents" button)
5. Save all files
6. Compile apk as usual
Nice m8. Works great.
Edit: Noticed that I still have the text for swiping the screen. Did you remove only english text because mine is in finnish?
What is the name of the file you have edited to remove the wordings?
Nice
Can you also make this for JPM please?
pekkala89 said:
Nice m8. Works great.
Edit: Noticed that I still have the text for swiping the screen. Did you remove only english text because mine is in finnish?
Click to expand...
Click to collapse
Thanks for the note, here's a fixed version with support for other languages. Let me know if it works.
XWJPA Lockscreen mod with multi locale support
CQDOTCOM said:
What is the name of the file you have edited to remove the wordings?
Click to expand...
Click to collapse
For English, it's under res\values\strings.xml
Do a search in the file for zzz_glass_lock_help_text_2
You can also find other strings.xml files for various languages in other values folders (e.g. values-es)
Is it possible to get this for JM1? I would absolutely love this D:
Using your JPO Version but changed battery icon (Version E from repository)
For anyone interested..
Updateable through CWM (rename to update.zip or use install from zip option).
thank you great work!
Does it need deodexed ROM?
Sent from my GT-I9000 using Tapatalk
@Cy4n1d3 Can I use this with JPA?
xAmandilx said:
@Cy4n1d3 Can I use this with JPA?
Click to expand...
Click to collapse
As JPO and JPA seem to be mostly different in localization I would take a wild guess and say yes.
You better prepare an update.zip with your vanilla framework though better safe than sorry.
Does this work on stock ughjh2?
fluidd said:
Does this work on stock ughjh2?
Click to expand...
Click to collapse
Not at the moment, I'm waiting for the official Froyo builds to be released before making mods for them. Right now seems many are suffering from ORD (me included )
Also looking into how the pngs can be added to apks to save some work
This is exactlly what i was looking for...but now ive had it for a few days and reading other mods is there any chance you could make the extended power menu for this aswell? then it will truely be perfection...
tragusman said:
This is exactlly what i was looking for...but now ive had it for a few days and reading other mods is there any chance you could make the extended power menu for this aswell? then it will truely be perfection...
Click to expand...
Click to collapse
I agree.. i love the look of this theme..
If it included the ext. power menu.. I would use it forever.. lol
Maybe this is something that can be done by me if someone tells me how?
Also i am a noob with this stuff.. i have no idea how to install this even with instructions in thread.. So i would like to make this into a cwm flashable zip.. with the power menu added. If it's easy maybe someone could tell me how or just cook it up for me?
Damn I love that clock.
I wish there was a widget with that clock on the market,
looks very elegant
brendonsled said:
Damn I love that clock.
I wish there was a widget with that clock on the market,
looks very elegant
Click to expand...
Click to collapse
You and me both
cant find res\[email protected]
any chance to receive quick tutorial how to do this mode?
plus, does anyone know how to change the unlock limits? i feel like i need to scroll way more then i like in order to unlock the screen.

[REQ] Dropdown notification menu (Serendipity)

Hey guys, need some help here
I fell in love with the dropdown notification menu of http://forum.xda-developers.com/showthread.php?t=965760&page=16
BUT I have no idea how to extract it and zip it to flash through cwm
Is there anyone kind enough to help me @[email protected]?
Cheers!
that part is controled by tw-framework-res.apk ( think its called that you will notice it)
just copy that out of the roms update zip file and push it to your phone via adb and it should work.
iammodo said:
that part is controled by tw-framework-res.apk ( think its called that you will notice it)
just copy that out of the roms update zip file and push it to your phone via adb and it should work.
Click to expand...
Click to collapse
i'm aware of that but i only need the dropdown notification menu. i believe twframework does not include the dropdown bar only?
Fornaxlife said:
i'm aware of that but i only need the dropdown notification menu. i believe twframework does not include the dropdown bar only?
Click to expand...
Click to collapse
Use winrar to pull the PNG you want and move just that accross
Sent from my GTI-9000 Using that XDA app thingy
The pull down bar is part of the TWframework-res.apk.
You need to extract the apk.
change the system_notification_bar.png (or whatever its called. I cant remember off hand) with the image you want. You will find the images in drawable hdpi folder.
Repack the TWframework-res.apk into a flashable zip and flash via CWM.
zolah said:
The pull down bar is part of the TWframework-res.apk.
You need to extract the apk.
change the system_notification_bar.png (or whatever its called. I cant remember off hand) with the image you want. You will find the images in drawable hdpi folder.
Repack the TWframework-res.apk into a flashable zip and flash via CWM.
Click to expand...
Click to collapse
and when you've done all that, post it here!
;-)
Sent from my GT-I9000 using XDA Premium App
But it also has smaller control buttons on the top, so it's not just that file that needs to be changed...
Thanks for all the replies. Have tried extracting and failed. Totally zero experience in doing such stuff. Anybody else willing to download the rom and try to extract the necessary files?
Sent from my GT-I9000 using XDA Premium App
Fornaxlife said:
Thanks for all the replies. Have tried extracting and failed. Totally zero experience in doing such stuff. Anybody else willing to download the rom and try to extract the necessary files?
Sent from my GT-I9000 using XDA Premium App
Click to expand...
Click to collapse
Post a zip with your twframwork and the one you want and a picture of what you want it to look like
Sent from my GTI-9000 Using that XDA app thingy
Yes, that's beautiful!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
status_bar_expanded.xml
iammodo said:
Post a zip with your twframwork and the one you want and a picture of what you want it to look like
Sent from my GTI-9000 Using that XDA app thingy
Click to expand...
Click to collapse
Hi,
The 'twframework' file is from my darky's v9.3 zip file.. i'm using that right now..
The 'twframework(2)' file is from the serendipity rom which i'd to extract from..
The picture of the dropdown notification menu is shown in MikeyMike01's post above ^
Thank you
hello
i am needing some assistance too. i coped the status_bar_expanded.xml from the serindipity tw into my tw apk, and im finding this strange error. That graphic is usually the background to the music controls.
FYi i didnt copy the not. icons from serindipity
Thanks for your help.
Normally the bar above and below is the same background. This allows them to be different.
You should copy over the other images.
Note that the music player still works fine.
Captivate, XDA Premium
how can i use this themes wifi battery and etc icons only, in stock theme?

CM10.1 Changed recents app window

Ok after a request here i decide to give it a try to create this as i wanted too and also as i see that many asked it...this is created using as base a CM10.1 custom rom i think it will work unchanged with official CM10.1 rom but i dont think it will work with any other roms like AOKP or PA,Pacman...you need to edit it a bit to make it work...
I choose chrome based windows cause pretty like that what i wanted..you can try by changing a single .png file but you may having problems with application title..cause its coded to show in the place that chrome window have space...
Anyway this is my 2nd "Theme" called it what ever you liked
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The distortion on the recent apps may caused by two reasons...
1)I have changed my dpi to 268 by editing build.prop
2)I have put wrong pixels size to thumbnails
Download
You can find more styles here
1. Stock Browser tab view style
2. Chrome Browser style
3. Black small line
Thanks @vicino for his tutorial
Thanks @evilisto for his tutorial too
I needed both tutorials to make this work!!
Ok to make this work...
1)Follow everything on here http://forum.xda-developers.com/showthread.php?t=2116735
1a)6. Go to framework-res\es\values\dimens.xml and change thumbnail height and width size to:
Here it ask you to change this two values to 160 and 240 as i do but as you can see it stretces my images so you may need to play with those values a bit!!
2)After this you need to have the two files a post...and you need to take YOUR APK same xml's and compare them with mine...for this i use this, i myself only edit what different on "MINE" xmls only..i left the APK'S xmls extra stuff as it is...
3)Do the same with the 2nd xml i have upload
4)Compile your apk and check your log if you had errors on compiling..
Its not extremly difficult the key part is to compare the two xml's and edit the right stuff...its not hard but need 40-45minutes to double check all the time the code on xmls!!
Have fun!
Will this work for Xylon?
[DEVICENEXUS⁴] [ROMXYLON] [KERNELFRANCO] [RECOVERYTWRP]
Nice work
Which tool you used for compilation/decompilation?
coz mine is corrupting the apk I guess :/
Can't you just make a zip we can just flash? I'm running cm10.1 as well
Sent from my Nexus 4 using Tapatalk 2
would like it to be implemented in all roms
with different styles
chrome style is elegant
would love in mac style too...
akshaybz said:
Nice work
Which tool you used for compilation/decompilation?
coz mine is corrupting the apk I guess :/
Click to expand...
Click to collapse
apkmanger
MR_XXIV said:
Can't you just make a zip we can just flash? I'm running cm10.1 as well
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
The zip is flashable!
sid21 said:
would like it to be implemented in all roms
with different styles
chrome style is elegant
would love in mac style too...
Click to expand...
Click to collapse
Systemui is the most editable file in the rom..so all the new tweaks devs add to their roms pass through this file....my base rom is a cm10.1 with a bit of tweaks..so my systemui is a way smaller than systemui from PA and all this features are missing from PA's systemui...
Can someone please post a guide that allows me to have recents apps exactly like this http://forum.xda-developers.com/showthread.php?t=1589963 ?
It respect to stock and chrome style (that is also good) in really wonderful!
at the moment i use last Rootbox nightly, could it create problems?
Thanks
Francesco46 said:
Can someone please post a guide that allows me to have recents apps exactly like this http://forum.xda-developers.com/showthread.php?t=1589963 ?
It respect to stock and chrome style (that is also good) in really wonderful!
at the moment i use last Rootbox nightly, could it create problems?
Thanks
Click to expand...
Click to collapse
This tut only have diff that used above the source code...im sorry i can't make this code to work with simple apk editing..cause it have smali files code and you have to "translate" java code to binary code!
although its a beautiful work!!
Just in case anyone is here using axiom for that other site this causes a boot loop on it
sent from my avatar hating nexus 4. space fern gully sucks.
if we can not apply that kind of "theme", we might try to recreate a style, very similar to what I was referring in the previous post? it would be awesome for us nexus 4

(guide) to change individual app dpi (manual method) for all roms

this is for paranoid android roms only
Guide to change individual app dpi
You will need;
1 A root level file explorer like root explorer
2 A little patience
To perform the changes
So you need to find out if the app you want to change the dpi level for is either a system or data app, to do this open your file manager and look in system/app or data/app. You need to then long press the app you want and press rename. Then copy the app name by long pressing the text and press copy, dont copy any .apk or -1 at the end of the name.
Then navigate to system folder and look for build. prop/pad.prop. press the mount rw button then long press open in text editor. So now you need to remember where you found your chosen app, was it system or data? If system long press under then system header or if it was a data app look for the apps header. To paste your app name in the right place find a empty line, long press then paste. You need to add at the start of the line for your app pa.
Nearly there!
So next at the end you need to add .dd= and then your chosen dpi level.
So for example for apex, I have it as a system app and my line in pad.prop for apex looks like
pa.com.anddoes.launcher.dd=221
Then you need to press menu key, then save and exit. Restart your app and it should display how you want
FOR ALL ROM'S
download xposed installer from the post below
install the app and /open it and click on install update
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
after that download the modules which u want in your phone
the best ones are attached below ..you can google exposed modules and install the others as per your like
after that install the modules
go to xposed installer ..click on the modules tab ..check the ones which u want..
reboot
baam ..! do your modifications
you can change per app dpi now with this guide.no need of any custom roms enjoy
enjoy ::good:
sent from my sexy Nexy
only works on paranoid android roms..
this is a manual way of changing per app dpi if your settings is fc'ing or any other bugs that don't allow you to change the dpi..
manual methods will always work
sent from my sexy Nexy
paarthdesai said:
only works on paranoid android roms..
this is a manual way of changing per app dpi if your settings is fc'ing or any other bugs that don't allow you to change the dpi..
manual methods will always work
sent from my sexy Nexy
Click to expand...
Click to collapse
i thought PA already had that option?
dude..pa by ice had some bugs before where users werent able to use the settings menu...soo guide is for the future build of pa hopefully
also for the people who for some reasons cant change the settings through the menu
and its always better to have a full knowledge of what the roms changes ..manual methods are always perfect
never happened to me
Anyways Good Job
le bump
added method to change per app dpi on all roms
even stock rom (require root access,su binary,busybox )
Thanks for this
Sent from my SGH-I317 using Tapatalk 4
paarthdesai said:
le bump
added method to change per app dpi on all roms
even stock rom (require root access,su binary,busybox )
Click to expand...
Click to collapse
/data/app/com.lge.camera.dd=480
This should work right??
exmatproton said:
/data/app/com.lge.camera.dd=480
This should work right??
Click to expand...
Click to collapse
no..do it in the above mentioned way...
your way need some dependencies ..like in the paranoid rom
most pointless thread

My customized status bar

Here is a copy of my customized status bar.. basically a replacement systemui.apk
Copy to /system/app using root explorer .. change permissions to rw r r
If it reboots first you can change permission after next boot.
Change.
Transparent bar on home screen, black on others.
1% battery mod with multi color clear battery icons (I didnt create any icons got them other places)
Blue signal bars (red for 1 bar, blue for 2 3 and 4) (Still trying to figure out how to change to 5 signal bars).
blue icons for bluetooth, wifi, airplance, etc. etc.
New vibrate and no sound icons.
After reboot you can remove the systemui.odex file as it is no longer needed.
RECOMMEND you make a copy of these files first Sytemui.apk and systemui.odex to your sd card, In this way if the copy fails you can copy them back to system with difficulty between popups of systemui has failed messages.
THIS has only been tested on stock Tmobile MDL firmware..
If there is enought interest i will create a .zip to flash and flash back to normal..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Why would this apk do all this?
Sent from my SGH-M919 using XDA Premium 4 mobile app
gio626 said:
Why would this apk do all this?
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
because that is where anything that has to do with the statusbar and pulldown is placed in. the systemui. ie. togles, battery, all that stuff
you shouldnt be getting that message if you followed directions.. you don't install a systemui...you copy to system/app ..its amazing more phones aren't bricked by people that can't read.
Sent from my SGS 4
lgkahn said:
you shouldnt be getting that message if you followed directions.. you font install a systemui...you copy to system/app ..its amazing more phones aren't bricked by people that can't read.
Sent from my SGS 4
Click to expand...
Click to collapse
Won't cause a brick just a boot loop or probably a force close. But actually updating it like that might work so long as the signatures match.
Sent from my SGH-M919 using Tapatalk
elesbb said:
Won't cause a brick just a boot loop or probably a force close. But actually updating it like that might work so long as the signatures match.
Sent from my SGH-M919 using Tapatalk
Click to expand...
Click to collapse
I'm not sure the signatures would match. becuase there were xml changes to add 1% battery mod i had to decompile and recompile it in apkmanager. Anyway I have never seen a systemui installed that way work. It would put another copy in user apps and leave the one in system just like when you update a system app such as maps (which I always remove the system apps.. not sure why rom builders put those in as whenver you update to newer versions it just wastes space is system).

Categories

Resources