Matthias Urhahn
Matthias Urhahn
_Original comment by_ **Bitbucket: [d4rken](http://bitbucket.org/d4rken), GitHub: [d4rken](http://github.com/d4rken)**: --- Maybe.
_Original comment by_ **Bitbucket: [d4rken](http://bitbucket.org/d4rken), GitHub: [d4rken](http://github.com/d4rken)**: --- Removing version: v3.0.0.1 (automated comment)
https://forum.xda-developers.com/showthread.php?t=2104326&highlight=brickbug https://forum.xda-developers.com/android/software-hacking/project-brickbug-aftermath-recovering-t2823051 https://forum.xda-developers.com/android/apps-games/app-autotrim-t2963334 https://forum.xda-developers.com/showthread.php?t=1693704 https://forum.xda-developers.com/showthread.php?t=1644364 https://forum.xda-developers.com/showpost.php?p=31124285&postcount=785
Implementing this would now be possible through Scheduler & MiscWorker (where the reboot task gets executed). An implementation would have to deal with this "brickbug" issue though, for the users...
```BASH #!/system/bin/sh TRIM_LOGFILE="/data/fstrim.log" if [ -f $TRIM_LOGFILE ]; then mv $TRIM_LOGFILE $TRIM_LOGFILE.2; fi echo $(date) >> $TRIM_LOGFILE #fstrim fstrim -v /cache | tee -a $TRIM_LOGFILE; fstrim -v /data | tee...
> You can run the following commands in a terminal emulator w/ sudo: fstrim -v /cache | fstrim -v /data | fstrim -v /system
Can you share a video? Is SD Maid not finding the elements? Does SD Maid scroll?
In landscape mode, are the buttons at the bottom hidden below the progress bar from SD Maid? Are they different? Same behavior in english? Can you show me screenshot in...
The button launches the scheduler directly, it's a good way to test it without having to wait. If it doesn't work, the timer based execution will probably also not work....
The icon shows if the service has been enabled in SD Maid, but it is not running (as the service has not been enabled in the system or because the...