[Guide][Mod] Custom Text In Status Bar - Sony Cross-Device Development Themes and Apps

Hey folks.
This is a small guide on "HOW TO ADD CUSTOM TEXT IN STATUS BAR" by editing your SystemUI.
I know some of you may know this but many users don't know about this and they are like asking about "HOW TO ADD CUSTOM TEXT IN STATUS BAR" again and again. So, people go for Xposed Modules. But they are battery drainers and not so compatible.
P.S.: If this is too difficult for you then post your systemui with your "text" below and I will do it for you when I'll get time.
{
"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"
}
Screenshot by @kaiiori
REQUIREMENTS:
Apktool
SystemUI (system/priv-app/SystemUI)
Patience
STEPS TO FOLLOW:
Decompile SystemUI using APKTool
Navigate to systemui/res/layout/status_bar.xml
Add this Line. (Screenshot Attached)
Code:
<TextView android:textSize="14.0dip" android:textColor="#ffffffff" android:gravity="left|center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:text="@string/hello" android:singleLine="true" />
android:textSize="14.0dip" -- Change 14.0 to whatever size you want.
android:textColor="#ffffffff" -- Change #ffffffff to whatever color you want.
Navigate to res/values/string
Add this Line at the end. (Screenshot Attached)
Code:
<string name="hello">Logan</string>
Change "Logan" to whatever text you want.
Recompile SystemUI and Replace in System.
Enjoy
Press the thanks button if this guide was helpful for you.

Thanks, this is what I was looking for.

XDAample said:
Thanks, this is what I was looking for.
Click to expand...
Click to collapse
No problem, my brother.
Always here to serve XDA.

@venkat kamesh bro your help needed here.

Hi. I know you do it in a Sony device? But could you help me do it on my Samsung device as well? Really appreciate your help. I tried to download and do the above but no luck.. haha

geraldalcos said:
Hi. I know you do it in a Sony device? But could you help me do it on my Samsung device as well? Really appreciate your help. I tried to download and do the above but no luck.. haha
Click to expand...
Click to collapse
for samsung search for tw_status_bar.xml and do the same as OP.

Bewildered Wolf said:
for samsung search for tw_status_bar.xml and do the same as OP.
Click to expand...
Click to collapse
Actually, I am stuck on step 1, using the apktool.
I am new on this thing and I dont even know how to operate it... haha

geraldalcos said:
Actually, I am stuck on step 1, using the apktool.
I am new on this thing and I dont even know how to operate it... haha
Click to expand...
Click to collapse
https://forum.xda-developers.com/showthread.php?t=1989533
bro, search on google about apktool. Its very easy.
//Press thanks if i helped you.

Bewildered Wolf said:
https://forum.xda-developers.com/showthread.php?t=1989533
bro, search on google about apktool. Its very easy.
//Press thanks if i helped you.
Click to expand...
Click to collapse
Ok.

It's possible to put carrier text or "no sim" instead custom text?

blackhaya said:
It's possible to put carrier text or "no sim" instead custom text?
Click to expand...
Click to collapse
well i searched google and found this for you.
https://forum.xda-developers.com/showpost.php?p=46146789&postcount=6
press thanks if it helped.

how baout add a icon

vandasche said:
how baout add a icon
Click to expand...
Click to collapse
Here is a guide for you.
https://forum.xda-developers.com/showthread.php?t=2408281
Try this and see if it works.
//Press thanks if it helped.

I will try it

just enter your text at android:text="enteryourtexthere" on status_bar.xml . dont need go to string section . many work need to do . just at status_bar.xml . easy . btw nice tutorial ...

Hafyzy said:
just enter your text at android:text="enteryourtexthere" on status_bar.xml . dont need go to string section . many work need to do . just at status_bar.xml . easy . btw nice tutorial ...
Click to expand...
Click to collapse
Yup. That will also work. But string looks more professional

Bewildered Wolf said:
Yup. That will also work. But string looks more professional
Click to expand...
Click to collapse
for me professional it not the matters . it's about hard ways or easy ways . cheer :good:

Hafyzy said:
for me professional it not the matters . it's about hard ways or easy ways . cheer :good:
Click to expand...
Click to collapse
It should work, whichever way it is.

Bewildered Wolf said:
It should work, whichever way it is.
Click to expand...
Click to collapse
how can i put the name in the middle
not in the left

dear
how to add the text in the middle (center)
not in the left
@Bewildered Wolf

Related

[Q] Create theme for GO Launcher Ex

