Re: Thumbnails, and what creates them.

Liste des GroupesRevenir à cm android 
Sujet : Re: Thumbnails, and what creates them.
De : andrews (at) *nospam* spam.net (Andrews)
Groupes : alt.comp.os.windows-10 comp.mobile.android
Date : 07. Nov 2024, 18:35:13
Autres entêtes
Organisation : BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID : <vgitog$1ch3$1@nnrp.usenet.blueworldhosting.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : XanaNews/1.19.1.372 (x86; Portable ISpell)
Java Jive wrote on Thu, 7 Nov 2024 17:02:06 +0000 :

I assume you tried copying it already when I gave the commands necessary.
 
16:44:31 D:\Temp>C:\Programs\Samsung\platform-tools\adb.exe root

Thanks for running the suggested test!

I'm surprised that command didn't give an error as mine did on my unrooted
Android 13 Galaxy - but I do not know what "adb root" even does.

Running a search for what does adb root do this comes up
 <https://duckduckgo.com/?va=d&t=hf&q=what+does+adb+root+do>

 *Understanding adb shell su and adb root Commands*
 <https://www.repeato.app/understanding-adb-shell-su-and-adb-root-commands/>
 "the command adb root restarts the adb daemon with root permissions,
  allowing you to execute ADB commands as root without entering the shell."

Since your "adb root" works, my suggestion is that you may be able to...
1. adb pull the WifiConfigStore.xml file from Android to Windows
2. Edit it on Windows any way you like
3. adb push that now-edited WifiConfigStore.xml back to Android

16:45:56 D:\Temp>C:\Programs\Samsung\platform-tools\adb.exe pull
/data/misc/apexdata/com.android.wifi/WifiConfigStore.xml
adb: error: remote object
'/data/misc/apexdata/com.android.wifi/WifiConfigStore.xml' does not exist
 
16:46:09 D:\Temp>
 
There is a data directory visible in explorer under ...
 
   /Internal storage/Android
 
... but adding that to the beginning of the path makes no odds, and in
fact trying to pull a file that I know exists, because I can see it in
Explorer, also fails:
 
16:54:31 D:\Temp>C:\Programs\Samsung\platform-tools\adb.exe pull
"/Internal
storage/Android/data/com.android.systemui/cache/lockscreen_capture_land.png"
adb: error: remote object '/Internal
storage/Android/data/com.android.systemui/cache/lockscreen_capture_land.png'
does not exist
 
Make of that what you will, remembering that I don't believe this device
is rooted, although the adb root command seemed to work.

Since the word "apex" is in my original command, I suspect the location for
the Wi-Fi configuration XML file may have changed between the releases.
 <https://www.google.com/search?q=where+is+android+WifiConfigStore.xml>

It may be that XML is located in different places per device or version.
 *Dissecting the Android WiFiConfigStore.xml for forensic analysis*
 <https://blog.digital-forensics.it/2024/02/dissecting-android-wificonfigstorexml.html>
  "/data/misc/apexdata/com.android.wifi/.>

 *How to reload WifiConfigStore.xml?*
 <https://xdaforums.com/t/how-to-reload-wificonfigstore-xml.4545053/>
  "adb push /data/misc/wifi/WifiConfigStore.xml"

Notice, as often occurs with Android, the WifiConfigStore.xml configuration
file can be in *different* locations depending on "something" we don't
know.

My advice is that since you can use the "adb root" command, that you can
almost certainly "adb pull" and "adb push" the WifiConfigStore.xml file.

You just have to find it first. :)

