Android Question contact utils fail to load contacts on lg optimus l5

hookshy

Well-Known Member
Licensed User
Longtime User
I tried to load contacts using contact utils library and the list loads only 6 contacts. ???

Device: LG Optimus L5
I enclose the unfiltered log in new text document attached.
Thanks!
 

Attachments

  • New Text Document.txt
    7.3 KB · Views: 304

hookshy

Well-Known Member
Licensed User
Longtime User
I am using contactutils example from the first post library!
The b4a example with contacts utils works good on my morola defy, I will try to find
an lg optimus L5 to test , may be is a single phone issue!
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Test the device memory by downloading a large music file..

my two cents!
 
Upvote 0

hookshy

Well-Known Member
Licensed User
Longtime User
I found a solution by loading contacts with contacts2 by using
ct.GetAll(True,False) saving contacts and listsize to file
next time the app loads
ct.GetAll(False,False) (witch takes no more than 1 second to load ) and if list size changed then sincronize contacts again by loading ct.getAll(True,False)

ct.getAll(True,False) 'includes phone numbers and not load notes reduced time to load contacts from 10 to 5 seconds witch is rezonable

Tanks for support !
 
Upvote 0
Top