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


Groups > alt.os.linux > #81338

Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC)

From Marion <marion@facts.com>
Newsgroups comp.sys.mac.system, alt.os.linux, comp.mobile.android, alt.comp.os.windows-10
Subject Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC)
Date 2025-04-09 21:55 +0000
Organization BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID <vt6qcq$23g4$1@nnrp.usenet.blueworldhosting.com> (permalink)
References <wwvzfgzouqb.fsf@LkoBDZeT.terraraq.uk> <vt2pnd$1u8qo$1@dont-email.me> <fjcfclx76k.ln2@Telcontar.valinor> <vt4sp0$3s739$1@dont-email.me> <vt6ca2$elvv$1@dont-email.me>

Cross-posted to 4 groups.

Show all headers | View raw


On Wed, 9 Apr 2025 13:55:14 -0400, Zaidy036 wrote :


>> That is "open source", an entirely different thing. Plus "open source" 
>> is not always actually free, since in some cases you actually still have 
>> to pay for it.
>> 
> or Family connection

Zaidy036 is correct, and I must also state he has helped me in the past.
So I respect his knowledge (he even wrote some of the scripts that I use).

I've mentioned the family sharing a few times, but it changes nothing other 
than "a few more people" can use the same apps from a single IPA download.

BTW, not Zaidy, but for those Apple trolls who claim that everything I've 
said is from a "no nothing", bear in mind that I wrote this long ago.

Heroics are possible, even with iOS, but you have to know "something". :)

****************************************************************************
How to read/write access iOS file systems on Ubuntu/Windows over USB cable

Please improve so that all benefit from your efforts.
****************************************************************************
The purpose of this apnote is to test read/write access to non-jailbroken
iOS devices over USB cable using a dual-boot Windows10/Ubuntu18.04 PC.

The goal is read/write access to the iOS device's visible file system
to *both* Windows & Ubuntu, via the Linux file explorer & command line.

Note that the iTunes abomination will *never* be installed on these PCs!

Both Windows and Linux are *native* (i.e., zero additional software is
needed for full read/write access to the entire visible file system of
the iOS device. Everything is on the native operating system!)
============================================================================
Section I: Native Ubuntu 18.04 Desktop
============================================================================
0. Check what's installed natively when the iOS device is NOT connected:
a. Boot to Ubuntu 18.04 Desktop
<http://img4.imagetitan.com/img.php?image=18_ios000.jpg>
b. Ensure ifuse and libimobiledevice-utils do not exist
$ which ifuse
(reports nothing)
$ which ideviceinfo
(reports nothing)
c. Note that libimobiledevice is installed, by default
$ sudo updateb
$ locate libimobiledevice
(reports stuff)

Apparently libimobiledevice is native, but not ifuse, nor are the
libimobiledevice-utils such as idevicepair & icevicesyslog, etc.

$ ifuse
Command 'ifuse' not found, but can be installed with:
sudo apt install ifuse

