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)

tanago 2012-08-18 09:35

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
Here is the easiest method and it worked instantly for me
Code:

sudo chmod 0777 /home/user/.config/scorpius/yappari.conf
thanks to knarf who figured out that permissions are the problem

knarf 2012-08-18 10:46

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

Originally Posted by pratapamn (Post 1253192)
Hi guys, I tried this way. When I open yappari, it says connected for 2 secs and goes back to the registration screen. I have to again click on back and reach the home screen. I then select sync now to update the contacts. I get the list of contact when I click on create chat but, none of them show online when I tried to ping them.

Could you please tell me where I am going wrong?

Thanks in advance.

that seems to be a bug. whether it connects or not it says connected quickly before changing to whatever the real status is.
so long as yappari.conf and yappari.log have the same permissions the program will work as intended

zwevert 2012-08-18 11:34

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
1 Attachment(s)
I've asked Scorpius but he gave no reaction.

Since Yappari's logfile contains URL's to multimedia messages, I've wrote my very first Qt application that will scan the whole logfile for url's.
It will show dateTime and the name of the sender in a list and if you doubleclick it will open the multimedia-message in the default browser.
The feature i've wrote yesterday is that you can download all the images/multimedia at once because the whatsapp-servers will only store the messages for a short time (2 weeks or something).

As I said, its my first app.
the logfile is readed at: /home/user/.config/scorpius/yappari.log
the download-dir is: /home/user/MyDocs/yappariDownloads
for now you can't change these locations.

I like to share this app with you but can not give a lot of support because were all waiting for Scorpius to build-in multimedia messages in Yappari..

yappariLogReader - 70 KB
o, if you want the source, that no problem, please contact me...
I hope you like it also...

mr_pingu 2012-08-18 12:54

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
when you open yapparilogreader, it greats you nicely with "hoi" :P Other than that I always ge firstt Download error: Connection refused but after that I see Downloads Succesfull (should only be 1 L at the end) and my images were nicely downloaded to /home/user/MyDocs/YappariDownloads after I run the following command: mkdir /home/user/MyDocs/yappariDownloads

Good job!

pratapamn 2012-08-18 13:33

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

Originally Posted by knarf (Post 1253236)
that seems to be a bug. whether it connects or not it says connected quickly before changing to whatever the real status is.
so long as yappari.conf and yappari.log have the same permissions the program will work as intended

I have changed the permissions of both the files however, when I open yappari it says connected for exactly two secs and again goes to the registration page. I click back and I get to the hompage.

Secondly, none of the contacts receive my messages. Also, when they try to ping me I don't receive them. Any help is appreciated.

Thanks.

knarf 2012-08-18 15:02

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

Originally Posted by pratapamn (Post 1253269)
I have changed the permissions of both the files however, when I open yappari it says connected for exactly two secs and again goes to the registration page. I click back and I get to the hompage.

Secondly, none of the contacts receive my messages. Also, when they try to ping me I don't receive them. Any help is appreciated.

Thanks.

firstly does your yappari ever say logged in?

pratapamn 2012-08-18 16:33

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

Originally Posted by knarf (Post 1253287)
firstly does your yappari ever say logged in?

The only thing I see is connected. It never says logged in.

