View Single Post
Posts: 4 | Thanked: 2 times | Joined on Aug 2012 @ Netherlands
#2475
Originally Posted by Dazsa View Post
As Knobtviker said, you have to be a "root" user, this is what I did and it may be another better way to do it but it worked (i guess):

1. In terminal: devel-su
2. Password: root me
3. Change password: passwd user
4. New password: user (type it twice)
5. Open WinScp and syncronize with SDK connection
6. In terminal: cd /opt/waxmppplugin/bin/wazapp enter
7. then: chmod o+w protocoltreenode.py
8. Open the file /opt/waxmppplugin/bin/wazapp/protocoltreenode.py in WinScp

9. In my case, I did not replace the whole file, just this part:

def readInt16(self,i,socketOnly=0):
intTop = i.read(socketOnly);
intBot = i.read(socketOnly);
#Utilities.debug(str(intTop)+"------------"+str(intBot));
value = (intTop << 8) + intBot;
if value is not None:
return value;
else:
return "";

10. Save and exit
Thanks for your help.
With this info i could change the file, and there is some improvement.
But wazapp is still freezing after a few minutes.
I can use my phone for other things, but not that fast as usual...

I don't now what the problem is.
Software is pr1.3
Phone is clean and i use only the basic things at the moment, like facebook and twitter...

I attached also the log file... hopefully the problem can be found there
Attached Files
File Type: txt wazapp log.txt (18.2 KB, 258 views)