The Following User Says Thank You to TMavica For This Useful Post: | ||
|
2012-06-06
, 14:58
|
Posts: 208 |
Thanked: 63 times |
Joined on May 2012
|
#1352
|
|
2012-06-06
, 15:21
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#1353
|
The Following 2 Users Say Thank You to TMavica For This Useful Post: | ||
|
2012-06-06
, 17:33
|
Posts: 198 |
Thanked: 82 times |
Joined on Oct 2011
@ Dubrovnik, Croatia
|
#1354
|
For people who are facing crashes, can you try this?
Find this in protocoltreenode.py:
And replace with:Code:def readInt16(self,i,socketOnly=0): intTop = i.read(socketOnly); intBot = i.read(socketOnly); #Utilities.debug(str(intTop)+"------------"+str(intBot)); value = (intTop << 8) + intBot; return value;
Code: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 "";
|
2012-06-06
, 19:27
|
Posts: 31 |
Thanked: 23 times |
Joined on Jan 2012
|
#1355
|
So about the contacts privacy controversy, i've decided to add "Selective sync", where you get to pick only a subset of your address book to sync if you dont want to sync all. At least it would make wazapp one atep ahead of original Whatsapp in terms of privacy. You will not enter manually the numbers, you will just mark those you wish to sync.
The Following 4 Users Say Thank You to mämo For This Useful Post: | ||
|
2012-06-06
, 20:59
|
Posts: 63 |
Thanked: 46 times |
Joined on Feb 2012
|
#1356
|
@CepiPerez
I tested your version, it works fine, just observe something to improve or bugs.
1. Emoticon cant be show if you enter a text with 2 lines "Press Enter for each line", see the below screenshot
2. The Group Chat title only show 1 people name, not all
3. The emoticon little bit small to show, compare to @tgalal one
4. The Change status: After I changed it, working fine, but displaying not fine, still is "Hi there Im using Wazapp", but I confirmed my status is changed, as I read from other phone.
Thats is all I found, but I think you know them too, thanks anyway
The Following 2 Users Say Thank You to nicodonte For This Useful Post: | ||
|
2012-06-06
, 23:37
|
Posts: 3 |
Thanked: 1 time |
Joined on Jun 2012
|
#1357
|
The Following User Says Thank You to akira1980 For This Useful Post: | ||
|
2012-06-07
, 00:20
|
Posts: 461 |
Thanked: 358 times |
Joined on May 2010
@ Bilbao (Basque Country [Spain])
|
#1358
|
Congrats for your app! It seems great! How can I make it run on N900? Will you make an N900 version? Anyway good work!
A.
|
2012-06-07
, 01:32
|
Posts: 648 |
Thanked: 650 times |
Joined on Oct 2011
|
#1359
|
Will be done, but there is no date, and won't be in just some days.-
Maybe it's a question to add to the FAQ in the first post....
The Following 3 Users Say Thank You to SamGan For This Useful Post: | ||
|
2012-06-07
, 02:36
|
Posts: 771 |
Thanked: 393 times |
Joined on Feb 2012
|
#1360
|
Congrats for your app! It seems great! How can I make it run on N900? Will you make an N900 version? Anyway good work!
A.
Tags |
godoftool, harmattan, is-a-miracle, nokia n9, spacker_thread, tarekgalal, toddler_daycare, toolcoderus, wazapp, whatsapp |
Thread Tools | |
|
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica