🔒 Closed How to see save wifi password

Status
Not open for further replies.
You need a PC to connect your mobile through USB (ADB driver installed). Then refer to the following steps:

MOBILE SIDE:
Step 1: Access the Developer authority
To access the files that Android uses to run passwords, you must first become a developer. This is very simple.
Get your Android phone and go to settings. Scroll down and find "About phone." Tap on it and scroll down again to find Build number.
Tap on this "build number" 5 to 6 times until a message pops up saying, "You are now a developer".

Step 2: Enable the debugging
Go back to Settings. Scroll down for developer options. Turn on the button for "Android/USB debugging".

PC SIDE:
Step 3: Install ADB drivers (google for ADB download links)

Step 4: Test the ADB
To do this, connect your phone to the PC using a USB. In the command prompt, type adb services and then press enter. If it's working properly, you should see a device in this list.

14556329984622.jpg


Step 5: Find Android wifi password
Now, it is time to type the given command in the command prompt and type: adb pull /data/misc/wifi/wpa_supplicant.conf c:/wpa_supplicant.conf. This will fetch the file from your phone to the local disc C drive of the PC.

Step 6: Get the wifi passwords
Lastly, open the file with a notepad and there you go.

All credit to JD...
 
Status
Not open for further replies.

About this Thread

  • 22
    Replies
  • 1K
    Views
  • 9
    Participants
Last reply from:
3_pol_6

Trending Topics

Online now

Members online
1,076
Guests online
1,144
Total visitors
2,220

Forum statistics

Threads
2,275,752
Posts
28,965,190
Members
1,231,916
Latest member
phercykelsss
Back
Top