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)

itdoesntmatt 2015-04-12 09:26

Re: [ANNOUNCEMENT] Whatsup on Jolla - Alpha preview (Beta released)
 
thank u cepi, i'm happy with the app. it miss some features but it is a beta. i can say u have made a perfect work. i'll make a donation to you

Wolda 2015-04-12 09:56

Whatsup <-> Mitakuuluu login data
 
Hi all,

In the case somebody would be interested as well, here is a summary cooked from various posts here how to read/write Mitakuuluu / Whatsup login and password information. It can be used for moving the account form one client to the other, but use it wisely (thx WhatsApp for random blocking whoever is using unofficial client).

Some time ago, I used Whatsup on N9 to register my account and then was using Mitakuuluu on Jolla. On the other hand, yesterday I did the "inverse" process when I migrated to Whatsup on one of my Jollas. Both times it worked like a charm.

Whatsup configuration file is stored in '~/.config/cepiperez/whatsup.conf'. The login data are:
Code:

[General]
cc=<country prefix>
phoneNumber=<your phone number>
username=<country prefix><your phone number>
password=<password>
kind=free (or any other account type that you have)

To read the Mitakuuluu login data, use a terminal:
Code:

dconf read apps/harbour-mitakuuluu2/account/phoneNumber
dconf apps/harbour-mitakuuluu2/account/password
dconf apps/harbour-mitakuuluu2/account/kind

Analogously, write them by:
Code:

dconf write apps/harbour-mitakuuluu2/account/phoneNumber "'<countryprefix><your phone number>'"
dconf apps/harbour-mitakuuluu2/account/password "'<password>'"
dconf apps/harbour-mitakuuluu2/account/kind "'free'"

Just to make sure, note that I first wrote the " quotes (that's for the shell) and then the ' quotes for the dconf.

I will try to find some time next week and meditate over moving the chat history between the two. In the case, may I a little bit bug you about that, Cepi and coderus?

itdoesntmatt 2015-04-12 10:07

Re: [ANNOUNCEMENT] Whatsup on Jolla - Alpha preview (Beta released)
 
are you working about a new version of this???

sorry i've confused topic!

coderus 2015-04-12 10:14

Re: [ANNOUNCEMENT] Whatsup on Jolla - Alpha preview (Beta released)
 
our databases are not compatible. only cepi can add mitakuuluu database import to whatsup and only i can add whatsup conversations import to mitakuuluu :)

Wolda 2015-04-12 10:51

Re: [ANNOUNCEMENT] Whatsup on Jolla - Alpha preview (Beta released)
 
Quote:

Originally Posted by coderus (Post 1466457)
our databases are not compatible. only cepi can add mitakuuluu database import to whatsup and only i can add whatsup conversations import to mitakuuluu :)

It's indeed clear that the databases are not physically compatible, but it'd be just enough if you and Cepi would be so kind and provide their format to us. I understand that the bear-hunters (btw, Whatsup is developed by that football player, right?) don't wanna make public your whatsapp protocol hacks, but why such a thing as the database format can be made public so that they use their time on more important things and let the others to write database converters, no?

PS: 5 years ago, I'd take your "only Cepi / only me" as a challange ;-)
EDIT: actually, just briefly looked at it and isn't it that both Cepi and you are using SQLite? So it's just enough to match the corresponding columns and write a small conversion script.

coderus 2015-04-12 12:19

Re: [ANNOUNCEMENT] Whatsup on Jolla - Alpha preview (Beta released)
 
yes, mitakuuluu database is not encrypted and you can easily read/convert it as you need :)

Zero Six 2015-04-12 12:39

Re: [ANNOUNCEMENT] Whatsup on Jolla - Alpha preview (Beta released)
 
I tried to copy existing fields and values from yappri.conf to whatsup.conf (imsi, number, cc, phonenumber, password, username, creation, expiration, nextchallenge, etc), but can not login on whatsup.
From what I saw, imsi in yappari.conf is in numeric value, but in whatsup.conf is kind of like hex value.
and also there is "penc" field in whatsup.conf that is not available in yappari.conf.

is it possible to convert or get both value from yappari to be used on whatsup?
thank you.

Makeclick 2015-04-12 14:09

Re: [ANNOUNCEMENT] Whatsup on Jolla - Alpha preview (Beta released)
 
Thanks Cepi! Only one thing. Make icon more green. Good work!!!

mind_the_gap 2015-04-12 16:26

Re: [ANNOUNCEMENT] Whatsup on Jolla - Alpha preview (Beta released)
 
Quote:

Originally Posted by CepiPerez (Post 1466228)
Nowhere. I don't want WhatsApp to make some shlt on me.
QML files are in /usr/share/whatsup folder, protocol is not so different from yappari or mitakuuluu, except I have a lot of unused code I've never cleaned. The rest is just basic like reading folders, files, etc.
I'll clean it someday and maybe put on some private repo, but
there's a lot to do and it's not a priority for me.

Thanks for the explanation. However, I don't see how WhatsApp could "make some shlt on you". But maybe I missed some part of the discussion here. Is there some secret in your source code that makes them think we are using their client and that prevents freeing the source?

coderus 2015-04-12 16:44

Re: [ANNOUNCEMENT] Whatsup on Jolla - Alpha preview (Beta released)
 
Quote:

Originally Posted by mind_the_gap (Post 1466476)
Thanks for the explanation. However, I don't see how WhatsApp could "make some shlt on you". But maybe I missed some part of the discussion here. Is there some secret in your source code that makes them think we are using their client and that prevents freeing the source?

If you REALLY have any questions about developing, you should ask it privately.


All times are GMT. The time now is 04:03.

vBulletin® Version 3.8.8