Giter Site home page Giter Site logo

Comments (12)

xxv avatar xxv commented on September 24, 2024

If it supported unlocking just based on RFID, I'd be able to use my Charlie Card (subway system card; Mifare Classic, fully-locked). That'd be a great backup in case something happened to my ring, as I keep it in my wallet.

from android_nfc_ring_unlock.

r2DoesInc avatar r2DoesInc commented on September 24, 2024

This is not possible. I had a thought a while back when this was mentioned to basically create a third party nfc handler that would allow multiple records worth of data to be written to the tag inside one actual record. The app would then split that record and parse the data into its corresponding records allowing somthing like this to work, but that is a discussion for another time. This is not possible with the current technology and apis we currently have.

from android_nfc_ring_unlock.

JohnMcLear avatar JohnMcLear commented on September 24, 2024

Ugh, Everything is possible, please never say "This is not possible" to me, that's my least favorite saying in the world.. I agree it's a bigger job though than what we have the resources for right now so I will leave this open but as an enhancement request.

from android_nfc_ring_unlock.

xxv avatar xxv commented on September 24, 2024

If the app is in the foreground (e.g. the lockscreen is showing), it can listen for any and all NFC interactions. See https://github.com/xxv/rfid_front_door/blob/master/src/TagScanner/src/info/staticfree/android/taguid/TagUidActivity.java#L206 for an example of how to do it.

from android_nfc_ring_unlock.

r2DoesInc avatar r2DoesInc commented on September 24, 2024

No, I'm sorry but it is not possible. Mimetype MUST be written to the tag,
otherwise the app will not be launched. There is NO way around this.
Services CANNOT register an nfcadapter to listen for foreground tags,
meaning that they MUST be triggered another way. The mimetype on the tag
triggers an activity launch that triggers the actual unlock.

This is not possible with the way the OS currently functions.

On Fri, Jan 10, 2014 at 10:42 AM, John McLear [email protected]:

Reopened #21 #21
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/21
.

from android_nfc_ring_unlock.

xxv avatar xxv commented on September 24, 2024

Ah, gotchya. Not having the lockscreen as an activity would certainly add all sorts of limitations on what you can do, so I see the challenges you need to work around here.

from android_nfc_ring_unlock.

ententeak avatar ententeak commented on September 24, 2024

so.. why can Tasker with "NFC Locale" plugin work without writing any data to tag, just by reading his ID ? (For example)
I'm using this almost half year with Samsung Tec Tiles with my own data writen on them..
One screen is from Tasker, the second one from NFC Reader...
2014-01-12 06 07 55
2014-01-12 06 07 40

and i'm using third party program - Tag Writer by NXP - to write data

from android_nfc_ring_unlock.

r2DoesInc avatar r2DoesInc commented on September 24, 2024

These are completely different applications that function in absolutely
different ways. Behavior between the two apps will not be analogous.
On Jan 12, 2014 1:10 AM, "ententeak" [email protected] wrote:

so.. why can Tasker with "NFC Locale" plugin work without writing any data
to tag, just by reading his ID ? (For example)
I'm using this almost half year with Samsung Tec Tiles with my own data
writen on them..
One screen is from Tasker, the second one from NFC Reader...
[image: 2014-01-12 06 07 55]https://f.cloud.github.com/assets/6324786/1895671/140c26c2-7b50-11e3-89cd-9251583ed824.png
[image: 2014-01-12 06 07 40]https://f.cloud.github.com/assets/6324786/1895672/140de570-7b50-11e3-82cc-aac6f12132d4.png

and i'm using third party program - Tag Writer by NXP - to write data


Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-32116196
.

from android_nfc_ring_unlock.

ententeak avatar ententeak commented on September 24, 2024

sorry, but i dont understand why is problem reading "Tag ID" instead of writen data. It's just different variable to call from the tag/ring

from android_nfc_ring_unlock.

r2DoesInc avatar r2DoesInc commented on September 24, 2024

The tag id is used. Data written to tag is mime type data. Again, the
differences are vast and the behavior is not comparable.
On Jan 12, 2014 7:45 AM, "ententeak" [email protected] wrote:

sorry, but i dont understand why is problem reading "Tag ID" instead of
writen data. It's just different variable to call from the tag/ring


Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-32121672
.

from android_nfc_ring_unlock.

jasok2 avatar jasok2 commented on September 24, 2024

Plus 1 for this feature if its ever possible :)

from android_nfc_ring_unlock.

r2DoesInc avatar r2DoesInc commented on September 24, 2024

this feature is not possible.

from android_nfc_ring_unlock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.