Deutsch   English   Français   Italiano  
<vgb7lh$1idh$1@nnrp.usenet.blueworldhosting.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!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: Thumbnails, and what creates them.
Date: Mon, 4 Nov 2024 19:35:13 -0000 (UTC)
Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID: <vgb7lh$1idh$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>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 4 Nov 2024 19:35:13 -0000 (UTC)
Injection-Info: nnrp.usenet.blueworldhosting.com;
	logging-data="51633"; mail-complaints-to="usenet@blueworldhosting.com"
User-Agent: XanaNews/1.19.1.372 (x86; Portable ISpell)
Cancel-Lock: sha1:S3Ep2TGh3so3SKOwkNQES1Ydi2Q= sha256:P4mRSEjJV6n43CsaoAEyL7UbBuJrqgsVk9xYOQA4HiY=
	sha1:Is0FhoKY+pBehAVSQHvnXAoOibs= sha256:oYBfMZdxy66EWgRrdyF1VjgixITBN8Z+cLZpUiu/Rgg=
Bytes: 3183
Lines: 38

Andrews wrote on Mon, 4 Nov 2024 17:59:32 -0000 (UTC) :

> It's my understanding that, on Android, just as the entire homescreen setup
> is stored in a single file that you can backup & restore, all the Wi-Fi
> settings on Android are also stored in a single file (AFAIK).
>  /data/misc/apexdata/com.android.wifi/WifiConfigStore.xml
> 
> I haven't tried it, but a quick Google search shows this backup method:
>  <https://www.google.com/search?q=backup+wi-fi+settings+android+using+adb>
>  1. Turn on the Developer options menu on your old phone.
>  2. Turn on USB debugging and Rooted debugging on that old phone.
>  3. Connect that old phone to your computer & grant debug permissions.
>  4. Execute adb root on the computer
>  5. Execute adb pull /data/misc/apexdata/com.android.wifi/WifiConfigStore.xml
>  6. Repeat steps 1 through 4 on the new phone, only use push, not pull.
> 
> I didn't try it though... if you do try it, let us know how it works out.

Since I'm always a very helpful person, and even though my Samsung Galaxy 
A32-5G baseband version is unrootable, I ran that test above for the team.
 <https://i.postimg.cc/2jxYYsmM/adb-pull-wifi.jpg>

C:\> type hosts.txt
     The system cannot find the file specified.

C:\> adb pull /system/etc/hosts .\hosts.txt
     /system/etc/hosts: 1 file pulled, 0 skipped. 0.0 MB/s (56 bytes in 0.003s)

C:\> type hosts.txt
     127.0.0.1       localhost
     ::1             ip6-localhost

C:\> adb root
     adbd cannot run as root in production builds

C:\> adb pull /data/misc/apexdata/com.android.wifi/WifiConfigStore.xml
     adb: error: failed to stat remote object '/data/misc/apexdata/com.android.wifi/WifiConfigStore.xml': Permission denied

We're going to need another way to copy & restore that Wi-Fi xml file.