[android-developers] how to get different device Version

2010-08-09 Thread parag
hi all, how can i get the followinfg versions regarding an android device, HardWare Version-- Software version-- OS version -- Bluetooth stack version -- Bluetooth address -- and what would be the probable numbers for each one of those. thanks in anvance. -- You received this message

[android-developers] Re: how to get different device Version

2010-08-09 Thread parag
hi DevDroid, Thanks for the quick response, i have tried that but it dosnt give me the versions that i have mentione above. On Aug 9, 4:15 pm, { Devdroid } webnet.andr...@gmail.com wrote: On 9 August 2010 13:11, parag parag.shetgaon...@gmail.com wrote: how can i get the followinfg

[android-developers] Re: how to get different device Version

2010-08-09 Thread parag
hi all, when i check the settings-- about phone i can c the firmware information etc. i need to know a way to find those numbers. thanks in advance. On Aug 9, 4:21 pm, parag parag.shetgaon...@gmail.com wrote: hi DevDroid, Thanks for the quick response, i have tried that but it dosnt give

[android-developers] Build ID , Build Host

2010-08-10 Thread parag
hi all, What is the difference between build version build ID build Host android hardware version. the documentation does not clearly specify its usage. thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Bluetooth error: E/BluetoothSppPort(23252): port not connected

2010-08-17 Thread parag
check out this post http://groups.google.com/group/android-developers/browse_thread/thread/8a3924f8c2697889/04b3d0bb6dbe3ee9?lnk=gstq=bluetooth+issue#04b3d0bb6dbe3ee9 On Aug 12, 4:40 pm, Pobudzio pobudkiewicz.mac...@gmail.com wrote: Hello, When I lost connection I catch IOException but

[android-developers] Re: layout_gravity

2010-08-31 Thread parag
even i have found similar issues with the layouts. The user doc for layouts and actual implementation does not go hand in hand, its always a trial and error process Please do post if there is a clear solution for the above issues On Aug 31, 4:01 pm, Kostya Vasilyev kmans...@gmail.com wrote:  

[android-developers] Re: How to dynamically modify xml file in android

2010-08-31 Thread parag
try this sample http://stackoverflow.com/questions/2290945/writing-xml-on-android On Aug 31, 4:26 pm, kiran saikiran@gmail.com wrote: Yes It is available in android 2.2 Thank u On Aug 30, 10:41 pm, DanH danhi...@ieee.org wrote: The Android docs list  

[android-developers] Re: Timer in an App

2010-08-31 Thread parag
check this out http://justcallmebrian.com/?p=129 its a very useful sample On Aug 31, 12:55 pm, Mark Murphy mmur...@commonsware.com wrote: Use AlarmManager. On Tue, Aug 31, 2010 at 2:02 AM, chetan chetanchauha...@gmail.com wrote: Hi All,           I am creating an App in which i need

[android-developers] Re: How to create TextView without write the XML file

2010-08-31 Thread parag
Any suggestions on why I am getting the false reading -- in the xml , set the button propert android:clickable as true, anyone can suggest on how to place the results in a TextView via a button click, that would be appreciated. as i can c u have the listener to the button, on click can u be

[android-developers] Re: Key Events that occurred in the virtual keyboard can be passed to the hardware

2010-09-06 Thread parag
Could U please be clear on ur query or the problem that u r facing? i am not able to understand the issue, or the proble that u want to solve. On Sep 6, 2:15 pm, brilliant winger stw...@gmail.com wrote: Hi all Key Events that occurred in the virtual keyboard can be passed to the hardware,

[android-developers] Re: Android 2.2 - width=device-width No Longer Working

2010-09-09 Thread Parag
I think we now need to use the following tag meta name=viewport content=target-densitydpi=device-dpi / On Sep 7, 3:21 pm, icedogchi icedog...@gmail.com wrote: Not sure, but I have a site that looked flawless with 2.1.  Now with Froyo, the site is all squished up and the fonts are all sized

[android-developers] vibrate and sound in an android app

2010-07-16 Thread parag
hi, how do i play a sound on an action (consider on click of a button) i need to vibrate and also sound on click of a button, i am able to create the vibration effect but do not know how to play a sound. how do i got about? Regards Parag -- You received this message because you

[android-developers] Apps running cuncurrently

2010-09-21 Thread parag
, so that when i open the first app again it will resume rather then start all over again? reg Parag -- 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

[android-developers] Re: Apps running cuncurrently

2010-09-21 Thread parag
apps will be recycled by Davilk VM. When you open the first app again, it will be relaunched. But not all previously opened apps must restarted, as they may be still in paused state. On Sep 21, 2:10 pm, parag parag.shetgaon...@gmail.com wrote: hi folks, i have a situation, i want to know

