[android-developers] App crashes when button is tapped several times

2016-07-04 Thread Vishnu Ajith
I am making a media player app. So when the music is playing suppose i tap the pause button many times or any other button many times the app crashes. Meaning, the app crashes if I try tapping on any button several times or If i click multiple buttons at the same time also the app crashes. Is t

[android-developers] Anchor tag link to application activity.

2012-02-07 Thread Atluri ajith
my application activity. what i need is i want to change that anchor tag url to redirect my application activity. Please help me. If it is silly question suggest me in what way i can achieve this. help would be greatness. Thank you. Ajith -- You received this message because you are subscribe

[android-developers] Problem with GetLongField JNI

2011-10-18 Thread Ajith Kamath
ntifier); I do identifier = (unsigned long long)id_j; , and print its value, But I am always getting 0. Can anyone explain this behavior or am I doing anything wrong in my implementation?? Regards, Ajith -- You received this message because you are subscribed to the Google Groups "Android Dev

Re: [android-developers] Retrieving Data off the URL not working

2011-09-27 Thread Atluri Ajith Kumar
I'm not sure, but for calling external URL's we have to us HttpURLConnection . In other way you can use httppost . Sample Example

Re: [android-developers] How to read data from an Xml file

2011-09-27 Thread Atluri Ajith Kumar
Hi Sumit. You said that the xml file is from external storage. So you can read xml file using httppost method. read here. After reading the xml file you will get response as inputstream, you have to convert input

Re: [android-developers] R.java not updating

2011-09-27 Thread Atluri Ajith Kumar
if you are using Eclipse. Do once Project->clean On Sun, Sep 25, 2011 at 9:58 PM, Harish wrote: > one When i add a button to main.xml file ,the id not visible -- " The ultimate measure of a man is not where he stands in moments of comfort and convenience, but where he stands at times of ch

Re: [android-developers] Re: Android

2011-09-27 Thread Atluri Ajith Kumar
http://stackoverflow.com/questions/2175076/how-to-use-bluetooth-in-android-emulator On Tue, Sep 27, 2011 at 4:32 AM, gjs wrote: > Hi, > > Get an android device that does, 2nd hand on ebay is cheap, or sbc. > > Regards > > On Sep 23, 2:41 pm, Nakul Varge wrote: > > Hii...this is Nakul Varge. I a

[android-developers] Listview with image data from database

2011-09-07 Thread Atluri ajith
Hi, i"m trying to display image with name in listview. My content is coming from database using SimpleCursorAdapter. When i'm trying with this below code getting force close. setContentView(R.layout.places); DatabaseHelper dbHelper = new DatabaseHelper(this.getApplication

[android-developers] Re: Problem with Notification Service and Progress bar

2011-07-20 Thread Ajith Kamath
Hi You see for my application i need an Indeterminate Progress bar of Horizontal style. I think this might be bug with StatusBarService itself. But i'm not sure. Any suggestions on how to keep animation running?!! Regards, Ajith On Thu, Jul 21, 2011 at 10:44 AM, Yong wrote: > Maybe yo

[android-developers] Problem with Notification Service and Progress bar

2011-07-20 Thread Ajith Kamath
. Regards, Ajith -- 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 mo

Re: [android-developers] Re: Problem with Progress Dialog

2011-07-17 Thread Ajith Kamath
any way to confirm that setProgress doesn't work for Spin wheels. @rambabu: I've kept setCancellable(true) . Still same problem. Let me know your inputs. Regards, Ajith On Mon, Jul 18, 2011 at 2:18 AM, rambabu mareedu wrote: > you have to setCancelable(true); end of the progess dialog ..

[android-developers] Problem with Progress Dialog

2011-07-17 Thread Ajith Kamath
to see if progress was set at all. I found that Progress of that dialog remained 0 always. Please suggest. Any help is appreciated. Regards, Ajith -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: NFC Mifare Ultralight Tag write error

2011-06-21 Thread Ajith Kamath
Hi John I only had one tag - Mifare Ultralight. I haven't figured out the solution for this error. I think it might be the tag error. But I'm not able to prove my contention. Please let me know if the same thing is happening with multiple tags. Kindly send your logs too. Regards, Ajit

Re: [android-developers] Re: NFC Mifare Ultralight Tag write error

2011-05-16 Thread Ajith Kamath
this error, I deliberately tried to "Format" and write the ndef message. I got "Tag doesn't support NDEF." error. But this is not possible since ndef!=null code was executed previously. I am not sure why this is happening. Please advice. Regards, Ajith On Mon, May 16

[android-developers] NFC Mifare Ultralight Tag write error

2011-05-15 Thread Ajith Kamath
ors.. Exception is happening when ndef.writeNdefMessage(mMessage) is executed Let me know if anyone knows why this error is occuring. Thanks & Regards, Ajith -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Out of Memory Exception when exporting vcards

2011-03-21 Thread Ajith Kamath
make more memory allocation on the go? Is this possible. Dalvik basically cannot allocate memory to these data. Please advice. Thanks & Regards, Ajith PS: Log is below : -17 11:42:31.669 D/dalvikvm( 740): GC_CONCURRENT freed 1943K, 52% free 12605K/26183K, external 3450K/4213K, paused 2ms

