Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.comp.os.windows-10 > #179705

Re: Thumbnails, and what creates them.

From Java Jive <java@evij.com.invalid>
Newsgroups alt.comp.os.windows-10, comp.mobile.android
Subject Re: Thumbnails, and what creates them.
Date 2024-11-05 11:00 +0000
Organization A noiseless patient Spider
Message-ID <vgctte$1g9ct$1@dont-email.me> (permalink)
References (4 earlier) <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>

Cross-posted to 2 groups.

Show all headers | View raw


On 2024-11-04 19:35, Andrews wrote:
>
> 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.

Thanks for the attempt anyway.  Another 'feature' of the system is that 
my old tablet is encrypted, so, if I root it, all its old data will be 
lost, thus anyway negating the whole point of rooting it to retrieve 
that data.

It's a bastard situation reminiscent of the obstacle courses we had to 
negotiate to get data off 8-bit microcomputers before IBM de facto 
standardised floppy drive formats.  Many micros could only store data on 
tape, and if they could use floppies, such as the Apple II and the CBM 
PET series, the low-level format of the floppy was unique, so you 
couldn't just put the floppies in any other manufacturer's drive and 
read them.  I have related before in another place the saga of how I 
never succeeded with the 2 or 3 Apple floppies that didn't have much if 
any personal data on them, but eventually succeeded in copying all my 
data off my PET floppies  -  from a starting point of a CBM PET drive 
which had died from a mains spike, a similarly dead PET computer, a 
couple of dead PET drives of a different model to mine which a kind soul 
sent me from which I was able to salvage enough working CBM custom chips 
to repair mine, power it with a spare PC PSU, build for my PC a Maplin 
Parallel interface from a kit, program it to behave like the IEEE 
interface used by the PETs, and so finally retrieve all the data off the 
floppies that were still readable.  Thank f*k we don't have to do that 
sort of thing any more with computers, but we need the same sort of 
interoperability with phones.

It was a minor victory in the perennial war against inanimate hostility 
to be sure, though, after all that effort, it seemed a rather more major 
one at the time.  I wonder how much I've used that data since?  Most 
probably, a small amount of it a lot, much of the rest at least a 
little.  It probably took longer to retrieve it than it would have taken 
to recreate it, but I can be stubborn bastard when the need arises, in 
the immortal words from the opening scene of 'Saturday Night, Sunday 
Morning': "Don't let the bastards grind you down!"

To get back on topic, not sure how to apply that to my WiFi settings 
though ...

-- 

Fake news kills!

I may be contacted via the contact address given on my website: 
www.macfh.co.uk

