Add Carrier Name On Status Bar
By Sanwar Hossain Pinto
Add Carrier Name on status bar
Requirement:
*apktool / apk manager / apk multi tool
*SystemUI.apk
*Text editor
Instruction:
1.Decompile SystemUI.apk
2.Go to res\layout\Gimini_status_bar.xml
3.Add This lines anywhere in the xml
< TextView android:textColor="#ffffffff" android:gravity="center_vertical" androidrientation="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
0 comments:
Post a Comment