Thời gian hiện tại: 09:45 - 24/04/2024
Xin chào, khách! Hãy đăng nhập để tắt quảng cáo!
Đăng nhập | Đăng ký
Trang chủ YA4R
Công cụ & bài viết hay

Lần hoạt động

Diễn đàn | Khu vực Android | Thủ thuật Android
Tìm kiếm | Tập tin chủ đề (2)
1 2 3 ... 6 >>
Chủ đề đã đóng cửa
๖ۣۜLam๖ۣۜPhong  ๖ۣۜLam๖ۣۜPhong (787) [Off] [#]  (200 YA) (11.09.2016 / 11:53)
๖ۣۜBiết nhiều thứ không bằng rành một thứ.
196 lần được cảm ơn!
•Các công cụ cần có
-Apktool
-Root explorer
(Các bạn cần cài BUSYBOX và ROOT mới dùng được Apktool)
Vào đường dẫn system/framework bằng Apktool và tìm đến file framework-res.apk ấn vào và chọn " Sát nhập framework " ,xong thoát ra.
Dùng Root explorer chép file Systemui.apk ra thẻ sd.

•Tiến hành mod

Bước 1: Dùng Apktool dịch ngược SystemUI.apk ta được thư mục Systemui_src.

Mở SystemUI_src/res/layout/status_bar.xml

>>Tìm code này và xóa đi

  1. <com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ffffffff" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />


>>Tìm code này

  1. <include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view" />


>> Di chuyển nó lên trên code này

  1. <com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/stat_notify_more" />


>>Tìm code này

  1. <com.android.systemui.statusbar.phone.IconMerger android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentStart="true" />


>>Xóa đi rồi thay bằng

  1. <com.android.systemui.statusbar.phone.IconMerger android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentStart="true" />


>>Tìm các code này

  1. <LinearLayout android:orientation="horizontal" android:id="@id/right_icons" android:layout_width="wrap_content" android:layout_height="fill_parent" android:alpha="@dimen/system_icon_area_alpha">
  2. <LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
  3. <LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">


>>Xóa đi rồi thay bằng

  1. <LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent" android:alpha="0.8">
  2. <com.android.systemui.statusbar.policy.Clock android:textSize="18.0dip" android:textColor="#ffffffff" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
  3. </LinearLayout>
  4. <LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/right_icons" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" android:layout_alignParentRight="true" android:alpha="0.8">
  5. <LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
  6. <LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">


Bước 2: Sửa xong các bạn lưu lại. Dùng Apktool ấn chọn vào thư mục Systemui_src và chọn " Biên dịch lại " ta được file Systemui_src.apk

Bước 3: Đổi tên file Systemui_src.apk lại thành Systemui.apk và chép vào đường dẫn lúc nãy bạn lấy ra bằng phần mềm Root explorer. Sau khi chép xong các bạn ấn vào file Systemui.apk khoảng 2 giây và chọn " Permission " là 644, xong là ok.

• Khởi động lại máy là ok.

•Lưu ý : Bài viết này mình không đăng hình tại vì mỗi máy có file Systemui.apk khác nhau nhưng các đoạn code của nó thì tựa như nhau nên các bạn phải chú ý các đoạn code thật kĩ và thay cho đúng nhé.

•Khuyến cáo là các bạn nên backup lại rom cho an toàn, hoặc sao chép file Systemui.apk gốc vào thẻ sd và lưu lại để đề phòng bất trắc khi mod sai. Các bạn có Rom là stock đã odex thì nên deodex trước khi mod. Tại vì Rom đã odex rất khó hack và chỉnh sửa nội dung nên các bạn phải cân nhắc khi mod.

•Mọi thắc mắc và đóng góp ý kiến xin comment phía mình sẽ trả lời và giải thích.

•Cám ơn các bạn đã đọc bài viết.

Đã chỉnh sửa bởi ๖ۣۜLam๖ۣۜPhong (22.10.2016 / 19:14) [1]
Picola  Picola (2503) [Off] [#]  (5480 YA) (11.09.2016 / 12:01)
Hóng thể hiện
1137 lần được cảm ơn!
Ít nhất cũng có hình thành công
๖ۣۜLam๖ۣۜPhong  ๖ۣۜLam๖ۣۜPhong (787) [Off] [#]  (200 YA) (11.09.2016 / 13:03)
๖ۣۜBiết nhiều thứ không bằng rành một thứ.
196 lần được cảm ơn!
# ❶❷❸❹❺❻ (11.09.2016 / 12:01)
Ít nhất cũng có hình thành công
Đây nhé, bày đặt nghi với ngờ
https://upnhanh.mobi//thumbs/64df59aed95f29c1fd6d146d1cb632a71659f5e1.jpg
♚¶v¶oon♚  ♚¶v¶oon♚ (470) [Off] [#]  (11990 YA) (11.09.2016 / 13:09)
Một Bạn Gái Giấu Tên Ahihi
56 lần được cảm ơn!
hay đó, tks bác mà ko biết android 2.3 được ko
Picola  Picola (2503) [Off] [#]  (5480 YA) (11.09.2016 / 13:28)
Hóng thể hiện
1137 lần được cảm ơn!
Bạn viết tiếp bsif hướng dẫn mod stt3 2 dòng đi
Vô Danh™ ٩(͡๏̮͡๏)۶  Vô Danh™ ٩(͡๏̮͡๏)۶ (5646) [Off] [#]  (2800 YA) (11.09.2016 / 13:37)
Hello
1126 lần được cảm ơn!
Ai làm được ý kiến nào
๖ۣۜLam๖ۣۜPhong  ๖ۣۜLam๖ۣۜPhong (787) [Off] [#]  (200 YA) (11.09.2016 / 13:43)
๖ۣۜBiết nhiều thứ không bằng rành một thứ.
196 lần được cảm ơn!
# &para;&lt;I&euro;&Pi; (11.09.2016 / 13:09)
hay đó, tks bác mà ko biết android 2.3 được ko
Mình nghĩ là được tại vì code thì cũng giống như nhau thôi
๖ۣۜLam๖ۣۜPhong  ๖ۣۜLam๖ۣۜPhong (787) [Off] [#]  (200 YA) (11.09.2016 / 13:44)
๖ۣۜBiết nhiều thứ không bằng rành một thứ.
196 lần được cảm ơn!
# ❶❷❸❹❺❻ (11.09.2016 / 13:28)
Bạn viết tiếp bsif hướng dẫn mod stt3 2 dòng đi
Vài ngày nữa đi nha bạn
๖ۣۜLam๖ۣۜPhong  ๖ۣۜLam๖ۣۜPhong (787) [Off] [#]  (200 YA) (11.09.2016 / 13:45)
๖ۣۜBiết nhiều thứ không bằng rành một thứ.
196 lần được cảm ơn!
# Idol AXN&trade; (11.09.2016 / 13:37)
Ai làm được ý kiến nào
Mình làm được đây
Picola  Picola (2503) [Off] [#]  (5480 YA) (11.09.2016 / 13:46)
Hóng thể hiện
1137 lần được cảm ơn!
# LamPhong (11.09.2016 / 13:44)
Vài ngày nữa đi nha bạn
Mình sẽ chờ
Bạn cần đăng nhập để bình luận
  Tổng số: 55
1 2 3 ... 6 >>

Cùng chuyên mục
[Hướng dẫn] Cách chèn toast popup vào file apk cực dễ trên Android
[Hướng dẫn] Cách mod xoá bỏ Quảng Cáo trong APK trên Android
Cách tạo một Popup Dialog đơn giản trên bất kỳ file apk
[GUIDE] Hack Tiền Mọi Game Bằng GameGuardian Cho Android Chưa Root
Hướng Dẫn Tải Video Và Tải Nhạc Từ Youtube Về Điện Thoại
Lọc theo tác giả
Xem chủ để ngoại tuyến (Offline)

Trong diễn đàn

Sắp xếp theo thứ tự từ trên xuống
Trang chủ
Diễn đàn hack game Android Việt Nam | Game mod cho Android
Developer: Võ Thanh Trung
Diễn đàn được phát triển bởi tất cả thành viên, cảm ơn các bạn!