[GUIDE]uTFloating SystemUI. Improvement from PineappleOwl's guide - Galaxy Y GT-S5360 General

{
"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

Related

[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

[MOD][GUIDE]Blurred StatusBarExpanded

{
"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 have a new mod right here It's called Blurred StatusBarExpanded, what is it? see description below.
Description
Since PineappleOwl posted a guide for blurred lockscreen, i found out that we can put FLAG_BLUR_BEHIND for a window. Since TrackingView is a window, so we can put that flag .
Click to expand...
Click to collapse
Screenshots
Click to expand...
Click to collapse
​
How to do this?
Decompile SystemUI
Open up StatusBarService.smali
Find this method
Code:
.method onBarViewAttached()V
Find this inside that method
Code:
const v4, 0x20300
Replace that one with this
Code:
const v4, 0x20304
Last step, compile SystemUI and push!
Click to expand...
Click to collapse
Issues:
Maybe this one, i don't know why, if you rotate your device 90 degrees, and then open PowerDialog(host power button), you can see this one too.
Click to expand...
Click to collapse
Credits:
Google
Stackoverflow
PineappleOwl
Click to expand...
Click to collapse
Now not only the JB can boast there SystemUI (Y)
another epic things as always, will try on my fayel.
PineappleOwl said:
Now not only the JB can boast there SystemUI (Y)
Click to expand...
Click to collapse
yeah! we have many awesome developer/themer right here!
zhalx said:
another epic things as always, will try on my fayel.
Click to expand...
Click to collapse
if you have any problem just ask
AuliaYF said:
if you have any problem just ask
Click to expand...
Click to collapse
Thanx again, it works on my moto fayel xt530 :good:
zhalx said:
Thanx again, it works on my moto fayel xt530 :good:
Click to expand...
Click to collapse
as long as it's GB version.
thank you sir but a problem a bit laggy but still manageable xD
Work with stock bottom SystemUI sir
Worked on cm7?
WinKarbik said:
Worked on cm7?
Click to expand...
Click to collapse
i think so.
How about ICS?
Is there any guide for 4.0.4 Ice Cream Sandwich?
nope
aivenson11 said:
Is there any guide for 4.0.4 Ice Cream Sandwich?
Click to expand...
Click to collapse
"The field WindowManager.LayoutParams.FLAG_BLUR_BEHIND is deprecated".
cooooooolllllll
its totally cool....
i will give my systemui deadly blurred look...
will this guide work on jb?
btw,nice guide
Will these work on JB 4.1.2 ?? please rply i really like this guide!!
harsh455 said:
Will these work on JB 4.1.2 ?? please rply i really like this guide!!
Click to expand...
Click to collapse
"The field WindowManager.LayoutParams.FLAG_BLUR_BEHIND is deprecated".
AuliaYF said:
"The field WindowManager.LayoutParams.FLAG_BLUR_BEHIND is deprecated".
Click to expand...
Click to collapse
i didnt get that bro
harsh455 said:
i didnt get that bro
Click to expand...
Click to collapse
it means that the required code won't work on ics/jb/kk/l i think.
AuliaYF said:
it means that the required code won't work on ics/jb/kk/l i think.
Click to expand...
Click to collapse
okey thank u bro
sir can you help me? i tried it and it work on my lenovo a269i. however, when i reboot my device my statusbar disappeared without any systemUI force close error. i tried to capture the error in logcat but its not showing any results. can you help me?

[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!!!!)

[GUIDE][TUTORIAL] Contextual Lenox Header for Lollipop

Introduction
Guys you already heard about this Feature on eXistenZ ROM by Niaboc79 and CM based ROMs like OMNI,Resurrection, etc....
These Header images are switching automatically according to the hour and some special days like Christmas and New Year's.
Tutorial is very EASY to do, Newbies come..
Here's how it looks:
{
"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"
}
Tutorial
Decomplie your SystemUI.apk
Download my SystemUI.apk.zip and Marge all the files (Check Attachment)
then
Go to res/layout/status_bar_expanded_header.xml (open it using notepad++)
find this code
Code:
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:systemui="http://schemas.android.com/apk/res-auto">
then paste this code below
Code:
<com.lenox.Contextual android:layout_width="@dimen/notification_panel_width" android:layout_height="120.0dip" />
that's it
Now recompile the SystemUI.apk and sign it and replace .
Install the Contextual Lenox Settings.apk to Enable & Disable Header (Check Attachment)
I didn't use any files from ExistenZ or other ROMs...
all CREDIT goes to my old SGY Friends and Team Lenox Evolution
Joko N
PineappleOwl
tentenponce
Dont Forget to mention me if you used my work
that feels me happy
Awsom tutorial bro.. Keep up the good work
RaKesh said:
I didn't use any files from ExistenZ or other ROMs...
all CREDIT goes to my old SGY Friends and Team Lenox Evolution
Joko N
PineappleOwl
tentenponce
Dont Forget to mention me if you used my work
that feels me happy
Click to expand...
Click to collapse
Nice tutorial ..
Keep it up.
Nice work bro
“Sent From MWE V8.0.0 On My Z3”
Rajeev said:
Awsom tutorial bro.. Keep up the good work
Click to expand...
Click to collapse
Black_Eyes said:
Nice tutorial ..
Keep it up.
Click to expand...
Click to collapse
Pandemic said:
Nice work bro
“Sent From MWE V8.0.0 On My Z3”
Click to expand...
Click to collapse
thanks Guys! :angel:
i have done all without error but i dont get Header images on my Stock 5.1.1 rom
Dilesh Perera said:
i have done all without error but i dont get Header images on my Stock 5.1.1 rom
Click to expand...
Click to collapse
Install Contextual Lenox Settings.apk from attachment
RaKesh said:
Install Contextual Lenox Settings.apk from attachment
Click to expand...
Click to collapse
yes i have installed and tick the settings . not working for me
Dilesh Perera said:
yes i have installed and tick the settings . not working for me
Click to expand...
Click to collapse
Use RestartSystemUI or Reboot your device for only one time.
RaKesh said:
Use RestartSystemUI or Reboot your device for only one time.
Click to expand...
Click to collapse
already done several times now
---------- Post added at 04:41 PM ---------- Previous post was at 04:02 PM ----------
done from the scratch again. and guess what it works thanks for the TUT.
can we change the colour of the text ( time date etc ) cos white not really visible with brighter surface
thanks again
I can't find res/layout/status_bar_expanded_header.xml
Any way to add contextual lexon option on settings bro?
raziel zarafan said:
Any way to add contextual lexon option on settings bro?
Click to expand...
Click to collapse
yes and also how can we add up more events? if u can teach us greatly appreciated :good:
Great Tutorial.Keep it up!!!!
Well, this looks like fun! Thanks for sharing! :good:
Juventus1897 said:
I can't find res/layout/status_bar_expanded_header.xml
Click to expand...
Click to collapse
Is it in the SystemUI.apk.zip?
Works like a charm bro thanks very much
Juventus1897 said:
Is it in the SystemUI.apk.zip?
Click to expand...
Click to collapse
It is in SystemUI.apk, not the zip in the OP. Have you decompiled your APK?
Ticklefish said:
It is in SystemUI.apk, not the zip in the OP. Have you decompiled your APK?
Click to expand...
Click to collapse
Thanks for the reply. Just looking up on how to do it.

[Guide][Mod] Custom Text In Status Bar

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

Categories

Resources