Track down the source of android toast
There are many ways to tell which app sends a toast, the most quickest way is to install third-party app such as Toast Source or Toaster, if you don’t want t...
There are many ways to tell which app sends a toast, the most quickest way is to install third-party app such as Toast Source or Toaster, if you don’t want t...
From cpuinfo in procfs, we get a lot information about the cpu on board, how many cores, architecture etc, here is an example output of cpuinfo of RPI 3B+: `...
Battery Historian is a tool for inspecting battery related issues, it works on android 5.0 and above, this can also be used for analyzing performance since b...
Dynamic debug is a great feature for kernel debugging, kernel must be compiled with CONFIG_DYNAMIC_DEBUG option, if it was enabled, all pr_debug(), dev_dbg()...
The magic SysRq key is a key combination(Alt+SysRq+<cmd>) implemented by linux kernel, it is usually used to get more information for further investiga...
I’ve been using vim for a very long time, my vimrc file is based on Amix’s with minor modifications, I think it’s time to move forward embracing excellent pr...
No one can guarantee that he never make mistakes while using command line, even an experienced user.
After upgrading my computer to Ubuntu 18.04, I wanna remove unused packages, so I do an apt autoremove, unfortunately it failed with below messages: sudo apt...
scrcpy is an open source project developed by Genymobile, it can be used to display and control of your android devices over adb connection. The following fe...
item/flavor eng user userdebug ro.secure 0 1 1 security.perf_harden ...