Re: Thumbnails, and what creates them.

Liste des GroupesRevenir à cm android 
Sujet : Re: Thumbnails, and what creates them.
De : java (at) *nospam* evij.com.invalid (Java Jive)
Groupes : alt.comp.os.windows-10 comp.mobile.android
Date : 09. Nov 2024, 02:33:14
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vgme4s$3eh8u$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
User-Agent : Mozilla Thunderbird
On 2024-11-09 00:08, Java Jive wrote:
 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.
FWIW, the /sys folder never completed, eventually aborting, so I suspect that, like the /proc folder, it contains circular links  -  I only noticed those in the latter folder because they were sockets which gave rise to ever lengthening error messages, whereas the /sys folder just kept churning on.  This means that the command above should read:
     for /f "usebackq tokens=*" %A in (`<path>\adb shell ls`) do @if not
%A==proc if not %A==sys <path>\adb pull /%A
--
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.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