maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [M5] [Announce] Yappari - A WhatsApp Client for the N900 ONLY (https://talk.maemo.org/showthread.php?t=84605)

Fallingwater 2012-08-20 18:48

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
Link in first post is dead. I get this:

Quote:

Software error:

Can't exec:
Duplicate entry '0' for key 'owner' at Modules/DataBase.pm line 55.
I'm hoping it's a temporary error (edit: it was - download works now), but I'm reporting it just in case because I'm only seeing that one link if I google for the filename. There really should be an alternate mirror - if the uppit link dies (assuming it hasn't already) the file becomes globally unavailable.

Quote:

Originally Posted by som3a (Post 1253868)
hello .. u can download it and install it from the first post .. but u can't use it if u are a new user until the new fixing update .
what'sapp has just blocked any unofficial port client of there application,
i see there is some trying to make it work (it never complete registration on Yappari ) see the last 2pages on this thread

Wait, not even with the Nitdroid workaround?

som3a 2012-08-20 20:28

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
no , i didn't try it with nitdroid around , but it should work !!

Rabah_vip 2012-08-20 23:06

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
Quote:

Originally Posted by som3a (Post 1253868)
hello .. u can download it and install it from the first post .. but u can't use it if u are a new user until the new fixing update .
what'sapp has just blocked any unofficial port client of there application,
i see there is some trying to make it work (it never complete registration on Yappari ) see the last 2pages on this thread

thank you for your help

tiempjuuh 2012-08-21 08:32

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
Quote:

Originally Posted by zwevert (Post 1253376)
just download it, make it executable with chmod 755 or something and run it (all in a shell) and with a & at the end if you want to run it in backgroud so you can close the terminal-screen...

don't forget to make a directory 'yappariDownloads' as said by other people if you want to download all images...

Oh, the question if it's integradable with yappari: I don't think so because I believe Scorpius is allready busy with that but has some chalanges with the GUI. He can have my code, but I think he doesn't need it because he (or maybe she) knows enough about programming... Also the intension of YappariLogReader is that it can be used until Scorpius integrated multimedia messages himself and I hope he make it opensource after that...

afterall I think that i'll program tomorrow a little bit further...
Is there a good place where I can put all these programs/versions? garage or sourceforge of maybe something else??

Have a nice saterday evening all!

Thanks, it's a very useful program! I didn't have to chmod +x it, it was executable as I downloaded it :)

skupa 2012-08-21 14:03

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
@Mr pingu @zwevert i have not been also able to run the file from the xterminal after setting permission

Heres what i've been trying all day

~ $ chmod 755
Busybox v1.10.2 (Debian 3:1.10.2.legal-losso30+0m5) multi-call binary


Usage: chmod [-R] MODE[,MODE]... FILE...

this command>>>>>
~ $ /home/user/.config/scorpius/yappari.log
gives>>>>>
-sh: /home/user/.config/scorpius/yappari.log: Permission denied

what am i doing wrong or am i not doing?

zwevert 2012-08-21 16:14

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
Quote:

Originally Posted by skupa (Post 1254156)
@Mr pingu @zwevert i have not been also able to run the file from the xterminal after setting permission

Heres what i've been trying all day

~ $ chmod 755
Busybox v1.10.2 (Debian 3:1.10.2.legal-losso30+0m5) multi-call binary


Usage: chmod [-R] MODE[,MODE]... FILE...

this command>>>>>
~ $ /home/user/.config/scorpius/yappari.log
gives>>>>>
-sh: /home/user/.config/scorpius/yappari.log: Permission denied

what am i doing wrong or am i not doing?

if you use chmod you have to specify a file...
thus: ~ $ chmod 755 /home/user/yappariDownloader

after that you can execute the yappariLogReader with:
~ $ /home/user/yappariLogReader
or just ~ $ ./yappariLogReader

do not execute the logfile, thats nonsence...

Fallingwater 2012-08-21 17:19

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
I authenticated via NitDroid/WhatsApp and installed Yappari. It seems to be working, with the following minor issues:
- according to my contacts, my name is showing wrong; instead of "(my name) (my surname)", as I set while configuring it, it says "swag (my surname)". I've no idea where that "swag" came from.
- the status I set is not seen; my contacts only see me as "online".

The important bit - that is, sending and receiving messages - seems to be working, though.

Edit: how can I get at the "insert your name" screen again? All I can do through the option menu is set the status.

tanrax 2012-08-21 17:37

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
Every so often I get a message telling whatsapp that has come a new version and update. How I can avoid this?

My version is 0.0.17

Thanks in advance.

tapiwasam 2012-08-21 17:46

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
Quote:

Originally Posted by skupa (Post 1254156)
@Mr pingu @zwevert i have not been also able to run the file from the xterminal after setting permission

Heres what i've been trying all day

~ $ chmod 755
Busybox v1.10.2 (Debian 3:1.10.2.legal-losso30+0m5) multi-call binary


Usage: chmod [-R] MODE[,MODE]... FILE...

this command>>>>>
~ $ /home/user/.config/scorpius/yappari.log
gives>>>>>
-sh: /home/user/.config/scorpius/yappari.log: Permission denied

what am i doing wrong or am i not doing?

install rootsh, then in terminal, before anything else, type root

mlwane 2012-08-21 18:00

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
Quote:

Originally Posted by tanrax (Post 1254237)
Every so often I get a message telling whatsapp that has come a new version and update. How I can avoid this?

My version is 0.0.17

Thanks in advance.

Per Scorpius, version 0.0.18 should address the problem.


All times are GMT. The time now is 17:35.

vBulletin® Version 3.8.8