[android-developers] Re: android.app.Application NullPointerException

2010-09-24 Thread parag
m not 100% sure but i feel this could help http://developer.android.com/reference/android/app/Activity.html#onSaveInstanceState(android.os.Bundle) but i feel if u can save the state of the objects onSaveInstanceState(android.os.Bundle) and restore them on

[android-developers] onactivityresult() does not return any changed result

2010-10-08 Thread parag
back to my activity, using the back button! my OnActivityResult method callback, the result code is always RESULT_CANCELLED. HOW CAN I GET THE FORMAT CHANGE? THANKS IN ADVANCE Parag -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: onactivityresult() does not return any changed result

2010-10-08 Thread parag
thanks :) :) On Oct 8, 4:23 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Oct 8, 2010 at 7:12 AM, parag parag.shetgaon...@gmail.com wrote: i am facing a problem with resulcode onActivityResult(); i have an activity, which opens up the system date and time activity

[android-developers] list of bluetooth paired devices

2010-10-11 Thread parag
hi what is the API to get list of all paired devices? thanks in advance -- 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] Monkey runner

2010-12-09 Thread parag
hi, I dont have any idea in Testing, can anybody help me making use of MonkeyRunner tool.. I have this code, http://www.netmite.com/android/mydroid/2.0/development/tools/monkeyrunner/src/com/android/monkeyrunner/MonkeyRunner.java whats the procedure to make use of it into testing? thanks --

[android-developers] Close AVD

2011-01-06 Thread parag
how do i close AVD from the command prompt or using ant. what is the command. Thanks -- 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,

[android-developers] Launching an application from a email. Is that possible?

2011-01-07 Thread Parag
and that email will havea link to launch the application. Let me know your views. Thanks, Parag -- 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

[android-developers] padding and margin

2010-10-18 Thread parag
what is the difference between padding and margin? i want to draw a view exactly at 200 dip from the top of the screen(0,0). there are some layout in the middle. how do i draw a view exactly at 200 dip from the top? thanks Parag -- You received this message because you are subscribed

[android-developers] Re: padding and margin

2010-10-18 Thread parag
thanks amit.. On Oct 18, 2:44 pm, Amit amitmishr...@gmail.com wrote: Dear Parag, For the purposes of determining the boundaries of a background, padding is considered inside the widget (and so padding area gets the background) and margin is outside the widget (and so does not get

[android-developers] end call

2011-02-23 Thread parag
notification. i mean the blank screen shouldnt appear. Any help appreciated. thanks in advance Parag -- 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

[android-developers] install apk from SD card to phone

2011-03-01 Thread parag
hi all, How can I install an apk file from my sd card to the the android phone memory or SD card? thanks in advance. -- 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

[android-developers] Re: install apk from SD card to phone

2011-03-01 Thread parag
THANKS, i tried the third option.. On Mar 1, 2:16 pm, Amit amitmishr...@gmail.com wrote: Dear Parag, In general, you can browse to the .apk file using any file browser and click thereit should install the apk. If not, please check if your adb shell is working fine? Even after

[android-developers] download videos using download manager

2011-09-26 Thread parag
hi, i want to develop an app, which allows to download videos from my server, i tried doing so with an mp3 and a wma file. but the download fails, i tried with a jpg image the download is fine. 1) does the download manager does not support to download mp3 and 3gp files? 2) can the download

[android-developers] App not visible in Android Market

2011-07-31 Thread parag
help. Regards Parag -- 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

[android-developers] Re: App not visible in Android Market

2011-08-01 Thread parag
with the new bugs. The recent changes entry field also behaves funny. -- Kostya 01.08.2011 13:56, Raghav Sood пишет: Did you actually click Publish and not Save? Sometimes people click the wrong button. On Mon, Aug 1, 2011 at 11:13 AM, parag parag.shetgaon...@gmail.comwrote: Hi, we

[android-developers] find href links in HTML loaded in webview

2011-09-19 Thread parag
Hi, i have html file loaded in a webview, how do i find weather there are more href links within this html file? thanks -- 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] peer to peer streaming protocol

2011-04-20 Thread parag bafna
Hello, Please suggest me a peer to peer streaming protocol that works with Android ? -- With Best Wishes, Parag Bafna, -- 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

[android-developers] Re: StackOverflowError in listview android

2012-10-13 Thread parag chauhan
Hello I have got same error pls check http://pastebin.com/xScdLWEY -- 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] Re: How to Implement Ticker Component.

2013-12-17 Thread parag chauhan
Did you got any solution for this? On Monday, 2 November 2009 19:21:54 UTC+3, Gulfam wrote: Hi all, I want to make Ticker Component but i dont know how to do this. I have seen Marquee but it start scroll on focus but i dont want. I want to scroll text if it is focused or not means in