[android-developers] NFC android wear (Huawei watch 2.0)

2017-09-20 Thread Pragya Pande
Hello, I am new to android development and currently building a nfc reader for wear. The problem I am facing is with the function --- "adapter.enableForegroundDispatch(activity, pendingIntent, filters, techList)". Whenever I am running my code it is throwing "unsupported exception" on

[android-developers] nfc tag and phone compatibility?

2016-07-18 Thread Stephen Kramer
I am developing a toy that will have an active NFC board in it communicating with a microcontroller. I need to know which phones will be able to communicate with the NFC tag through an android app. The initial tag choice is ST25TA02K-P by STMicro. The tag description from the datasheet is:

[android-developers] NFC tag reading in background service

2016-01-25 Thread Dasun Tharaka
Hi All, I'm trying to develop a common Service to handle NFC tags in my Android device. The idea is to deliver the NFC data to user applications with no coding but minimal configuration in this service. But from the information I found so far implies that a service cannot be registered for

[android-developers] NFC intent on Android for Work

2016-01-18 Thread Ben Morris
I've created a very basic app that has an intent for external NDEF type as shown below. The activity the above is nested in is the main activity for the app and is just a vanilla blank activity. All works fine on the standard user side however if I side load the app on

Re: [android-developers] NFC host card emulator

