Tớ download về và cài nhưng lỗi vẫn thế, không tạo đc event mới và không xem đc events đã có. Có cách nào không Hanzoo?
mấy bác cho em hỏi ngu tí là rom này cắm cáp có chép dữ liệu vào bộ nhớ máy được không. tại em dùng win 8. rom này bản đầu tiên em up sài ok nhưng không chép dữ liệu vào được mấy rom khác ok. không biết v3 hết lỗi này chưa ?
này bác.của e sao nó lại ra thanh navbar nền da vậy.thanh trạng thái thì không trong suốt..ko có cả trình mở khoá mới nữa hix..bac giup em với........á còn nữa wifi bắt sóng rất mạnh nhưng sao ko vào dc nhỉ
anh em thấy cái này có hữu ích không nhỉ ? có hướng dẫn tạo nút home và tắt màn hình trên status bar dành cho SS và LG . nhưng sky ko có nút home cứng . hoàn toàn là ảo hết nên chỉ cần cái khoá màn hình này là ổn
không phải dùng soft bác ơi. edit trong SystemUI.apk nên độ ổn định rất cao . ko thấy có hiện tượng lúc mở màn hình bị chớp sáng
chuẩn bị : - file SystemUI.apk trong rom mà anh em định mod nằm trong đường dẫn system / app -2 file framework-res.apk và twframework-res.apk nằm trong đường dẫn system / framework ( với dòng máy khác như LG có thể k có file twframework-res.apk thì các bạn thay file đó bằng file lge-res.apk nhé) - 2 icon ( là 2 file ảnh định dạng .png kích thước 64*64 là icon cho nút home và lock screen với tên lần lượt là : ic_sysbar_recent.png và ic_sysbar_lock.png bắt đầu làm : - Chuẩn bị thực hiện: - Chép công cụ apktool vào thư mục c:\apktool (giải nén file apktool.zip và copy cả thư mục apktool vừa giải nén chứa 3 file vào ổ đĩa C:\) - Lấy 2 file framework-res.apk và twframework-res.apk từ ROM mà bạn định dùng (tại: /system/framework/) và đặt 2 file trên vào thư mục c:\apktool - Dùng DOS trên Windows thực hiện các lệnh cần thiết: Bấm Start, chọn run, gõ: cmd (enter) rồi gõ tiếp: cd\ (enter) bạn sẽ ở thư mục gốc C:\> - Chuyển về thư mục c:\apktool bằng cách gõ: cd apktool (enter) bạn sẽ nằm ở c:\apktool - Cài đặt frameworks: Để file apk sau khi xử lý hoạt động với framwork nhất định, bạn cần gõ lần lượt các lệnh: apktool if framework-res.apk (enter) apktool if twframework-res.apk (enter) - Decompile (dịch ngược): - Đặt file SystemUI.apk vào thư mục c:\apktool - Gõ lệnh apktool d SystemUI.apk (enter) Nếu làm đúng, bạn sẽ có thư mục SystemUI đã được decompile và có thể sửa theo ý muốn -vào folder systemUI / res / layout mở file tw_status_bar.xml bằng Notepad++ tìm đến dòng có đoạn <com.android.systemui.statusbar.StatusBarIconView thì thêm đoạn code này ở phía dưới ( chú ý phải lui vào trong 12 dấu cách (space) nhé ): Code: <com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/home" androidaddingRight="0.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_recent" android:contentDescription="@string/accessibility_home" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight" /> - tìm tiếp đoạn code: Code: <com.android.systemui.statusbar.policy.Clock thì thêm code sau dưới dòng đó ( chú ý phải lui vào trong 12 dấu cách (space) nhé ): Code: <com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="0.0dip" android:src="@drawable/ic_sysbar_lock" android:singleLine="true" android:layout_toRightOf="@id/recent_apps" android:layout_alignParentLeft="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="26" systemui:glowBackground="@drawable/ic_sysbar_highlight" /> - Save file tw_status_bar.xml lại. - copy 2 file ảnh có tên : ic_sysbar_lock.png và ic_sysbar_recent.png đã chuẩn bị ở trên vào folder drawable-xhdpi. - công đoạn chỉnh sửa đã xong bây giờ anh em làm nốt 2 bước theo hướng dẫn của bác Taycuong lần lượt là . Recompile (đóng gói lại): - Gõ lệnh apktool b SystemUI (enter) Nếu làm đúng, bạn sẽ có các mục sau trong thư mục SystemUI + assets + build + dist + res + smali + AndroidManifest.xml + apktool.yml và Sign the apk: - Mở file SystemUI.apk (file gốc đi theo ROM) trong thư mục c:\apktoolbằng winrar (hoặc 7zip) và giải nén file sau đây rồi copy chúng đến thư mục SystemUI/build/apk gồm: + Thư mục META-INF + File AndroidManifest.xml (chép đè file có sẵn) - Gõ lệnh apktool b SystemUI (enter) để sign file apk đã được sửa, và file apk thành quả sẽ nằm trong thư mục c:\apktool\SystemUI\Dist\ khi hoàn thành các bước trên anh em sẽ thu đc 1 file SystemUI.apk mới.thay nó vào rom cũ và reboot máy ----> tự sướng thôi UPDATE cho dòng máy của LG: 1. nó k có file twframework-res.apk thay vào đó là file lge-res.apk 2. trong folder layout k có file tw_status_bar.xml mà thay vào đó là file status_bar.xml 3.thư mục để copy 2 file ảnh vào là drawable-hdpi ( với các máy có màn hính 4.5'' trở xuống ) còn 4,5'' trở lên thì trong thư mục drawable-xhdpi 3. khi chèn code nó chỉ phải lui vào 8 dấu cách ( space ) chứ k phải 12 như của Samsung UPDATE CÁCH REMOVE 2 NÚT TRÊN : - làm tuần tự các bước ở bên trên đến đoạn decomple file SystemUI.apk xong - vào folder SystemUI/res/ layout mở file tw_status_bar.xml lên. - tìm và xóa toàn bộ 2 dòng code sau : t="0.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_recent" android:contentDescription="@string/accessibility_home" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight" /> Code: <com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="0.0dip" android:src="@drawable/ic_sysbar_lock" android:singleLine="true" android:layout_toRightOf="@id/recent_apps" android:layout_alignParentLeft="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="26" systemui:glowBackground="@drawable/ic_sysbar_highlight" /> - Save file tw_status_bar.xml lại. - mở folder SystemUI/res/values mở file public.xml lên tìm và xóa toàn bộ 2 dòng có chứa 2 đoạn code : Code: ic_sysbar_lock recomple lại file SystemUI là xong