[android-developers] Re: Bluetooth UUID receive delayed

2011-03-18 Thread Ajith Kamath
Hi all attaching the logs I am getting wierd log, which i think is causing the problem: "probe failed with driver input-headset for device /org/bluez/483/hci0/dev_12_47_C5_EA_B1_8A" Can anyone tell me why this occurs?? Regards, Ajith LOG: 03-18 18:29:03.554: INFO/BluetoothS

[android-developers] Bluetooth UUID receive delayed

2011-03-18 Thread Ajith Kamath
signal immediately after I receive property changed signal for "Paired" Can someone Please tell me what might be causing this error. any help is highly aprreciated. Regards, Ajith -- You received this message because you are subscribed to the Google Groups "Android Developers&quo

[android-developers] Bluetooth SyncML Server

2011-03-11 Thread Ajith Kamath
sync like Two way Slow sync, One way from client to server etc. All I want to do is One way Sync from Client to Server. The Client that I'm trying to work with is Nokia N8 Any help is highly appreciated. Thanks & Regards, Ajith -- You received this message because you are subscribed t

[android-developers] Android 2.3.3 NFC capabilities concerns

2011-02-09 Thread Ajith Kamath
pport/changes were made in 2.3.3 Regards, Ajith -- 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-deve

Re: [android-developers] Bluetooth socket connection issue

2011-02-08 Thread Ajith Kamath
d the logs. The logs which you have added so far does not point out any problems . Also tell what kind of device are you trying to connect to you mobile.? Regards, Ajith On Tue, Feb 8, 2011 at 7:40 PM, Laurent Lugon wrote: > Hi Ajith, > > I've add logs in the connectThread and conne

Re: [android-developers] Bluetooth socket connection issue

2011-02-07 Thread Ajith Kamath
Hi Sorry I rechecked logs again. *BEGIN mConnectedThread *seems to be called. my bad. Still please add logs before and after connect and send Regards, Ajith On Tue, Feb 8, 2011 at 10:39 AM, Ajith Kamath wrote: > > Hi > > From the attached logs, its unclear what is the error.

Re: [android-developers] Bluetooth socket connection issue

2011-02-07 Thread Ajith Kamath
t;*BEGIN mConnectedThread*" is never displayed. I think there exists problem in connect thread. Please check this. Also what I meant by my previous question is that, What kind of h/w are you trying to connect to your mobile(Ex: headset, handsfree, carkit etc etc) Regards, Ajith On Mon, Feb 7, 20

Re: [android-developers] Bluetooth socket connection issue

2011-02-07 Thread Ajith Kamath
please paste the logs. And what bluetooth h/w are you trying to connect to your mobile device Regards, Ajith On Mon, Feb 7, 2011 at 4:21 PM, Laurent Lugon wrote: > Hi all, > > I use a hardware bluetooth device and I need to connect it to my mobile > phone. I've follow t

Re: [android-developers] Status of NFC card emulation capabilities in android 2.3.2

2011-02-06 Thread Ajith Kamath
related changes were stated. Regards, Ajith On Tue, Feb 1, 2011 at 6:51 PM, flavio wrote: > Hi, > > Is it possible to use the NFC device in "card emulation" mode on the > Nexus-S with android 2.3.2 ? > > if yes, where can i find the native library interface &g

Re: [android-developers] Re: NFC Secure Element

2011-01-30 Thread Ajith Kamath
TSM Are these 2 assuptions correct.? Also can you share doc/link on GP complaince and commands? Please advice Regards, Ajith On Fri, Jan 28, 2011 at 9:19 PM, mtk wrote: > I added the code to set wired mode in > com_android_nfc_NativeNfcManager.cpp. I also added some additional > m

Re: [android-developers] Re: NFC Intents: Reacting on specific NDEF types

2011-01-18 Thread Ajith Kamath
I dont think there is such a thing. You will have to write intermediate receiver for android.nfc.action.TAG_DISCOVERED Then separate ndef messages like i said before and generate separate intents which ever is needed. Regards, Ajith On Tue, Jan 18, 2011 at 12:54 PM, andrew wrote: > I th

Re: [android-developers] NFC Intents: Reacting on specific NDEF types

2011-01-17 Thread Ajith Kamath
getTnf ) for TNF_EXTERNAL_TYPE<http://developer.android.com/reference/android/nfc/NdefRecord.html#TNF_EXTERNAL_TYPE> and then check for uri I hope this answers your question Regards, Ajith On Tue, Jan 18, 2011 at 6:07 AM, Dominik wrote: > Is it possible to restrict the type of tags an

[android-developers] Re: NFC Secure Element

2011-01-17 Thread Ajith Kamath
Provider) If anyone can explain OTA agent and its communication with TSM, it would be very helpful. Since this too is not clear (w.r.t android) Regards, Ajith On Tue, Jan 18, 2011 at 5:41 AM, Dominik wrote: > According to the NXP documentation of PN544, three SE variants are > supported: &

