-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android getAllContacts not working #10
Comments
Occured at |
"Read contacts... 2 mins ago... Allowed 9843 times" Something must really be off! |
yikes x.x I have no specific timeline for addressing this, but I will post here when and if I am jumping in |
fwiw, if anyone wants to look into this, I think the better approach here is to adapt code from an existing package like cordova contacts plugin: https://github.com/apache/cordova-plugin-contacts/tree/master/src/android |
@rt2zz I tried patching it, but |
@elliottsj can you help? |
Can anyone help here? @rt2zz please re-open /cc @morenoh149 |
$250 bug bounty |
It's definitely working. Try performing all the steps in the setup guide. |
No it's not
|
Try it with 300 contacts, try to break it like I did and got those cursor
|
how do I load >300 contacts into the simulator? |
@morenoh149 see https://stackoverflow.com/questions/4835652/how-to-put-contacts-on-the-android-emulator, I think you use Virtual SDCard. |
@morenoh149 you can create contacts with the API here https://stackoverflow.com/questions/4744187/how-to-add-new-contacts-in-android |
@morenoh149 also see this code here already done https://github.com/apache/cordova-plugin-contacts/blob/master/src/android/ContactAccessorSdk5.java#L329-L336 |
It'd be really great if you could upload a sample .vcf file with >300 contacts to gist.github.com for me @niftylettuce |
Might be more productive to implement |
Yeah - maybe try that and then iterate it over 300 with fake names or On Thu, Dec 10, 2015 at 12:43 PM, Harry Moreno notifications@github.com
|
I found one with two http://www.phpclasses.org/browse/file/5543.html |
@morenoh149 Anything I can do to help? Do you need some of the bug bounty up front? |
red screen
The text was updated successfully, but these errors were encountered: