Nay mình bật mí cho các bạn vài điều nho nhỏ này mong có thể giúp mọi người làm chủ đc thanh status của mình.
- Đầu tiên: Decompile file lidroid-res.apk
- Nếu bạn muốn thay tên "lidroid-ROM" mỗi khi nhấn nút nguồn để tắt máy thì làm như sau:
+ Mở file string, tìm dòng <string name="hamster">xxx</string> => thay xxx bằng tên bạn muốn.
Lưu và đóng lại.
- Nếu muốn xóa các chữ Wifi, Bluetooth,... ở thanh stt, ví dụ như thế này:
Hình chỉ mang tính chất minh họa
Để ra như thế này:
Hình chỉ mang tính chất minh họa
Thì ta làm như sau:
+ Vào layout/power_widget_button, sửa lại như sau:
<TextView android:textSize="5.0dip" android:textStyle="normal" android:textColor="@color/power_widget_button_text" android:gravity="center_horizontal" android:layout_gravity="center_horizontal" android:id="@id/power_widget_button_text" android:paddingTop="46.669983dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:shadowDx="1.0" android:shadowDy="1.0" />
- Xong
- Bước quan trọng:
+ Mở file apktool.yml = Notepad++:
-----------
version: 1.4.1
apkFileName: lidroid-res.apk
isFrameworkApk: true
usesFramework:
ids:
- 1
-----------
Nó có dạng thế này, bạn phải thêm vào như sau:
version: 1.4.1
apkFileName: gycviet-res.apk
isFrameworkApk: true
usesFramework:
ids:
- 1
- 2
-------
Dòng "apkFileName: lidroid-res.apk" này có nghĩa là bạn phải đặt tên file lidroid-res.apk thành tên bất kỳ nào khác, ví dụ gycviet-res.apk thì phải sửa lại dòng này (nhớ chỗ này nha)
Lưu và Đóng lại.
Recompile lại, đổi tên thành "gycviet-res.apk" rồi bỏ vào Rom.
Không có nhận xét nào:
Đăng nhận xét