nguyenduong tiện thể mò cho anh cái lock và unlock của 840 nó ở file apk nào nhé để cố mầm cái lock Z xem sao Nothing gona change my love for you!!!
Cái để nghịch còn nhiều nắm,như cho hết shortcut setting và quicksetting vào cg 1 notifcation ko phải chuyển nữa hoặc cho nó xuống dưới notif.... Nothing gona change my love for you!!!
Bắt tay vào làm và đọc bài sd apktool với notepad++ sẽ làm đc mà anh em ở đây mới dùng android có vài tháng thôi đấy cái chính là tinh thần sẵn sàng vọc máy ko chết đc đâu Nothing gona change my love for you!!!
Ko phải chuyển xuống dưới mà đặt chung 1 layout trong linearlandroid Nothing gona change my love for you!!!
Ẹc màn hình bị lỗi a boykinhdi ui, đcml đ bực mình quá Gửi từ IM-A850L của tôi bằng cách sử dụng Tapatalk 2
sang bên trái thỳ ko tiện lếu như kụ thuận tay pải tốt nhất nà đổi pin với sóng sang trái đồng hồ ở giữa
mod đồng hồ ra giữa stt3 decomplie systemui.apk tìm res/layout/status_bar.xml tìm code:xóa <com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" /> thêm code: <LinearLayout android:gravity="center" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent"> <com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:textColor="#ff5cb8ff" android:gravity="center" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" /> </LinearLayout> vào dưới dòng code này: com.android.systemui.statusbar.phone.TickerView android:id="@id/tickerText" android:paddingTop="2.0dip" android:paddingRight="10.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0"> <TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" /> <TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" /> </com.android.systemui.statusbar.phone.TickerView> </LinearLayout> Nếu muốn đồng hồ có giây thì thay đoạn code này: <LinearLayout android:gravity="center" androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent"> <DigitalClock android:textSize="16.0dip" android:textColor="#ff4876FF" android:gravity="center" android:id="@id/clock" androidaddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:shadowColor="#ff000000" android:shadowDx="1.0" android:shadowDy="1.0" android:shadowRadius="2.0" /> </LinearLayout> dưới dòng code này: com.android.systemui.statusbar.phone.TickerView android:id="@id/tickerText" android:paddingTop="2.0dip" android:paddingRight="10.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0"> <TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" /> <TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" /> </com.android.systemui.statusbar.phone.TickerView> </LinearLayout> đổi màu đồng hồ nằm ở chỗ này : android:textColor="#ff4876FF" mã màu các bạn tìm mã Hex gg nhé
e đã thử và ko có sóng 3g bây h up rom nào cũng ko set dc mục "data network type" trong mobile network setting và khởi động lại máy nó lại yêu cầu kết nối data,mà toàn sóng E thôi có khi nào hư chip.hic
nguyễn dương có muốn test tiếp cái thanh chỉnh độ sáng không? -Trước hết dow cái này về Link -Copy file SystemUI.apk (system\app) vào máy tính. -Decompile -Tìm đến res\layout mở file status_bar_expanded_header.xml -Cắt đoạn này: PHP: <LinearLayout android:gravity="center_vertical" androidrientation="horizontal" android:background="@drawable/notification_header_bg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false"> <com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock.Pantech" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:singleLine="true" /> <com.android.systemui.statusbar.policy.DateView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" android:id="@id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:layout_marginRight="8.0dip" /> <com.android.systemui.statusbar.RotationToggle android:id="@id/rotation_lock_button" android:clickable="true" android:layout_width="32.0dip" android:layout_height="32.0dip" android:layout_margin="8.0dip" android:button="@drawable/ic_notify_rotation" android:contentDescription="@string/accessibility_rotation_lock_off" /> <Space android:layout_width="0.0dip" android:layout_height="0.0dip" android:layout_weight="1.0" /> <ImageView android:id="@id/settings_button" android:layout_width="32.0dip" android:layout_height="32.0dip" android:layout_marginLeft="9.0dip" android:layout_marginTop="8.0dip" android:layout_marginRight="12.0dip" android:layout_marginBottom="8.0dip" android:src="@drawable/ic_notify_quicksettings" android:scaleType="center" android:contentDescription="@string/accessibility_settings_button" /> </LinearLayout> -Mở file status_bar_expanded.xml -Dán vào giữa 2 dòng này PHP: <include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/status_bar_expanded_header" /> <TextView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network.EmergencyOnly" android:gravity="center" android:id="@id/emergency_calls_only" android:paddingBottom="4.0dip" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" /> -Mởi lại status_bar_expanded_header.xml -Thêm đoạn này: PHP: <include layout="@layout/qp_brightness" /> -Phía trên đoạn này: PHP: <LinearLayout android:id="@id/divider" android:background="#ff393939" android:layout_width="1.0dip" android:layout_height="27.0dip" /> -Nhớ Save lại hết. -Giải nén file vừa dow về. -Copy thư mục lidroid vào smali\com\android\system -Copy qp_brightness.xml vào res\layout -Copy 3 file ảnh trong file down về qp_brightness_bg.9.png qp_brightness_max.png qp_brightness_min.png vào res\drawable-xhdpi -Recompile