.

ADD NỀN VÀO STATUS_BAR

-tìm code

    <LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="50.0dip">

sửa  lại thành

    <LinearLayout android:background="@drawable/maria_ozawa" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="50.0dip">

-dùng pts tạo 1 pic định dạng .png, size 360*50 , đặt tên là maria_ozawa.png đưa vào drawable hpdi ( hoặc drawable xhpdi )

xong

recom systemUI-src

dùng xproler chép đè Meta-inf và AndroidManifest từ framework-res.apk sang framework-res-src.apk , từ systemUI.apk sang systemUI-src.apk
  đưa framework-res-src.apk và systemUI-src.apk qua bộ nhớ máy, đổi lại tên , đưa vào system, set 0644, đưa vào framework và app, reboot

  Lưu ý:

-(*): với mỗi máy khác nhau , code này có thể khác đi 1 tí, vd như layout có thể là layout="@layout/gemini_signal_cluster_view"

-(**): với các máy tùy biến đồng hồ, trong stt3.xml sẽ có 2 dòng code clock,vd 1 dòng có id="@id/clock" , 1 dòng có id="@id/clock_center"
 chúng ta chọn cắt và dán dòng lock có id="@id/clock_center"
 khi đổi từ đồng hồ số sang đồng hồ kim , chúng ta cũng phải giữ nguyên id là id="@id/clock_center" , khi đó code đồng hồ số sẽ là
   <AnalogClock android:gravity="center" android:id="@id/clock_center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:dial="@drawable/a_circle" android:hand_hour="@drawable/a_hour" android:hand_minute="@drawable/a_minute" android:layout_centerVertical="true" />

* share từ Trần Đức Tịnh *