Wednesday, September 8, 2010

[android-developers] Re: Strange Exceptions when deleting and reading contacts

I guess you cannot delete contacts either you can read or write
contacts but you cannot delete contacts.
might be the reason for transaction failure exceptions
Thanks,
Arjun.

On Sep 8, 4:29 am, Samuh <samuh.va...@gmail.com> wrote:
> I am getting following exceptions when I try to read/delete contacts
> from my application using Contacts Content Provider.
> What does the following mean?
>
> ERROR/IMemory(1349): binder=0x490f38 transaction failed
> fd=-2147483647, size=0, err=-2147483646 (Unknown error: 2147483646)
> ERROR/IMemory(1349): cannot dup fd=-2147483647, size=0,
> err=-2147483646 (Bad file number)
> ERROR/IMemory(1349): cannot map BpMemoryHeap (binder=0x490f38),
> size=0, fd=-1 (Bad file number)
> ERROR/JavaBinder(1349): *** Uncaught remote exception!  (Exceptions
> are not yet supported across processes.)
> ERROR/JavaBinder(1349): java.lang.RuntimeException: No memory in
> memObj
> ERROR/JavaBinder(1349):     at
> android.database.CursorWindow.native_init(Native Method)
> ERROR/JavaBinder(1349):     at
> android.database.CursorWindow.<init>(CursorWindow.java:518)
> ERROR/JavaBinder(1349):     at
> android.database.CursorWindow.<init>(CursorWindow.java:27)
> ERROR/JavaBinder(1349):     at android.database.CursorWindow
> $1.createFromParcel(CursorWindow.java:493)
> ERROR/JavaBinder(1349):     at android.database.CursorWindow
> $1.createFromParcel(CursorWindow.java:496)
> ERROR/JavaBinder(1349):     at
> android.content.ContentProviderNative.onTransact(ContentProviderNative.java:
> 96)
> ERROR/JavaBinder(1349):     at
> android.os.Binder.execTransact(Binder.java:287)
> ERROR/JavaBinder(1349):     at dalvik.system.NativeStart.run(Native
> Method)
>
> Thanks.

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

No comments:

Post a Comment