View Single Post
Posts: 49 | Thanked: 37 times | Joined on Jan 2012
#3901
Originally Posted by Muzimak View Post
Problems:
-Starting group chat is still a mess, U click start group chat, choose name, as soon as U click the save button the whole App Freezes with no option to Quit, only way is reboot phone, so I no longer try this as rebooting kills the battery. Besides I hardly ever use GC, I just need it incase I get added.
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