Closed reox closed 7 years ago
Hi Reox,
Sorry for the late reply.
AnotherMonitor makes use of the AndroidProcesses library to retrieve system processes. According to its documentation it's possible to get the processes list if you have root access on the device. However I've been unable to check this by my own means.
I've further dug into this. I've tested AnotherMonitor on an rooted Android 7.0 device on the Android emulator and I can confirm it won't show running processes. This is due to the underlying library AndroidProcesses not supporting root access to the proc
file system.
However the author is aware of this shortcoming and it could implement the feature soon.
The author of AndroidProcesses has deprecated the library. That means the library won't be updated to support Android 7.0 ever. I'm closing this issue.
I'm not sure if I understood the documentation correct, but should the process list work on android 7.1.2 if root access is available for apps? I installed AnotherMonitor on my Nexus 5 using LineageOS 14.1 (Android 7.1.2) and activated root but I can not see the list of processes. I confirmed that root access is working by
su
on a terminal andls /proc
works fine.