Re: [android-developers] When can we expect source code release for icecream sandwich version?

2011-10-20 Thread swapnil kamble
Thanks for your info. But I didn't asked whether I will get it or not, I know that. I asked when. If you don't know because its not clear, no need to reply. On Wed, Oct 19, 2011 at 6:34 PM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Oct 19, 2011 at 8:50 AM, swapnil kamble swap.kam

Re: [android-developers] When can we expect source code release for icecream sandwich version?

2011-10-20 Thread swapnil kamble
Thanks On Thu, Oct 20, 2011 at 4:19 PM, Oli Wright oli.wri...@gmail.com wrote: Any particular reason you felt the need to be rude when someone tries to assist you with a question you were more than capable of researching the answer for yourself? -- You received this message because you are

[android-developers] When can we expect source code release for icecream sandwich version?

2011-10-19 Thread swapnil kamble
Hi Android Developers, When can we source code release for icecream sandwich ? We are eagerly waiting for this release. Lots of things are implemented that we are looking for. Thanks in advance Swapnil -- You received this message because you are

Re: [android-developers] [SOLVED] Real Multi touch in Android - Going Open Source!!!

2011-10-10 Thread swapnil kamble
Cool app. I just tried it, works awesome. Nice work Swapnil On Mon, Oct 10, 2011 at 2:08 PM, Asim asim.mit...@gmail.com wrote: Hey Everyone, I've been working on a project to improve android's multi touch capability. The droid has really poor binding between touch events and views. I've

Re: [android-developers] Use of Live Wallpaper as a background in android application

2011-04-11 Thread swapnil kamble
Thanks a lot Dianne. Worked like a charm. On Mon, Apr 11, 2011 at 12:34 PM, Dianne Hackborn hack...@android.comwrote: activity android:name=... android:theme=@android:style/Theme.Wallpaper / On Sun, Apr 10, 2011 at 9:26 PM, swapnil kamble swap.kam...@gmail.comwrote: Hi All, I

[android-developers] Launch Gallery App at folder level instead of All pictures

