How do I find the same files?

How to find the same files around all directory in android? And then display their location

Hello,

Maybe this reading will be interesting and helpful to you:

1 Like

On Android 11+ you cannot list non-media files, that are not created by the app itself (without using SAF). And even with SAF you cannot list non-media files in the

  • root dir of the external storage and in the
  • /Download folder.

So the only way to list all files / duplicates (non-media & media files) is to request and grant MANAGE_EXTERNAL_STORAGE permission.

How to setting manage_external_storage? In setting section on which option i must turn it on?

Here is my block... But there is a message there is no file to copy

You did not use the "10" blocks, to save the pdf to the ASD.

Android version?

Btw, what do your blocks have to do with your topic?

Hmmm...i just test how the android storage works.. Actually the file location..But i still cobfuse

In this block, i want to take picture with camera and then convert that image to pdf using kio4_pdf after that copy pdf file to /download/gggg.pdf. but there is no pdf file created by kio4_pdf extension. Why that happen?

Because you did not use the "10" blocks in the extension to save the pdf to the ASD

image

Here is my block... Still there is error message no file to copy

Check 'Do it' result of ApplicationSpecificDirectory block if it ends with / or not.

1 Like

A slash is missing: /mytes.pdf

Here is my revision block... Still not work

There is no TaifunFile.Copied event with the TaifunFile.Copy method.

You have to use for this
grafik

Also the folder is /Download (not /download).

1 Like

Here is my revision block, now it can copy to /Download but no picture when i open /Download/gggg.pdf

Are you adding the taken photo to an image component inside vertical arrangement 2 ?

And how are you viewing the pdf ?