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>