I was woundering if someone could give me a guide on how to create a new theme or change the one I already has?
Im currently using Go Launcher Ex, but if you know of another launcher I can use, where I can create my own theme, please let me know!
I've seen a lot of themes for ADW so I assume they arent hard to make/there is something out there to make them easy to create (I don't know)
As for Go Launcher, I think it's the best thing out there and I have no interest of switching from it. While I don't know how to make a "Theme", I have managed to thoroughly customize my phone via the features provided with the launcher.
You can see some of my screen shots in this post I made earlier:
http://forum.xda-developers.com/showpost.php?p=11850977&postcount=9
If this helps you at all please hit Thanks
Hi Jankus!
Jankus said:
I was woundering if someone could give me a guide on how to create a new theme ...?
Click to expand...
Click to collapse
See: golauncher.goforandroid.com/2011/03/18/go-launcher-theme-template-v1-2/
(sorry I am not allowed to post outgoing links yet) just published two weeks after your post.
Gunther
Netsurfer24 said:
Hi Jankus!
See: golauncher.goforandroid.com/2011/03/18/go-launcher-theme-template-v1-2/
(sorry I am not allowed to post outgoing links yet) just published two weeks after your post.
Gunther
Click to expand...
Click to collapse
doesnt look like a guide..
Edith in the .zip file from gunther is an pdf with an guide
Netsurfer24 said:
Hi Jankus!
See: golauncher.goforandroid.com/2011/03/18/go-launcher-theme-template-v1-2/
(sorry I am not allowed to post outgoing links yet) just published two weeks after your post.
Gunther
Click to expand...
Click to collapse
MultiEMV said:
Edith in the .zip file from gunther is an pdf with an guide
Click to expand...
Click to collapse
Thanks guys, totally awesome
Really glad someone posted this.
this is amazing..
now i can make some themes for go launcher ex
Please talk to us new theme - it will boost Ex Launcher
More themes gives there: https://market.android.com/developer?pub=ZT+Art
Since today i become the following failure:
"Enter Passphrase for keystore:"
... what can i do?
I wanna auto change Icon and found the appfilter.xml where this defined like this example:
<!-- Yahoo Messenger -->
<item component="ComponentInfo{com.yahoo.mobile.client.android.im/com.yahoo.mobile.client.android.im.YahooMessenger}"
drawable="yahoomessenger" />
Q: How can i find out these paths for other apps?
Somebody can help me?
rizle said:
I wanna auto change Icon and found the appfilter.xml where this defined like this example:
<!-- Yahoo Messenger -->
<item component="ComponentInfo{com.yahoo.mobile.client.android.im/com.yahoo.mobile.client.android.im.YahooMessenger}"
drawable="yahoomessenger" />
Q: How can i find out these paths for other apps?
Click to expand...
Click to collapse
I am interested too! ;-)
rizle said:
<!-- Yahoo Messenger -->
<item component="ComponentInfo{com.yahoo.mobile.client.android.im/com.yahoo.mobile.client.android.im.YahooMessenger}"
drawable="yahoomessenger" />
Q: How can i find out these paths for other apps?
Click to expand...
Click to collapse
It's not its purpose, but Link2sd is showing the paths/names of the installed .apk and it's usually a string looking like that one (I don't use yahoo, can't check)
either, if you can ls /data/app, it should give you the list of your installed apps with the com.[...].apk name:
Code:
com.buak.Link2SD-2.apk
com.gau.go.launcherex-2.apk
com.gau.golauncherex.notification-2.apk
com.mediawoz.goweather-1.apk
org.connectbot-1.apk
...
But i'm not sure that's the string you need.
Edit: golauncher.goforandroid.com/2011/04/14/theme-maker-is-coming-soon/
rizle said:
I wanna auto change Icon and found the appfilter.xml where this defined like this example:
<!-- Yahoo Messenger -->
<item component="ComponentInfo{com.yahoo.mobile.client.android.im/com.yahoo.mobile.client.android.im.YahooMessenger}"
drawable="yahoomessenger" />
Q: How can i find out these paths for other apps?
Click to expand...
Click to collapse
its easy.. to know the componentinfo
install the android sdk
run the ddms.bat
than select the device
create a filter its easer with the name "ActivityManager"
than run the app
and see it on the pc scren
has you can see is on cmp=
{
"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"
}
Go Dev team have released Go themes factory beta. Get it here.
found this great site data base
http://activities.droidicon.com/
the the all activity names and the ComponentInfo
Doktaphex said:
Go Dev team have released Go themes factory beta. Get it here.
Click to expand...
Click to collapse
its still have bug...
cannot using your own icon or wallpaper, confirm button not function for change it..
all links are bad. please update.
Doktaphex said:
Go Dev team have released Go themes factory beta. Get it here.
Click to expand...
Click to collapse
I would like to learn how to theme to. The link above worked but the download from that page is a JNLP file, when you open JNLP file it pop ups with certificate problems. Not sure if you can even upload to market with that. I read a few posts that tells you what files to theme but nothing that tells you how to actually put color into it. I'm new to all this & really want to learn how to theme for Go launcher & Dev LWP. If anyone could post some help or links to TUTS it would be greatly appreciated. Thanks

