maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [ANNOUNCEMENT] Whatsup on Jolla [UPDATED 29-03-2016] (https://talk.maemo.org/showthread.php?t=94689)

snowman74 2015-06-16 14:06

Re: [ANNOUNCEMENT] Whatsup on Jolla (+ Using TOHKBD)
 
Quote:

Originally Posted by itdoesntmatt (Post 1473681)
install ultimate code from openrepos~

Thjanks dude you rock now I have everything I need!!!!!!!!!!!!!!
:D:D:D:D:D:D

HtheB 2015-06-16 21:24

Re: [ANNOUNCEMENT] Whatsup on Jolla (+ Using TOHKBD)
 
Quote:

Originally Posted by SKyd3R (Post 1473686)
Sometimes I'm not able to access to whatsup from a notification. This really break the app, I have to close it by killing the process.

Is there any solution?


Thanks for all the work done in the project.

Which version do you have installed?

explit 2015-06-17 18:05

Re: [ANNOUNCEMENT] Whatsup on Jolla (+ Using TOHKBD)
 
Thank Cepi for 0.1-7 in the OpenRepos. 1 small bug: The About Page still show 0-1.5

Thaodan 2015-06-17 18:17

Re: [ANNOUNCEMENT] Whatsup on Jolla (+ Using TOHKBD)
 
would be nice there was a changelog.

DrYak 2015-06-18 09:44

Code / Data
 
Thanks, it works great!

I missed WhatsApp since mojoWhatsup stoped working on my WebOS.

Questions:

- Where are the data of Whatsup stored ?
I would like to transfer my old message from mojoWhatsup's sqlite3 .db file to whatever Whatsup uses.

- Where is the source published ?
Obviously not on GitHub any more given the tendency of WhatsApp to whack DMCAs on anyone publishing interoperable code...

emgaron 2015-06-18 10:20

Re: [ANNOUNCEMENT] Whatsup on Jolla (+ Using TOHKBD)
 
Quote:

Originally Posted by CepiPerez (Post 1473509)
Anyways, this is not need since whatsup sycns all contacts, including not in phone book ones. It's for prevent a possible ban from whatsapp.

Does that mean that in whatsup I have no control over which contacts I make accessible to WhatsApp just like in their official app? :( Pity - that would be such a killer feature IMO.

0312birdzhang 2015-06-18 11:40

Re: [ANNOUNCEMENT] Whatsup on Jolla (+ Using TOHKBD)
 
Where can i help translate it ?:)

Jordi 2015-06-18 12:58

Re: [ANNOUNCEMENT] Whatsup on Jolla (+ Using TOHKBD)
 
Quote:

Originally Posted by 0312birdzhang (Post 1473962)
Where can i help translate it ?:)

Here: https://www.transifex.com/projects/p/whatsup-sailfish/

Schturman 2015-06-18 15:17

Re: [ANNOUNCEMENT] Whatsup on Jolla (+ Using TOHKBD)
 
Can someone explain how to switch from android whatsapp client without troubles ?
And is it possible to import db (chats, groups etc..) from android whatsapp client ?
Thanks

DrYak 2015-06-18 17:22

Accessing Database
 
Quote:

Originally Posted by DrYak (Post 1473949)
- Where are the data of Whatsup stored ?
I would like to transfer my old message from mojoWhatsup's sqlite3 .db file to whatever Whatsup uses.

Quote:

Originally Posted by Schturman (Post 1474014)
And is it possible to import db (chats, groups etc..) from android whatsapp client ?

Okay, I noticed (lsof) that whatup stores its messages inside "~/.whatsup/{phonenumber}.db".
But I'll need to make sense of the schema
Code:

CREATE TABLE messages (timestamp integer, status integer, content text, key text,type integer, media_id integer, media text, conversation_jid text, author text, delivered text,readed text, count integet, comment text);
before I can write an importer.

I'll probably need some (read-) access to the source.

@Cepi, where can I find your source, please ?
I need to understand the format/content of these columns.

I'd like to write an importer, at least for my self and mojoWhatup, and maybe a starting point for official WhatsApp.


All times are GMT. The time now is 15:25.

vBulletin® Version 3.8.8