Active Topics

 



Notices


Closed Thread
Thread Tools
som3a's Avatar
Posts: 132 | Thanked: 34 times | Joined on May 2011 @ sudan
#661
@Scorpius :

-- My keyboard is in spanish and I can send accent letters just fine (αινσϊ).

That right cuz ur keyboard is in spanish ( your language is more like englih - you 2 write from left to right .. Arabic is from right to left )
)

-- Shift + key is always a capital letter in any layout,
don't you mean Fn + key instead?

Shfit + key have letters on my language! I can write by it on conversation and web !!
Those letters like ( ﻵ آ ئ ة إ) and more letters , those can't be written on your app !!

and yeah when i trying to make symbols by the fn+key it's always in a left to right align !! *for example : when am trying to make a smiley face ! it turns into a sad one
see what i meant to you ??

and BTW , nice for the fast answer ,, really helpfull
 
rjneid's Avatar
Posts: 88 | Thanked: 25 times | Joined on May 2010 @ Beirut, Lebanon
#662
hey great app, but i am wondering about one thing, is it possible to change my username? it shows "J2se user" for my friends !

thanks
__________________
N900
SWEET !!
 
Posts: 75 | Thanked: 17 times | Joined on Aug 2010 @ under the sky
#663
very good application. am actually using it. keep developing it. esp the dropped messages that I dont get confirmation on later on.

try to allow visual customization and combine message alerts.
 
Scorpius's Avatar
Posts: 1,396 | Thanked: 2,796 times | Joined on Sep 2010 @ Caracas, Venezuela
#664
Originally Posted by rjneid View Post
hey great app, but i am wondering about one thing, is it possible to change my username? it shows "J2se user" for my friends !
Not possible so far.

Bells & Whistles like colors, customization of the screen ,etc won't be developed until Yappari has 100% Whatsapp functionality, that could be months from now.
__________________
Support Yappari (a Whatsapp client for the N900 only) - Donate
 
rjneid's Avatar
Posts: 88 | Thanked: 25 times | Joined on May 2010 @ Beirut, Lebanon
#665
Originally Posted by Scorpius View Post
Not possible so far.

Bells & Whistles like colors, customization of the screen ,etc won't be developed until Yappari has 100% Whatsapp functionality, that could be months from now.
thanks for the fast reply, and thanks for the great app, considering a small donation by the end of the month, hope it help, keep up the great work, thanks again
__________________
N900
SWEET !!
 

The Following User Says Thank You to rjneid For This Useful Post:
Posts: 72 | Thanked: 53 times | Joined on Jan 2012 @ Berlin, Germany
#666
Originally Posted by Scorpius View Post
I would like to help you but I can't. It's not Yappari that crashes, it's Qt Mobility. If you use another Qt application that use contacts, like Waze, you'll see it crashes too.

Yappari does something like this (not the exact code but similar)
Code:
manager = new QContactManager("maemo5",QMap<QString,QString>(),this);

QContactDetailFilter phoneFilter;
    phoneFilter.setDetailDefinitionName(QContactPhoneNumber::DefinitionName,QContactPhoneNumber::FieldNumber);

phoneFilter.setValue("+");
phoneFilter.setMatchFlags(QContactFilter::MatchContains);

QList<QContact> list = manager->contacts(phoneFilter);
The last line is where the crash occurs. As you can see, Yappari can't do anything about it but trust QContactManager::contacts that it will work. It shouldn't crash, but Qt Mobility is very buggy in Maemo, and it will always will, since its development has been dropped for Maemo, as everything for Maemo. It's an abandoned OS which will never be updated anymore.

The only way to find a fix is exactly what you're doing and find out what makes Qt Mobility crash.

Another solution would be not using Qt Mobility for the contacts and use native Maemo libraries, but that's a problem since everything is already implemented around Qt Mobility. I could do it, but after a version 1.0.0 where everything else is already done, since it would take weeks or months.
Thanks for the feedback. I made a new and completely bizarre finding that produces a crash.

I have a contact registered with Jabber. When I remove all the contacts from my address book, contacts registered in any IM protocol survive, so this one survives too. When I reimport it, it works fine, but I get two contacts for the same person, one with just the (registered) Jabber ID and one with all the other details plus an UNregistered Jabber ID. When I merge both, I get the crash.

It would be really nice if there is a less buggy way to import the maemo contacts. Any advice on how to get my address book correctly imported is highly appreciated too. Thanks!
 
Posts: 72 | Thanked: 53 times | Joined on Jan 2012 @ Berlin, Germany
#667
Originally Posted by llucax View Post
I have a contact registered with Jabber. When I remove all the contacts from my address book, contacts registered in any IM protocol survive, so this one survives too. When I reimport it, it works fine, but I get two contacts for the same person, one with just the (registered) Jabber ID and one with all the other details plus an UNregistered Jabber ID. When I merge both, I get the crash.
OK, this is really crazy, that happend after I successfully imported a couple of other contacts, doing the process again but just importing this particular contact, produces the crash without merging anything. If I remove the contact I can open Yappari again. Then I reimport the contact and it works.

This really makes no sense, I'm about to give up , I hope you find the time some day to implement another way to get the contacts. Thanks a lot for your time and feedback!
 
Scorpius's Avatar
Posts: 1,396 | Thanked: 2,796 times | Joined on Sep 2010 @ Caracas, Venezuela
#668
Don't import that contact, create it from scratch on the device.
__________________
Support Yappari (a Whatsapp client for the N900 only) - Donate
 
Posts: 72 | Thanked: 53 times | Joined on Jan 2012 @ Berlin, Germany
#669
Originally Posted by llucax View Post
OK, this is really crazy, that happend after I successfully imported a couple of other contacts, doing the process again but just importing this particular contact, produces the crash without merging anything. If I remove the contact I can open Yappari again. Then I reimport the contact and it works.

This really makes no sense, I'm about to give up , I hope you find the time some day to implement another way to get the contacts. Thanks a lot for your time and feedback!
Just a last quick question/request that might help me workarround this problem. What about adding an option to avoid importing contacts? That way at least I can receive and reply to whatsapp messages. Adding an extra option to send a message typing the number manually will allow me to send messages too.

Thanks!
 
Scorpius's Avatar
Posts: 1,396 | Thanked: 2,796 times | Joined on Sep 2010 @ Caracas, Venezuela
#670
Contacts are not "imported". Yappari requests the list of contacts that start with a + to Qt Mobility. Qt Mobility crashes.

The *only* solution is to not use Qt Mobility, that is, using native libraries and querying contacts one by one (something that Qt Mobility is doing for me right now), and retrieving the avatar, the number, the name, etc.

The thing is not more than 10 people have this problem. I think it's because Conversations IM contacts, which I don't use at all (I use pidgin). That's what Qt Mobility doesn't understand and makes it crash (it's a theory but I'm like 80% sure).

Of course I won't ask you to stop using Conversations as an IM but only as an SMS GUI and use pidgin, because you have your reasons to use Conversations.

I'm 100% sure if you delete all your IM accounts and contacts Yappari will always work.
__________________
Support Yappari (a Whatsapp client for the N900 only) - Donate
 
Closed Thread

Tags
alpha, awesomeness, best_client, let_it_die, mumbai_dumbai, read_first_post, whatsapp


 
Forum Jump


All times are GMT. The time now is 11:09.