[Framework Mod] Smooth Spinners on the SGS3 [XXALF2]

READ BEFORE YOU FLASH ANY THING​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
History:
Are you annoyed of the loading spinners on ICS??
Yeah those circles that go Round and round!!
Well this is a Mod that will simply increase the speed at with the frames are shown, so giving a feeling of smoothness to the loading circles.
{
"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"
}
First Thanks to D.O.C who made the first apearence of these spinners on GB in the SGS2 Days.
On the SGS3 also the procedure remains the same.
Files:
The xmls are located at framework-res.apk/res/drawable
This is the list of the xmls to edit
progress_large.xml
progress_large_white.xml
progress_medium.xml
progress_medium_white.xml
progress_small.xml
progress_small_titlebar.xml
progress_small_white
search_spinner.xml
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Depending on the wish of the Developer, you can increase or decrease the Frame Rate of the spinners and get the feel to you liking.
I have kept it to my liking, so if you guys want you can also mod it to what suits you best.
Let me give you an example..
Procedure: progress_large.xml
Default SGS3 code
Code:
<?xml version="1.0" encoding="utf-8"?>
<animated-rotate android:drawable="@drawable/spinner_black_76" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="100" android:framesCount="12"
xmlns:android="http://schemas.android.com/apk/res/android" />
Mod the Code to
Code:
<?xml version="1.0" encoding="utf-8"?>
<animated-rotate android:drawable="@drawable/spinner_black_76" android:pivotX="50.0%" android:pivotY="50.0%" android:frameDuration="22" android:framesCount="46"
xmlns:android="http://schemas.android.com/apk/res/android" />
So what do you understand from this??
What you are doing here is simply increasing the frame rate of the spinner png.
(please hit up the source link above to see more info on this regard)
This same technique can also be applied on the ICS holo spinner, that's completely the dev's wish
all you have to do is increase the framerate of the holo spinner in the given time.
progress_medium_holo
progress_small_holo
progress_large_holo
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Credit:
D.O.C - for sharing
HyperDroid Team - for sharing
Wanam - for ICS Apk Manager
(was implementing this on CheckRom S3, so thought i would share it)
Notice:
You need to be rooted.
You need to have cwm.
This is a framework mod.
If you have a theme flashed obviously you will loose it.
If you are on Stock Rom, then don't worry about any thing.
If your Rom dev has done framework mods too you may loose those mods.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
For people on the latest LF2 Stock Rom (Odex or Deodexed) use the CWM Flash able zip Below.
Download:
CWM_SmoothSpinners_LF2.zip
(Give it a few seconds and the Download link will automatically show after a md5 check)
Taking this just in case!
Thanks for this!
Will flash tonight and see how it goes.
Is it as easy as copy to SDcard, and flashing with CWM (the Chainfire one) or recovery?
Also, I have a feeling I should back up some stuff before doing so. Should I just backup these?:
- progress_large.xml
- progress_large_white.xml
- progress_medium.xml
- progress_medium_white.xml
- progress_small.xml
- progress_small_titlebar.xml
- progress_small_white
- search_spinner.xml
Thanks again!
kelvinyap9 said:
Thanks for this!
Will flash tonight and see how it goes.
Is it as easy as copy to SDcard, and flashing with CWM (the Chainfire one) or recovery?
Also, I have a feeling I should back up some stuff before doing so. Should I just backup these?:
- progress_large.xml
- progress_large_white.xml
- progress_medium.xml
- progress_medium_white.xml
- progress_small.xml
- progress_small_titlebar.xml
- progress_small_white
- search_spinner.xml
Thanks again!
Click to expand...
Click to collapse
not required
GadgetCheck said:
not required
Click to expand...
Click to collapse
hey bro when r u releasing ur CheckRom HD for SG3 ??
im eagerly waiting for it....
PHP:
Good job, mate !
aamirleo55 said:
hey bro when r u releasing ur CheckRom HD for SG3 ??
im eagerly waiting for it....
PHP:
Click to expand...
Click to collapse
Its already released...
Those aren't spinners. Spinners are drop down lists on Android.
Might confuse some devs.
Cyb3rGlitch said:
Those aren't spinners. Spinners are drop down lists on Android.
Might confuse some devs.
Click to expand...
Click to collapse
They are once named as spinners though
Sent from my GT-I9100 using xda premium

