1. Android Central Question's Avatar
    Hey there,

    I want get a wifi password in my Samsung Galaxy Grand Prime. I know to do it by the adb pull command. But I end up getting
    Error remote object doesn't exist.

    Here is what I typed.

    adb pull /data/misc/wifi/wpa_supplicant.conf c:/wpa_supplicant.conf

    Please help
    12-28-2019 10:33 AM
  2. mustang7757's Avatar
    Who's WiFi password? I'll leave a link to register so you can communicate here , as a guest account you can't.https://forums.androidcentral.com/sh...d.php?t=409154
    12-28-2019 10:47 AM
  3. B. Diddy's Avatar
    Welcome to Android Central! You don't remember your own wi-fi password, or is this a password to someone else's network?
    12-28-2019 01:02 PM
  4. Rukbat's Avatar
    1. /data/misc/wifi probably doesn't exist.

    2. To get to any folder in /data (nothing in /data is accessible without root), you have to:

    adb shell "su -c cat /data/<wherever the file is>/wpa_supplicant.conf" > c:/wpa_supplicant.conf

    (You'll have to find where the wpa_supplicant.conf is kept. [It's possible that Samsung put it in /data/misc/wifi/ - Google didn't. There's no wifi folder in my /data folder in my Pixel 2.])
    12-28-2019 02:37 PM

Similar Threads

  1. Unable to download apps from Google play store
    By Android Central Question in forum Ask a Question
    Replies: 3
    Last Post: 12-29-2019, 04:15 PM
  2. Is there an adapter to hard wire a tab A to ethernet and power it via poe?
    By Android Central Question in forum Ask a Question
    Replies: 3
    Last Post: 12-28-2019, 05:32 PM
  3. Replies: 2
    Last Post: 12-28-2019, 05:26 PM
  4. Replies: 3
    Last Post: 12-28-2019, 02:23 PM
  5. Replies: 1
    Last Post: 12-28-2019, 12:42 PM
LINK TO POST COPIED TO CLIPBOARD