Saturday, December 12, 2015

View Saved Wifi Password on Android Phone Without Root


For faster Internet with smartphone Wi-Fi is most useful features instead of mobile data. If you have a broadband connection or any internet connection on PC, then you can easily connect to smartphone with WIFI. for any WIFI connection security enabler for connecting to that Wi-Fi which is called password. In smartphone when you connect to Wi-Fi with password its store on smartphone data and not enter every time when connect.
Sometimes you want to connect Wi-Fi to another device and you don't know that password then don't worry here simple process to see your connected Wi-Fi password on Android smartphone. There are many Apps for that but "ROOT" is required for all. This is a simple process that help you to find saved Wi-Fi password without "root" or "jailbreak".

  • Download The Root Explorer, OI File Manager or ES File Explorer file manager from a play store if don't have.
  • Navigate to the /data/wifi/ or to the /data/misc/wifi/ folder according to the device.
  • In /data/wifi/ look for and open a file named `bcm_supp.conf` and In /data/misc/wifi/ look for and open a file named `wpa_suppliciant.conf`.
  • open one of below config file in any text editor according to the device.
  • when you open that then there is lots of Wi-Fi data from that data see below sequence for each WI-Fi password.
    
    network={ssid="WIFI_NETWORK_NAME"
             psk="WIFI_PASSWORD"
             key_mgmt=WPA-PSK
             priority=1
            }
    

    From below code see `psk` value according to Wi-Fi connection name(`ssid`).

No comments :

Post a Comment