maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [M5] [Announce] Yappari - New maintainership and new features! (https://talk.maemo.org/showthread.php?t=94465)

N3phastus 2015-03-02 08:28

Re: [Announce] Yappari - New maintainership and new features!
 
Quote:

Originally Posted by imjusthereforyappari (Post 1459502)
Hi, when the protocol issue happened I was in a hurry to use yappari again and replaced the bin file before the update actually happened. I can use yappari just fine but can't see any contact nickname (wich can make group conversations very confusing) and cannot create chat with any of my contacts, they only show up on the list after they send me a message, wich is strange because when the conversation pops up it has all old messages there, but the new one show a phone number instead of nickname. Is this normal? How can it be fixed?

Edit: Just saw this https://github.com/agamez/yappari/issues/23

Hi everybody !

Just install version 2.06 from repository and everything seems fine except the issue above :(

I can see group names, but contacts and group members, I see only the mobile number. No nicknames at all ...

Is there a fix for this ?

Tks in advance and nice work !

incrys 2015-03-02 09:36

Re: [Announce] Yappari - New maintainership and new features!
 
Maybe by the time you could add a while loop to check the status of on / off of Yappari.
I know that is not optimal, but at least it would close unexpectedly...
Thanks for your work! ;)

ceene 2015-03-02 09:50

Re: [Announce] Yappari - New maintainership and new features!
 
Quote:

Originally Posted by incrys (Post 1462549)
Maybe by the time you could add a while loop to check the status of on / off of Yappari.
I know that is not optimal, but at least it would close unexpectedly...
Thanks for your work! ;)

Maybe that can be achieved via respawn option on upstart script. I'll have to test it, but it'd only work for people which have yappari configured to boot on startup (though I'd reckon that'd be the majority of us).

incrys 2015-03-02 10:03

Re: [Announce] Yappari - New maintainership and new features!
 
I have done so:
Code:

#!/bin/sh

exist= ps ux |grep /usr/bin/Yappari |grep -v grep |awk '{print $5}'

while [ "$exist" != "/usr/bin/Yappari" ]
do
        /usr/bin/Yappari
done

After is possible create a .desktop to run the script ;)
This method in theory it should not increase the consumption of battery

N.B.
To close yappari you need to kill the process of the script or is possible create a .desktop with script to kill the process...

"Give me a shell and will raise the world" :p :p :p

ceene 2015-03-02 10:38

Re: [Announce] Yappari - New maintainership and new features!
 
Quote:

Originally Posted by incrys (Post 1462558)
I have done so:
Code:

#!/bin/sh

exist= ps ux |grep /usr/bin/Yappari |grep -v grep |awk '{print $5}'

while [ "$exist" != "/usr/bin/Yappari" ]
do
        /usr/bin/Yappari
done


That won't work, you only check for Yappari's pid once, so even if you kill yappari, exist variable value won't change and Yappari won't be relaunched.

I believe that simply by adding respawn option to /etc/event.d/yappari is enough. Would you mind testing that? Simply edit that file and add a single line containing respawn at the end of the file :)

incrys 2015-03-02 10:45

Re: [Announce] Yappari - New maintainership and new features!
 
I don't boot yappari when boot the system... Sorry...
I don't shutdown never my phone...
It's possible kill 2 pid, the pid of /usr/bin/Yappari and the pid of yappari.sh...

But, why closed yappari? To closed it it's possible restart the phone...

example
Code:

#!/bin/sh

kill $(pidof yappari.sh)
kill $(pidof Yappari)

or kill only yappari.sh and wait for the crash :p

Faso_II 2015-03-02 13:45

Re: [Announce] Yappari - New maintainership and new features!
 
I updated Yappari to the version 2.0.6 and I noticed that in the single chats the double green check never appears, while the single green check works as expected.
I'm using Yappari with the blue check option disabled.
Is anyone other experiencing this behaviour?

guidofasano 2015-03-02 15:15

Re: [Announce] Yappari - New maintainership and new features!
 
buenas como hago para pasar el registro?

guidofasano 2015-03-02 15:19

Re: [Announce] Yappari - New maintainership and new features!
 
el problema con el programa es que se cierra solo automaticamente despues de conectarse. como hago para pasar el registro? a ver si me pueden ayudar

s4br0s0 2015-03-02 15:47

Re: [Announce] Yappari - New maintainership and new features!
 
Quote:

Originally Posted by guidofasano (Post 1462627)
el problema con el programa es que se cierra solo automaticamente despues de conectarse. como hago para pasar el registro? a ver si me pueden ayudar

La forma mas facil, con Filebox (o algun programa parecido) instalado, buscas /home/user/.config/scorpius/yappari.log, lo copias y pegas en otro lado (ese paso es para que edites tu numero de tel y el de los demas, osea solo mandes la informacion necesaria).

O usando el X-term.

Saludos.


All times are GMT. The time now is 12:06.

vBulletin® Version 3.8.8