- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2025 09:39 AM in
Galaxy A- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2025 12:12 PM in
Galaxy AChecking google, seems commonly reported by A55 users. Weird that it only affects that phone.
Sample reported case: https://eu.community.samsung.com/t5/gamme-galaxy-a/update-fichier-release0721-s-lsi-txt/td-p/1351057...
(use translate ai to translate)
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2025 12:40 PM in
Galaxy A- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2025 08:40 PM (Last edited 11-08-2025 08:42 PM ) in
Galaxy AIt’s clearly not normal (to my knowledge, the A55 is also the only model affected). I and at least a couple of other people have tried reporting the issue to Samsung, but they don’t seem very reactive in fixing it. I haven’t received a reply from Samsung in over ten days by now.
I also don’t think that they are logs only from Knox ; you can see that various services and system apps write to these files if you have a look at the file details. Force closing the corresponding system apps may reduce occurrence of the logging at least for a while, but ultimately, Samsung needs to fix this. They seem to have forgotten to disable some debugging options/functions used in development.
Unsure because I always use power saving mode and haven’t tried disabling it, but I assume that power saving mode might also decrease the frequency of the logging
It’s probably better to regularly delete the files instead of letting them grow too big, because the whole file may need to be rewritten when appending data. This issue is rather annoying and I’m concerned about it wearing out the storage memory faster
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2025 11:09 AM in
Galaxy A- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2025 09:21 PM in
Galaxy ASorry for taking so long to answer ! By “file details”, I meant the Details metadata that is shown in the menu when you long-press a file in the Files app. In there, there is usually a “Source” field that shows the latest app that wrote to the file (unfortunately, examining the details of a file causes logging…)
You can try to force stop these system apps (you need to enable the toggle to show system apps in Settings > Applications) :
PhotoRemasterService
SmartFPSAdjuster
Perso
Sticker Center
(I’ve also seen DQA write to the logs, but this one turns itself back on when stopped, so no point in stopping it)
A few days ago, someone from Samsung support told me that they would pass the information on to the developers so that they would be able to fix this in the next update… I hope they actually do it, I’m also concerned that there might be other log files growing in locations we don’t have access to as a normal user, because my free storage space seems to have decreased for no clear reason
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 08:08 PM in
Galaxy AIf you're worried about the file sizes you can download Termux and run the following commands:
rm /sdcard/Documents/.ect_inputlog.txt && mkdir /sdcard/Documents/.ect_inputlog.txt
rm /sdcard/Documents/.ect_outputlog.txt && mkdir /sdcard/Documents/.ect_outputlog.txt
rm /sdcard/Documents/release0721_S.LSI.txt && mkdir /sdcard/Documents/release0721_S.LSI.txt
rm /sdcard/Documents/ectsavedata_1min.txt && mkdir /sdcard/Documents/ectsavedata_1min.txt
rm /sdcard/Documents/ectsavedata_10min.txt && mkdir /sdcard/Documents/ectsavedata_10min.txt
This will replace these files with folders with rhe same name, so that it's no longer possible to write to them. They will still be there but won't take up any disk space.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2025 09:09 PM (Last edited 11-14-2025 02:07 AM ) in
Galaxy AThanks, this seems like a good idea (I didn’t know about Termux and wondered how to atomically remove the file and create a folder with the same name since the files are immediately created again), but it does not work for me… maybe I missed a step? Do you need root permissions or something?
Termux asks “remove write-protected regular file 'release0721_S.LSI.txt'?”, and when I answer “y”, I get : “rm : cannot remove 'release0721_S.LSI.txt' : No such file or directory” ! I made sure to cd into my /storage/emulated/0/Documents folder (I don’t have an SD card). Another thing I don’t understand is that the “ls” command lists my folders in the Documents folder, but none of the files are shown, even with “ls -a” ?
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2025 05:39 AM in
Galaxy AYou don't have root access on your phone, that's why you can't modify those and/or they're open and being written to and locked.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2025 05:38 AM in
Galaxy AI saw these log files on my A55 5G and they've gotten quite large, the worst offenders being 234MB and 287MB. Almost all files are being written to by source app BrightnessBNR. The only exception is ectsavedata_10min.txt, which was last written to by Samsung Call Media.
- Tags:
- .ectlogs