aidymp Well-Known Member Licensed User Longtime User Jun 20, 2016 #1 Hi, my client wants me to kill another app, his devices are all rooted. I have tried the os library, it seems to kill the app then it restarts! So is it possible 100%? i presume i would need to get root access with my app first but cant find any information on this. and in theory the OS.killprocess would work? Is that right? Thanks Aidy
Hi, my client wants me to kill another app, his devices are all rooted. I have tried the os library, it seems to kill the app then it restarts! So is it possible 100%? i presume i would need to get root access with my app first but cant find any information on this. and in theory the OS.killprocess would work? Is that right? Thanks Aidy
Erel B4X founder Staff member Licensed User Longtime User Jun 20, 2016 #2 1. https://www.b4x.com/android/forum/threads/running-shell-commands-as-superuser.6886/#content 2. Kill command: http://stackoverflow.com/questions/25135607/kill-pid-by-found-name-in-adb-shell (without the adb shell) Upvote 0
1. https://www.b4x.com/android/forum/threads/running-shell-commands-as-superuser.6886/#content 2. Kill command: http://stackoverflow.com/questions/25135607/kill-pid-by-found-name-in-adb-shell (without the adb shell)