[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Path seen in . and .. on samsung
From: |
Michael Albinus |
Subject: |
Re: Path seen in . and .. on samsung |
Date: |
Wed, 03 Aug 2022 19:59:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Dan Jacobson <jidanni@jidanni.org> writes:
Hi Dan,
> Asus, Android 8, no problem.
> Samsung, Android 12, yes problem.
>
> Anyway, so on this samsung with android 12, you get /sdcard/.. etc. but
> you don't rewrite them back to .. etc.
Finally, you are right. Until now I have tested only with my Samsung S6:
--8<---------------cut here---------------start------------->8---
zeroflte:/storage/emulated/0/tmp $ getprop
[ro.product.brand]: [samsung]
[ro.product.model]: [SM-G920F]
[ro.build.version.release]: [7.0]
--8<---------------cut here---------------end--------------->8---
Now I've plugged my (brand new) Pixel 6:
--8<---------------cut here---------------start------------->8---
oriole:/storage/emulated/0/tmp $ getprop
[ro.product.brand]: [google]
[ro.product.model]: [Pixel 6]
[ro.build.version.release]: [12]
--8<---------------cut here---------------end--------------->8---
And indeed, with the Pixel 6 I can reproduce your problem. I'll check
next days how to fix.
Best regards, Michael.