This guide will teach you to add your name in Statusbar but before doing so you must know how to decompile your apk!.
Requirements
•Basic knowledge of apktool
•SystemUI.apk
•Notepad++ for editing xml files
STEP 1
Copy your SystemUI from Root/system/app (you can use root explorer for that) and paste it anywhere in your sd card.
STEP 2
Connect your device to your PC and paste it in apktool folder.
STEP 3
Decompile it using apktool and go to res/layout of your decompiled SystemUI folder.
STEP 4
Open status_bar.xml using notepad++ and find this code..
<LinearLayout android orientation="horizontal" android:id="@id/icons"
STEP 5
Add this code below.
<TextView
android:textColor="#ffffff" android:layout_width="wrap_content" android:layout_height="wrap_content"
android:text="PUT UR NAME HERE"/>
In place of PUT UR NAME HERE ofcourse you have to enter your name and recompile it. Push it back to system/app and reboot.
Subscribe to:
Post Comments
(
Atom
)
No Comment to " [TUT] Display Your Name in Statusbar "