[android-developers] Wifi reconnects all the time while in background mode

2009-06-22 Thread Gothy
Hi everyone. I'm facing a connectivity problem in my IM-client for a long time already, but still can't find out how to fix it. Found a similar bug report here: http://code.google.com/p/android/issues/detail?id=2059 except PowerManager.SCREEN_DIM_WAKE_LOCK didn't work for me :( So here is the pro

[android-developers] Re: How to completely Destroy application

2009-04-07 Thread Gothy
i guess it's smth like: android.os.Process.killProcess(android.os.Process.myPid()) On Apr 7, 2:01 pm, manohar wrote: > Hi all, > > I am unable to completely destory my app. My app is thread based app. > Once i exit the app by calling onDestroy method, it is exiting > properly. If i try to relaun

[android-developers] Re: Notifications from a service, forced Intent.FLAG_ACTIVITY_NEW_TASK problem

2009-01-12 Thread Gothy
Same problem with my app, but mine is not a main activity to do your hack proposed. The main problem is that when this happens passed parameters from notification intent are ignored and activity starts with initial parameters, like it was opened again during usual navigation... Those intents are m

[android-developers] Re: Notification and PendingIntent

2009-01-08 Thread Gothy
Haven't you found solution for this issue? On Dec 26 2008, 9:24 pm, Al wrote: > Not that I know of. I also tried using a Bundle instead, still no > luck. > > On Dec 25, 5:46 am, JS wrote: > > > is there a way to see the actual extras from the logcat? > > > On Dec 24, 3:55 pm, Al wrote: > > > >

[android-developers] Re: Final SDK build available (84853); deadline extended to Tuesday, August 5?????

2008-07-15 Thread Gothy
Nice :) On Jul 15, 4:21 am, Hong <[EMAIL PROTECTED]> wrote: > they seemed to send to the wrong mailing list, haha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: Drawing shape as ImageVIew

2008-06-09 Thread Gothy
Forget it, solved :) On Jun 9, 3:58 pm, Gothy <[EMAIL PROTECTED]> wrote: > Hi > I hope somebody can help me with drawing an image using XML > declaration. > I need to draw a part of a "chat bubble", it's top and it's bottom. To > understand what i mean yo

[android-developers] Drawing shape as ImageVIew

2008-06-09 Thread Gothy
Hi I hope somebody can help me with drawing an image using XML declaration. I need to draw a part of a "chat bubble", it's top and it's bottom. To understand what i mean you can check out an example delivered with android emulator API Demos -> Graphics - > Drawable -> ShapeDrawable The last one b