meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
android:lineage [2018/12/10 09:16] niziakandroid:lineage [2019/02/01 07:20] (current) – [remove root # icon] niziak
Line 26: Line 26:
     * Fixed wakelock     * Fixed wakelock
  
-<pre>+<code>
 Hello all, I just uploaded the new build in the server. Some words about some changes. 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. 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. +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  
-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.+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://download.lineageos.org/extras or flash Magisk. 4) From this build the ROM will not be pre-rooted. You have to either flash the su add-on from https://download.lineageos.org/extras or flash Magisk.
-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. +5) Lastly, I increased the volume in various things. I had seen some reports that the mic reception was low 
-</pre>+ so I decided to increase some volumes. Please consider leaving a feedback. 
 +</code>
   * 26 October 2018   * 26 October 2018
     * Instagram videos fixed     * Instagram videos fixed
Line 83: Line 86:
 <code bash> <code bash>
 settings get secure icon_blacklist settings get secure icon_blacklist
-rotate+rotate,headset
 </code> </code>
  
 <code bash> <code bash>
-settings put secure icon_blacklist rotate,su+settings put secure icon_blacklist rotate,headset,su
 reboot reboot
 </code> </code>
 +
 +===== enable screenshoot power menu =====
 +
 +''Setting>Buttons>Power menu>. Select Screenshot''
 +
 +
 +===== Wifi problems =====
 +
 +<code bash>
 +iw wlan0 scan | grep SSID
 +
 +dumpsys wifi
 +dumpsys wifiscanner
 +
 +service list
 +
 +am stop-service wificond
 +am start-service wificond
 +</code>
 +
 +<code>
 +dumpsys wifiscanner
 +...
 +Latest scan results:
 +    BSSID              Frequency  RSSI  Age(sec)   SSID                                 Flags
 +  xx:xx:xx:xx:xx:50       2452    -61     0.000    abcdef-WIFI                       [WEP][ESS]
 +  xx:xx:xx:xx:xx:96       2472    -66     0.000    HUAWEI-B315-8796                  [WPA2-PSK-CCMP][ESS]
 +  xx:xx:xx:xx:xx:d0       5220    -75     0.000    abcdef-WIFI                       [WEP][ESS]
 +  xx:xx:xx:xx:xx:94       2437    -79     0.000    PLAY-ONLINE-6047                  [WPA2-PSK-CCMP+TKIP][WPA-PSK-CCMP+TKIP][ESS]
 +  xx:xx:xx:xx:xx:22       2437    -90     0.000    ABCD_PT_23                        [WPA2-PSK-TKIP][ESS]
 +
 +Latest native scan results:
 +    BSSID              Frequency  RSSI  Age(sec)   SSID                                 Flags
 +  xx:xx:xx:xx:xx:13       2412    -70   >1000.0    robofi                            [WPA2-PSK-CCMP][ESS]
 +  xx:xx:xx:xx:xx:96       2472    -66     0.000    HUAWEI-B315-8796                  [WPA2-PSK-CCMP][ESS]
 +  xx:xx:xx:xx:xx:58       2462    -65   >1000.0    robofi                            [WPA2-PSK-CCMP][ESS]
 +  xx:xx:xx:xx:xx:50       2452    -61     0.000    abcdef-WIFI                       [WEP][ESS]
 +  xx:xx:xx:xx:xx:94       2437    -79     0.000    PLAY-ONLINE-6047                  [WPA2-PSK-CCMP+TKIP][WPA-PSK-CCMP+TKIP][ESS]
 +  xx:xx:xx:xx:xx:d0       5220    -75     0.000    abcdef-WIFI                       [WEP][ESS]
 +  xx:xx:xx:xx:xx:1b       2412    -66   >1000.0    DIRECT-NRC43x Series              [WPA2-PSK-CCMP][ESS][WPS]
 +  xx:xx:xx:xx:xx:b3       2412    -75   >1000.0    HUAWEI P9 lite 2017               [WPA2-PSK-CCMP][ESS]
 +  xx:xx:xx:xx:xx:22       2437    -90     0.000    ABCD_PT_23                        [WPA2-PSK-TKIP][ESS]
 +  xx:xx:xx:xx:xx:e3       2462    -89   >1000.0    Honor 8                           [WPA2-PSK-CCMP][ESS]
 +</code>
 +
 +problem: [[https://discuss.96boards.org/t/wifi-does-not-connect-to-the-router-phone-hotspot-with-aosp-prebuilt-image/5344]]
 +kernel patch [[https://patchwork.kernel.org/patch/10547433/]]