martes, 21 de abril de 2015

Hola a tod@s hoy voy a enseñarles a como poner sus nombre en el status bar.
Muy bien, comencemos.

#Requerimientos:

-Apktool, Apk Manager u otro.
-Notepad++ u otro editor de texto.
-SystemUI.apk


#Instrucción

1. Decompilar su SystemUI
2-Ir a res/layout/status_bar.xml y al final de la siguiente linea

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

Agregar esta linea


<TextView android:textColor="#ffffffff" android:gravity="center_vertical" android orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="PON LO QUE GUSTES" />


3-Recompilen firmen el apk y lo mueven a system/app denle los permisos y reemplacen.


Observación:Solo pueden agregar 17 letras ¿Ok? :)


Eso seria todo espero y les aya servido, suerte a TOD@s, hasta la proxima.


Original post: http://forum.xda-developers.com/showthread.php?t=2500217


viernes, 10 de abril de 2015