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 [2019/01/07 08:55] niziakandroid:lineage [2019/02/01 07:20] (current) – [remove root # icon] niziak
Line 86: 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>
Line 106: Line 106:
 dumpsys wifi dumpsys wifi
 dumpsys wifiscanner dumpsys wifiscanner
 +
 +service list
  
 am stop-service wificond am stop-service wificond
Line 111: Line 113:
 </code> </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/]]