Pinguinul wrote: > 1. How can I update Android phone contacts? I have this code that > doesn't work. the error message is "ERROR/AndroidRuntime(196): > java.lang.UnsupportedOperationException: Cannot update URL: > content://contacts/people/22/phones"
Do you have the appropriate permission in your AndroidManifest.xml file? > 3. I tried to send emails using this code: > http://davanum.wordpress.com/2007/12/22/android-send-email-via-gmail-actually-via-smtp/ > but it does not work? The error is "ERROR/AndroidRuntime: > java.lang.VerifyError: javax.mail.internet.MimeMessage". That code is nearly a year old and is for a long-since-replaced version of the SDK. Personally, I tried getting JavaMail working on Android 1.0 and it failed. However, I see that a tutorial on this just got posted to this board, so you should probably review it. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.3 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

