Deutsch English Français Italiano |
<vgmpu1$1rhd$1@nnrp.usenet.blueworldhosting.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!nntp.club.cc.cmu.edu!news.cmpublishers.com!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!nnrp.usenet.blueworldhosting.com!.POSTED!not-for-mail From: Andrews <andrews@spam.net> Newsgroups: alt.comp.os.windows-10,comp.mobile.android Subject: Re: Extracting WiFi Passwords - SOLVED AT LAST! Date: Sat, 9 Nov 2024 04:54:25 -0000 (UTC) Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com) Message-ID: <vgmpu1$1rhd$1@nnrp.usenet.blueworldhosting.com> References: <1ktfijp2bp4fisefbf95ptanhve79ab2od@4ax.com> <vg8ufv$hoo4$1@dont-email.me> <8b3gij5v1lhafk4bqa3f3iquuns3gnbskt@4ax.com> <vg9cpt$oua4$1@dont-email.me> <lor6jbFd6ktU1@mid.individual.net> <vgamqi$ujq$1@nnrp.usenet.blueworldhosting.com> <vgaqga$10q2u$1@dont-email.me> <vgb223$746$1@nnrp.usenet.blueworldhosting.com> <vgb7lh$1idh$1@nnrp.usenet.blueworldhosting.com> <vgctte$1g9ct$1@dont-email.me> <vgdq8h$17dm$1@nnrp.usenet.blueworldhosting.com> <vgg82t$2732h$1@dont-email.me> <vggekq$1ksn$1@nnrp.usenet.blueworldhosting.com> <vggkqn$295tf$1@dont-email.me> <vgglhr$2utg$1@nnrp.usenet.blueworldhosting.com> <vgirqm$2o2ft$1@dont-email.me> <vgitog$1ch3$1@nnrp.usenet.blueworldhosting.com> <vgm951$3dr8g$1@dont-email.me> <vgmc8i$3e9fd$1@dont-email.me> <vgmd4c$3eclt$1@dont-email.me> MIME-Version: 1.0 Injection-Date: Sat, 9 Nov 2024 04:54:25 -0000 (UTC) Injection-Info: nnrp.usenet.blueworldhosting.com; logging-data="60973"; mail-complaints-to="usenet@blueworldhosting.com" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:CijVo3xUb/EeDJMz0nCjl+fOffk= sha256:zngtYkZ4TRX9J0ymBV8ao+scDWVrwbi2OYHMINK3zq4= sha1:sieuvnxhPzijiPvjGkT/QC1WJOM= sha256:UDvwySgSdshzNu7QraKu02fh6NJg4ahYexzozuurQhg= Bytes: 4363 Lines: 52 Java Jive wrote on Sat, 9 Nov 2024 01:15:55 +0000 : > Should have added my thanks to all those who have helped along the way. We're all here to help each other - and to give back to the team. We've been doing this for decades - as we're kind hearted helpful people. Helping you has taught me things as I've never used "adb backup" myself. Never even heard of it. It's GREAT that you resolved the question of extracting (and restoring?) Wi-Fi passwords on older Androids (which didn't lock WifiConfigStore.xml). I'm trying to reproduce steps but I'm not sure the sequence on Android 13. C:\app\editor\android\scrcpy> adb backup WARNING: adb backup is deprecated and may be removed in a future release adb.exe: backup either needs a list of packages or -all/-shared C:\app\editor\android\scrcpy> adb --version Android Debug Bridge version 1.0.41 Version 33.0.3-8952118 Installed as C:\app\editor\android\scrcpy\adb.exe Looking it up, I see there is an Android backup-and-restore guide. <https://github.com/eviabs/Android-Backup-and-Restore-Guide/blob/master/Android%20Backup%20and%20Restore%20Guide.md> "An *.ab backup contains all your personal and hidden data of your app. It doesn't necessary contain your local storage data (which is located in your sd card). Make sure you copy by yourself the sd card content." C:\app\editor\android\scrcpy> adb backup -f myAndroidBackup.ab com.grindrapp.android WARNING: adb backup is deprecated and may be removed in a future release Now unlock your device and confirm the backup operation... (My phone in another room popped up an unlock request, which I easily accepted from Windows since I operate my phone at home from the PC.) C:\app\editor\android\scrcpy> dir myAndroidBackup.ab 11/08/2024 11:40 PM 47 myAndroidBackup.ab C:\app\editor\android\scrcpy> adb backup -apk -shared -all -f fullAndroidBackup.ab (again the monitor dedicated to Android popped up an unlock request which I accepted from the PC as I don't feel like looking for the phone) It's taking a while... so moving on, here's how to restore apparently. Single app backup (the app has to actually be installed already). C:\app\editor\android\scrcpy> adb restore myAndroidBackup.ab (I'm still waiting for the all-apps-and-their-data backup to finish.) The only thing is these are restoring "apps", not Wi-Fi settings, right? So I'm confused (although the "settings" app is just another app too). How does this backup/restore Wi-Fi configuration settings?