Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vjph76.pt8.1@ID-201911.user.individual.net>
Deutsch   English   Français   Italiano  
<vjph76.pt8.1@ID-201911.user.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: Frank Slootweg <this@ddress.is.invalid>
Newsgroups: comp.mobile.android
Subject: Re: Where are MMS-messages stored in Android 15 ?
Date: 16 Dec 2024 14:33:06 GMT
Organization: NOYB
Lines: 42
Message-ID: <vjph76.pt8.1@ID-201911.user.individual.net>
References: <vjhfdv$3ekh1$1@dont-email.me> <ls57f5FlbrfU1@mid.individual.net> <63j03lxtqh.ln2@Telcontar.valinor> <vjkcvt.21g.1@ID-201911.user.individual.net> <ls93osFa2heU2@mid.individual.net>
X-Trace: individual.net H/+M/cZ5Kop0Sttzq6Bf8wgr7bbXUtFCYgwaMxECmWJVOKE1sr
X-Orig-Path: not-for-mail
Cancel-Lock: sha1:4kK9cQnipbbgCirl7bFaigT38j8= sha256:kSmmWz1OUm3MW5IJKfDONO3J+9WsnYEAaJD245LH0OQ=
User-Agent: tin/1.6.2-20030910 ("Pabbay") (UNIX) (CYGWIN_NT-10.0-WOW/2.8.0(0.309/5/3) (i686)) Hamster/2.0.2.2
Bytes: 3132

Arno Welzel <usenet@arnowelzel.de> wrote:
> Frank Slootweg, 2024-12-14 16:50:
> 
> > Carlos E.R. <robin_listas@es.invalid> wrote:
> >> On 2024-12-14 12:11, Arno Welzel wrote:
> >>> Jesper, 2024-12-13 15:13:
> >>>
> >>>> I have now spent some time searching for ways to find where MMS-messages
> >>>> are stored on my OnePlus 12 mobile with Android 15. There is no end of
> >>>> suggestions on how to do this, but nothing I have tested works.
> >>>> Referring to menus or file structure not existing on my mobile.
> >>>> It can't be that difficult, can it?
> >>>
> >>> For security reasons *all* Apps store their data in their *private*
> >>> storage by default which is *not* accessible with file managers if you
> >>> don't have root access. If this would not be the case, *all* apps which
> >>> have the "read files" permission could read *all* your data, including
> >>> all your MMS, SMS, contacts and so on.
> >>>
> >>> Gaining root access usually also means you need to unlock the bootloader
> >>> of your device and install at least software like Magisk. This is often
> >>> not possible without wiping the whole device and even installing a
> >>> custom ROM.
> >>
> >> I am not sure this is fully true. I make backups from Linux via USB 
> >> cable, and I get the WhatsApp store, the photos, many things. There are 
> >> just a few directories from the system that are not readable.
> > 
> >   Indeed. The same is the case if you connect the Android device [1] via
> > a USB-cable to a Windows system. All normal folders and specifically
> > \Android\* (data, media, obb , obj) are accessible in (Windows) File
> > Explorer. Of course this isn't a scurity/privacy issue, because you need
> > physical access to the device and the device must be unlocked.
> 
> And "normal folders" are *not* private app storage folders. For example
> you can *not* read the contact database this way.

  True, you probably need 'adb pull' to access those. Anyway, as has
been said, things like contacts, (SMS/MMS) messages, etc. are the easy
bit, because there are lots of apps wich can can backup/export those.
The critical/difficult ones are the app-private folders and - as said - a
USB connection can access those.