![]() |
2010-07-02
, 00:46
|
Posts: 172 |
Thanked: 27 times |
Joined on Oct 2009
@ San Francisco, CA
|
#111
|
![]() |
2010-07-02
, 05:08
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#112
|
I cannot get this app to work. I start it, it says "Loading..." which continues for several minutes, and then it crashes. I have somewhere around 2600 contacts in my phone. Any advice?
![]() |
2010-07-02
, 05:45
|
Posts: 172 |
Thanked: 27 times |
Joined on Oct 2009
@ San Francisco, CA
|
#113
|
I am afraid the simple answer is that the application is not ready for you. Worst I don't think any application based on qt mobility as now is ready to handle this kind of volume. As now in order to get even one contact the contacts backend will first parse the entire database and build a copy of it in memory
I am curious: does the standard contacts/phone applictions hand this volume without problem?
![]() |
2010-07-02
, 13:05
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#114
|
Maybe 10%.
Problem free, though sometimes they can be a little slow, depending on what else is open.
![]() |
2010-07-02
, 16:54
|
Posts: 172 |
Thanked: 27 times |
Joined on Oct 2009
@ San Francisco, CA
|
#115
|
I really can't see how any application using qt mobility to get the contacts will be able to handle this load as it is. Like I said before qt mobility will parse and load into memory your entire database of contacts (all info for all contacts) before any application can start to manipulate the data. At best it will take a very long time ...
You can follow the steps on a previous post to save the application log and look for error messages. I am not positive on how big of a log horizontal call will generate so if you want (and I am not trying to push you to use my own application) you can try MyContacts - if it is an issue with the number of contacts or a "parsing" error by the backend will happen with it too (the log file should not be too big and will be @ /home/user/.mycontacts/log.txt). Feel free to PM any of them to me after you check that there isn't any "private" information there that you don't want to share (I don't think MyContacts will add any).
![]() |
2010-07-02
, 17:00
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#116
|
I really can't see how any application using qt mobility to get the contacts will be able to handle this load as it is. Like I said before qt mobility will parse and load into memory your entire database of contacts (all info for all contacts) before any application can start to manipulate the data. At best it will take a very long time ...
You can follow the steps on a previous post to save the application log and look for error messages. I am not positive on how big of a log horizontal call will generate so if you want (and I am not trying to push you to use my own application) you can try MyContacts - if it is an issue with the number of contacts or a "parsing" error by the backend will happen with it too (the log file should not be too big and will be @ /home/user/.mycontacts/log.txt). Feel free to PM any of them to me after you check that there isn't any "private" information there that you don't want to share (I don't think MyContacts will add any).
![]() |
2010-07-21
, 02:32
|
Posts: 5 |
Thanked: 0 times |
Joined on Jun 2010
|
#117
|
![]() |
2010-07-21
, 07:17
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#118
|
Hello there Eitama and all N900 lovers.
I cannot describe in words the joy that i felt when i installed this app. I usually place my phone in the car holder and dialing a non resent contact was a pain in the ...
Happy-Happy, Joy-Joy .... untill ...
Bug report:
My GSM operator sets Hidden Caller ID by default and i have to specifically set it to be sent. I have no problem when dialing from the default call app and others receive my ID ... When i dial with Horizontal-Call - they receive private number (tested it few times just to make sure).
Now please someone tell me how unfortunate is that?
Any ideas for sollution?
Excluding the bug - outstanding app Eitama!!
Keep up the good work!
![]() |
2010-07-21
, 07:43
|
Posts: 5 |
Thanked: 26 times |
Joined on Jul 2010
|
#119
|
![]() |
2010-07-21
, 08:11
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#120
|
hey there eitama,
Awesome work with horizontal call. I actually used it as a starting place to make my own little app called k9 call. While at this point, 99% of the code has been rewritten, it was still an awesome place to start coding for the N900.
I just wanted to let you know that I found a work around for the unicode not displaying correctly. Basically it boils down to Qt Mobility is giving you an string that it *thinks* is ASCII encoded but it is actually UTF-8 encoded. A little bit of trickery and you can actually get a UTF-8 encoded string back out. You can download the source and take a look at how I "fix" the strings.