REBOOT YOUR PHONE AFTER INSTALLING YAPPARI!!!! READ ALL THIS POST BEFORE EVEN ATTEMPTING INSTALLING THIS APPLICATION PLEASE DON'T INSTALL/USE YAPPARI IF YOU DON'T KNOW HOW TO SEND A LOG. WHILE IT'S ALPHA IS INTENDED FOR EXPERIENCED N900 USERS ONLY. UPDATE 9/29/2012 Yappari 0.0.22. UPDATE 9/20/2012 Yappari 0.0.21. UPDATE 9/18/2012 Yappari 0.0.20. NOTE: THIS IS *VERY* ALPHA SOFTWARE though you'd find it's pretty usable. Log is located @ /home/user/.config/scorpius/yappari.log I've decided to share with you all a Whatsapp client I've been coding for a while now. You just need Qt and Qt-Mobility (I guess all N900 already have this installed but just in case) Code: apt-get install libqt4-core libqt4-dbus libqt4-xml apt-get install libqtm-contacts libqtm-systeminfo libqtm-messaging And here's the deb file: http://uppit.com/79bm7ytdo32t/yappari_0.0.22_armel.deb You can load the client and after it logs in you can close it and it'll run forever in background (you can see it in the status area running). To quit the application select Quit in the menu. If Yappari can't find a connection it waits silently until you have one so you can really "set and forget". Yappari will never force you to connect to the Internet, but it will always connect to the servers if you have a connection. Yappari is event based so if your client is idle then it does absolutely nothing (no threads, no while(1) loops, etc). This is to maximize battery. The first time you run the application you have to type your phone number and country code. Don't type any leading zeroes in those. I think it's pretty usable. We can continue the development depending on the feedback (that is depending on YOU). ToDo list: - Ability to send pictures. - Creation of groups, adding participants, etc. - Notifications customization (turn off notification for a contact/group) - Support of other multimedia messages. If you want to use WhatsApp on NITDroid and Yappari at the same time: 1.- Install NITDroid and Official Android Whatsapp client in it. 2.- Register your N900 phone number with Whatsapp. Complete the registration up to the end. 3.- Go back to Maemo 4.- Install Yappari if you haven't installed it already. 5.- Type exactly this in terminal (AS USER NOT AS ROOT) Code: mkdir -p /home/user/.config/scorpius echo android=true >/home/user/.config/scorpius/yappari.conf 6.- Start Yappari, type your N900 phone number with country code 7.- Yappari should detect the number was already registered using an Android client and log in without any problem. Changelog 0.0.22 - Pictures reception: http://uppit.com/79bm7ytdo32t/yappari_0.0.22_armel.deb 0.0.21 - Smileys: http://uppit.com/hbe7o3z8d81w/yappari_0.0.21_armel.deb 0.0.20 - Fixed registration: http://uppit.com/53cphl7h8us7/yappari_0.0.20_armel.deb 0.0.19 - Fixed login error: http://uppit.com/3fa5hhezr36z/yappari_0.0.19_armel.deb 0.0.18 - NITDroid alternative registration: http://uppit.com/pmpc9xeyi4lq/yappari_0.0.18_armel.deb 0.0.17 - Contacts Synchronization: http://uppit.com/evgjyn5qsrsr/yappari_0.0.17_armel.deb 0.0.16 - Status: http://uppit.com/03m8b8fryxse/yappari_0.0.16_armel.deb 0.0.15 - Bug fixes: http://uppit.com/y1abjh3riczt/yappari_0.0.15_armel.deb 0.0.13 - Smileys: http://uppit.com/20e19v6vtp8q/yappari_0.0.13_armel.deb 0.0.12 - Fixed a chat history bug: http://uppit.com/p7022a90xxfw/yappari_0.0.12_armel.deb 0.0.11 - Basic chat history: http://uppit.com/wspikjaexwds/yappari_0.0.11_armel.deb 0.0.10 - Basic group support: http://uppit.com/7yw9d250sc1h/yappari_0.0.10_armel.deb 0.0.9 - Added notifications and SMS registration: http://uppit.com/lp8hdiz08e6u/yappari_0.0.9_armel.deb
apt-get install libqt4-core libqt4-dbus libqt4-xml apt-get install libqtm-contacts libqtm-systeminfo libqtm-messaging
mkdir -p /home/user/.config/scorpius echo android=true >/home/user/.config/scorpius/yappari.conf