Do you know how to kill the process manually? just in case: (install rootsh if necessary) In xterm: Code: rootsh su - ps aux | grep bridge_work-que output will be something like: Code: kill 3638 Tip: you can use the following as a more accurate way of finding your current battery level: Code: lshal | grep percent
rootsh su - ps aux | grep bridge_work-que
kill 3638
lshal | grep percent