Back to alt.comp.os.windows-10 | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Thumbnails, and what creates them.  micky <NONONOmisc07@fmguy.com> - 2024-11-03 17:37 -0500
  Re: Thumbnails, and what creates them. "Alan K." <alan@invalid.com> - 2024-11-03 17:46 -0500
    Re: Thumbnails, and what creates them. micky <NONONOmisc07@fmguy.com> - 2024-11-03 19:03 -0500
      Re: Thumbnails, and what creates them. Paul <nospam@needed.invalid> - 2024-11-03 21:50 -0500
        Re: Thumbnails, and what creates them. micky <NONONOmisc07@fmguy.com> - 2024-11-03 22:17 -0500
        Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-04 14:43 +0000
        Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-04 14:47 +0000
          Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-04 15:50 +0000
            Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-04 17:59 +0000
              Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-04 19:35 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-05 11:00 +0000
                Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-05 19:04 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-06 17:12 +0000
                Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-06 19:04 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-06 20:50 +0000
                Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-06 21:02 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-07 00:23 +0000
                Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-07 02:48 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-07 17:02 +0000
                Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-07 17:35 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-09 00:08 +0000
                Extracting WiFi Passwords - SOLVED AT LAST! Java Jive <java@evij.com.invalid> - 2024-11-09 01:01 +0000
                Re: Extracting WiFi Passwords - SOLVED AT LAST! Java Jive <java@evij.com.invalid> - 2024-11-09 01:15 +0000
                Re: Extracting WiFi Passwords - SOLVED AT LAST! Andrews <andrews@spam.net> - 2024-11-09 04:54 +0000
                Re: Extracting WiFi Passwords - SOLVED AT LAST! Andrews <andrews@spam.net> - 2024-11-09 04:57 +0000
                Re: Extracting WiFi Passwords - SOLVED AT LAST! Andrews <andrews@spam.net> - 2024-11-09 05:32 +0000
                Re: Extracting WiFi Passwords - SOLVED AT LAST! Andrews <andrews@spam.net> - 2024-11-09 14:02 +0000
                Re: Extracting WiFi Passwords - SOLVED AT LAST! Java Jive <java@evij.com.invalid> - 2024-11-09 12:10 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-09 01:33 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-09 01:35 +0000
            Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-05 13:23 +0000
              Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-05 21:36 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-06 10:41 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-06 10:51 +0000
                Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-06 14:54 +0000
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-06 11:13 +0000
                Re: Thumbnails, and what creates them. "Carlos E. R." <robin_listas@es.invalid> - 2024-11-06 13:05 +0100
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-06 13:26 +0000
                Re: Thumbnails, and what creates them. "Carlos E. R." <robin_listas@es.invalid> - 2024-11-06 14:36 +0100
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-06 14:45 +0000
                Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-06 15:28 +0000
                Re: Thumbnails, and what creates them. "Carlos E. R." <robin_listas@es.invalid> - 2024-11-06 18:57 +0100
                Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-06 15:18 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-06 13:24 +0000
                Re: Thumbnails, and what creates them. Paul <nospam@needed.invalid> - 2024-11-06 08:37 -0500
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-06 16:15 +0000
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-06 13:59 +0000
                Re: Thumbnails, and what creates them. "Carlos E. R." <robin_listas@es.invalid> - 2024-11-06 19:01 +0100
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-06 19:15 +0000
                Re: Thumbnails, and what creates them. "Carlos E. R." <robin_listas@es.invalid> - 2024-11-07 12:45 +0100
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-07 15:31 +0000
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-07 16:18 +0000
                Re: Thumbnails, and what creates them. "Carlos E. R." <robin_listas@es.invalid> - 2024-11-07 23:34 +0100
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-08 09:39 +0000
                Re: Thumbnails, and what creates them. "Carlos E. R." <robin_listas@es.invalid> - 2024-11-08 22:27 +0100
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-09 16:04 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-06 21:11 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-07 02:19 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-07 00:12 +0000
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-07 10:07 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-07 14:17 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-07 19:08 +0000
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-07 19:26 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-07 20:38 +0000
                Re: Thumbnails, and what creates them. Andy Burns <usenet@andyburns.uk> - 2024-11-07 21:01 +0000
                Re: Thumbnails, and what creates them. Java Jive <java@evij.com.invalid> - 2024-11-08 00:20 +0000
                Re: Thumbnails, and what creates them. Andy Burns <usenet@andyburns.uk> - 2024-11-08 11:22 +0000
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-08 10:47 +0000
                Re: Thumbnails, and what creates them. Andrews <andrews@spam.net> - 2024-11-09 00:45 +0000
                Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-08 10:26 +0000
      Re: Thumbnails, and what creates them. Frank Slootweg <this@ddress.is.invalid> - 2024-11-04 15:41 +0000
        Re: Thumbnails, and what creates them. micky <NONONOmisc07@fmguy.com> - 2024-11-06 11:03 -0500
  Re: Thumbnails, and what creates them. Paul <nospam@needed.invalid> - 2024-11-03 21:16 -0500
    Re: Thumbnails, and what creates them. micky <NONONOmisc07@fmguy.com> - 2024-11-03 23:01 -0500
      Re: Thumbnails, and what creates them. Paul <nospam@needed.invalid> - 2024-11-04 03:46 -0500
        Re: Thumbnails, and what creates them. "Carlos E. R." <robin_listas@es.invalid> - 2024-11-05 12:23 +0100

csiph-web