|
2012-06-27
, 16:08
|
|
Posts: 1,396 |
Thanked: 2,796 times |
Joined on Sep 2010
@ Caracas, Venezuela
|
#652
|
OK, I investigated further about my "corrupted" addressbook and I found another bug, Yappari segfaults when there are non-ascii characters in contact names. I looked for encoding problems and everything seems fine (I'm exporting contacts to vcf files). Maybe there is a bug in the import/export program because when editting the names in the phone, I can "fix" theproblematic contacts by retyping the non-ascii characters.
|
2012-06-27
, 16:28
|
Posts: 14 |
Thanked: 11 times |
Joined on May 2012
@ Berlin, Germany
|
#653
|
<< 3633 There was an error: 5 Connection closed. Stopping timers. Freeing up the connection. Freeing up the socket. Yappari will retry the connection in 30 seconds. read(): There was an IO Exception Connection closed. Stopping timers. Freeing up the connection. Yappari will retry the connection in 30 seconds. Application destroyed Opening Address Book... Getting list of contacts... Contacts list retrieved in 3790 milliseconds. Yappari 0.0.13 Build 1581 Yappari console test client start Network connection changed: Offline Network activated: E-Plus Internet Network connection changed: Online Current active connection: E-Plus Internet Connecting to bin-short.whatsapp.net:5222 ... Connected successfully IMEI: XYZ Password: XYZ >> 57 >> 41 >> 0 >> 4 >> 0 >> 15 >> f8050184fc0d5334302d322e332e302d343433a08a Mi. Jun 27 12:29:03 2012 <stream:features> <receipt_acks> >> 0 >> 8 >> f80296f801f8017e
There was an error: 5 Connection closed. Stopping timers. Freeing up the connection. Freeing up the socket. Yappari will retry the connection in 30 seconds. connected(): There was an IO Exception Connection closed. Stopping timers. Freeing up the connection. Yappari will retry the connection in 30 seconds. Connecting to bin-short.whatsapp.net:5222 ... Connected successfully IMEI: XYZ Password: XYZ >> 57 >> 41 >> 0 >> 4 >> 0 >> 15 >> f8050184fc0d5334302d322e332e302d343433a08a Mi. Jun 27 12:36:02 2012 <stream:features> <receipt_acks> >> 0 >> 8 >> f80296f801f8017e Mi. Jun 27 12:36:02 2012 <auth> mechanism=DIGEST-MD5-1 xmlns=urn:ietf:params:xml:ns:xmpp-sasl >> 0 >> 7 >> f8050f5a2abda7 There was an error: 5 Connection closed. Stopping timers. Freeing up the connection.
|
2012-06-27
, 16:31
|
|
Posts: 1,396 |
Thanked: 2,796 times |
Joined on Sep 2010
@ Caracas, Venezuela
|
#654
|
The Following User Says Thank You to Scorpius For This Useful Post: | ||
|
2012-06-27
, 17:51
|
Posts: 11 |
Thanked: 1 time |
Joined on Jun 2012
|
#655
|
|
2012-06-27
, 17:55
|
|
Posts: 1,396 |
Thanked: 2,796 times |
Joined on Sep 2010
@ Caracas, Venezuela
|
#656
|
|
2012-06-27
, 18:32
|
|
Posts: 132 |
Thanked: 34 times |
Joined on May 2011
@ sudan
|
#657
|
|
2012-06-27
, 18:38
|
|
Posts: 1,396 |
Thanked: 2,796 times |
Joined on Sep 2010
@ Caracas, Venezuela
|
#658
|
|
2012-06-27
, 18:43
|
Posts: 72 |
Thanked: 53 times |
Joined on Jan 2012
@ Berlin, Germany
|
#659
|
What do you mean with non-ASCII characters? I have contacts with áéíóúñ and they work fine.
|
2012-06-27
, 18:53
|
|
Posts: 1,396 |
Thanked: 2,796 times |
Joined on Sep 2010
@ Caracas, Venezuela
|
#660
|
manager = new QContactManager("maemo5",QMap<QString,QString>(),this); QContactDetailFilter phoneFilter; phoneFilter.setDetailDefinitionName(QContactPhoneNumber::DefinitionName,QContactPhoneNumber::FieldNumber); phoneFilter.setValue("+"); phoneFilter.setMatchFlags(QContactFilter::MatchContains); QList<QContact> list = manager->contacts(phoneFilter);
The Following User Says Thank You to Scorpius For This Useful Post: | ||
Tags |
alpha, awesomeness, best_client, let_it_die, mumbai_dumbai, read_first_post, whatsapp |
|
Last edited by llucax; 2012-06-27 at 15:19.