On Thursday, August 25, 2011 3:38:33 PM UTC+1, Mark Murphy (a Commons Guy) wrote: > > > Anyway, what I was saying was that 360px square was as large as I could > go > > before running into the dreaded "!!! FAILED BINDER TRANSACTION !!!" bug. > I'd > > really hoped that would be fixed by now, but apparently not. > > It's simply a question of too much memory. Can you tile the image to > send it over in smaller chunks in separate IPC updates? > The funny thing is, that doesn't actually help. The FAILED BINDER TRANSACTION seems to occur whenever you send too much data through IPC (where "too much" is on the order of 1MB), but it doesn't seem to matter if that 1MB is in a single transaction or split into several. As it is, if I have multiple appwidget instances, I need to wait a second between updates to avoid this problem - even though each instance uses a different RemoteViews object.
I've been seeing this issue since at least Donut, and I could've sworn that it was already in the bugtracker, but looking now I can't seem to find it. Anybody think of a reason why I shouldn't create an issue for it? String -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en