LTECleanerFOSS icon indicating copy to clipboard operation
LTECleanerFOSS copied to clipboard

missed items?

Open M1Aston opened this issue 3 years ago • 9 comments

LTECleaner works well, but it seems to miss some items that are safe to delete. At least I have compared it to CCleaner and here is what I found.

  • CCleaner detects and deletes DCIM.thumbnails (which can be really large). It looks like this only is the cache for image viewers, so safe to delete?

-CCleaner detects so-called hidden cache files, which do not show up in my file manager, nor in LTECleaner. Quite large files\folders as it happens. All in the same location. Here is an example Screenshot_20200920-132922

M1Aston avatar Sep 20 '20 11:09 M1Aston

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.57. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Sep 20 '20 11:09 issue-label-bot[bot]

Do you have an SD card?

TheRedSpy15 avatar Dec 16 '20 06:12 TheRedSpy15

@M1Aston I believe I found the issue. Does your whitelist contain something along the lines of: "/storage/emulated/0/dcim"?

TheRedSpy15 avatar Dec 25 '20 04:12 TheRedSpy15

No, I don't have an SD card.

The only item on the whitelist is /storage/emulated/0/android/data/net.osmand.plus/files/backup

M1Aston avatar Dec 27 '20 13:12 M1Aston

Is this still an issue?

TheRedSpy15 avatar Oct 15 '21 02:10 TheRedSpy15

Just to confirm, is Ccleaner cleaning this directory? or just just finding it?

Looking at this again, I believe this folder requires root access, unless I use an accessibility feature

TheRedSpy15 avatar Oct 15 '21 03:10 TheRedSpy15

I have no idea what it actually detects\finds in what is called the hidden cache. I can't verify anything either, because these things don't show up in a file manager or on the computer (when the phone is connected)

Screenshot_20211015-113028

M1Aston avatar Oct 15 '21 09:10 M1Aston

i think the "DCIM/thumbnails" issue had something related to values-nl-rNL:

    <!-- TODO: Remove or change this placeholder text -->
    <string-array name="aggressive_filter_folders"> <<== these strings should not be translated as its a list of folder/file that are going to be cleaned
        <item>supersonicades</item>
        <item>Cache</item>
        <item>Analyse</item>
        <item>miniaturen?</item> <<== this (thumbnails?) should not be translated
        <item>mobvista</item>
        <item>UnityAdsVideoCache</item>

MDP43140 avatar Dec 12 '21 17:12 MDP43140

i think the "DCIM/thumbnails" issue had something related to values-nl-rNL:

    <!-- TODO: Remove or change this placeholder text -->
    <string-array name="aggressive_filter_folders"> <<== these strings should not be translated as its a list of folder/file that are going to be cleaned
        <item>supersonicades</item>
        <item>Cache</item>
        <item>Analyse</item>
        <item>miniaturen?</item> <<== this (thumbnails?) should not be translated
        <item>mobvista</item>
        <item>UnityAdsVideoCache</item>

This is almost definitely this cause actually. Good find!

TheRedSpy15 avatar Jan 29 '22 08:01 TheRedSpy15