Anh boykinhdi ơi. Mail anh là gì. Em gửi SystemUI anh mod cho em cái khoá lên stt3 nhé. Máy tính em không dùng được apktool mặc dù đã tải và cài các phần theo anh chia sẽ. Sent from BlackBerry© Smartphone Bold 9900
Chèm file như thế nào bác? Em tapatalk không biết chèn file như lào ạ. Cho em gmail được không anh? Sent from BlackBerry© Smartphone Bold 9900
A Boy hướng dẩn dk 5up.vn cái A sao mình nhấn dk dược A ôi... Sent from my IM-A840S using Xparent Skyblue Tapatalk 2
Nó lên thế lày đâu có chổ để dk giống tapatalk đâu A... Sent from my IM-A840S using Xparent Skyblue Tapatalk 2
thím cứ check thử các cái như trên đi rồi hẳn tính máy nguyên seal đóng chip,flash,màn hình,pin lỏm trong 3 nốt nhạc thôi. nên check đi rồi tính
lỗi rôm với ứng dụng cài trên máy bị xung đột,vào setting/system/backup & reset/bỏ tick auto backup/factory reset
nguyễn dương làm quả slide chỉnh sáng nhé mở status_bar_expanded.xml tìm đoạn code:xóa đi nhé <include android:id="@id/status_bar_expanded_notifications_title" android:layout_width="fill_parent" android:layout_height="30.0dip" layout="@layout/status_bar_expanded_notifications_title" /> <ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1.0" androidverScrollMode="ifContentScrolls"> <com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@id/latestItems" android:layout_width="fill_parent" android:layout_height="wrap_content" systemui:rowHeight="@dimen/notification_row_min_height" /> thay bằng code này: <ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1.0" androidverScrollMode="ifContentScrolls"> <LinearLayout androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"> <LinearLayout androidrientation="vertical" android:id="@id/brightness_panel" android:background="#ff575757" android:layout_width="fill_parent" android:layout_height="wrap_content"> <LinearLayout android:id="@id/setting_line" android:background="@drawable/setting_line" android:layout_width="fill_parent" android:layout_height="1.0dip" /> <LinearLayout androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="56.0dip"> <ImageView android:id="@id/brightness_icon" androidaddingLeft="20.0dip" android:layout_width="44.0dip" android:layout_height="fill_parent" android:src="@drawable/brightness_icon" android:scaleType="center" /> <com.android.systemui.statusbar.policy.ToggleSlider android:textSize="14.0dip" android:gravity="center" android:id="@id/brightness" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginRight="2.0dip" android:layout_weight="1.0" pantech:text="@string/status_bar_settings_auto_brightness_label" /> </LinearLayout> </LinearLayout> <include android:id="@id/status_bar_expanded_notifications_title" android:layout_width="fill_parent" android:layout_height="30.0dip" layout="@layout/status_bar_expanded_notifications_title" /> <com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@id/latestItems" android:layout_width="fill_parent" android:layout_height="wrap_content" pantech:rowHeight="@dimen/notification_row_min_height" /> </LinearLayout> dưới đoạn code này: <LinearLayout androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/close_handle_underlap"> <include android:layout_width="fill_parent" android:layout_height="@dimen/notification_panel_header_height" layout="@layout/status_bar_expanded_header" /> <TextView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network.EmergencyOnly" android:gravity="center" android:id="@id/emergency_calls_only" androidaddingBottom="4.0dip" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" /> <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content"> <include android:id="@id/status_bar_easy_setting" layout="@layout/status_bar_easy_setting_scroll" /> <include android:id="@id/status_bar_simple_easy_setting_port" layout="@layout/status_bar_simple_easy_setting" /> </LinearLayout> sau đó vào res/drawable-xhdpi/tìm file ic_sysbar_brightness.png với rom colbat nhé rename nó thành brightness_icon.png nếu rom khác thì tạo 1 icon kích thước 48x48 với tên brightness_icon.png đóng gói nại nhá