[android-developers] ResolverActivity HierarchyView tool causes system_server crash and device rebooting

2011-11-04 Thread Gary Wang
Dear Romain, I found ResolverActivity sometime will not be displayed correctly in Honeycomb 3.2.1 (only dim layer is rendered without its dialog). When HierarchyView tool try to connect to the view layers, the device will be rebooted. E/AndroidRuntime( 131): *** FATAL EXCEPTION IN SYSTEM

[android-developers] Email's message threading

2011-03-07 Thread Gary Wang
Dear all, For message threading on Email app, I know it lacks the conversation view (like Gmail's conversation view) on message list. can any expert give me any advices on the indexing mechanism in Email's sync mechanism?! Thanks! Gary -- You received this message because you are subscribed

[android-developers] The purpose of resource name mipmap?!

2011-02-15 Thread Gary Wang
Dear all, I found the following resource folders are existing in Honeycomb- version Borwser apk. mipmap-hdpi mipmap-mdpi The meaning of mipmap resource is not listed in its SDK's documentation. Can anyone help to explain it? Thanks for your help! Gary -- You received this message because

[android-developers] Cannot use AXMLPrinter2 to translate binary xml correctly in Honeycomb-version apk

2011-02-14 Thread Gary Wang
Dear all, I try to use AXMLPrinter2 to translate the binary xml files in resource directory of Honeycomb-related apk. But I always got following error, java.lang.ArrayIndexOutOfBoundsException: 71 at android.content.res.StringBlock.getShort(StringBlock.java:231) at

[android-developers] IPC (by domain socket) between Android's LocalSocket and Linux kernel's PF_LOCAL socket

2008-09-24 Thread Gary Wang
Dear all, I try to create the communication between Android Application and Linux kernel Process by IPC domain socket (using abstract namespace mode), but when I try to creaste new LocalSocketAddress, it always casued the exception lsited below, : E/me ( 372): java.io.IOException: