Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7570411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:25:10+00:00 2026-05-30T15:25:10+00:00

I’m coding in java for my Android 2.3 Nexus S device. I’m having an

  • 0

I’m coding in java for my Android 2.3 Nexus S device. I’m having an issue trying to discover an NFC reader/writer that I recently purchased. In my manifest file, I’m using

<intent-filter>
     <action android:name="android.nfc.action.TECH_DISCOVERED"/>
     <category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
     <meta-data android:name="android.nfc.action.TECH_DISCOVERED"
            android:resource="@xml/nfc_tech_filter" />

All I’m trying to do is discover that some sort of NFC tech is around/available. When I bring my phone close to the NFC reader/writer, I can see the log registers some sort of event with the tags of “dalvikm” and “AudioHardware”. But for some reason, the intent doesnt start my activity. My app is the only application with NFC functions – checked my defaults, etc. to make sure. In my activity, I’m simply using along with a basic layout and onCreate method:

@Override
public void onNewIntent(Intent intent) {
    // TODO
Toast.makeText(this, "NFC TECH DISCOVERED!", Toast.LENGTH_LONG).show();
}

I’d expect atleast the activity to launch. Any ideas why this isnt? Maybe because I’ve been waving this over an NFC reader and not an actual NFC tag which I’ve successfully been able to find. Thought I’m not sure why the app won’t atleast acknowledge there’s an NFC capable device around.

The resource file contains:

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<tech-list>
    <tech>android.nfc.tech.NfcA</tech>        
    <tech>android.nfc.tech.Ndef</tech>
    <tech>android.nfc.tech.MifareUltralight</tech>
    <tech>android.nfc.tech.NfcA</tech>        
    <tech>android.nfc.tech.IsoDep</tech>
    <tech>android.nfc.tech.NdefFormatable</tech>
</tech-list>
 </resources>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T15:25:11+00:00Added an answer on May 30, 2026 at 3:25 pm

    In “android.nfc.action.TECH_DISCOVERED” The TECH doesn’t mean NFC devices it’s referring to the tech on an NFC tag, ie. MifareClassic, UltraLight etc. So it won’t recognise your reader/writer because it isn’t a tag.

    I think you’re going to have a lot of trouble trying to get a desktop NFC reader/writer to communicate with the Nexus as the Nexus can’t act as a tag without installing a custom ROM on it, therefore it’s not able to be read or written to, and most desktop readers can’t act as tags either so there’s no reading or writing to them. Perhaps you could do some p2p communication but I still think this will require a lot of work.

    Which NFC reader/writer do you have?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I'm trying to create an if statement in PHP that prevents a single post
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
We're building an app, our first using Rails 3, and we're having to build

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.