$ ideviceinfo
Command 'ideviceinfo' not found, but can be installed with:
sudo apt install libimobiledevice-utils
============================================================================
1. Plug in an iOS device either before or after Ubuntu 18.04 has booted:
a. When you plug in the iPad for the first time, the iPad will ask:
"Trust this computer?"
<http://img4.imagetitan.com/img.php?image=18_ios010.jpg>
Note: You won't see this message again after the first time.
Note that when you plug into Windows, you get a different message:
"Allow this device to access photos and videos?"
<http://img4.imagetitan.com/img.php?image=18_ios020.jpg>
b. Notice two new icons show up on the desktop:
<http://img4.imagetitan.com/img.php?image=18_ios030.jpg>
- iPad [a digital SLR icon]
(DCIM, read only, no thumbs)
- Documents on myipad [a monitor & keyboard icon]
(private space of the "good" apps, read/write, no thumbs)
<http://img4.imagetitan.com/img.php?image=18_ios040.jpg>
c. Notice there is no Downloads yet
<http://img4.imagetitan.com/img.php?image=18_ios050.jpg>
d. Notice there are no thumbnails yet
<http://img4.imagetitan.com/img.php?image=18_ios060.jpg>
e. Notice you can only read from the DCIM directory tree.
<http://img4.imagetitan.com/img.php?image=18_ios070.jpg>
f. Notice you can write to the private space of the good apps
(Namely: Adobe Acrobat, Excel, FileExplorer, GarageBand,
iMovie, Keynote, MFExplorer, MinimaList, NewsTapLite, Numbers,
Pages, PowerPoint, QuickSupport, RManager, SMBManager, Topo Reader,
VLC, Voice Recorder, WiFi HD, Word)
<iosxxx>
g. Determine your iOS device 40-hex-character serial number:
$ dmesg|grep SerialNumber:
SerialNumber: 6ee7ab2fa479394be85da7cb4aefc5d8b11b6f82
<iosxxx>
Note:
Rightclick in the VLC directory & select "Open in Terminal".
$ pwd
/run/user/1000/gvfs/afc:hose=<40char>,port=3/org.videolan.vlc-ios
<http://img4.imagetitan.com/img.php?image=18_ios170.jpg>

Note: You can now copy any iOS device file over to Ubuntu or Windows.
Caveat: See addendum on Ubuntu mounting of Windows partitions below.
============================================================================
2. Determine the iOS name of the folders that you want read/write access
to:
a. Put your mouse cursor in "Documents on myipad" & press <Control+L>
<http://img4.imagetitan.com/img.php?image=18_ios080.jpg>
b. This reports the true path to the "Documents on myipad" folder:
afc://6ee7ab2fa479394be85da7cb4aefc5d8b11b6f82
afc://<40-hex-character-unique-serial-number>:3/
Note: If you put it in VLC you get
afc://6ee7ab2fa479394be85da7cb4aefc5d8b11b6f82:3/org.videolan.vlc-ios
c. Put your mouse cursor in DCIM and press control L
d. This reports the true path to the "DCIM" folder:
gphoto2://%5Busb%3A001,002%5D/DCIM
Note: If you put it in 101Apple you get
gphoto2://%5Busb%3A001,002%5D/DCIM/101APPLE

Note: You can now copy any iOS device file over to Ubuntu or Windows.
Caveat: See addendum on Ubuntu automounting of Windows partitions.
============================================================================
3. Enable write access to both the DCIM & Downloads folders (among others):
a. Remove the ":3/" and put it in the space that Control L was in.
afc://6ee7ab2fa479394be85da7cb4aefc5d8b11b6f82
b. Notice a *new* Desktop icon shows up, named "myipad".
c. Notice you now have read/writeaccess to DCIM & Downloads (plus
others).
Namely: Books,DCIM,Downloads,iMazing,iTunes_Control,MediaAnalysis,
PhotoData,Photos,PublicStaging,Purchases
d. Notice that the "iPad" mount is still read only (which doesn't
matter).
e. Notice that you have no thumbnails anywhere.

Note: Rightclick in the DCIM directory & select "Open in Terminal".
$ pwd
/run/user/1000/gvfs/gphoto2:hose=%5Busb%3A001%2C002%5D/DCIM

Note: You can now copy any iOS device file over to Ubuntu or Windows.
Caveat: See addendum on Ubuntu mounting of Windows partitions below.
============================================================================
Section II: Adding ifuse & libimobiledevice-info to Ubuntu 18.04 Desktop

