Android: Difference between revisions

From WikiWiki
Jump to navigation Jump to search
No edit summary   (change visibility)
No edit summary   (change visibility)
 
Line 7: Line 7:
The fix is to remove the "pmf=1" line from the "wpa_supplicant.conf" files as root:
The fix is to remove the "pmf=1" line from the "wpa_supplicant.conf" files as root:


<syntaxhighlight>
sed -i '/^pmf=/d' /data/misc/wifi/wpa_supplicant.conf
sed -i '/^pmf=/d' /data/misc/wifi/wpa_supplicant.conf
chown wifi:wifi /data/misc/wifi/wpa_supplicant.conf
chown wifi:wifi /data/misc/wifi/wpa_supplicant.conf
 
</syntaxhighlight>


https://forum.xda-developers.com/t/rom-gt-p52xx-unofficial-7-1-2-lineageos-14-1.3587761/post-83967669
https://forum.xda-developers.com/t/rom-gt-p52xx-unofficial-7-1-2-lineageos-14-1.3587761/post-83967669

Latest revision as of 11:17, 8 March 2022

placeholder

placeholder for tips and tricks of getting android just a little bit more usable


Enter in Recovery mode and go to Terminal, and try this:

The fix is to remove the "pmf=1" line from the "wpa_supplicant.conf" files as root:

sed -i '/^pmf=/d' /data/misc/wifi/wpa_supplicant.conf
chown wifi:wifi /data/misc/wifi/wpa_supplicant.conf

https://forum.xda-developers.com/t/rom-gt-p52xx-unofficial-7-1-2-lineageos-14-1.3587761/post-83967669


reverse engineer tools

dive into apk's!