:(

c4rl05 2012-08-18 19:32

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

Originally Posted by zwevert (Post 1253245)
I've asked Scorpius but he gave no reaction.

Since Yappari's logfile contains URL's to multimedia messages, I've wrote my very first Qt application that will scan the whole logfile for url's.
It will show dateTime and the name of the sender in a list and if you doubleclick it will open the multimedia-message in the default browser.
The feature i've wrote yesterday is that you can download all the images/multimedia at once because the whatsapp-servers will only store the messages for a short time (2 weeks or something).

As I said, its my first app.
the logfile is readed at: /home/user/.config/scorpius/yappari.log
the download-dir is: /home/user/MyDocs/yappariDownloads
for now you can't change these locations.

I like to share this app with you but can not give a lot of support because were all waiting for Scorpius to build-in multimedia messages in Yappari..

yappariLogReader - 70 KB
o, if you want the source, that no problem, please contact me...
I hope you like it also...


wow such a great app it worked like a dream to me though i had to "mkdir /home/user/MyDocs/yappariDownloads" i wonder if you can talk with scorpius and integrate ds on yappari so at list we can get multimedia massages on yappari

yazu 2012-08-18 19:46

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
@zwevert: Can you please tell me how to open the app in the N900? Thank you!

c4rl05 2012-08-18 21:26

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

Originally Posted by yazu (Post 1253358)
@zwevert: Can you please tell me how to open the app in the N900? Thank you!

go to xtnerminal change the file permission then run it by " ./yappariLogReader " without the qoutes

zwevert 2012-08-18 21:27

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

Originally Posted by yazu (Post 1253358)
@zwevert: Can you please tell me how to open the app in the N900? Thank you!

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!

Tschaka 2012-08-18 23:22

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

Originally Posted by zwevert (Post 1253245)
I've asked Scorpius but he gave no reaction.

Since Yappari's logfile contains URL's to multimedia messages, I've wrote my very first Qt application that will scan the whole logfile for url's.
It will show dateTime and the name of the sender in a list and if you doubleclick it will open the multimedia-message in the default browser.
The feature i've wrote yesterday is that you can download all the images/multimedia at once because the whatsapp-servers will only store the messages for a short time (2 weeks or something).

As I said, its my first app.
the logfile is readed at: /home/user/.config/scorpius/yappari.log
the download-dir is: /home/user/MyDocs/yappariDownloads
for now you can't change these locations.

I like to share this app with you but can not give a lot of support because were all waiting for Scorpius to build-in multimedia messages in Yappari..

yappariLogReader - 70 KB
o, if you want the source, that no problem, please contact me...
I hope you like it also...

Hey, I did what you said (created the dir, changed permissions of the file to 755 and a+x and ran it), yet it always gives me a permission denied in the terminal window and nothing else happens. I double checked everything and also ran it as root, yet it won't start. Do you have any idea what's wrong? :)

yazu 2012-08-19 00:53

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
@zwevert: I managed to run it, but it couldn't read the log file, so I went with filebox to the log directory and I found out that, for some reason, the log doesn't exist in my /home/user/.config/scorpius/ folder, I only have there the yappari.conf file. Thank anyways!

tonypower88 2012-08-19 08:13

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

Originally Posted by zwevert (Post 1253245)
I've asked Scorpius but he gave no reaction.

Since Yappari's logfile contains URL's to multimedia messages, I've wrote my very first Qt application that will scan the whole logfile for url's.
It will show dateTime and the name of the sender in a list and if you doubleclick it will open the multimedia-message in the default browser.
The feature i've wrote yesterday is that you can download all the images/multimedia at once because the whatsapp-servers will only store the messages for a short time (2 weeks or something).

As I said, its my first app.
the logfile is readed at: /home/user/.config/scorpius/yappari.log
the download-dir is: /home/user/MyDocs/yappariDownloads
for now you can't change these locations.

I like to share this app with you but can not give a lot of support because were all waiting for Scorpius to build-in multimedia messages in Yappari..

yappariLogReader - 70 KB
o, if you want the source, that no problem, please contact me...
I hope you like it also...

how can I run or install your program ? Because when I try to install it using dpkg it says it is not debian archive format !

mr_pingu 2012-08-19 08:53

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

Originally Posted by tonypower88 (Post 1253427)
how can I run or install your program ? Because when I try to install it using dpkg it says it is not debian archive format !

it's just an executable no package...

cd to folder and issue "./yappariLogReader"

ajack 2012-08-19 09:00

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
I have the latest Java version of whatsapp (WhatsApp_2_3_39.jar) downloaded directly from whatsapp.com. Can anybody decompile this independently and write a simple document to Scorpius on how to register a new whatsapp number? That way, we "china wall" the reverse-engineering efforts and Yappari is safe from reverse hacking accusations. Much like how most emulators are being developed now. Anyone?

harry_e20000 2012-08-19 11:52

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
@scorpius...Is it possible to use custom sms and IM themes on yappari...?

pratapamn 2012-08-19 14:12

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

