View Single Post
Posts: 35 | Thanked: 11 times | Joined on Aug 2012 @ Malaysia
#3904
Originally Posted by devian View Post
Well actually that's not the only way, I faced that problem with group chats, so what you can do instead of rebooting the phone, just open terminal, as normal user, type
Code:
top
this will give you the top processes running on the N9 (then do ctrl + c to get out of top), look for the one that says wazap (the column on the right) and get its PID (first column on left) then just kill the process using its PID, for example
Code:
kill 8716
now you can start wazapp normally
You can also just run the following to kill wazapp:
Code:
 killall wazapp
 

The Following 2 Users Say Thank You to zacaaron For This Useful Post: