Quantcast
Channel: xda-developers - Galaxy Y Duos S6102 Android Development
Viewing all articles
Browse latest Browse all 112

[GUIDE] [MOD] [GB] SystemUI - Add Carrier Name on status bar

$
0
0
Add Carrier Name on status bar

Requirement:
*apktool / apk manager / apk multi tool
*SystemUI.apk
*Notepad++

Instruction:
1.Decompile SystemUI.apk
2.Go to res\layout\status_bar.xml
3.Find code

<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:layout_width="fill_parent" android:layout_height="fill_parent">

And add this code after that

<TextView android:textColor="#ffffffff" android:gravity="center_vertical" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="TYPE YOUR TEXT" />

text color not must like example you can change with your want
max text 17 character
4.Save and compile
5.Push to system and Enjoy modding

Attached Thumbnails
Click image for larger version

Name:	stbarCarrier.png
Views:	N/A
Size:	100.4 KB
ID:	2352844  

Viewing all articles
Browse latest Browse all 112

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>