is there a chance you could explain how that's done? or does somebody by chance know the page it was on ? i'm pretty new to this stuff and don't wanna brick my phone ^^ EDIT: Myself , correcting foul language , sorry for that ^^ and editing question
Ok so I was looking at some of the files and found the ui.py which has Code: def initConnection(self): password = self.store.account.password; usePushName = self.store.account.pushName resource = "Symbian-2.6.61-443"; chatUserID = self.store.account.username; domain ='s.whatsapp.net' So I did what you suggested and change the string to the latest s60 version which is 2.6.99, now I haven't gotten anymore annoying server notifications about whatsapp update, can anyone of you confirm this? and change that string to check. file is under Code: /opt/waxmppplugin/bin/wazapp/
def initConnection(self): password = self.store.account.password; usePushName = self.store.account.pushName resource = "Symbian-2.6.61-443"; chatUserID = self.store.account.username; domain ='s.whatsapp.net'
/opt/waxmppplugin/bin/wazapp/
I've done that with ui.py, wajsonrequest.py and warequest.py and I didn't receive any server messages for 24 hours now.