2011-04-11 Thread swapnil kamble
Hi All, I want to launch Gallery app for image selection. I am using following code, Intent intent = new Intent(); intent.setType(image/*); intent.setAction(Intent.ACTION_GET_CONTENT); startActivityForResult(Intent.createChooser(intent,Select Picture), 1); But its launching

[android-developers] Re: Launch Gallery App at folder level instead of All pictures

2011-04-11 Thread swapnil kamble
I checked with froyo also. Looks like in froyo All pictures is not there. By default, shows folders present. On Mon, Apr 11, 2011 at 6:09 PM, swapnil kamble swap.kam...@gmail.comwrote: Hi All, I want to launch Gallery app for image selection. I am using following code, Intent

[android-developers] Use of Live Wallpaper as a background in android application

2011-04-10 Thread swapnil kamble
Hi All, I am trying to set my application's background with live wallpaper. With the older static wallpaper mechanism, there was one API getWallpaper(), using which we were able to get current wallpaper's drawable and use it as a background in our own application. Now I am looking for a

[android-developers] SSL handshake failure: for HttpsURLConnection behind the proxy.

2011-03-15 Thread swapnil kamble
Hi All, I need some suggestion in resolving SSL handshake failure issue. When trying to connect to HTTPS url using javax.net.ssl.HttpsURLConnection in android with code below. I set the properties for proxy host, port and tried opening https connection.

[android-developers] Re: SSL handshake failure: for HttpsURLConnection behind the proxy.

2011-03-15 Thread swapnil kamble
Attached the code for the reference On Tue, Mar 15, 2011 at 12:28 PM, swapnil kamble swap.kam...@gmail.comwrote: Hi All, I need some suggestion in resolving SSL handshake failure issue. When trying to connect to HTTPS url using javax.net.ssl.HttpsURLConnection in android with code

Re: [android-developers] Re: SSL handshake failure: for HttpsURLConnection behind the proxy.

2011-03-15 Thread swapnil kamble
should do that only as a last resort. But it is unlikely you will be able to resolve the issue by looking only at logcat. On Mar 14, 11:58 pm, swapnil kamble swap.kam...@gmail.com wrote: Hi All, I need some suggestion in resolving SSL handshake failure issue. When trying to connect

Re: [android-developers] Re: WiFi Problem

2010-12-15 Thread swapnil kamble
Peeyush, You should know when you ask question on this list, it should relate to android. If you have problem in Ubuntu Wifi ask in Ubuntu forum. On Wed, Dec 15, 2010 at 12:04 AM, peeyush varshney varshney.peey...@gmail.com wrote: I have tried the same but i is not working.

[android-developers] Delay in updating the database parameter value

2010-09-20 Thread swapnil kamble
Hi All, I am facing problems in updation of database param value. When I write into that table from code, and try to see it by selecting that table from adb, it shows correct value which was newly updated. But if I do a reboot immediately(within 10-15secs) then after reboot I still see

[android-developers] Using Trusting All Certificate but still getting SSLPeerNotVerified exception

2010-04-08 Thread swapnil kamble
Hi All, I want client authentication on my server. I want to trust peer certificate based on user's confirmation. So for that first time i want to trust all received cert, but at this point itself I am getting excpetion in getPeerCertificate as SSLPeerUnVerified. I tried adding handshakecompleted

Re: [android-developers] Re: Using IPSec on Android

2010-03-06 Thread swapnil kamble
Can you please explain how did you achieve this ? So people can benefit from this. On Sun, Feb 28, 2010 at 11:20 AM, Android Development indodr...@gmail.comwrote: I managed to achieve this. Thanks. Indodroid. On Tue, Feb 9, 2010 at 3:46 PM, Android Development indodr...@gmail.comwrote:

Re: [android-developers] Finding if Unlock Pattern Screen is ON/OFF

2010-03-03 Thread swapnil kamble
android.provider.Settings. System.getInt( mContentResolver, Settings.System.LOCK_PATTERN_ENABLED, 0) == 1; This should give you boolean value, whether PATTERN is enabled or not. On Wed, Mar 3, 2010 at 9:54 PM, Jacob jacobroutolo...@gmail.com

Re: [android-developers] Detecting if there is a screen unlock pattern?

2010-02-16 Thread swapnil kamble
android.provider.Settings.System.getInt( mContentResolver, Settings.System.LOCK_PATTERN_ENABLED, 0) == 1; This should give you boolean value, whether PATTERN is enabled or not. On Tue, Feb 16, 2010 at 4:00 AM, paladin quoti...@gmail.com wrote: Is

Re: [android-developers] softkeyboard in Android 1.1

2010-02-10 Thread swapnil kamble
Why you want Android 1.1 ? On Wed, Feb 10, 2010 at 6:32 PM, andu alemf...@yahoo.com wrote: How are you all I want to develop softkeyboard for android 1.1 platform. when I check the sample softkeyboard application in the emulator, some of the imported packages are not accessible. some of

Re: [android-developers] Re: moving the softkeyboard from place

2010-02-07 Thread swapnil kamble
Hi, I am also looking for displaying soft keyboard in my layout programmatically (not full screen but always visible.) Do you guys have any idea about this ? On Sat, Feb 6, 2010 at 11:36 PM, Mark Murphy mmur...@commonsware.comwrote: guich wrote: Thanks. Do you know how to *programatically*

[android-developers] Including virtual keyboard widget in layout

2010-02-03 Thread swapnil kamble
I want to include virtual keyboard in my layout file.I am using foll. code. Is there anything I am missing ? android.inputmethodservice.KeyboardView android:id=@android:id/keyboardView android:background=@android:color/transparent

[android-developers] Displaying Virtual Keyboard without expanding EditText

2010-01-28 Thread swapnil kamble
I want to display keyboard when my app gets started. I know we can get Virtual Keyboard when clicked on EditText field, but I want to show Virtual Keyboard without clicking on EditText. Swapnil || Hare Krishna Hare Krishna Krishna Krishna Hare Hare || || Hare RamaHare Rama Rama Rama

Re: [android-developers] Re: Displaying Virtual Keyboard without expanding EditText

2010-01-28 Thread swapnil kamble
() first, Im not sure. cheers, On Jan 28, 11:16 am, swapnil kamble swap.kam...@gmail.com wrote: I want to display keyboard when my app gets started. I know we can get Virtual Keyboard when clicked on EditText field, but I want to show Virtual Keyboard without clicking on EditText

[android-developers] MotionEvent ACTION_DOWN throwing security exception for INJECT_EVENT permission

2010-01-25 Thread swapnil kamble
Hi, I have added this line in my androidManifest.xml uses-permission android:name=android.permission.INJECT_EVENT/ I am trying to execute following code, long downTime = SystemClock.uptimeMillis(); long eventTime = SystemClock.uptimeMillis();

Re: [android-developers] Re: MotionEvent ACTION_DOWN throwing security exception for INJECT_EVENT permission

2010-01-25 Thread swapnil kamble
I am not injecting events in other application. I want to do that when my activity is running . On Mon, Jan 25, 2010 at 4:51 PM, moneytoo m...@seznam.cz wrote: Injecting events to other applications/activities is not allowed. On Jan 25, 9:57 am, swapnil kamble swap.kam...@gmail.com wrote

Re: [android-developers] How to estabilish TCP communication between emulators

2010-01-25 Thread swapnil kamble
Run your server on some VM.. I did that only On Mon, Jan 25, 2010 at 7:22 PM, saikiran n saikiran@gmail.com wrote: Hi I have developed an application my pc as server and android as client. I am successfully run it. Now i have opened two emulators and i made necessary redirection to

Re: [android-developers] Re: Modal dialog

2010-01-18 Thread swapnil kamble
I have solved this problem by a synch point between two thread i.e. using CountDownLatch On Mon, Jan 18, 2010 at 6:32 PM, skink psk...@gmail.com wrote: On Jan 18, 1:52 pm, ls02 agal...@audible.com wrote: Yes, I read Android docs about dialogs. However, this still does not answer my

Re: [android-developers] Re: blocking UI thread when Yes/No AlertDialog is displayed

2010-01-04 Thread swapnil kamble
at 2:39 AM, swapnil kamble swap.kam...@gmail.comwrote: Have you used MessageBox.show() API in Windows ? If yes then you can understand it easily what I am saying. This is API is not really blocking the thread -- it is running a nested event loop, until the user responds to the dialog

Re: [android-developers] Re: blocking UI thread when Yes/No AlertDialog is displayed

2009-12-31 Thread swapnil kamble
. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Thu, Dec 31, 2009 at 2:49 AM, swapnil kamble swap.kam...@gmail.comwrote: Let me reframe my question. My intention

Re: [android-developers] Re: blocking UI thread when Yes/No AlertDialog is displayed

2009-12-30 Thread swapnil kamble
... - ... On Wed, Dec 30, 2009 at 12:27 AM, swapnil kamble swap.kam...@gmail.com wrote: Thanks for your ... -- You received this message because you are subscribed to the Google Groups Android Developers group... -- You

[android-developers] blocking UI thread when Yes/No AlertDialog is displayed

2009-12-29 Thread swapnil kamble
Hi , I am displaying Confirmation type dialog box. I want to pause execution of that thread until answer is provided by user, but since this AlertDialog works asynchronously, I am facing problems in blocking that thread but displaying AlertDialog and continue execution on answer. I tried

Re: [android-developers] Re: blocking UI thread when Yes/No AlertDialog is displayed

2009-12-29 Thread swapnil kamble
visible. Here's an explanation I found by googling for android modal dialog: http://groups.google.com/group/android-developers/browse_thread/threa. .. On Tue, Dec 29, 2009 at 3:52 AM, swapnil kamble swap.kam...@gmail.com wrote: Hi , I am displaying Confirmation type dialog

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

2009-12-13 Thread swapnil kamble
Hi, As in android, after inactvity of screen off timeout, android screen goes off. So here android itself uses some activity observer, to know whether user is currently active or not. I need not every keystroke or touch event with details, just knowing that user is active and getting a

Re: [android-developers] SSL handshake failure when client certificate is requested

2009-12-11 Thread swapnil kamble
I am also looking for using custom keystore, do you know how generate and store cert and priv key in keystore programmatically ? On Thu, Dec 10, 2009 at 4:12 PM, droidsan droid...@googlemail.com wrote: Hello, Trying to set up a secure connection via SSL I get a SSL handshake failure when the

[android-developers] Re: Launching Android's default PhoneLocker Application

2009-12-03 Thread swapnil kamble
Anybody in this list has tried to use unlock screen by pattern in android. On Thu, Dec 3, 2009 at 10:15 AM, swapnil kamble swap.kam...@gmail.comwrote: Hi, I am using Android 1.6. I saw screen lock settings in Security location .I set the screen unlock pattern. But android is not getting

[android-developers] Launching Android's default PhoneLocker Application

2009-12-02 Thread swapnil kamble
Hi, I am using Android 1.6. I saw screen lock settings in Security location .I set the screen unlock pattern. But android is not getting locked. How can I lock my android screen ? Thanks, Swapnil || Hare Krishna Hare Krishna Krishna Krishna Hare Hare || || Hare RamaHare Rama Rama

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

2009-11-25 Thread swapnil kamble
Hi, I want to launch an activity only when there is no activity on android till a particular a period of time. I know the timer value, and I want notification after inactivity timeout of timer value. Just like what windows provides, you set some timer value and system will be locked after that

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

2009-11-25 Thread swapnil kamble
Hi All, I want to block window key shortcut, which takes user back to home screen by suspending current activity. I want to block that, I want to eat up that key event. I also wrote onkeydown handler using which I could eat up all other keys, but this key event is not been received by

Re: [android-developers] Blocking Window key shortcut when specific activity is running

2009-11-25 Thread swapnil kamble
Hi, Thanks for your reply. My application is a locker application. So I have to block this key . On Thu, Nov 26, 2009 at 12:20 PM, Romain Guy romain...@google.com wrote: You cannot block that event. On Wed, Nov 25, 2009 at 10:48 PM, swapnil kamble swap.kam...@gmail.com wrote: Hi All

Re: [android-developers] Viewing logs on native android

2009-11-16 Thread swapnil kamble
logcat to logging for native android device. Just choose your device in DDMS for logging. if you want to logging just for App, the NDK is not necessary. 2009/11/4 swapnil kamble swap.kam...@gmail.com Thanks for your reply. Then I will have to always use

Re: [android-developers] Viewing logs on native android

2009-11-16 Thread swapnil kamble
you connect your device to the PC , and from eclipse select the device as the actual one , you can see the logs of actual device on the Logcat, Thanks, Alok. On Mon, Nov 16, 2009 at 7:58 PM, swapnil kamble swap.kam...@gmail.comwrote: Hi, Sorry for late reply. I missed your reply. How

Re: [android-developers] Need Help: Is widestrings like LString allowed in Android?

2009-11-13 Thread swapnil kamble
Why do you need that ? You dont need provide L . On Fri, Nov 13, 2009 at 2:15 PM, Latha Shivanna latha...@gmail.com wrote: Hii All Does anybody know about the behavoir of Android’s compiler for target on wide strings like L”string” ?? I have a piece of code like this: Unsigned short*

[android-developers] 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-developers] Support of JKS Keystore in Android

2009-11-12 Thread swapnil kamble
Hi, I am having Java SSL based server and I want to connect android SSL supported client to it. My keystore in Java is JKS, but android says no JKS implementation found. It supports BKS. Is there any way to have JKS support for android ? If not then how can use BKS in Java. I am trying using

[android-developers] 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 this

Re: [android-developers] Viewing logs on native android

2009-11-03 Thread swapnil kamble
android/log.h in NDK, and link to /system/lib/liblog.so. And you can find the details in the document of NDK ($NDK_ROOT)/docs/STABLE-APIS.TXT). 2009/11/4 swapnil kamble swap.kam...@gmail.com Hi All, As we see emulator's logs in logcat of eclipse. What is similar on native android

[android-developers] Re: how to set a shortcut key to launch an activity ?

2009-10-30 Thread swapnil kamble
: This may need to add a service to listen to these key press event and trigger an app. 2009/10/21 swapnil kamble swap.kam...@gmail.com 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

[android-developers] 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-developers] 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-developers] Making separate service app and separate activity app

2009-09-02 Thread swapnil kamble
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 sample which itself writes a service and communicates with it. But I want to run

[android-developers] 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