|
2015-03-03
, 08:17
|
Posts: 24 |
Thanked: 10 times |
Joined on Mar 2012
@ Spain
|
#502
|
@ceene Aqui un gaditano a tu disposición
Tuve un N900 desde que salió.. hasta que en 2011 el microUSB dijo byebye y bueno ahora mismo fijate que estoy pensando en deshacerme de mi Note 2 para volver al N900, un poco locura pero asi puede ser jaja un saludo paisano.
And now my answer in english, somebody knows if is possible use Yappari and Whatsapp on Nitdroid with the same phone number?
|
2015-03-03
, 09:11
|
Posts: 207 |
Thanked: 967 times |
Joined on Apr 2014
@ Madrid, Spain
|
#503
|
Ceene, here is one from Cordoba.
I have 2 N900, one with broken USB.
My main problem is segmentation fault, it close Yappari too many times. I hope Ceene solve this problem.
The Following User Says Thank You to ceene For This Useful Post: | ||
|
2015-03-03
, 12:50
|
|
Posts: 33 |
Thanked: 3 times |
Joined on Feb 2014
@ india
|
#504
|
|
2015-03-03
, 13:12
|
Posts: 22 |
Thanked: 4 times |
Joined on Oct 2012
@ Maracay- Venezuela
|
#505
|
|
2015-03-03
, 13:19
|
Posts: 207 |
Thanked: 967 times |
Joined on Apr 2014
@ Madrid, Spain
|
#506
|
The Following User Says Thank You to ceene For This Useful Post: | ||
|
2015-03-03
, 20:18
|
Posts: 22 |
Thanked: 4 times |
Joined on Oct 2012
@ Maracay- Venezuela
|
#507
|
Puedes enviarmelos al correo electronico, o si quieres utiliza dropbox o algun servidor de subida de ficheros. Yo utilizo www.wetransfer.com
Gracias!
The Following User Says Thank You to guidofasano For This Useful Post: | ||
|
2015-03-03
, 21:55
|
Posts: 207 |
Thanked: 967 times |
Joined on Apr 2014
@ Madrid, Spain
|
#508
|
ya te envie por correo el link donde aparece el archivo de error que genero programa que sugeriste, espero sirva
The Following User Says Thank You to ceene For This Useful Post: | ||
|
2015-03-03
, 22:37
|
|
Posts: 1,023 |
Thanked: 4,421 times |
Joined on Feb 2010
@ Argentina
|
#509
|
void Client::read() { if (connectionStatus==Disconnected || connectionStatus==WaitingForConnection) return;
|
2015-03-03
, 22:42
|
Posts: 207 |
Thanked: 967 times |
Joined on Apr 2014
@ Madrid, Spain
|
#510
|
Another workaround to prevent crashes:
Put this on top of read() function:
I can't check this since I don't have an n900, but this fix and the one I post some days ago makes whatsup stable.Code:void Client::read() { if (connectionStatus==Disconnected || connectionStatus==WaitingForConnection) return;
Tuve un N900 desde que salió.. hasta que en 2011 el microUSB dijo byebye y bueno ahora mismo fijate que estoy pensando en deshacerme de mi Note 2 para volver al N900, un poco locura pero asi puede ser jaja un saludo paisano.
And now my answer in english, somebody knows if is possible use Yappari and Whatsapp on Nitdroid with the same phone number?