Chào mừng bạn đến Diễn Đàn ChơiMobile

Cộng đồng Mobile hàng đầu Việt Nam, Phát triển Android, iOS, Kỹ Thuật Mobile. Đăng ký ngay để tạo chủ để và cùng thảo luận !

Hướng dẫn bật Qslide và fix dual clock cho dòng LG

Discussion in 'LG Android Development' started by dokyson, Feb 13, 2014.

  1. dokyson

    dokyson Administrator
    Staff Member Administrator

    Dec 9, 2012
    18,143
    37,714
    113
    Male

    1. Bật tính năng Qslide
    Thêm dòng sau hoặc sửa thành true nếu có sẵn trong build.prop

    Code:
    ro.lge.capp_qwindow=true


    Decode file LGSystemUI.apk
    Mở file res/values/xml/bools.xml
    Sửa giá trị false thành true

    <bool name="config_systemui_feature_floating_launcher"> true </ bool>
    Build lại rồi thưởng thức.

    2. Kích hoạt thời tiết màn hình khóa + fix đồng hồ đôi:

    Decode LockScreen3.apk
    Mở file res/values/bools.xml
    Sửa config_feature_lockscreen_weather_widget: false-> true
    Code:
    <bool name="config_feature_lockscreen_weather_widget"> true </ bool>
    Sửa config_feature_dualclock: true-> false
    Code:
    <bool name="config_feature_dualclock">false</bool>
    Decode LockScreenSettings.apk
    Mở file res/values/bools.xml
    Sửa false->true

    Code:
    <bool name="config_feature_use_weather_theme"> true </ bool>
     
  2. f120ltn

    Senior Member

    Jan 5, 2013
    1,976
    1,838
    0
    Male
    làm đúng vẫn ko lên cụ ah
     

Share This Page