HI,
I facing difficulty in adding a contact in the contact book. The exact
code that i gave in the python script is

1)
import android
import time

receiver = android.Android("2")
# Adding contacts to the Emulator
receiver.addContact("Shyam","5554")

       Here only the number is getting added but NOT the name.

2) And the second Query is i have created a method named
addNewContact() in ContactsFacade.java.
    When i try to invoke that method, i getting "Unknown RPC" while
calling this method in Python Script.

Please guide me with the solution for the above two problems.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to