Date Sujet#  Auteur
4 Nov 24 * Re: Thumbnails, and what creates them.68Paul
4 Nov 24 +* Re: Thumbnails, and what creates them.66Bob Martin
4 Nov 24 i+* Re: Thumbnails, and what creates them.64Andrews
4 Nov 24 ii`* Re: Thumbnails, and what creates them.63Java Jive
4 Nov 24 ii +* Re: Thumbnails, and what creates them.22Andrews
4 Nov 24 ii i`* Re: Thumbnails, and what creates them.21Andrews
5 Nov 24 ii i `* Re: Thumbnails, and what creates them.20Java Jive
5 Nov 24 ii i  `* Re: Thumbnails, and what creates them.19Andrews
6 Nov 24 ii i   `* Re: Thumbnails, and what creates them.18Java Jive
6 Nov 24 ii i    `* Re: Thumbnails, and what creates them.17Andrews
6 Nov 24 ii i     `* Re: Thumbnails, and what creates them.16Java Jive
6 Nov 24 ii i      `* Re: Thumbnails, and what creates them.15Andrews
7 Nov 24 ii i       +* Re: Thumbnails, and what creates them.2Java Jive
7 Nov 24 ii i       i`- Re: Thumbnails, and what creates them.1Andrews
7 Nov 24 ii i       `* Re: Thumbnails, and what creates them.12Java Jive
7 Nov 24 ii i        `* Re: Thumbnails, and what creates them.11Andrews
9 Nov 24 ii i         `* Re: Thumbnails, and what creates them.10Java Jive
9 Nov 24 ii i          +* Extracting WiFi Passwords - SOLVED AT LAST!7Java Jive
9 Nov 24 ii i          i+* Re: Extracting WiFi Passwords - SOLVED AT LAST!5Java Jive
9 Nov 24 ii i          ii`* Re: Extracting WiFi Passwords - SOLVED AT LAST!4Andrews
9 Nov 24 ii i          ii +* Re: Extracting WiFi Passwords - SOLVED AT LAST!2Andrews
9 Nov 24 ii i          ii i`- Re: Extracting WiFi Passwords - SOLVED AT LAST!1Andrews
9 Nov 24 ii i          ii `- Re: Extracting WiFi Passwords - SOLVED AT LAST!1Andrews
9 Nov 24 ii i          i`- Re: Extracting WiFi Passwords - SOLVED AT LAST!1Java Jive
9 Nov 24 ii i          `* Re: Thumbnails, and what creates them.2Java Jive
9 Nov 24 ii i           `- Re: Thumbnails, and what creates them.1Java Jive
5 Nov 24 ii `* Re: Thumbnails, and what creates them.40Frank Slootweg
5 Nov 24 ii  `* Re: Thumbnails, and what creates them.39Java Jive
6 Nov 24 ii   +* Re: Thumbnails, and what creates them.3Java Jive
6 Nov 24 ii   i`* Re: Thumbnails, and what creates them.2Java Jive
6 Nov 24 ii   i `- Re: Thumbnails, and what creates them.1Andrews
6 Nov 24 ii   `* Re: Thumbnails, and what creates them.35Frank Slootweg
6 Nov 24 ii    +* Re: Thumbnails, and what creates them.7Carlos E. R.
6 Nov 24 ii    i`* Re: Thumbnails, and what creates them.6Frank Slootweg
6 Nov 24 ii    i +* Re: Thumbnails, and what creates them.4Carlos E. R.
6 Nov 24 ii    i i`* Re: Thumbnails, and what creates them.3Frank Slootweg
6 Nov 24 ii    i i +- Re: Thumbnails, and what creates them.1Andrews
6 Nov 24 ii    i i `- Re: Thumbnails, and what creates them.1Carlos E. R.
6 Nov 24 ii    i `- Re: Thumbnails, and what creates them.1Andrews
6 Nov 24 ii    `* Re: Thumbnails, and what creates them.27Java Jive
6 Nov 24 ii     +* Re: Thumbnails, and what creates them.2Paul
6 Nov 24 ii     i`- Re: Thumbnails, and what creates them.1Java Jive
6 Nov 24 ii     +* Re: Thumbnails, and what creates them.10Frank Slootweg
6 Nov 24 ii     i`* Re: Thumbnails, and what creates them.9Carlos E. R.
6 Nov 24 ii     i `* Re: Thumbnails, and what creates them.8Frank Slootweg
7 Nov 24 ii     i  `* Re: Thumbnails, and what creates them.7Carlos E. R.
7 Nov 24 ii     i   `* Re: Thumbnails, and what creates them.6Frank Slootweg
7 Nov 24 ii     i    `* Re: Thumbnails, and what creates them.5Frank Slootweg
8 Nov 24 ii     i     `* Re: Thumbnails, and what creates them.4Carlos E. R.
8 Nov 24 ii     i      `* Re: Thumbnails, and what creates them.3Frank Slootweg
8 Nov 24 ii     i       `* Re: Thumbnails, and what creates them.2Carlos E. R.
9 Nov 24 ii     i        `- Re: Thumbnails, and what creates them.1Frank Slootweg
6 Nov 24 ii     +* Re: Thumbnails, and what creates them.2Java Jive
7 Nov 24 ii     i`- Re: Thumbnails, and what creates them.1Java Jive
7 Nov 24 ii     `* Re: Thumbnails, and what creates them.12Java Jive
7 Nov 24 ii      `* Re: Thumbnails, and what creates them.11Frank Slootweg
7 Nov 24 ii       `* Re: Thumbnails, and what creates them.10Java Jive
7 Nov 24 ii        `* Re: Thumbnails, and what creates them.9Java Jive
7 Nov 24 ii         `* Re: Thumbnails, and what creates them.8Frank Slootweg
7 Nov 24 ii          `* Re: Thumbnails, and what creates them.7Java Jive
7 Nov 24 ii           +* Re: Thumbnails, and what creates them.5Andy Burns
8 Nov 24 ii           i+* Re: Thumbnails, and what creates them.2Java Jive
8 Nov 24 ii           ii`- Re: Thumbnails, and what creates them.1Andy Burns
8 Nov 24 ii           i`* Re: Thumbnails, and what creates them.2Frank Slootweg
9 Nov 24 ii           i `- Re: Thumbnails, and what creates them.1Andrews
8 Nov 24 ii           `- Re: Thumbnails, and what creates them.1Frank Slootweg
4 Nov 24 i`- Re: Thumbnails, and what creates them.1Frank Slootweg
4 Nov 24 `- Re: Thumbnails, and what creates them.1Andrews

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal