Open GoogleCodeExporter opened 9 years ago
Yes, am aware of that. During my testing on emulator, results were different.
Am waiting for Damon to accept this...
Original comment by MeanEYE.rcf
on 23 Jun 2010 at 3:39
Sorry, I got the expected output and real output a little mixed up. It should
be:
Expected output is:
{u'primary_email': u'john.smith@gmail.com', u'_id': u'2489', u'type': u'2', u'name': u'John Smith', u'primary_phone': u'6082666742'}
Output seen is:
{u'primary_email': u'2111', u'_id': u'2489', u'type': u'2', u'name': u'John Smith', u'primary_phone': u'1867'}
Original comment by navin.ka...@gmail.com
on 24 Jun 2010 at 2:27
Hello, I get the same error as the original poster. My phone is HTC Wildfire.
Original comment by deformac...@gmail.com
on 11 Aug 2011 at 1:12
I get similar behavior as original poster with Samsung Galaxy SII using sl4a-r5
and python 2.6.2. Another strange issue is that it will only return 3 results
in total (when there are a lot more than 3 contacts on the phone!)
a = android.Android()
c = a.getContacts()
for con in c.result:
print con
Also, will this function return both contacts that are saved on the sim card
and the phone?
Original comment by etol...@gmail.com
on 11 Apr 2012 at 3:22
Original issue reported on code.google.com by
navin.ka...@gmail.com
on 23 Jun 2010 at 12:40