NOTE: This is optional! Adding these only adds minor capabilities that
wasn't already in the native operating system commands above.
============================================================================
4. Install the ifuse iOS file system to run in the background on Ubuntu:
<http://img4.imagetitan.com/img.php?image=18_ios100.jpg>
a. Optionally, update and upgrade your system:
$ sudo apt update && sudo apt upgrade
<http://img4.imagetitan.com/img.php?image=18_ios090.jpg>
b. Install the ifuse iOS file system on Ubuntu:
$ sudo apt install ifuse
c. Look at the ifuse help
<http://img4.imagetitan.com/img.php?image=18_ios110.jpg>
$ which ifuse
/usr/bin/ifuse
$ ifuse --help
Usage: ifuse MOUNTPOINT [OPTIONS]
Mount directories of an iOS device locally using fuse.
-o === mount options
-u === mount specific device by its 40-digit device UDID
-d === enable libimobiledevice communication debugging
-- root === mount root file system (jailbroken device required)
-- documents APPID === mount 'Documents' folder of identified app
-- container APPID === mount sandbox root of identified app
============================================================================
5. EXAMPLE 1: Mount the entire iOS visible file system on Ubuntu:
<http://img4.imagetitan.com/img.php?image=18_ios120.jpg>
a. Create a mount point directory for your iOS files
$ mkdir -p $HOME/data/iosfs
b. Access the iOS device via $HOME/data/iosfs
$ ifuse $HOME/data/iosfs
c. This immediately puts an "iosfs" icon on the Desktop.
d. Notice you have write access to the iOS Downloads & DCIM (& others).
Namely: Books,DCIM,Downloads,iMazing,iTunes_Control,MediaAnalysis,
PhotoData,Photos,PublicStaging,Purchases
<http://img4.imagetitan.com/img.php?image=18_ios130.jpg>
<http://img4.imagetitan.com/img.php?image=18_ios140.jpg>
<http://img4.imagetitan.com/img.php?image=18_ios150.jpg>
e. Notice you now have thumbnails.
f. Notice you have all the power of Linux, on your iOS device now.

To unmount:
$ fusermount -u $HOME/data/iosfs
============================================================================
6. EXAMPLE 2: Mount the iOS device by its unique 40-hex-character UDID:
a. Copy the serial number into your buffer
$ dmesg | grep SerialNumber:
b. Mount the iOS device by that serial number UDID
$ mkdir $HOME/data/ipad
$ ifuse $HOME/data/ipad -u 6ee7ab2fa479394be85da7cb4aefc5d8b11b6f82
c. This immediately puts an "iosfs" icon on the Desktop.
d. Notice you have write access to the iOS Downloads & DCIM (& others).
Namely: Books,DCIM,Downloads,iMazing,iTunes_Control,MediaAnalysis,
PhotoData,Photos,PublicStaging,Purchases
e. Notice you now have thumbnails.
f. Notice you have all the power of Linux, on your iOS device now.

To unmount:
$ fusermount -u $HOME/data/ipad
============================================================================
7. EXAMPLE 3: Mount an iOS application's "documents" folder by its APPID:
<http://img4.imagetitan.com/img.php?image=18_ios160.jpg>
$ mkdir $HOME/data/vlc_documents
$ ifuse $HOME/data/vlc_documents --documents org.videolan.vlc-ios

This puts an icon named "vlc_documents" on your desktop, which is
read/write access, with thumbnails, to the iOS VLC documents directory.
<http://img4.imagetitan.com/img.php?image=18_ios180.jpg>

To unmount:
$ fusermount -u $HOME/data/vlc_documents
============================================================================
8. Install libimobiledevice-utils:
$ sudo apt install libimobiledevice-utils
============================================================================
9. EXAMPLE 4:
$ ideviceinfo -d
REPORTS copious information about that connected iOS device.

$ idevicesyslog
REPORTS the system log of the iOS device (extremely verbose output!).
============================================================================
10. Please suggest further useful examples based on your experiences.
============================================================================
Caveat:

If you leave Windows 10 at the default setting of fast startup,
then Ubuntu will mount the entire Windows file system as read only
(apparently because fast startup is a form of hibernation).

To automatically mount the entire Windows filesystem as read/write,
simply turn off fast startup in the Windows 10 settings:

Start > Settings > System > Power & sleep > Related settings
> Additional power settings > Choose what the power button does >
or (depending on your number of buttons)
> Additional power settings > Choose what the power buttons do >
> Change settings that are currently unavailable