[LINK][MOD][HOW-TO] Add Flashlight quick toggle

{
"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"
}
http://forum.xda-developers.com/showthread.php?t=2617552
Enjoy!
Please post any questions in the main thread linked above!
Nice, will have to try it out in the morning.
Sweet. I have added all the hidden toogles in my rom, and this one makes em complete. Thanks bro
Thanks so much for this info!!! I've been wanting this toggle for a very long time. I do have one question. When I access my values folder in the decompiled SystemUI.apk, there is no "string"xml document to add the string name to. There is only an ärrays"folder inside of it. Why would that be? There are other "value" folders with the "res" folder that look to be for different languages and those have the "string"xml documents in them. Do I have to create my own string xml document in my existing values folder with the flashligh string name?? Thanks in advance!!
VillainDivine said:
Thanks so much for this info!!! I've been wanting this toggle for a very long time. I do have one question. When I access my values folder in the decompiled SystemUI.apk, there is no "string"xml document to add the string name to. There is only an ärrays"folder inside of it. Why would that be? There are other "value" folders with the "res" folder that look to be for different languages and those have the "string"xml documents in them. Do I have to create my own string xml document in my existing values folder with the flashligh string name?? Thanks in advance!!
Click to expand...
Click to collapse
Woah that is odd.
Do two things for me 1) repost this question in the main thread so others won't repeat and 2) link me to your systemui.apk so I can take a look at it
CNexus said:
Woah that is odd.
Do two things for me 1) repost this question in the main thread so others won't repeat and 2) link me to your systemui.apk so I can take a look at it
Click to expand...
Click to collapse
Well, ive done some digging and it seems to be the ROM im trying to mod. Ive downloaded a different ROM and it has everything that is needed. Thanks man!
VillainDivine said:
Well, ive done some digging and it seems to be the ROM im trying to mod. Ive downloaded a different ROM and it has everything that is needed. Thanks man!
Click to expand...
Click to collapse
Ah ok cool
I've already had 2 confirmations that this works, so you should have no problems doing this
CNexus said:
Woah that is odd.
Do two things for me 1) repost this question in the main thread so others won't repeat and 2) link me to your systemui.apk so I can take a look at it
Click to expand...
Click to collapse
By the way, if I may ask, what tool(s) are you using to decompile/recompile these .apk files??? Thanks
VillainDivine said:
By the way, if I may ask, what tool(s) are you using to decompile/recompile these .apk files??? Thanks
Click to expand...
Click to collapse
VTS (virtuous ten studio). Once you learn how to use it, it's literally the best thing since android lol
You can even add public.xml ids without compiling/decompiling using the built-in resource manager (right click on project > open resource manager)
VillainDivine said:
By the way, if I may ask, what tool(s) are you using to decompile/recompile these .apk files??? Thanks
Click to expand...
Click to collapse
This is a great stupid easy tool
http://forum.xda-developers.com/showthread.php?t=2536073
Sent from my SGH-M919 using Tapatalk
CNexus said:
VTS (virtuous ten studio). Once you learn how to use it, it's literally the best thing since android lol
You can even add public.xml ids without compiling/decompiling using the built-in resource manager (right click on project > open resource manager)
Click to expand...
Click to collapse
ShinySide said:
This is a great stupid easy tool
http://forum.xda-developers.com/showthread.php?t=2536073
Sent from my SGH-M919 using Tapatalk
Click to expand...
Click to collapse
Thanks so much guys!!!!!
ShinySide said:
This is a great stupid easy tool
http://forum.xda-developers.com/showthread.php?t=2536073
Sent from my SGH-M919 using Tapatalk
Click to expand...
Click to collapse
Thanks again for the recommendation. This tool is exactly what ive been looking for. I do have one question, if you dont mind. Im unable to compile my edited .apk. I installed the two framework apks, then decompiled the systemui.apk. I was then able to edit it, up to trying to compile the apk in order to get the public.xml files. Instead, the program just places the original, unmodified apk in the "compiled_apk" folder. Any help would be greatly appreciated!!
@CNexus this is the error im getting.
Grab the original systemui.apk and see if it will decompile and recompile fine without any changes
@CNexus Nope, I still get an error. Im using Quickmod2.0
Ok then something is wrong with the apk itself, not the stuff you added
I'd try searching those errorsandd seeing what you can find
CNexus said:
Ok then something is wrong with the apk itself, not the stuff you added
I'd try searching those errorsandd seeing what you can find
Click to expand...
Click to collapse
You're absolutly right. I tried another ROM and it compiled perfectly. Thank you for your help and work on the toggle.
A little something for your help. Thanks again.
Confirmation number: 4B842558SM2836128
VillainDivine said:
You're absolutly right. I tried another ROM and it compiled perfectly. Thank you for your help and work on the toggle.
A little something for your help. Thanks again.
Confirmation number: 4B842558SM2836128
Click to expand...
Click to collapse
Thank you very much kind sir, although it was really not necessary!! Thanks :thumbup:
CNexus said:
Thank you very much kind sir, although it was really not necessary!! Thanks :thumbup:
Click to expand...
Click to collapse
No problem man, its the least I could do. One more question though haha! Ive finished everything, but when I installed the ROM my status bar isnt showing up. What would cause that?
VillainDivine said:
@CNexus Nope, I still get an error. Im using Quickmod2.0
Click to expand...
Click to collapse
Layouts line 3 status bar already defined
Means you have that same line defined twice. Delete the duplicate and recompile.
Sent from my SGH-M919 using Tapatalk