[android-developers] NFC Smart poster and Tag reader

2011-01-13 Thread Ajith Kamath
Hi Is it possible to have Android NFC device configured as both Smart poster and Tag reader? Will Smart poster require separate h/w config? Please advice Regards, Ajith -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

Re: [android-developers] NFC

2011-01-11 Thread Ajith Kamath
Please go through previous threads already on nfc in the developers group Tag reading demo provided is just a simulation. Regards, Ajith On Tue, Jan 11, 2011 at 11:27 AM, kampy wrote: > Hi All, > > I read the docs about the NFC on android and tried with the sample > provided in t

Re: [android-developers] Re: NFC Secure Element

2011-01-09 Thread Ajith Kamath
nd SE. phHciNfc_SWP.c phHciNfc_WI.c Please go through these files and let me know if I'm in right path. Regards, Ajith On Mon, Jan 10, 2011 at 11:44 AM, nemik wrote: > Ajith, > > According to > http://discussion.forum.nokia.com/forum/showthread.php?199442-6212-device-how-t

Re: [android-developers] Re: NFC Secure Element

2011-01-09 Thread Ajith Kamath
information * I am trying to use Wired Mode, Hence phHciNfc_WI.c will be used to communicate between Controller and Secure element right? Please advice. Regards, Ajith Hi On Sun, Jan 9, 2011 at 1:00 AM, nemik wrote: > I was able to enable a secure element the other day by messing around > wit

[android-developers] NFC Card emulation and P2P

2011-01-06 Thread Ajith Kamath
Regards, Ajith -- 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.c

[android-developers] Ginger bread - NFC Card Emulation & p2p

2011-01-05 Thread Ajith Kamath
ll me if Access to SE is Implementation specific and code(app and frame) will be provided based on SE separately? Regards, Ajith -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

[android-developers] Re: FTP speed is less over obex

2010-12-28 Thread Ajith Kamath
am using broadcom bluetooth chip bcm4325 Please advice Regards, Ajith On Tue, Dec 28, 2010 at 1:00 PM, Ajith Kamath wrote: > Hi > > I have implemented FTP server V1.1 for Android over Bluez. > But when I do the transfer to/fro , my speed is max 10.2~10.8KBps > > But then i ch

[android-developers]

2010-11-05 Thread Ajith Kamath
e the problem. I heard SLC connection is delayed in Jabra BT8010. I have made sleep of 2600 ms for it in BluetoothHandsfree.java. But still same problem Please suggest. Thanks & Regards, Ajith -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-porting] Re: [android-developers] KeyCharacterMap problem and Bluetooth Headset

2010-10-12 Thread Ajith Kamath
159 MEDIA_FAST_FORWARD WAKE Anyways, Its working now. Thanks , Ajith On Tue, Oct 12, 2010 at 12:43 PM, Dianne Hackborn wrote: > This is unrelated to keycharmap files, which are used for converting key > events to printable characters. Generally the Linux driver for the device >

[android-developers] KeyCharacterMap problem and Bluetooth Headset

2010-10-11 Thread Ajith Kamath
N/KeyCharacterMap(2550): Using default keymap: /system/usr/keychars/qwerty.kcm.bin Can this be a problem ? If so , how?? Please suggest. Regards, Ajith -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

Re: [android-developers] Bluetooth headset noise-cancellation activation through android app

2010-10-05 Thread Ajith Kamath
commands and operation. For Voice gain and reduction there are specific at commands. I think you will need to send this to socket of BluetoothAudioGateway. I'm not sure if this is what you require and if it answers your question. Let me know. Regards, Ajith On Tue, Oct 5, 2010 at 12:53 AM, G

[android-developers] Task Manager Killing process. Incomplete kill.

2010-09-24 Thread Ajith Kamath
roy is NOT called. Is there any function which is called when Force kill of Process is done?!! Please advice. Thanks & Regards, Ajith -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] Need info on LOCAL_CFLAGS

2010-09-13 Thread Ajith Kamath
Hi Can anyone please tell me usage of LOCAL_CFLAGS in android.mk. Regards, Ajith -- 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] Bluetooth FTP Server Service implementation

2010-09-07 Thread Ajith Kamath
ntionaity. Please advice Regards, Ajith -- 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+un

Re: [android-developers] Can't build Android SDK

2010-03-22 Thread ajith aji
hello android developers, please stop mailing to me! please On Thu, Mar 4, 2010 at 7:48 AM, SN wrote: > Can anybody help me building Android SDK? I followed all the steps to > download Android SDK and when I try to build it. I got error. Here is > all my step of building it. > > $ source bu

[android-developers] Re: change rild privilege

2009-03-14 Thread Ajith
Hi Srinivas: Did you get further with this issue? I am also seeing the same behavior. It seems like commenting out switchuser() is the hack that works for now. But as far as I know, rild is not to be touched by ril implementations, so there must be some cleaner way of fixing this. Thanks Ajith

[android-developers] MMS message length

2009-02-06 Thread Ajith
Is there an API to support setting MMS upload and download message size ? Are there predefined sizes that limit how big the outgoing and incoming messages can be ? Ajith --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google