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/12/10 08:06] – niziak | android:lineage [2019/02/01 07:20] (current) – [remove root # icon] niziak | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| * Enabled HDR | * Enabled HDR | ||
| * Fixed wakelock | * 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 | * 26 October 2018 | ||
| * Instagram videos fixed | * Instagram videos fixed | ||
| + | |||
| + | |||
| + | |||
| === Installation === | === Installation === | ||
| Line 71: | 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:// | ||