Change from:
[x]Turn on fast startup (recommended)
This helps start your PC faster after shutdown. Restart isn't affected.
[x]Sleep (Show in Power menu.)
[_]Hibernate (Show in Power menu.)
[x]Hibernate (Show in Power menu.)
[x]Lock (Show in account picture menu.)

Change to:
[_]Turn on fast startup (recommended)
This helps start your PC faster after shutdown. Restart isn't affected.
[_]Sleep (Show in Power menu.)
[_]Hibernate (Show in Power menu.)
[_]Hibernate (Show in Power menu.)
[_]Lock (Show in account picture menu.)

And then press the "Save changes" button.
============================================================================
============================================================================

Back to alt.os.linux | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Tutorial: Working example of removing & re-installing Android system apps from a PC Marion <marion@facts.com> - 2025-03-21 05:55 +0000
  A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) gazelle@shell.xmission.com (Kenny McCormack) - 2025-03-24 19:15 +0000
    Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-03-24 21:09 +0000
      Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-03-24 22:55 +0000
        Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-03-25 08:33 +0000
          Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Tango Romeo <TangoRomero@snope.com> - 2025-03-25 20:09 -0600
            Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-03-28 19:50 +0000
              Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Alan <nuh-uh@nope.com> - 2025-03-28 15:13 -0700
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Hank Rogers <Hank@nospam.invalid> - 2025-03-28 18:04 -0500
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Alan <nuh-uh@nope.com> - 2025-03-28 17:33 -0700
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-03-29 06:35 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-03-29 13:33 +0100
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-03-29 17:41 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Hank Rogers <Hank@nospam.invalid> - 2025-03-29 16:00 -0500
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-03-30 06:30 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Alan <nuh-uh@nope.com> - 2025-03-30 17:04 -0700
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Bill Powell <bill@anarchists.org> - 2025-03-31 09:16 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-03-31 11:04 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Isaac Montara <IsaacMontara@nospam.com> - 2025-03-31 11:59 -0400
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-03-31 19:42 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Isaac Montara <IsaacMontara@nospam.com> - 2025-03-31 18:40 -0400
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Peter <confused@nospam.net> - 2025-04-02 09:28 +0100
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Peter <confused@nospam.net> - 2025-04-02 18:10 +0100
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Peter <confused@nospam.net> - 2025-04-03 00:35 +0100
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Peter <confused@nospam.net> - 2025-04-03 06:57 +0100
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Alan <nuh-uh@nope.com> - 2025-03-31 10:49 -0700
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Hank Rogers <Hank@nospam.invalid> - 2025-03-31 18:06 -0500
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Your Name <YourName@YourISP.com> - 2025-04-01 10:55 +1300
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-03-31 22:29 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-03-31 10:59 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-03-31 16:05 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-03-31 19:45 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-03-31 22:32 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-02 02:10 +0000
                Re: A good thing or a bad thing Richard Kettlewell <invalid@invalid.invalid> - 2025-04-02 09:03 +0100
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-04-02 12:58 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Your Name <YourName@YourISP.com> - 2025-04-03 09:34 +1300
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-02 23:38 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Alan <nuh-uh@nope.com> - 2025-04-03 14:15 -0700
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) WolfFan <akwolffan@zoho.com> - 2025-04-04 18:25 -0400
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) WolfFan <akwolffan@zoho.com> - 2025-04-04 18:28 -0400
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-05 00:34 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-04-07 18:57 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-07 20:34 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-04-08 00:45 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-08 00:01 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-04-08 02:37 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-08 06:07 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Daniel70 <daniel47@eternal-september.org> - 2025-04-08 19:19 +1000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-08 10:25 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Frankie <frankie@nospam.usa> - 2025-04-08 10:28 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-04-08 13:07 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-08 18:00 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-04-09 12:37 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-09 20:03 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-04-11 09:31 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-11 08:57 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-04-09 12:35 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-09 20:43 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-04-11 09:36 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-11 09:29 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-04-13 14:07 +0200
                Re: A good thing or a bad thing Frank Slootweg <this@ddress.is.invalid> - 2025-04-11 17:39 +0000
                Re: A good thing or a bad thing Marion <marion@facts.com> - 2025-04-11 19:01 +0000
                Re: A good thing or a bad thing Arno Welzel <usenet@arnowelzel.de> - 2025-04-13 14:09 +0200
                Re: A good thing or a bad thing Arno Welzel <usenet@arnowelzel.de> - 2025-04-13 14:08 +0200
                Re: A good thing or a bad thing Frank Slootweg <this@ddress.is.invalid> - 2025-04-13 13:57 +0000
                Re: A good thing or a bad thing Arno Welzel <usenet@arnowelzel.de> - 2025-04-14 13:18 +0200
                Re: A good thing or a bad thing Arno Welzel <usenet@arnowelzel.de> - 2025-04-14 16:58 +0200
                Re: A good thing or a bad thing Frank Slootweg <this@ddress.is.invalid> - 2025-04-14 15:48 +0000
                Re: A good thing or a bad thing "Carlos E.R." <robin_listas@es.invalid> - 2025-04-14 22:01 +0200
                Android full backup. (was: A good thing or a bad thing) Frank Slootweg <this@ddress.is.invalid> - 2025-04-15 13:18 +0000
                Re: Android full backup. "Carlos E.R." <robin_listas@es.invalid> - 2025-04-15 18:22 +0200
                Re: Android full backup. Frank Slootweg <this@ddress.is.invalid> - 2025-04-15 18:27 +0000
                Re: Android full backup. "Carlos E.R." <robin_listas@es.invalid> - 2025-04-15 23:31 +0200
                Re: Android full backup. Paul <nospam@needed.invalid> - 2025-04-15 23:24 -0400
                Re: Android full backup. Marion <marion@facts.com> - 2025-04-16 05:24 +0000
                Re: Android full backup. Frank Slootweg <this@ddress.is.invalid> - 2025-04-18 17:36 +0000
                Re: Android full backup. Alan <nuh-uh@nope.com> - 2025-04-18 10:49 -0700
                Re: Android full backup. Marion <marion@facts.com> - 2025-04-25 00:35 +0000
                Re: A good thing or a bad thing Daniel70 <daniel47@eternal-september.org> - 2025-04-16 20:53 +1000
                Re: A good thing or a bad thing Paul <nospam@needed.invalid> - 2025-04-16 08:28 -0400
                Re: A good thing or a bad thing Alan <nuh-uh@nope.com> - 2025-04-16 13:26 -0700
                Re: A good thing or a bad thing "Carlos E.R." <robin_listas@es.invalid> - 2025-04-16 23:10 +0200
                Re: A good thing or a bad thing Alan <nuh-uh@nope.com> - 2025-04-16 14:41 -0700
                Re: A good thing or a bad thing Hank Rogers <Hank@nospam.invalid> - 2025-04-16 17:54 -0500
                Re: A good thing or a bad thing Alan <nuh-uh@nope.com> - 2025-04-16 18:52 -0700
                Re: A good thing or a bad thing Paul <nospam@needed.invalid> - 2025-04-16 17:24 -0400
                Re: A good thing or a bad thing Alan <nuh-uh@nope.com> - 2025-04-16 18:52 -0700
                Re: A good thing or a bad thing Paul <nospam@needed.invalid> - 2025-04-17 01:15 -0400
                Re: A good thing or a bad thing Alan <nuh-uh@nope.com> - 2025-04-16 23:45 -0700
                Re: A good thing or a bad thing Paul <nospam@needed.invalid> - 2025-04-17 08:26 -0400
                Re: A good thing or a bad thing "Carlos E.R." <robin_listas@es.invalid> - 2025-04-17 11:08 +0200
                Re: A good thing or a bad thing Paul <nospam@needed.invalid> - 2025-04-17 09:01 -0400
                Re: A good thing or a bad thing "Carlos E.R." <robin_listas@es.invalid> - 2025-04-17 21:43 +0200
                Re: A good thing or a bad thing Alan <nuh-uh@nope.com> - 2025-04-16 13:25 -0700
                Re: A good thing or a bad thing "Carlos E.R." <robin_listas@es.invalid> - 2025-04-14 21:56 +0200
                Re: A good thing or a bad thing Marion <marion@facts.com> - 2025-04-15 00:26 +0000
                Re: A good thing or a bad thing Alan <nuh-uh@nope.com> - 2025-04-14 18:10 -0700
                Re: A good thing or a bad thing Hank Rogers <Hank@nospam.invalid> - 2025-04-14 21:22 -0500
                Re: A good thing or a bad thing Marion <marion@facts.com> - 2025-04-15 16:11 +0000
                Re: A good thing or a bad thing Alan <nuh-uh@nope.com> - 2025-04-15 09:31 -0700
                Re: A good thing or a bad thing Marion <marion@facts.com> - 2025-04-15 17:54 +0000
                Re: A good thing or a bad thing Marion <marion@facts.com> - 2025-04-15 18:09 +0000
                Re: A good thing or a bad thing Alan <nuh-uh@nope.com> - 2025-04-15 11:26 -0700
                Re: A good thing or a bad thing Jolly Roger <jollyroger@pobox.com> - 2025-04-15 21:36 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-04-08 13:06 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Alan <nuh-uh@nope.com> - 2025-04-08 09:42 -0700
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-04-08 22:50 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) vallor <vallor@cultnix.org> - 2025-04-08 22:57 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) vallor <vallor@cultnix.org> - 2025-04-08 22:55 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-09 01:19 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-04-09 12:42 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-12 00:18 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-07-12 22:51 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-04-09 12:39 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Your Name <YourName@YourISP.com> - 2025-04-09 16:24 +1200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-09 05:35 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Zaidy036 <Zaidy036@air.isp.spam> - 2025-04-09 13:55 -0400
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-09 21:55 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-04-09 12:31 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-09 20:58 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-04-11 09:39 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-11 09:45 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Arno Welzel <usenet@arnowelzel.de> - 2025-04-09 12:29 +0200
                Re: A good thing or a bad thing Frank Slootweg <this@ddress.is.invalid> - 2025-04-09 15:35 +0000
                Re: A good thing or a bad thing Marion <marion@facts.com> - 2025-04-09 21:21 +0000
                Re: A good thing or a bad thing Arno Welzel <usenet@arnowelzel.de> - 2025-04-11 09:40 +0200
                Re: A good thing or a bad thing Frank Slootweg <this@ddress.is.invalid> - 2025-04-11 12:00 +0000
                Re: A good thing or a bad thing Jolly Roger <jollyroger@pobox.com> - 2025-04-11 15:36 +0000
                Re: A good thing or a bad thing Frank Slootweg <this@ddress.is.invalid> - 2025-04-11 17:32 +0000
                Re: A good thing or a bad thing Marion <marion@facts.com> - 2025-04-11 18:51 +0000
                Re: A good thing or a bad thing Jolly Roger <jollyroger@pobox.com> - 2025-04-14 03:32 +0000
                Re: A good thing or a bad thing Marion <marion@facts.com> - 2025-04-14 05:07 +0000
                Re: A good thing or a bad thing Marion <marion@facts.com> - 2025-04-11 18:36 +0000
                Re: A good thing or a bad thing Marion <marion@facts.com> - 2025-04-12 01:01 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-04-06 13:18 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Your Name <YourName@YourISP.com> - 2025-04-07 09:45 +1200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-09 21:28 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Hank Rogers <Hank@nospam.invalid> - 2025-04-09 17:39 -0500
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-10 08:02 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-04-10 13:06 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-10 19:10 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) "Carlos E.R." <robin_listas@es.invalid> - 2025-04-10 21:35 +0200
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Marion <marion@facts.com> - 2025-04-10 23:15 +0000
                Re: A good thing or a bad thing (Was: Tutorial: Working example of removing & re-installing Android system apps from a PC) Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-04-05 22:57 +0000

csiph-web