Originally Posted by pratapamn (Post 1253321)
The only thing I see is connected. It never says logged in.

:(

Could anyone please help me with this?

Rabah_vip 2012-08-20 17:29

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
hey guys , I'm new in n900 and i want to download whatsapp on it so i read the first post on this thread and it's good but i don't have nitdroid on so how i can install it without nitdroid ?
please help me !!!

som3a 2012-08-20 18:25

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

Originally Posted by Rabah_vip (Post 1253837)
hey guys , I'm new in n900 and i want to download whatsapp on it so i read the first post on this thread and it's good but i don't have nitdroid on so how i can install it without nitdroid ?
please help me !!!

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

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.

Wreck 2012-08-21 20:15

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

Originally Posted by zwevert (Post 1253245)
text

Superb! Couldn't thank you more haha :)

Werkt super en snel, jammer dat Scorpius niet reageerd. Zou opzich een mooie optie zijn om dit in Yappari te zien. Bedankt!

814d3 2012-08-21 20:41

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
Read Whatsapp is using text encryption in new version. Requirement: both devices need recent version. Maybe maybe...asking my glass ball...the end is near

Velian 2012-08-22 03:45

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
To run the Registry of WhatsApp In NITDroid:

Add these patches:
in maemo
Download this:
ofono047s_oril009-sms-fix.tar

Xterminal open
root
mount /home /and
cd /and
tar xvf / home/user/MyDocs/ofono047s_oril009-sms-fix.tar

and also to install this kernel
http://downloads.nitdroid.com/e-yes/...-rc7_armel.deb

at least so I work myself to check in NITDroid greetings.
hopefully serve as a contribution.

Sorry for my bad English.

:D

tanago 2012-08-22 07:49

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

Originally Posted by 814d3 (Post 1254324)
Read Whatsapp is using text encryption in new version. Requirement: both devices need recent version. Maybe maybe...asking my glass ball...the end is near

And I read that WhatsApp is using encryption since May 2012...
http://en.wikipedia.org/wiki/WhatsApp#Security_concerns :
Quote:

In May of 2012 security researchers noted that new updates of WhatsApp no longer sent messages as plaintext.[22][23][24]

skupa 2012-08-22 08:07

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

Originally Posted by tapiwasam (Post 1254241)
install rootsh, then in terminal, before anything else, type root

bro need ur help pano..... I have tried everything u said but still permission denied.... ???

tanago 2012-08-22 08:16

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

Originally Posted by skupa (Post 1254447)
bro need ur help pano..... I have tried everything u said but still permission denied.... ???

http://talk.maemo.org/showpost.php?p...postcount=1280 here is your solution

814d3 2012-08-22 08:31

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

Originally Posted by tanago (Post 1254444)
And I read that WhatsApp is using encryption since May 2012...
http://en.wikipedia.org/wiki/WhatsApp#Security_concerns :

Well, that was new to me. Maybe Whatsapp dont't force clients to use encryption because I don't think Yappari is using message encryption.

Fallingwater 2012-08-22 09:39

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

Originally Posted by Velian (Post 1254399)
To run the Registry of WhatsApp In NITDroid:

Add these patches:
in maemo
Download this:
ofono047s_oril009-sms-fix.tar

Xterminal open
root
mount /home /and
cd /and
tar xvf / home/user/MyDocs/ofono047s_oril009-sms-fix.tar

and also to install this kernel
http://downloads.nitdroid.com/e-yes/...-rc7_armel.deb

at least so I work myself to check in NITDroid greetings.
hopefully serve as a contribution.

Sorry for my bad English.

:D

You just have to install WhatsApp on NitDroid and do the normal registration. Why did you install all this stuff?

skupa 2012-08-22 10:00

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

Originally Posted by tanago (Post 1254449)

thanks bra, after that i have a shared files folder.. is that it or do i need to do something else?? as u've guessed m crap at this!!

bozoid 2012-08-22 16:01

Re: [Announce] Yappari - A WhatsApp client for the N900 ONLY - v0.0.18
 
i'm told my ID appears as S40 from iPhone users... any idea how to change it?

kh


All times are GMT. The time now is 22:07.

vBulletin® Version 3.8.8