''sh'' process on Galaxy Tab 2 gone rogue! Help!
For some unknown reason, the process called ''sh'' has gone rogue and is taking up most of the CPU power on my overclocked galaxy tab 2. Now I keep having
to type 3 lines of commands into the terminal emulator every time I start up the tablet, which is EXTREMELY annoying! If anyone knows how to fix this, please tell me. Thanks in advance.
P.S. I am running one of the newer builds of CyanogenMod 11 with the blackhawk next kernel installed.
to type 3 lines of commands into the terminal emulator every time I start up the tablet, which is EXTREMELY annoying! If anyone knows how to fix this, please tell me. Thanks in advance.
P.S. I am running one of the newer builds of CyanogenMod 11 with the blackhawk next kernel installed.
Comments
pidof sh
su
kill -15 <process id of sh>
The pid of sh varies every time I boot android up, so the triple-command script is not an option. Also, despite 4 years of experience with android, I have no clue how to figure out which script is loading the CPU to near maximum. If I could please get easy-to-follow step-by-step instructions, that would be great.
This is *not* recommended. There are many "apps" that actually execute themselves as sh scripts. You'll kill all of these in the process.