[android-developers] About using Hierarchy Viewer

2010-03-07 Thread Mycall
.? Thanks in advance. Mycall. -- 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

[android-developers] Re: About using Hierarchy Viewer

2010-03-07 Thread Mycall
, then HierarchyViewer cannot be used. Thanks Mycall. On 3월8일, 오전2시31분, Lance Nanek lna...@gmail.com wrote: http://groups.google.com/group/android-developers/msg/2dbd4dcf7280607b On Mar 7, 6:13 am, Mycall ahndr...@naver.com wrote: Hi all. When I was using Hierarchy Viewer to check views

[android-developers] Re: About using Hierarchy Viewer

2010-03-07 Thread Mycall
that are rooted, however. So maybe something to do with that. On Mar 7, 7:07 pm, Mycall ahndr...@naver.com wrote: Dear Lance Thanks for your response. And I really want to know why HierarchyViewer does not work with production devices. It is due to build mode like build - user

[android-developers] About applying theme over application wide

2010-03-07 Thread Mycall
background image in the setting application but I couldn't Please help me and let me know what is problem. Thanks in advance Mycall. -- 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

[android-developers] Is there any log to make sure current packet download state in the DDMS log.?

2010-03-06 Thread Mycall
Mycall -- 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

[android-developers] Re: Is it possible to set minimum heap size for each application.?

2010-03-04 Thread mycall
the various heap structures, which is a bit awkward but probably doable since there's only thread running at that point where the zygote forks. Thanks Mycall On 3월4일, 오후7시56분, James Wang jameswangc...@gmail.com wrote: Please readhttps://groups.google.com/group/android-porting/browse_thread/thread

[android-developers] Is it possible to set minimum heap size for each application.?

2010-03-03 Thread mycall
Deal All. I could set minimum heap size in the source code like below. -- VMRuntime.getRuntime().setMinimumHeapSize(INITIAL_HEAP_SIZE); But I want to set this value in android.mk or androidmanifest.xml. Is it possible.? Thanks Mycall. -- You received this message because you are subscribed

[android-developers] Re: Is it possible to set minimum heap size for each application.?

2010-03-03 Thread mycall
Actuall UI ( user interface) of my device is very slow. So I think if I extend heap size for application it will be fixed. I don't konw exactly whether my understanding is correct or not. Anyway, If I want to start some appliation with more enough heap size than needed, what I have to do.?

[android-developers] How can I decide to make a list for process running in the power-on time.?

2010-03-02 Thread mycall
Hello, All I'm beginner for developing hanset. When I connet device to DDMS sdk tool, I can see the running process. But I don't think that those process are tatal processes. For example, I have 10 android applications, A, B, C, D, E, F, G, H, I and J. If I want to run only A, B, C