[GUIDE]uTFloating SystemUI. Improvement from PineappleOwl's guide

{
"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"
}
Hi guys, i'm back with another new mod It's an improvement from @PineappleOwl 's guide.
What is it?
It's almost the same, but int this version, it has changeable paddings.
Features:
Changeable paddings
Live Preview
Click to expand...
Click to collapse
Screenshots:
Click to expand...
Click to collapse
How?
You must follow PineappleOwl's guide
Change this line
Code:
<LinearLayout android:background="#00000000" android:layout_height="fill_parent" android:layout_width="fill_parent" android:orientation="vertical" android:paddingLeft="30dip" android:paddingTop="15dip" android:paddingBottom="20dip" android:paddingRight="15dip">
To this one
Code:
<ucup.tech.layout.PaddingLayout android:background="#00000000" android:layout_height="fill_parent" android:layout_width="fill_parent" android:orientation="vertical">
Change this line
Code:
</LinearLayout>
</LinearLayout>
To this one
Code:
</LinearLayout>
</ucup.tech.layout.PaddingLayout>
Extract downloaded file to SystemUI folder
Click to expand...
Click to collapse
Download zip: here
Download app: here
Credits:
PineappleOwl
Stackoverflow
Click to expand...
Click to collapse
Awesome
yeah,it great guide,what is the xml?:good:
Myth2014 said:
yeah,it great guide,what is the xml?:good:
Click to expand...
Click to collapse
ah i see that you didn't follow my guide correctly
just kidding bro, edit status_bar_expanded.xml
AuliaYF said:
ah i see that you didn't follow my guide correctly
just kidding bro, edit status_bar_expanded.xml
Click to expand...
Click to collapse
yeah,thanks sir,:laugh:
Myth2014 said:
yeah,thanks sir,:laugh:
Click to expand...
Click to collapse
press it, press it, press it
hi.sir..I set bottom padding is 300dip..but the uTFloatingSystemUI.apk and SystemUI is dont show..look this pic...
and i think the padding need maximum...
Sent from my IM-A690S using Tapatalk 2
Myth2014 said:
hi.sir..I set bottom padding is 300dip..but the uTFloatingSystemUI.apk and SystemUI is dont show..look this pic...
and i think the padding need maximum...
Sent from my IM-A690S using Tapatalk 2
Click to expand...
Click to collapse
yeah you right lol! maybe next time thanks dude
AuliaYF said:
yeah you right lol! maybe next time thanks dude
Click to expand...
Click to collapse
yeah, how I wish...:laugh:
Thanx it work.
waiting your another great guide master.
sir @AuliaYF
is this a bug or what, but if you put blank in padding section and it force close and never gonna open and it causing systemui force close all time
sorry for my careless test
Mranggapo said:
sir @AuliaYF
is this a bug or what, but if you put blank in padding section and it force close and never gonna open and it causing systemui force close all time
sorry for my careless test
Click to expand...
Click to collapse
yes, i forgot to make thos things parse empty string, will release new one
hi.sir..if top padding is 0dip.can you make it fullscreen....
Myth2014 said:
hi.sir..if top padding is 0dip.can you make it fullscreen....
Click to expand...
Click to collapse
it's possible, but it'll need lot of changes on StatusBarService though.
AuliaYF said:
it's possible, but it'll need lot of changes on StatusBarService though.
Click to expand...
Click to collapse
yeah..i wish...
Myth2014 said:
yeah..i wish...
Click to expand...
Click to collapse
i can do that, but it'll be not a guide, it's like i'm sharing my SystemUI.apk, because since i'm not tentenponce, i'm too lazy creating customviews for UI xD
AuliaYF said:
i can do that, but it'll be not a guide, it's like i'm sharing my SystemUI.apk, because since i'm not tentenponce, i'm too lazy creating customviews for UI xD
Click to expand...
Click to collapse
ok...the padding need maximum..:laugh:
Wow. nice guide pakde thanks
Will try soon on jb

