Initial porting effort to Xiaomi Redmi 1S (armani)
- Feb 05, 2018
-
-
alive4ever authored
The checksum should be ok. Also adjust the APKBUILD commment regarding base configuration.
-
- Feb 04, 2018
-
-
alive4ever authored
Add an openrc service to load wlan module after wcnss_service is initialized.
-
alive4ever authored
Xiaomi Redmi 1S is using pronto wlan module, which needs some firmware to run. Add the required wifi firmware to enable the wifi interface.
-
alive4ever authored
Add `make modules_install` during package so the external modules are packaged.
-
alive4ever authored
For prima wlan module to work, an initialization procedure is needed ( echo 1 > /dev/wcnss_wlan ), before loading the prima wlan module (wlan.ko). Also build the prima wlan as module. Note that the wlan.ko is not yet installed inside the package, figuring this out later.
-
alive4ever authored
Add udev rule to indicate whether the device is in charging state. Green led indicates that the device is charging, whereas red light indicates that the device is discharging.
-
alive4ever authored
The touchscreen device name is ft5x06_i2c. Use this name for udev instead of hardcoded device path. Also add a workaround for red screen weston by setting weston_pixman to 2
-
alive4ever authored
The screen doesn't refresh. Enabling msm-fb-refresher as suggested.
-
alive4ever authored
Putting the correct screen dimension. The screen dimension is 720x1280.
-
alive4ever authored
The kernel is from lineageOS (3.4.0). Some additional patches are needed for successful compilation.
-
alive4ever authored
The device is Xiaomi Redmi 1S, based on MSM8296 platform, with Qualcomm Snapdragon 400.
-