catfromplan9

Results 34 comments of catfromplan9

Seems to be that it works fine until I change my avatar or display name. At that point, the next init sync will fail. It'll finish downloading the init sync...

> This sounds quite concerning, and I can't find a way to reproduce it myself. Also, by our setup, the maximum disk space logs should take is 750MB if extended...

A friend had the same issue and it applied to system storage as well, he was using stock android on a pixel phone. Starting to think it could be a...

And I did notice that out of all apps Element is the slowest. Very unresponsive on a Pixel 5a, can be borderline unusable at times and when i have Element...

> Are you using the F-Droid version? If you are, the problem might be related to this issue: #5244. > > You can set up UnifiedPush by downloading the [ntfy](https://ntfy.sh)...

I believe it is due to `/data/system_ce/0/shortcut_service/bitmaps/im.vector.app` growing. It starts at 0mb when i boot my device but after a couple days of uptime it has grown to 8gb now

> I believe it is due to `/data/system_ce/0/shortcut_service/bitmaps/im.vector.app` growing. It starts at 0mb when i boot my device but after a couple days of uptime it has grown to 8gb...

For now, I have done the following: ``` am force-stop im.vector.app rm -rf /data/system_ce/0/shortcut_service/bitmaps/im.vector.app/* chattr +i /data/system_ce/0/shortcut_service/bitmaps/im.vector.app ``` But a real solution is important. An option to disable element from...

> For now, I have done the following: > > ``` > am force-stop im.vector.app > rm -rf /data/system_ce/0/shortcut_service/bitmaps/im.vector.app/* > chattr +i /data/system_ce/0/shortcut_service/bitmaps/im.vector.app > ``` > > But a real...