Further development of A1 SD Bench and A1 CPU Tool will be handled by Tuxera. They have great experience in software development, and especially in File systems. A1 Dev project is in good hands. Thank you all for the feedback over these years. And stay tuned for our next great project! [this blog post originally …
Category Archives: Android
How to disable pop-up / preview (heads up) message notifications for Samsung Galaxy S7, S8 and S8+
To disable heads-up notifications, install Android SDK and issue the following command in command line (all in one line): adb shell settings put global heads_up_notifications_enabled 0 To simply view current settings before or after changes, use: adb shell settings get global heads_up_notifications_enabled More ways on how to disable these settings (if not available via user …