Re: [android-beginners] Re: Facing serious problem with static objects

2010-01-04 Thread swapnil kamble
-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -- ...Swapnil || Hare Krishna Hare Krishna Krishna Krishna Hare Hare || || Hare RamaHare Rama Rama Rama

[android-beginners] Observing User inactivity time and broadcasting intent after timeout

2009-12-13 Thread swapnil kamble
. Thanks in advance, Swapnil || Hare Krishna Hare Krishna Krishna Krishna Hare Hare || || Hare RamaHare Rama Rama RamaHare Hare || -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners

[android-beginners] Receiving inactivity notifications in service from android

2009-11-25 Thread swapnil kamble
of getting inactivity notifications ? Thanks in advance, Swapnil || Hare Krishna Hare Krishna Krishna Krishna Hare Hare || || Hare RamaHare Rama Rama RamaHare Hare || -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group

[android-beginners] Blocking Window key shortcut when specific activity is running

2009-11-25 Thread swapnil kamble
by onkeydown. Does anybody has any idea about blocking this key event ? Thanks in advance Swapnil || Hare Krishna Hare Krishna Krishna Krishna Hare Hare || || Hare RamaHare Rama Rama RamaHare Hare || -- You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: Support of JKS Keystore in Android

2009-11-13 Thread swapnil kamble
I got it working. I used KeyTool UIU app. Using it, worked smoothly. If anyone wants details how I did it, send me an email. I will document it and post it on list. Thanks, Swapnil On Fri, Nov 13, 2009 at 12:53 PM, swapnil kamble swap.kam...@gmail.comwrote: Hi, I am having Java SSL

[android-beginners] Support of JKS Keystore in Android

2009-11-12 Thread swapnil kamble
PKCS12, but documentation says using PKCS12 for trustanchors purpose is not supported. Does anybody has any suggestions about this issue ? -- ...Swapnil || Hare Krishna Hare Krishna Krishna Krishna Hare Hare || || Hare RamaHare Rama Rama RamaHare Hare || -- You received

Re: [android-beginners] Launch App on bootup?

2009-11-03 Thread swapnil kamble
I am also looking for same thing. Please let me know, if you get any information on this. Thanks, Swapnil On Tue, Nov 3, 2009 at 2:03 PM, Justin wenxinle...@gmail.com wrote: Hi all, I'm still a rookie here. I'm looking to write an application that sit in front of the home screen on boot up

[android-beginners] Viewing logs on native android

2009-11-03 Thread swapnil kamble
Hi All, As we see emulator's logs in logcat of eclipse. What is similar on native android to view these logs ? Thanks in advance -- ...Swapnil || Hare Krishna Hare Krishna Krishna Krishna Hare Hare || || Hare RamaHare Rama Rama RamaHare Hare || -- You received

[android-beginners] how to set a shortcut key to launch an activity ?

2009-10-20 Thread swapnil kamble
Hello, how to set a shortcut key to launch an activity ? Lets say I have an app TestApp. I want to set a shortcut key (e.g alt + T ) to launch activity of TestApp. Is there any way to set such shortcuts to android apps ? Thanks in advance. -- ...Swapnil || Hare Krishna Hare Krishna Krishna

[android-beginners] Re: Is there a way to install LiveAndroid to PC permanently?

2009-09-06 Thread swapnil kamble
me know if you have...^^ I really hope get a real Android machine that is networking available. Thx. -- ...Swapnil || Hare Krishna Hare Krishna Krishna Krishna Hare Hare || || Hare RamaHare Rama Rama RamaHare Hare || --~--~-~--~~~---~--~~ You

[android-beginners] Re: Making separate service app and separate activity app

2009-09-02 Thread swapnil kamble
On Wed, Sep 2, 2009 at 11:06 AM, swapnil kamble swap.kam...@gmail.comwrote: Hi All, I am new to android. I want to create a service, which will installed independently. And there will be multiple activity apps communicating with it, justlike doing IPC. I saw the DualSeviceClient

[android-beginners] Making separate service app and separate activity app

2009-09-02 Thread swapnil kamble
starting or stopping in following code, Intent i = new Intent(); *i.setClassName( com.DualServiceOnly, com.DualServiceOnly.DualServiceOnly );* // How to associate service here startService( i ); Is there any sample available for this ? Thanks in advance. -- ...Swapnil

[android-beginners] Re: Emulator Proxy

2009-08-19 Thread swapnil
the ip address rather that name. Regards, Swapnil Dalal. On Aug 19, 6:20 am, chengks99 chengk...@gmail.com wrote: I encounter some problem when starting emulator using -http-proxy C:\android-sdk-windows-1.5_r2\toolsemulator -avd android1 -http-proxy proxy.##.##.com:8080 -debug-proxy

[android-beginners] Camera Preview on Emulator

2009-08-11 Thread swapnil kamble
Hi, I want to preview my camera on emulator. I have also written small app for that. But it only show black and white squares and gray square moving. Does anybody has any idea about this ? Thanks in advance, Swapnil --~--~-~--~~~---~--~~ You received this message

[android-beginners] Customization of Dialogs

2009-08-04 Thread swapnil
Hi, Can we create any dialog without having Title (like the lock screen when emulator boots up). Can anyone tell me the way to do it. Thanks in advance. Regards; Swapnil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Re: Customization of Dialogs

2009-08-04 Thread swapnil
Thank you for your help, But if you don't call setTitle () it will keep that space blank. I want there should not be any space left. From top of Dialog View I want to show the Buttons. Can you please help me in that. Regards; Swapnil

[android-beginners] Re: unable to install ADT plugin for europa eclipse 3.3

2009-08-04 Thread swapnil
Hi, It is the problem of Eclipse version you are using. The Eclipse should be updated. Just go to Software updates option in Help menu of Eclipse update it first then ADT will get installed properly. Regards, Swapnil --~--~-~--~~~---~--~~ You received

[android-beginners] SDK provided images

2009-07-29 Thread swapnil
Hi, There are images provided in android-sdk-windows-1.5_r2\platforms \android-1.5\data\res\drawable folder of SDK. Is there any way that we can use those directly in appliation. (without local copy)? Thanks best Regards; Swapnil Dalal