Is there a way to gather all the running processes on the phone through Learning mode in Version 14.1.7.1101?
I am trying to create a whitelist and going through every single process the phone has to run is extremely time consuming and a crapshoot.
Is there a way to gather all the running processes on the phone through Learning mode in Version 14.1.7.1101?
I am trying to create a whitelist and going through every single process the phone has to run is extremely time consuming and a crapshoot.
Hi Anthony,
Unfortunately, learning mode was part of earlier versions of MobiControl but has since been deprecated.
Can you please provide more information in regards to the end result you are trying to achieve.
If these are Android devices, you will be able to get a list of processes running on the device using USB debugging and ADB commands. The adb command would be "adb shell ps"
Regards,