Sujet : Re: Thumbnails, and what creates them.
De : java (at) *nospam* evij.com.invalid (Java Jive)
Groupes : alt.comp.os.windows-10 comp.mobile.androidDate : 09. Nov 2024, 01:08:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vgm951$3dr8g$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
User-Agent : Mozilla Thunderbird
On 2024-11-07 17:35, Andrews wrote:
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.
[snip]
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. :)
As far as I have been able to establish, it's just not there.
There is a command ...
<path>\adb backup
... which creates a backup of the phone or tablet on your computer. However, the backup so created, called backup.ab, is a unique tar file format that almost nothing else can read as is, though there are neat workarounds as long as it is not encrypted; however, because my tablet is encrypted, so is the backup, which means that the simple workarounds don't work.
A whole Perl upgrade later, where the biggest problem was actually uninstalling the previous version, to run a Perl script to extract the contents resulted only in a message that it couldn't do anything with this version 4, a version later than that for which it was written.
A whole Java upgrade later, where again the biggest problem was uninstalling the previous JDK and JRE, finally extracted it, but it seems to contain nothing useful that was not available already simply by connecting the phone to the PC in the normal way.
There is a command ...
<path>\adb shell ls
... which lists the root, I presume, directory as ...
acct
bugreports
cache
carrier
config
d
data
default.prop
dev
dsp
efs
etc
file_contexts.bin
firmware
firmware-modem
fstab.qcom
init
init.carrier.rc
init.class_main.sh
init.container.rc
init.environ.rc
init.mdm.sh
init.qcom.bms.sh
init.qcom.class_core.sh
init.qcom.early_boot.sh
init.qcom.factory.rc
init.qcom.rc
init.qcom.sh
init.qcom.syspart_fixup.sh
init.qcom.usb.rc
init.qcom.usb.sh
init.rc
init.recovery.qcom.rc
init.rilchip.rc
init.target.rc
init.usb.configfs.rc
init.usb.rc
init.wifi.rc
init.zygote32.rc
init.zygote64_32.rc
knox_data
mnt
oem
persdata
persist
postrecovery.do
preload
proc
property_contexts
publiccert.pem
root
sbin
sdcard
seapp_contexts
sepolicy
sepolicy_version
service_contexts
storage
sys
system
tombstones
ueventd.qcom.rc
ueventd.rc
vendor
verity_key
... which allows the following batch command to be run ...
for /f "usebackq tokens=*" %A in (`<path>\adb shell ls`) do @if not %A==proc <path>\adb pull /%A
... and I'm currently waiting for the /sys directory to complete, but a search of those completed so far has found nothing of interest in the others.
I think the truth is the same as with all the other attempts, because the tablet is not rooted, the information I want is not available to me.
Scandalous, really.
-- Fake news kills!I may be contacted via the contact address given on my website: www.macfh.co.uk
Date | Sujet | # | | Auteur |
4 Nov 24 | Re: Thumbnails, and what creates them. | 68 | | Paul |
4 Nov 24 | Re: Thumbnails, and what creates them. | 66 | | Bob Martin |
4 Nov 24 | Re: Thumbnails, and what creates them. | 64 | | Andrews |
4 Nov 24 | Re: Thumbnails, and what creates them. | 63 | | Java Jive |
4 Nov 24 | Re: Thumbnails, and what creates them. | 22 | | Andrews |
4 Nov 24 | Re: Thumbnails, and what creates them. | 21 | | Andrews |
5 Nov 24 | Re: Thumbnails, and what creates them. | 20 | | Java Jive |
5 Nov 24 | Re: Thumbnails, and what creates them. | 19 | | Andrews |
6 Nov 24 | Re: Thumbnails, and what creates them. | 18 | | Java Jive |
6 Nov 24 | Re: Thumbnails, and what creates them. | 17 | | Andrews |
6 Nov 24 | Re: Thumbnails, and what creates them. | 16 | | Java Jive |
6 Nov 24 | Re: Thumbnails, and what creates them. | 15 | | Andrews |
7 Nov 24 | Re: Thumbnails, and what creates them. | 2 | | Java Jive |
7 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Andrews |
7 Nov 24 | Re: Thumbnails, and what creates them. | 12 | | Java Jive |
7 Nov 24 | Re: Thumbnails, and what creates them. | 11 | | Andrews |
9 Nov 24 | Re: Thumbnails, and what creates them. | 10 | | Java Jive |
9 Nov 24 | Extracting WiFi Passwords - SOLVED AT LAST! | 7 | | Java Jive |
9 Nov 24 | Re: Extracting WiFi Passwords - SOLVED AT LAST! | 5 | | Java Jive |
9 Nov 24 | Re: Extracting WiFi Passwords - SOLVED AT LAST! | 4 | | Andrews |
9 Nov 24 | Re: Extracting WiFi Passwords - SOLVED AT LAST! | 2 | | Andrews |
9 Nov 24 | Re: Extracting WiFi Passwords - SOLVED AT LAST! | 1 | | Andrews |
9 Nov 24 | Re: Extracting WiFi Passwords - SOLVED AT LAST! | 1 | | Andrews |
9 Nov 24 | Re: Extracting WiFi Passwords - SOLVED AT LAST! | 1 | | Java Jive |
9 Nov 24 | Re: Thumbnails, and what creates them. | 2 | | Java Jive |
9 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Java Jive |
5 Nov 24 | Re: Thumbnails, and what creates them. | 40 | | Frank Slootweg |
5 Nov 24 | Re: Thumbnails, and what creates them. | 39 | | Java Jive |
6 Nov 24 | Re: Thumbnails, and what creates them. | 3 | | Java Jive |
6 Nov 24 | Re: Thumbnails, and what creates them. | 2 | | Java Jive |
6 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Andrews |
6 Nov 24 | Re: Thumbnails, and what creates them. | 35 | | Frank Slootweg |
6 Nov 24 | Re: Thumbnails, and what creates them. | 7 | | Carlos E. R. |
6 Nov 24 | Re: Thumbnails, and what creates them. | 6 | | Frank Slootweg |
6 Nov 24 | Re: Thumbnails, and what creates them. | 4 | | Carlos E. R. |
6 Nov 24 | Re: Thumbnails, and what creates them. | 3 | | Frank Slootweg |
6 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Andrews |
6 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Carlos E. R. |
6 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Andrews |
6 Nov 24 | Re: Thumbnails, and what creates them. | 27 | | Java Jive |
6 Nov 24 | Re: Thumbnails, and what creates them. | 2 | | Paul |
6 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Java Jive |
6 Nov 24 | Re: Thumbnails, and what creates them. | 10 | | Frank Slootweg |
6 Nov 24 | Re: Thumbnails, and what creates them. | 9 | | Carlos E. R. |
6 Nov 24 | Re: Thumbnails, and what creates them. | 8 | | Frank Slootweg |
7 Nov 24 | Re: Thumbnails, and what creates them. | 7 | | Carlos E. R. |
7 Nov 24 | Re: Thumbnails, and what creates them. | 6 | | Frank Slootweg |
7 Nov 24 | Re: Thumbnails, and what creates them. | 5 | | Frank Slootweg |
8 Nov 24 | Re: Thumbnails, and what creates them. | 4 | | Carlos E. R. |
8 Nov 24 | Re: Thumbnails, and what creates them. | 3 | | Frank Slootweg |
8 Nov 24 | Re: Thumbnails, and what creates them. | 2 | | Carlos E. R. |
9 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Frank Slootweg |
6 Nov 24 | Re: Thumbnails, and what creates them. | 2 | | Java Jive |
7 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Java Jive |
7 Nov 24 | Re: Thumbnails, and what creates them. | 12 | | Java Jive |
7 Nov 24 | Re: Thumbnails, and what creates them. | 11 | | Frank Slootweg |
7 Nov 24 | Re: Thumbnails, and what creates them. | 10 | | Java Jive |
7 Nov 24 | Re: Thumbnails, and what creates them. | 9 | | Java Jive |
7 Nov 24 | Re: Thumbnails, and what creates them. | 8 | | Frank Slootweg |
7 Nov 24 | Re: Thumbnails, and what creates them. | 7 | | Java Jive |
7 Nov 24 | Re: Thumbnails, and what creates them. | 5 | | Andy Burns |
8 Nov 24 | Re: Thumbnails, and what creates them. | 2 | | Java Jive |
8 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Andy Burns |
8 Nov 24 | Re: Thumbnails, and what creates them. | 2 | | Frank Slootweg |
9 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Andrews |
8 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Frank Slootweg |
4 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Frank Slootweg |
4 Nov 24 | Re: Thumbnails, and what creates them. | 1 | | Andrews |