|
2012-08-24
, 20:59
|
Posts: 121 |
Thanked: 29 times |
Joined on Jul 2012
@ UAE
|
#2472
|
Hallo Wazapp users (also those that are trying to).
Has any N9 user from the Netherlands (country code +31) succeeded in registering Wazapp ?
I've been trying for several days now, but have been unable to register up to now.
I'm using version 0.2.6 N9 beta of Wazapp.
The error message I receive is:
Failed.Server said: failed-too-many::
- Also receive the same error when trying "Code through voice"
- The Everything failing option fails with:
Failed.Server said:Unknown Reason
Does anyone know a fix or work around? or should I wait for the next release?
|
2012-08-25
, 10:24
|
Posts: 118 |
Thanked: 16 times |
Joined on Jan 2012
@ Nidderau,Hessen , Germany
|
#2473
|
Hallo Wazapp users (also those that are trying to).
Has any N9 user from the Netherlands (country code +31) succeeded in registering Wazapp ?
I've been trying for several days now, but have been unable to register up to now.
I'm using version 0.2.6 N9 beta of Wazapp.
The error message I receive is:
Failed.Server said: failed-too-many::
- Also receive the same error when trying "Code through voice"
- The Everything failing option fails with:
Failed.Server said:Unknown Reason
Does anyone know a fix or work around? or should I wait for the next release?
The Following User Says Thank You to adio_89 For This Useful Post: | ||
|
2012-08-25
, 10:30
|
Posts: 118 |
Thanked: 16 times |
Joined on Jan 2012
@ Nidderau,Hessen , Germany
|
#2474
|
|
2012-08-25
, 13:04
|
Posts: 4 |
Thanked: 2 times |
Joined on Aug 2012
@ Netherlands
|
#2475
|
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
|
2012-08-25
, 13:11
|
Posts: 29 |
Thanked: 3 times |
Joined on Jun 2012
|
#2476
|
|
2012-08-25
, 13:15
|
Posts: 29 |
Thanked: 3 times |
Joined on Jun 2012
|
#2477
|
|
2012-08-25
, 13:47
|
Posts: 29 |
Thanked: 3 times |
Joined on Jun 2012
|
#2478
|
|
2012-08-25
, 14:04
|
Posts: 54 |
Thanked: 8 times |
Joined on Aug 2012
|
#2479
|
|
2012-08-25
, 14:07
|
Posts: 54 |
Thanked: 8 times |
Joined on Aug 2012
|
#2480
|
I have cepi's version and it does not do that. For the app crashing, did you try fix explained in page 222 post #2214? that worked for me
Tags |
godoftool, harmattan, is-a-miracle, nokia n9, spacker_thread, tarekgalal, toddler_daycare, toolcoderus, wazapp, whatsapp |
Thread Tools | |
|
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
Last edited by Dazsa; 2012-08-24 at 21:59.