2014-02-05 Thread F4L|{0
thanks. can you tell me where I can find some example of this implementation? thanks for support Il giorno giovedì 30 gennaio 2014 09:35:39 UTC+1, Nikolay Elenkov ha scritto: On Thu, Jan 30, 2014 at 5:30 PM, F4L|{0 simone.d...@gmail.comjavascript: wrote: thanks for reply. My idea is

Re: [android-developers] NFC host card emulator

2014-01-30 Thread F4L|{0
thanks for reply. My idea is emulate, for now, a Mifare 1K card for transport application. it's possible with secure element. I think that I have confusion about it. Il giorno giovedì 30 gennaio 2014 08:57:53 UTC+1, Nikolay Elenkov ha scritto: On Thu, Jan 30, 2014 at 4:50 PM, F4L|{0

Re: [android-developers] NFC host card emulator

2014-01-30 Thread Nikolay Elenkov
On Thu, Jan 30, 2014 at 5:30 PM, F4L|{0 simone.dolcio...@gmail.com wrote: thanks for reply. My idea is emulate, for now, a Mifare 1K card for transport application. it's possible with secure element. I think that I have confusion about it. Please reply to list. You cannot emulate Mifare with

[android-developers] NFC host card emulator

2014-01-29 Thread F4L|{0
HI I have some problem to emulate card with android 4.4. has someone some example for learn to use this functionality? I read this article http://developer.android.com/guide/topics/connectivity/nfc/hce.html#, but I don't understand how HCE work exactly. if the HCE create a secure area or

Re: [android-developers] NFC host card emulator

2014-01-29 Thread Nikolay Elenkov
On Thu, Jan 30, 2014 at 4:50 PM, F4L|{0 simone.dolcio...@gmail.com wrote: HI I have some problem to emulate card with android 4.4. has someone some example for learn to use this functionality? I read this article http://developer.android.com/guide/topics/connectivity/nfc/hce.html#, but I

[android-developers] NFC Embedded Secure Element Issue

2013-06-10 Thread Bibu
Hi everyone, I'm faced to a big issue on my Android Application. I've implemented the SEEK API to my project, I'm able to select APPLET, open a channel , transmit data and close the channel. For now, everything is fine. But, with an external reader I want to be able to start the activity even

[android-developers] NFC device identification

2013-04-22 Thread Vasek
Hello, I am now reading about NFC technology. I think about situation when more devices(let's say 5) are available in the antenna range of the NFC initiator. Is it then the possible for the initiator to reliably distinguish between those 5 devices? On what identification is the communication

Re: [android-developers] NFC Card Emulation on android

2013-02-12 Thread Michael Roland
Hi Eliseo, so Nexus S, Galaxy Nexus and Galaxy S III have a fixed UID? These phones have an embedded secure element that has a fixed UID. it is due to the NFC NXP controller or to the secure element? Secure Element. The NFC controller uses random UIDs for all other cases. Which secure

Re: [android-developers] NFC Card Emulation on android

2013-02-05 Thread Eliseo Baruzzi
Il giorno giovedì 24 gennaio 2013 18:48:20 UTC+1, Michael Roland ha scritto: Hi Eliseo, What I want to do is to use the UID received from the phone to read/write the tag emulated on the phone. Another application possible is to use the phone in access control applications, but a

[android-developers] Nfc reader application

2013-02-05 Thread jitesh adnani
I want to develop an app that could read any nfc tag or card and display all the details in that nfc tag or card. -- -- 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

Re: [android-developers] NFC Card Emulation on android

2013-01-24 Thread Michael Roland
Hi Eliseo, What I want to do is to use the UID received from the phone to read/write the tag emulated on the phone. Another application possible is to use the phone in access control applications, but a fixed UID is necessary. The UID is random for security reasons? How Card Emulation can

Re: [android-developers] NFC Card Emulation on android

2013-01-22 Thread Nikolay Elenkov
On Tue, Jan 22, 2013 at 4:50 PM, Eliseo Baruzzi baruzzi.softw...@gmail.com wrote: Il giorno lunedì 21 gennaio 2013 18:12:30 UTC+1, Nikolay Elenkov ha scritto: What are you trying to do? What I want to do is to use the UID received from the phone to read/write the tag emulated on the

Re: [android-developers] NFC Card Emulation on android

2013-01-22 Thread Eliseo Baruzzi
Il giorno martedì 22 gennaio 2013 09:03:27 UTC+1, Nikolay Elenkov ha scritto: On Tue, Jan 22, 2013 at 4:50 PM, Eliseo Baruzzi baruzzi@gmail.com javascript: wrote: Il giorno lunedì 21 gennaio 2013 18:12:30 UTC+1, Nikolay Elenkov ha scritto: What are you trying to do?

[android-developers] NFC Card Emulation on android

2013-01-21 Thread Eliseo Baruzzi
Hello, is it possible to use Card Emulation on Android? Using a Samsung Galaxy S II smartphone, If I put it close to an RFID reader I can read a random UID from the smartphone. What kind of UID is that? Is it related to NFC controller? It seems that it can emulate a Mifare 4K tag or a Smart

Re: [android-developers] NFC Card Emulation on android

2013-01-21 Thread Nikolay Elenkov
On Tue, Jan 22, 2013 at 1:56 AM, Eliseo Baruzzi baruzzi.softw...@gmail.com wrote: Hello, is it possible to use Card Emulation on Android? Generally, yes. Depends on the NFC controller and software support. That's how Google Wallet works. Using a Samsung Galaxy S II smartphone, If I put it

Re: [android-developers] NFC Card Emulation on android

2013-01-21 Thread Nikolay Elenkov
On Tue, Jan 22, 2013 at 2:12 AM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Tue, Jan 22, 2013 at 1:56 AM, Eliseo Baruzzi baruzzi.softw...@gmail.com wrote: Hello, is it possible to use Card Emulation on Android? Also search the group, there is a lengthy thread about this, with a lot

Re: [android-developers] NFC Card Emulation on android

2013-01-21 Thread Eliseo Baruzzi
Il giorno lunedì 21 gennaio 2013 18:12:30 UTC+1, Nikolay Elenkov ha scritto: On Tue, Jan 22, 2013 at 1:56 AM, Eliseo Baruzzi baruzzi@gmail.com javascript: wrote: Hello, is it possible to use Card Emulation on Android? Generally, yes. Depends on the NFC controller and software

[android-developers] [NFC] IOException using Isodep.connect()

2012-10-18 Thread Guillaume Imbert
I'm encoutering an issue using IsoDep and NfcA classes. I need to scan a tag and transceive informations. To do so, I use the following code : IsoDep isoDep = IsoDep.get(tag); try { isoDep.connect(); isoDep.setTimeout(5000); Log.d(ISODEP_TESTS, isoDep.isConnected() ? connection OK : connection

[android-developers] NFC Tag is not opening URL in Browser

2012-10-12 Thread Micha
Hi! I already tried to post this issue before but i'm not sure if it worked so here's another try: I recorded an NDEF message on a Mifare Classic Tag that contains following URL: http://192.168.195.104/micha/?id=1234 It links to my webserver from where i'd like to read Data from a Database

[android-developers] NFC android

2012-09-29 Thread shashi asanka
Guyz , How can i add NFC support for android application, are there any sample code for read write NFC tag please help me.. thank you.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] NFC android

2012-09-29 Thread TreKing
On Sat, Sep 29, 2012 at 12:39 PM, shashi asanka shashi.kalut...@gmail.comwrote: How can i add NFC support for android application, are there any sample code for read write NFC tag please help me.. Did you actually try looking for any?

[android-developers] NFC - “New Tag Collected” instead of reading tags of application

2012-09-29 Thread Dorota Słoniecka
I have a class, which creates conncection to NFC and two activites. Both of them creates an object of that class so they can connect to NFC. Earlier it worked somehow but now I've got problem - my application doesn't do anything onNewIntent, even on the first activity. Instead of it, I can

[android-developers] NFC PBtF function can't work on Android 4.0.4

2012-09-29 Thread Yao-Tsu Lin
Hi, I developing NFC function now, I discover the NFC jni source code different from Android 2.3.7 to Android 4.0.4. Those different caused NFC function PBtF(Power By the Field) can not work. Would you please help to answer that modify for what purpose? And how to turn on the NFC PBtf function in

[android-developers] NFC Problem

2012-09-29 Thread Tru3F0x
Hello, i've got a little problem with the NFC_NDEF_DISCOVERED action. I've got an application that when reads a NFC tag it gets the payload and sends it to a webservice. In fact everything is working good, i set the intent filter so the application wake up when the phone reads a tag with a

[android-developers] NFC Ndef Read Write using Services in android

2012-09-24 Thread android_solutions
Hi I am using NFC for Tag reading / Writing capability, I want to make a library service, which will run in background to listen to the NDEF or Tag related intents. Is it possible to design application, where Service would listen to the NDEF intents and not activity, using Broadcast Receivers,

Re: [android-developers] NFC Ndef Read Write using Services in android

2012-09-24 Thread Nikolay Elenkov
On Mon, Sep 24, 2012 at 5:24 PM, android_solutions androidsolution...@gmail.com wrote: Hi I am using NFC for Tag reading / Writing capability, I want to make a library service, which will run in background to listen to the NDEF or Tag related intents. Is it possible to design application,

Re: [android-developers] NFC Ndef Read Write using Services in android

2012-09-24 Thread android_solutions
Yes I have tried using Service /Broadcast reciever, having intent filter, not sure how to catch / read the intent filter while NFC tag is read @Override public void onCreate() { // TODO Auto-generated method stub super.onCreate(); System.out.println(on create); } Manifest service

Re: [android-developers] NFC Ndef Read Write using Services in android

2012-09-24 Thread android_solutions
The logs that I have posted, shows that NFC framework itself is starting Activity Manager, is this a correct assumption. 01-08 05:05:59.128: I/*ActivityManager(258): START* {flg=0x10008000 cmp=com.android.nfc/.NfcRootActivity (has extras) u=0} from pid 473 01-08 05:05:59.312:

Re: [android-developers] NFC Ndef Read Write using Services in android

2012-09-24 Thread Nikolay Elenkov
On Mon, Sep 24, 2012 at 6:39 PM, android_solutions androidsolution...@gmail.com wrote: The logs that I have posted, shows that NFC framework itself is starting Activity Manager, is this a correct assumption. 01-08 05:05:59.128: I/ActivityManager(258): START {flg=0x10008000

[android-developers] NFC

2012-09-20 Thread bob
Is it possible to create an Android chat application using NFC? -- 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

Re: [android-developers] NFC

2012-09-20 Thread Raghav Sood
Most probably. However, at the distance required by NFC, your users would be better off talking. Thanks On Thu, Sep 20, 2012 at 9:40 PM, bob b...@coolfone.comze.com wrote: Is it possible to create an Android chat application using NFC? -- You received this message because you are subscribed

Re: [android-developers] NFC

2012-09-20 Thread Justin Anderson
What would be the use-case for something like that? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 20, 2012 at 10:10 AM, bob b...@coolfone.comze.com wrote: Is it possible to create an Android chat application using NFC? -- You received

Re: [android-developers] NFC

2012-09-20 Thread Marina Cuello
Perhaps an app for people with hearing disabilities that are in a place with no room for sign language? On Sep 20, 2012 1:15 PM, Justin Anderson magouyaw...@gmail.com wrote: What would be the use-case for something like that? Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] NFC

2012-09-20 Thread Todd Grigsby
Inmates that want to have a private conversation between cells? -- 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

Re: [android-developers] NFC

2012-09-20 Thread Lew
Todd wrote: Inmates that want to have a private conversation between cells? Giving a new meaning to cell phone, are we? The better to run their criminal enterprises with from inside the joint? -- Lew -- You received this message because you are subscribed to the Google Groups Android

[android-developers] NFC Secure Element by Software

2012-09-10 Thread Gorka
Hi all, I would like to know which are the solutions that nowadays are being proposed in order to develop software-based secure elements. I know what a Secure Element is, so please don´t tell me that the Secure Element must be a hardware device by definition and that it could be an UICC/SIM or

[android-developers] NFC - writing dynamic data to NDEF formatted tags

2012-09-05 Thread swesdo4ka66
Hi guys, I need to develop an android app that should be able to write to an NDEF formatted tag dynamic data. I have looked at NFC Eclipse Plugin, which is an example of writing a static content. Basically on the NFCWriterActivity I need to access the database using web services and read IDs

Re: [android-developers] NFC / Detecting another phone

2012-08-21 Thread Páll Zoltán
On Tue, Aug 21, 2012 at 3:40 AM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: On Mon, Aug 20, 2012 at 8:55 PM, Zoltán Páll pallzol...@gmail.com wrote: Hello, There are many topics that describe how to work with tags, but I'm trying to only detect when another phone was put close to

Re: [android-developers] NFC / Detecting another phone

2012-08-21 Thread Nikolay Elenkov
On Tue, Aug 21, 2012 at 4:11 PM, Páll Zoltán pallzol...@gmail.com wrote: I'm trying to do an NFC promotion stand, where people would come and lay their card or phone and would get a sales coupon or a photo taken. I don't need to read any info or filter out cards. As I wrote before, it works

[android-developers] NFC / Detecting another phone

2012-08-20 Thread Zoltán Páll
Hello, There are many topics that describe how to work with tags, but I'm trying to only detect when another phone was put close to mine, even if it's not sending anything. Just switched on screen and tapped to mine. The system plays some sound, so it's somehow hooked somewhere, but I can't

Re: [android-developers] NFC / Detecting another phone

2012-08-20 Thread Nikolay Elenkov
On Mon, Aug 20, 2012 at 8:55 PM, Zoltán Páll pallzol...@gmail.com wrote: Hello, There are many topics that describe how to work with tags, but I'm trying to only detect when another phone was put close to mine, even if it's not sending anything. Just switched on screen and tapped to mine.

Re: [android-developers] NFC Application

2012-07-20 Thread GregM
Hi, I suggest looking at the example here: https://github.com/gast-lib/gast-lib/blob/master/app/src/root/gast/playground/nfc/NFCInventoryActivity.java The code helps you write an Activity that helps the user create the right NFC tags. Just copy and paste the code into your app and change the

Re: [android-developers] NFC Application

2012-07-19 Thread TreKing
On Tue, Jul 17, 2012 at 1:59 AM, Amarnath Choudhary amarnathchoudh...@gmail.com wrote: I want to develop a NFC based application and don’t know where to start. Can you give me some suggestions / help, any useful links. http://developer.android.com/guide/index.html

Re: [android-developers] NFC Application

2012-07-19 Thread Raunaque Quaiser
What kind of Application you need to develop. You can donwload some exmaple applicaiton from the path http://developer.android.com/tools/samples/index.html and also go through http://developer.android.com/guide/topics/connectivity/nfc/nfc.html Which is the protocol you will be supporting with

[android-developers] NFC Application

2012-07-19 Thread Amarnath Choudhary
Hi! I am new to this group and Android. I want to develop a NFC based application and don't know where to start. Can you give me some suggestions / help, any useful links. Regards, Amar. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] NFC timeout

2012-07-19 Thread Eyal.S
Is there timeout Limitation when starting nfc session with discoverd Tag? meaning when acquire a Tag object , and connecting to it using the Connect() method of one of the classes that implements TagTechnology , I Read there is timeout for

Re: [android-developers] NFC game

2012-07-16 Thread iconapp 2010
Actually, https://play.google.com/store/apps/details?id=jp.co.hayatoinformation.nfchunterhl=en this is the link which i need to develop application same as that, In that after clicking nfc tag i need to display monster for tapping but, in my application if i click on that tag it shows

Re: [android-developers] NFC game

2012-07-16 Thread Nobu Games
event=MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=286.0, y[0]=322.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=1303299, downTime=1303299, deviceId=0, source=0x1002 } and NFChunterexception:HTTP :404

Re: [android-developers] NFC game

2012-07-16 Thread TreKing
On Mon, Jul 16, 2012 at 4:24 AM, iconapp 2010 iconapp2...@gmail.com wrote: In that after clicking nfc tag i need to display monster for tapping but, in my application if i click on that tag it shows following error event=MotionEvent { action=ACTION_DOWN, id[0]=0, x[0]=286.0, y[0]=322.0,

Re: [android-developers] NFC game

2012-07-13 Thread iconapp 2010
I am doing Android project for NFC hunter game, in that i want some idea with sample code about how to search UID from google app engine database. On Fri, Jul 13, 2012 at 9:47 AM, TreKing treking...@gmail.com wrote: On Thu, Jul 12, 2012 at 7:41 AM, iconapp 2010 iconapp2...@gmail.comwrote:

Re: [android-developers] NFC game

2012-07-13 Thread Michael Banzon
You are very vaguely describing an abstract idea of a game. Your problem description need to be a bit more specific for anyone to understand and eventually provide anything resembling a useful answer. On Fri, Jul 13, 2012 at 9:01 AM, iconapp 2010 iconapp2...@gmail.com wrote: I am doing Android

Re: [android-developers] NFC game

2012-07-13 Thread TreKing
On Fri, Jul 13, 2012 at 2:01 AM, iconapp 2010 iconapp2...@gmail.com wrote: I am doing Android project for NFC hunter game, in that i want some idea with sample code about how to search UID from google app engine database. That is not much clearer. Again:

[android-developers] NFC game

2012-07-12 Thread iconapp 2010
hello, Android developers, can u help me in doing nfc hunter game, i want to create a monster how do i do.. waiting for reply -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] NFC game

2012-07-12 Thread TreKing
On Thu, Jul 12, 2012 at 7:41 AM, iconapp 2010 iconapp2...@gmail.com wrote: Android developers, can u help me in doing nfc hunter game, i want to create a monster how do i do.. Is anyone supposed to know what you're asking? http://www.catb.org/~esr/faqs/smart-questions.html waiting for

[android-developers] NFC P2P Samsung Galaxy SII and ACR122U

2012-07-10 Thread Subh
Dear All, I'm trying to put ACR122U's PN532 into initiator or target mode. For commands we used ismb-npp and ismb-snep implementations. http://code.google.com/p/ismb-npp-java/ http://code.google.com/p/ismb-snep-java/ In case of initiator it can not detect any target and a timeout status is

Re: [android-developers] NFC game

2012-06-28 Thread iconapp 2010
https://play.google.com/store/apps/details?id=jp.co.hayatoinformation.nfchunterfeature=search_result#?t=W251bGwsMSwxLDEsImpwLmNvLmhheWF0b2luZm9ybWF0aW9uLm5mY2h1bnRlciJd Check this link once, i want to develop same as this oly, I need to develop in this envirnoment. its a system game. - Windows

Re: [android-developers] NFC game

2012-06-27 Thread iconapp 2010
what kind of tag i need to use for the nfc hunter game .. can u explain me briefly plz On Tue, Jun 26, 2012 at 9:03 PM, Justin Anderson magouyaw...@gmail.comwrote: I'm glad they were helpful... The point of that link was to illustrate that you didn't need to post this question on this list.

Re: [android-developers] NFC game

2012-06-27 Thread paulkayuk
The question is too vague, we need much more information in order to be able to advise you. e.g. What environment is the game going to be played in, indoors or outdoors? What surface types will you be mounting the tags on? How much data do you need to encode onto the tags? etc. -- You

[android-developers] NFC game

2012-06-26 Thread iconapp 2010
Hi Android developers, i m working on NFC hunter game on android, can any one tel me What kind of nfc tag is used in android how i should deploy in android. Brief description about that and if possible any samples for it.. Thank u -- You received this message because you are subscribed to the

Re: [android-developers] NFC game

2012-06-26 Thread Justin Anderson
http://lmgtfy.com/?q=android+nfc+tutorial Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 26, 2012 at 6:53 AM, iconapp 2010 iconapp2...@gmail.com wrote: Hi Android developers, i m working on NFC hunter game on android, can any one tel me

Re: [android-developers] NFC game

2012-06-26 Thread Parthi K
thanks above links helpful for me On Tue, Jun 26, 2012 at 7:30 PM, Justin Anderson magouyaw...@gmail.comwrote: http://lmgtfy.com/?q=android+nfc+tutorial Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 26, 2012 at 6:53 AM, iconapp 2010

Re: [android-developers] NFC game

2012-06-26 Thread Justin Anderson
I'm glad they were helpful... The point of that link was to illustrate that you didn't need to post this question on this list. I was able to point you in the right direction with a simple Google search... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

[android-developers] NFC foreground didspatch issue

2012-04-26 Thread Ralf Wondratschek
Hi, I have a specific problem with Android tasks and the NFC foreground dispatch behavior. My app has a MainActivity with other activities, which is straightforward. Next to it, I have another activity (I call it activity B), which can only be launched from a specific URI (in general launched

[android-developers] NFC Detection

2012-04-26 Thread NontKub Klinkhajorn
I want my app can scan tag when it close.Example when i scan tag while my apps is cloesed when the NFC adapter detect my tag it will call my app.How ??? -- 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] NFC detection

2012-04-26 Thread Tiyanon Klinkhajorn
Hello, I create android apps to scan NFC tag to read data in the tag but i want to run my apps when tag has detected while my app is closed.I try to use service but it don't work.How i can scan tag while I closed my app ? Thank you and sorry with my english. -- You received this message

[android-developers] NFC SWP HCI test pattern

2012-04-22 Thread manish paul
Hi All, Iam looking for NFC SWP HCI testpattern for TS HCI 102 622, basically i want to know for all the testcase mentioned in the specification what should be the payload for S1 and S2? i googled a lot on this but i was not successful. --Paul -- You received this message because you are

[android-developers] NFC APDU

2012-04-16 Thread CS
Hi, is it possible to set/read the APDU's sent/received by the device directly without being connected to a Tag or other device? (stateless) Flashing the device is possible, so if any patches or external libraries are known, please feel free to post a link or description. I compiled the Kernel

[android-developers] nfc Pendingintent always create new activity that already exist

2012-04-12 Thread Andro ID
public class CheckinActivity extends Activity{ private boolean mResumed = false; private boolean mWriteMode = false; NfcAdapter mNfcAdapter; PendingIntent mNfcPendingIntent; IntentFilter[] mWriteTagFilters; IntentFilter[] mNdefExchangeFilters; public void

[android-developers] NFC on Android Phones

2012-04-10 Thread Eliseo Baruzzi
Hello, I know that one of the operating modes of NFC is the Card Emulation Mode. It allows the NFC phone to be seen as a Smart Card. I've tried Samsung Galaxy S II and it can be seen as a ISO14443 tag, but his UID is random. Why? Is it also possible to access the secure element fo the NFC phone

Re: [android-developers] NFC on Android Phones

2012-04-10 Thread Nikolay Elenkov
On Tue, Apr 10, 2012 at 11:13 PM, Eliseo Baruzzi baruzzi.softw...@gmail.com wrote: Hello, I know that one of the operating modes of NFC is the Card Emulation Mode. It allows the NFC phone to be seen as a Smart Card. I've tried Samsung Galaxy S II and it can be seen as a ISO14443 tag, but his

[android-developers] NFC bidirecional communication with Android ICS using two Nexus S

2012-03-28 Thread Woody Lemes N. Costa
I am working on my Computer Science’s thesis about NFC and I’m facing some unexpected difficulties in Android ICS. My application basically needs to implement these steps (using two Nexus S): 1 – Phone one sends a NDEF message to the phone two; 2 –The phone two receives

Re: [android-developers] NFC bidirecional communication with Android ICS using two Nexus S

2012-03-28 Thread mike digioia
Are you using the openfire server or trying some how to connect driectly between two phones? If so, how are you publishing and discovering an IP? On Wed, Mar 28, 2012 at 4:46 AM, Woody Lemes N. Costa woody.co...@gmail.com wrote: I am working on my Computer Science’s thesis about NFC and I’m

Re: [android-developers] NFC bidirecional communication with Android ICS using two Nexus S

2012-03-28 Thread Woody Lemes N. Costa
mdp, no no, I'm talking about NFC (Near Field Communication) in p2p mode, there is no IP involved in such techonology. Em quarta-feira, 28 de março de 2012 13h20min48s UTC-3, mpd escreveu: Are you using the openfire server or trying some how to connect driectly between two phones? If so, how

Re: [android-developers] NFC bidirecional communication with Android ICS using two Nexus S

2012-03-28 Thread mike digioia
Oh yes sorry. I have not worked on NFC yet. Maybe some one that has will reply On Wed, Mar 28, 2012 at 9:44 AM, Woody Lemes N. Costa woody.co...@gmail.com wrote: mdp, no no, I'm talking about NFC (Near Field Communication) in p2p mode, there is no IP involved in such techonology. Em

[android-developers] NFC real P2P communication

2012-02-23 Thread Anthony Gr
Hi ! I’m leading a student project on the NFC technology and trying to establish a p2p communication between a Nexus S (running on Ice Cream Sandwich) and a demoboard. I want to exchange data in both ways using the SNEP protocol. I am familiar with NDEF message, Record (TNF field…) and the

[android-developers] NFC Emulation mode

2012-02-11 Thread Diop Elhadji Bougouma
Hi I want to know which Phones support NFC Card Emulation mode. -- 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] NFC detection of tag with NDEF URL always launch browser

2012-02-10 Thread NameZero912
Hi, I'm wondering whether (with android 4.x) it is possible to change the behavior that a detected tag that contains, say, 1 NDEF message with 1 record (URI http://...) automatically launches the browser. I'm developing an application that is supposed to launch automatically when a tag that

[android-developers] nfc compatibility for 2.2 android

2012-01-16 Thread ANKUR GOEL
hi i want to compile my nfc application on 2.2 android devices . pls suggest some ways . 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

[android-developers] nfc peer to peer communication

2012-01-13 Thread ANKUR GOEL
Hi all , i was just testing the NFC communication between 2.3 and 4.0 is their any problem between thm .. just a simple sound comes and nothing happens . can somebody help . thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] NFC device id

2012-01-09 Thread ANKUR GOEL
hi all, i want to recieve nfc device id , can some one suggest how to code for that . i am able to recieve device id but i want to have NFC ID of phone thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] NFC Secure element in SIM vs internal!

2011-12-26 Thread jesquinas
I work at RENFE,the national railways company.We have developping NFC projects.Here,in Spain,the main NFC model is SIM-centric.There are only a few NFC models available.Our project is developed with Vodafone and all our mobiles are with a NFC SIM.The main argument who mobile operators say is that

Re: [android-developers] NFC Secure element in SIM vs internal!

2011-12-26 Thread Fernando Miguélez
Well, if you work with a SE embedded in a SIM card, if you change your phone you just have to change the SIM that is all. When working with NFC using the SIM approach you have basically two options. On one hand you can create applications that communicate directly with SIM to carry out operations

[android-developers] NFC example ..sample code

2011-12-17 Thread ANKUR GOEL
Hi all , i want simple NFC code example which reads the data from the tags and pass the data to other activity via intent . if any body has work with NFC please share the code example thanks -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] NFC example ..sample code

2011-12-17 Thread Mark Murphy
https://github.com/commonsguy/cw-advandroid/tree/master/NFC/URLTagger On Sat, Dec 17, 2011 at 6:49 PM, ANKUR GOEL ankur1...@gmail.com wrote: Hi all , i want simple NFC code example which reads the data from the tags and pass the data to other activity via intent . if any body has work with

[android-developers] NFC at Digital Protocol Layer

2011-12-15 Thread ikki_fenix
Hello, I'm looking for information about it's possible stablish a P2P connection between Android phone and NFC card at NFC-DEP level (digital protocol layer) without the higher layers. I know that Android 4.0 it's possible to stablish a P2P connection using SNEP or NPP protocols but if i can I'll

Re: [android-developers] NFC App self-launched

2011-11-12 Thread tarun sablok
You can restrict launching of your app when the card is brought close by mentioning the Data type as well in the NDEF intent ... i was also facing the same problem so i included the data field in the NDEF intent part and everytihng worked fine . On Fri, Nov 11, 2011 at 10:27 PM, k0nig

[android-developers] NFC App self-launched

2011-11-11 Thread k0nig
Hello, I'm a begginer in android, I have a NFC App works correctly except for one thing, when I close a tag to my phone this suggest other app but not mine. I had search about this but don't find a solution, my manifest is: ?xml version=1.0 encoding=utf-8? manifest

[android-developers] Nfc Foreground Dispatch

2011-11-04 Thread bjthe4th
I was wondering if anyone knew the format for a Foreground Dispatch for an External Type tag. I was using something like this: myIntentFilter.addDataType(mysite.com:a); to try and add a Foreground Dispatch for TNF_EXTERNAL_TYPE. But I keep getting a Source not found error. I think that the

[android-developers] NFC challenge/response

2011-10-21 Thread LS
Hi everyone I'm looking in to NFC for a project I have on the table, and one of the requirements is for an NFC message to be sent from a mobile device (nexus) to a non-android device (target), which should process the message and return an NFC response. Now, I understand that under normal

[android-developers] NFC support for ACR122u device

2011-10-21 Thread Sathish Kumar
Hi Team, I need your help for the connection and exchange of Nexus S Device and ACR122U NFC card reader exchange through NFC, Is it possible to do I trying figure it out, but lagging. Can you Please help me... Thank a lot in advance... I LOVE ANDROID Google... Regards Sathish

[android-developers] NFC read sometimes gets stuck

2011-10-19 Thread Ralph
Hi I use NFC chips and the Nexus S NFC reader for a lot of sequential reads. We sometimes find that the NFC read process gets stuck and I have to go to settings and uncheck the NFC read option in Wifi and Networks. And then re-check it. This forces the NFC reader to stop and start and then

[android-developers] NFC demo example

2011-10-17 Thread ANKUR GOEL
Hi , i am going through the NFC example its using the mock tags ... IF i want to use the random NFC tag how to change and read that part ,, Someone please help Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] NFC tag open market if app not installed

2011-10-17 Thread John Seghers
What I want to be able to do is have an NFC tag that launches my app if it is installed, or launches directly to the Android Marketplace if the app is not installed. I've successfully programmed a tag with a market URL, e.g. market://details?id=com.my.package.name. When the tag is read

Re: [android-developers] NFC tag open market if app not installed

2011-10-17 Thread Mark Murphy
On Mon, Oct 17, 2011 at 7:39 PM, John Seghers jsegh...@cequint.com wrote: I've successfully programmed a tag with a market URL, e.g. market://details?id=com.my.package.name. When the tag is read (Gingerbread 2.3.6), it will run the market app and go directly to the application's details page.

[android-developers] NFC device interface

2011-10-13 Thread Godborg
Please provide info about the device interface for NFC in Android. Im not interested in the highlevel Java interface (have seen that), but need to know how to add our own NFC reader device to the NFC stack in Android. At least I'd like to know details of the current NFC device support - which

[android-developers] NFC implementation

2011-10-13 Thread ANKUR GOEL
Hi all please provide me some sample programs of NFC excluding from api demo program. or some reference links Thanks and Regards:- Ankur Goel 09019040351 S/W Engg. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

  1   2   3   >