I am using the contactutils library to create contacts.
I am using a line like this to create the contact. It works perfectly on my Galaxy Nexus, Galaxy S4, my wife's Galaxy S3, all the emulator variations that I have tried (android versions 2.2 to version 4.3):
Two of my friends have HTC Rhyme phones and they both get this error when they press the button in my app that would fire off the cu.InsertContact code:
I have no idea what would be causing this, and have spent quite a few hours trying different variation of ways of doing things...
Does anyone have any idea of what could be going on here?
Also, does anyone have an HTC Rhyme that they would like to try the code on to see if things are acting the same, or to try and assist (I don't own that device).
Thanks B4A folks,
Eric H
I am using a line like this to create the contact. It works perfectly on my Galaxy Nexus, Galaxy S4, my wife's Galaxy S3, all the emulator variations that I have tried (android versions 2.2 to version 4.3):
B4X:
cu.InsertContact("name" , "1234567890")
Two of my friends have HTC Rhyme phones and they both get this error when they press the button in my app that would fire off the cu.InsertContact code:
B4X:
An error has occurred in sub: contactsutils_ww3(java line:574) java.Lang.NullPointerException. Continue?
I have no idea what would be causing this, and have spent quite a few hours trying different variation of ways of doing things...
Does anyone have any idea of what could be going on here?
Also, does anyone have an HTC Rhyme that they would like to try the code on to see if things are acting the same, or to try and assist (I don't own that device).
Thanks B4A folks,
Eric H