[android-developers] How to resolve the "hide" interface in Eclipse

2010-06-10 Thread yangm
I use Eclipse to develop my application, but I wan to use some @hide interface. -)In Eclipse, build failed, because the "symbol could not be resolved." -)I put my application to $(AND_REPO)/packages/apps/. build with "make", the build passed. How can I make the build pass in eclipse ? (I know "u

Re: [android-developers] Re: How to debug SIGSEV?

2010-05-21 Thread yangm
See here: addr2line http://groups.google.com/group/android-developers/browse_thread/thread/73f89bb8739c24bb/e5c7fd02dfbc74fd?q=stack+trace+addr2line+fadden&pli=1 2010/5/21 Urizev > > > On May 1, 12:13 am, fadden wrote: > > On Apr 30, 1:22 pm, Mariano Kamp wrote: > > > > > I am wondering if the

Re: [android-developers] Multi instance of app launch from status bar notification.

2010-05-11 Thread yangm
Thanks, resolved as your solution. (singleTask) Ming. 2010/5/12 TreKing > On Tue, May 11, 2010 at 4:18 AM, yangm wrote: > >> It's seem like two my-app in window stack. *but my expect is one app >> instance.* > > > Launching from home screen is different th

[android-developers] Multi instance of app launch from status bar notification.

2010-05-11 Thread yangm
When My app started, show a notification. then pull down the status bar, click this notification, the app UI showed. But when I press back button, the my-app disappeard, and the other my-app show on top window, press back button again, get the home screen. It's seem like two my-app in window stack.

[android-developers] ServiceConnectionLeaked Error

2010-05-11 Thread yangm
My app meet a ServiceConnectionLeaked Error: E ActivityThread: android.app.ServiceConnectionLeaked: Activity com.my has leaked ServiceConnection com.m...@463dc0a0 that was originally bound here My app are two part, UI and service, Like music playback, the service will always running, until use

[android-developers] how to address the error by stack info

2010-05-03 Thread yangm
I meet a system_server crash, from the log , I got these information. How to address the error(which line occur the error) 16:59:51.801 1189 1189 I DEBUG : pid: 1237, tid: 2066 >>> system_server <<< 16:59:51.801 1189 1189 I DEBUG : signal 4 (SIGILL), fault addr 4dd2e928 16:59:51.801 11

[android-developers] how to list the "live" background service

2010-04-23 Thread yangm
how to list the "live" background server, like the "ps -ef" on linux. Thanks, Ming -- 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, sen

[android-developers] How to force VM excute GC

2010-04-23 Thread yangm
When VM excute GC, meet a exception: "java.lang.Exception: WakeLock finalized while still held". Now , I try to fix it. How can I force VM excute GC, so I can verify my fix. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this