LTECleanerFOSS
LTECleanerFOSS copied to clipboard
missed items?
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
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.
Do you have an SD card?
@M1Aston I believe I found the issue. Does your whitelist contain something along the lines of: "/storage/emulated/0/dcim"?
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
Is this still an issue?
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
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)
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>
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!