View Single Post
Scorpius's Avatar
Posts: 1,396 | Thanked: 2,796 times | Joined on Sep 2010 @ Caracas, Venezuela
#3342
Originally Posted by mariosalhab View Post
Dont you think there is a way to make Yappari works on this usb0 connection? maybe if we read the source code we can find some workaround. because everything else is working. everything. but i need also Yappari to work bcz its the most important thing. if you can help i appreciate

thanks
You would have to modify Yappari so it always think it's connected. The problem is not in Yappari, the problem is in Qt that it seems it doesn't recognize usb0 as a valid network connection, that's why Yappari believes there's no connection and waits for one.

EDIT: If you wanna try this you have to change client.cpp line 209 (isOnline = manager->isOnline()) with isOnline = true;
__________________
Support Yappari (a Whatsapp client for the N900 only) - Donate

Last edited by Scorpius; 2013-05-08 at 00:54.