I am trying to recover WiFi password without rooting my phone. There are 2 ways I found online. One using a file explorer and the next is using ADB. I tried using ADB but I failed in doing so. I'm really not sure if I did it right but then I just followed the instructions here from Quora. Anyway, I have pulled the wpa_supplicant.conf and this is the only thing I see:
update_config=1
eapol_version=1
ap_scan=1
fast_reauth=1
I should be seeing this instead of the one above:
network={
ssid="NETWORK_NAME_HERE"
psk="PASSWORD_HERE"
key_mgmt=WPA-PSK
priority=1
}
Is there something that I missed or it's just not really applicable? I have Samsung Galaxy Note 3 SM-N9005.