Active Topics

 



Notices


Reply
Thread Tools
xiskillo's Avatar
Posts: 88 | Thanked: 77 times | Joined on Nov 2009 @ Spain
#501
@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?
 
Posts: 24 | Thanked: 10 times | Joined on Mar 2012 @ Spain
#502
Originally Posted by xiskillo View Post
@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?
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.
 
Posts: 207 | Thanked: 967 times | Joined on Apr 2014 @ Madrid, Spain
#503
Originally Posted by TARIKO View Post
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.
Please, help me diagnose and solve your issue by installing sp-rich-core. You will need to follow this installation instructions.

Once you have installed it, and after you've experienced a Yappari crash, you need to send me files that will have been placed under /home/user/MyDocs/core-dumps/

This is intended not only for Tariko, but also for all of you that are suffering crashes. Without these files I won't be able to fix this standing issue.

Thanks a lot!
__________________
OVI and downloads.maemo.nokia.com mirror
Yappari for Maemo
pyLedger for Maemo


If you want to donate, please read this. If you still want to donate, contact me via private message or email. Thank you.
 

The Following User Says Thank You to ceene For This Useful Post:
tonydaan's Avatar
Posts: 33 | Thanked: 3 times | Joined on Feb 2014 @ india
#504
ceene it's there any possibility to add privacy settings and fix the status issu too

Last edited by tonydaan; 2015-03-03 at 13:00.
 
Posts: 22 | Thanked: 4 times | Joined on Oct 2012 @ Maracay- Venezuela
#505
a donde envió los archivos?
 
Posts: 207 | Thanked: 967 times | Joined on Apr 2014 @ Madrid, Spain
#506
Originally Posted by guidofasano View Post
a donde envió los archivos?
Puedes enviarmelos al correo electronico, o si quieres utiliza dropbox o algun servidor de subida de ficheros. Yo utilizo www.wetransfer.com

Gracias!
__________________
OVI and downloads.maemo.nokia.com mirror
Yappari for Maemo
pyLedger for Maemo


If you want to donate, please read this. If you still want to donate, contact me via private message or email. Thank you.
 

The Following User Says Thank You to ceene For This Useful Post:
Posts: 22 | Thanked: 4 times | Joined on Oct 2012 @ Maracay- Venezuela
#507
Originally Posted by ceene View Post
Puedes enviarmelos al correo electronico, o si quieres utiliza dropbox o algun servidor de subida de ficheros. Yo utilizo www.wetransfer.com

Gracias!
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 guidofasano For This Useful Post:
Posts: 207 | Thanked: 967 times | Joined on Apr 2014 @ Madrid, Spain
#508
Originally Posted by guidofasano View Post
ya te envie por correo el link donde aparece el archivo de error que genero programa que sugeriste, espero sirva
¡Lo tengo, gracias! ¿Qué versión de Yappari era?

I hope with this core dump I'll be able to find what is happening. Thanks a lot!
__________________
OVI and downloads.maemo.nokia.com mirror
Yappari for Maemo
pyLedger for Maemo


If you want to donate, please read this. If you still want to donate, contact me via private message or email. Thank you.

Last edited by ceene; 2015-03-03 at 22:15.
 

The Following User Says Thank You to ceene For This Useful Post:
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#509
Another workaround to prevent crashes:

Put this on top of read() function:

Code:
void Client::read()
{
    if (connectionStatus==Disconnected || connectionStatus==WaitingForConnection)
        return;
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.
__________________
Filebox / FileCase for Maemo / Harmattan / Sailfish
FlowPlayer for Maemo / Harmattan / Sailfish
Whatsup for Harmattan / Sailfish
CallBlocker for Harmattan

Support my work:
Paypal / Bitcoin
 

The Following 5 Users Say Thank You to CepiPerez For This Useful Post:
Posts: 207 | Thanked: 967 times | Joined on Apr 2014 @ Madrid, Spain
#510
Originally Posted by CepiPerez View Post
Another workaround to prevent crashes:

Put this on top of read() function:

Code:
void Client::read()
{
    if (connectionStatus==Disconnected || connectionStatus==WaitingForConnection)
        return;
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.
Thanks a lot!

It's quite late now in Spain and I'm going to bed, but most probably tomorrow I'll release a new version with this fix.

I've just taken a look at log from guidofasano and at first sight his crash seems to be unrelated, since his log doesn't end with a disconnection, just with a new group found:

Group found: 584999999999-1379999999@g.us - Subject: Familia Fasano

And gdb backtrace shows only this (I'll be generating also a .deb package with debug symbols to help with these crashes).

(gdb) bt
#0 0x41dca700 in QString::lastIndexOf(QLatin1String const&, int, Qt::CaseSensitivity) const ()
from /usr/lib/libQtCore.so.4
#1 0x000d9f40 in ?? ()
#2 0x0009ca08 in ?? ()
#3 0x0017a8b4 in ?? ()
#4 0x41ec7be4 in ?? () from /usr/lib/libQtCore.so.4
#5 0x41ec7be4 in ?? () from /usr/lib/libQtCore.so.4
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
__________________
OVI and downloads.maemo.nokia.com mirror
Yappari for Maemo
pyLedger for Maemo


If you want to donate, please read this. If you still want to donate, contact me via private message or email. Thank you.

Last edited by ceene; 2015-03-04 at 07:56.
 

The Following 2 Users Say Thank You to ceene For This Useful Post:
Reply

Tags
whatsapp, yappari


 
Forum Jump


All times are GMT. The time now is 08:50.