[GUIDE] Get Wi-fi Name Connection

Wi-fi Name
{
"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"
}
Code:
Wifi Name, original idea from sir [user=4715592]@mariozawa[/user], but sadly, he didn't
release or continue it. This is also what we had on my theme, Android L
theme. It updates whenever you open/close your wifi. It gets the SSID
of the connection that is being scanned. So the bug here, it gets the
SSID even we are not connected, but I did put an onClickListener that will
make it to update whenever you got null or wrong SSID. You can put it
wherever you want. Let's get Started!
Steps
1.) Decompile your SystemUI.apk.
2.) Download ten_WifiName.zip on attachment and extract it to your smali/com folder.
3.) Now put this line:
Code:
<com.tenten.WifiName android:layout_width="100.0dip" android:layout_height="25.0dip" android:textSize="17.659973dip" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:gravity="center_vertical|center_horizontal" />
I didn't use wrap_content so you can still click it to update whenever it gets null SSID
Click to expand...
Click to collapse
4.) Recompile your SystemUI.apk and push or flash it.
5.) If working, dont forget to.. yeah , to jump! hehe
NOTE: Dont put it on status_bar_tracking.xml. Any customviews that i putted there was not clickable, I dont know why, only the close drag handle that was built-in. Any help/information on why we cant click on that layout is appreciated. Thank you
Click to expand...
Click to collapse
Credits
@mariozawa (original idea)
@PineappleOwl (My master hehe)
StackOverFlow
Lenox Devs
Potato Inc​
first, ruining your reserved XD
Mranggapo said:
first, ruining your reserved XD
Click to expand...
Click to collapse
hahaha, I dont need to reserve anything for this xD
tentenponce said:
hahaha, I dont need to reserve anything for this xD
Click to expand...
Click to collapse
can i put this on statusbar ? not expanded
Another mod again. Will try it asap
EDIT: Done. See Attachment. Thanks ten ten
Mranggapo said:
can i put this on statusbar ? not expanded
Click to expand...
Click to collapse
yes, anywhere you want I edited my guide, dont put it on status_bar_tracking.xml, read my guide for information on lockscreens also , because it catches intent. But you can try, I havent tried on lockscreen. hehe
<com.tenten.WifiName android:layout_
width="100.0dip" android:layout_
height="25.0dip"
android:textSize="17.659973dip"
android:textColor="#ffffffff"
android:layout_gravity="center_vertical"
android:gravity="center_vertical|center_
horizontal" />
Click to expand...
Click to collapse
whr i hav to paste these lines??
nd i didnt found smali/ com folder after decompiling SystemUI.apk
can u explain in detail?
yagnesh97 said:
whr i hav to paste these lines??
nd i didnt found smali/ com folder after decompiling SystemUI.apk
can u explain in detail?
Click to expand...
Click to collapse
You can paste that anywhere you want to put it. Maybe you didnt decompile properly that's why you cant see the smali folder.
work on 4.3?
Myth2014 said:
work on 4.3?
Click to expand...
Click to collapse
give it a try it might work and if it works, Ill put it on the thread
tentenponce said:
give it a try it might work and if it works, Ill put it on the thread
Click to expand...
Click to collapse
:good:yeah..sir...it work on 4.3..and no bug...
It works perfect!!!!
And i test to put it in status_bar_tracking and it works as clikable!!!!!!
Here is a photo and my status_bar_tracking
(The vodafone icon in header its from your other guide lenox animated and this work perfect!!!!)

Categories

Resources