-
09-05-2013, 11:34 PM #11Junior Member
- Ngày tham gia
- Mar 2015
- Bài viết
- 0
Gửi bởi minh mũ đỏ
-
09-06-2013, 06:15 AM #12Junior Member
- Ngày tham gia
- Jul 2015
- Bài viết
- 1
Gửi bởi trần anh
-
09-06-2013, 06:26 AM #13Junior Member
- Ngày tham gia
- Mar 2015
- Bài viết
- 0
Gửi bởi minh mũ đỏ
bên box thủ thuật tungbi có đấy
-
09-06-2013, 09:33 AM #14Junior Member
- Ngày tham gia
- Jan 2015
- Bài viết
- 0
Gửi bởi xuantunt
-
09-06-2013, 07:17 PM #15Junior Member
- Ngày tham gia
- Apr 2016
- Bài viết
- 0
đúng như ý mình rồi, lấy mấy file bên xda về chuẩn luôn.
-
09-06-2013, 07:41 PM #16Junior Member
- Ngày tham gia
- May 2015
- Bài viết
- 0
Gửi bởi gts8003
-
09-07-2013, 07:31 AM #17Junior Member
- Ngày tham gia
- Nov 2014
- Bài viết
- 0
Gửi bởi minh mũ đỏ
b2: dùng apkmultitool decompile lge-res.apk ra ta được folder lge-res.apk (chắc các bạn đã biết).
b3: trong folder lge-res.apk ta sẽ vào sửa file styles.xml trong res\values (tất nhiên là mình sửa bằng notepad ++.
b4: các bạn tìm dòng: <item name="android:textcolor">?android:textcolorprimary </item> ở mục <style name="textappearance"> và thay bằng <item name="android:textcolor">#ffffffff</item> (#ffffffff là màu chữ của menu đấy).
b5: các bạn tìm dòng tiếp nhé: <item name="android:textcolor">?android:textcolorprimary inverse</item> ở mục <style name="textappearance.inverse" parent="@style/textappearance"> và thay bằng <item name="android:textcolor">#ffffffff</item>
b6: tìm tiếp dòng: <item name="android:textcolor">?android:textcolorprimary inverse</item> và thay bằng <item name="android:textcolor">#ffffffff</item>
b7: tìm dòng: <item name="android:textcolor">?android:textcolorprimary inverse</item> và thay bằng <item name="android:textcolor">#ffffffff</item>
b8: tìm tiếp (nhiều quá, nhưng tỉ mỉ thì mới đẹp): <item name="android:textcolor">?android:textcolorseconda ry</item> và thay bằng <item name="android:textcolor">#ffffffff</item>
b9: tìm tiếp: <item name="android:textcolor">?android:textcolorseconda ryinverse</item> và thay bằng <item name="android:textcolor">#ffffffff</item>
b10: tìm: <item name="android:textcolor">@color/primary_text_light_nodisable</item> và thay bằng <item name="android:textcolor">#ff00aaff</item>
b11: tìm: <item name="android:textcolor">?android:textcolorprimary </item> và thay bằng <item name="android:textcolor">#ff00aaff</item>
b12: tìm tiếp (sắp xong mục này rồi): <item name="android:textcolor">?android:textcolorprimary disableonly</item> và thay bằng <item name="android:textcolor">#ffffffff</item>
b13: tìm: <item name="android:textcolor">?android:textcolorseconda ry</item> và thay bằng <item name="android:textcolor">#ff00aaff</item>
b14: tìm: <item name="android:colorbackground">@color/background_holo_light</item> ở mục <style name="theme.lge.default" parent="@*android:style/theme.holo.light"> và thay bằng <item name="android:colorbackground">@color/transparent</item>
b15: tìm: <item name="android:windowbackground">@drawable/screen_background_selector_light</item> và thay bằng <item name="android:windowbackground">@drawable/123</item> (vâng, 123 chính là nền của mục cài đặt đấy, các bạn có thể tự thiết kế để có nền cài đặt đẹp)
b16: chưa hết. còn nữa: bây giờ mở file colors.xml trong res\values.
- tìm <color name="background_dark">#ff000000</color> và thay bằng <color name="background_dark">#ffffffff</color>
- tìm <color name="dim_foreground_dark">#ffbebebe</color>
- <color name="dim_foreground_dark_disabled">#80bebebe</color>
- <color name="dim_foreground_dark_inverse">#ff323232</color>
- <color name="dim_foreground_dark_inverse_disabled">#80323 232</color>
- <color name="hint_foreground_dark">#ff808080</color>
- <color name="dim_foreground_light">#ff323232</color>
- các bạn đổi lại thành: <color name="dim_foreground_dark">#ffffffff</color>
- <color name="dim_foreground_dark_disabled">#ffffffff</color>
- <color name="dim_foreground_dark_inverse">#ffffffff</color>
- <color name="dim_foreground_dark_inverse_disabled">#fffff fff</color>
- <color name="hint_foreground_dark">#ffffffff</color>
- <color name="dim_foreground_light">#ffffffff</color>
- tìm <color name="dim_foreground_light_inverse">#ffbebebe</color> và đổi thành <color name="dim_foreground_light_inverse">#ffffffff</color>
- tìm <color name="hint_foreground_light">#ff808080</color> và đổi thành <color name="hint_foreground_light">#ffffffff</color>
- tìm <color name="lockscreen_clock_background">#e5ffffff</color> đổi thành <color name="lockscreen_clock_background">#00000000</color>
- tìm <color name="background_holo_dark">#ff000000</color> và đổi thành <color name="background_holo_dark">#ffffffff</color>
- tìm <color name="dim_foreground_holo_dark">#ffbebebe</color>
<color name="dim_foreground_disabled_holo_dark">#80bebebe </color>
và đổi thành <color name="dim_foreground_holo_dark">#ffffffff</color>
<color name="dim_foreground_disabled_holo_dark">#ffffffff </color>
- tìm <color name="hint_foreground_holo_dark">#ff808080</color>
<color name="dim_foreground_holo_light">#ff323232</color> và đổi thành <color name="hint_foreground_holo_dark">#ffffffff</color>
<color name="dim_foreground_holo_light">#ffffffff</color>
vậy là xong phần code. dùng photoshop tạo 1 file ảnh với kích thước 720x1280 lưu lại với tên 123.png rồi cho vào res\drawable-xhdpi
cuối cùng ta compile lge-res.apk lại rồi cho vào system\framwork (set permisions nữa). khởi động lại máy và hưởng thụ thôi.
-
09-07-2013, 07:34 AM #18Junior Member
- Ngày tham gia
- Feb 2015
- Bài viết
- 0
a đọc là ngán rùi ops:
sent from my lg-lu6200 using tapatalk 2
-
09-08-2013, 05:30 PM #19Junior Member
- Ngày tham gia
- Feb 2015
- Bài viết
- 0
gts8003 file lge này dùng cho mọi rom stock đc hay chỉ đúng 1 rom mình lấy ra hả a?
-
09-12-2013, 01:09 AM #20Junior Member
- Ngày tham gia
- Jun 2014
- Bài viết
- 0
bài viết công phu quá, rất hữu ích... like like ! :d
Cấu tạo bàn thờ thiên ngoài trời bằng đá tại Bình Phước Bình Dương Khác với những mẫu ban thờ tại gia tiên, thì bàn thờ thiên ngoài trời bằng đá tại Bình Phước, Bình Dương có cấu tạo vô cùng đặc...
Thiết kế bán bàn thờ thiên bằng đá tại bình phước bình dương