meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| android:lineage [2018/07/26 08:56] – niziak | android:lineage [2019/02/01 07:20] (current) – [remove root # icon] niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| LineageOS 15.1 for HTC M8S [[https:// | LineageOS 15.1 for HTC M8S [[https:// | ||
| - | | + | === Versions === |
| + | * 20 June 2018 | ||
| + | * Fixed headphones microphone | ||
| + | * 26 July 2018 | ||
| + | * July Android Security updates | ||
| + | * Kernel updated from tag 3.10.49 to tag 3.10.108 | ||
| + | * Bluetooth now recognises the correct bt address | ||
| + | * Use low-latency as primary output for notifications and ringtone | ||
| + | * Switched SELinux to enforcing | ||
| + | * When usb composition is on " | ||
| + | * Enabled audio offloading | ||
| + | * Added the option to disable Double Tap to wake gesture | ||
| + | * Added option to unlock phone with a gesture (you can find it under gestures tab) | ||
| + | * Used newer WiFi configuration files (hope that fixes WiFi problems) | ||
| + | * The name "HTC One M8s" is shown to your pc when connected instead of " | ||
| + | * 18 October 2018 | ||
| + | * August/ | ||
| + | * Use sdFAT instead of exFAT | ||
| + | * Reduce GPS fix time | ||
| + | * Increased speaker volume | ||
| + | * Increased microphone volume | ||
| + | * Increased upper earpiece volume when in-call | ||
| + | * Enabled HDR | ||
| + | * Fixed wakelock | ||
| + | |||
| + | < | ||
| + | Hello all, I just uploaded the new build in the server. Some words about some changes. | ||
| + | 1) GPS fix time dramatically reduced to 0-5 seconds. | ||
| + | 2) HDR is enabled in this build because it is kinda fixed. I need some feedback on this. When I take a picture with HDR | ||
| + | enabled it seems that the picture is overexposed. This is currently Work In Progress, any feedback is much appreciated. | ||
| + | 3) A terrible wakelock existed in previous build which caused the battery to drain fast when | ||
| + | Mobile Data were enabled. This is fixed in this build. | ||
| + | 4) From this build the ROM will not be pre-rooted. You have to either flash the su add-on from https:// | ||
| + | 5) Lastly, I increased the volume in various things. I had seen some reports that the mic reception was low | ||
| + | so I decided to increase some volumes. Please consider leaving a feedback. | ||
| + | </ | ||
| + | * 26 October 2018 | ||
| + | * Instagram videos fixed | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | === Installation === | ||
| + | | ||
| * External SD card only to move files or extend internal memory (will be erased) | * External SD card only to move files or extend internal memory (will be erased) | ||
| * Install weather provider: | * Install weather provider: | ||
| + | |||
| + | ====== Long GPS Fix ====== | ||
| + | It looks like AGPS is not working | ||
| + | |||
| + | <file / | ||
| + | XTRA_SERVER_1=http:// | ||
| + | XTRA_SERVER_2=http:// | ||
| + | XTRA_SERVER_3=http:// | ||
| + | SUPL_HOST=supl.google.com | ||
| + | SUPL_PORT=7276 | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | mount -o rw,remount /system | ||
| + | vim / | ||
| + | </ | ||
| + | |||
| + | <file gps.conf> | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | |||
| + | XTRA_SERVER_1=https:// | ||
| + | XTRA_SERVER_2=https:// | ||
| + | XTRA_SERVER_3=https:// | ||
| + | |||
| + | NTP_SERVER=europe.pool.ntp.org | ||
| + | |||
| + | SUPL_HOST=supl.google.com | ||
| + | SUPL_PORT=7276 | ||
| + | </ | ||
| + | <code bash> | ||
| ====== Status bar icons ====== | ====== Status bar icons ====== | ||
| Line 11: | Line 86: | ||
| <code bash> | <code bash> | ||
| settings get secure icon_blacklist | settings get secure icon_blacklist | ||
| - | rotate | + | rotate,headset |
| </ | </ | ||
| <code bash> | <code bash> | ||
| - | settings put secure icon_blacklist rotate,su | + | settings put secure icon_blacklist rotate,headset,su |
| reboot | reboot | ||
| </ | </ | ||
| + | |||
| + | ===== enable screenshoot power menu ===== | ||
| + | |||
| + | '' | ||
| + | |||
| + | |||
| + | ===== Wifi problems ===== | ||
| + | |||
| + | <code bash> | ||
| + | iw wlan0 scan | grep SSID | ||
| + | |||
| + | dumpsys wifi | ||
| + | dumpsys wifiscanner | ||
| + | |||
| + | service list | ||
| + | |||
| + | am stop-service wificond | ||
| + | am start-service wificond | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | dumpsys wifiscanner | ||
| + | ... | ||
| + | Latest scan results: | ||
| + | BSSID Frequency | ||
| + | xx: | ||
| + | xx: | ||
| + | xx: | ||
| + | xx: | ||
| + | xx: | ||
| + | |||
| + | Latest native scan results: | ||
| + | BSSID Frequency | ||
| + | xx: | ||
| + | xx: | ||
| + | xx: | ||
| + | xx: | ||
| + | xx: | ||
| + | xx: | ||
| + | xx: | ||
| + | xx: | ||
| + | xx: | ||
| + | xx: | ||
| + | </ | ||
| + | |||
| + | problem: [[https:// | ||
| + | kernel patch [[https:// | ||