Closed
Bug 1043782
Opened 12 years ago
Closed 11 years ago
[NFC][Flame] Cannot detect correct tag type for Mifare-Classic tag
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.2 S8 (20mar)
People
(Reporter: dimi, Assigned: dimi)
References
Details
Attachments
(4 files, 4 obsolete files)
Tested with v122 image and also with latest central code 0724
MWC card should be a mifare-classic tag.
In libnfc-nci it will be detected as a Type2 tag with technology NFC-A.
By using Flame libnfc-nci will report it as an unknown tag type
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Comment 2•12 years ago
|
||
| Assignee | ||
Comment 3•12 years ago
|
||
| Assignee | ||
Comment 4•12 years ago
|
||
Hi Wesley,
This bug will need vendor's help to check
Flags: needinfo?(whuang)
Updated•12 years ago
|
Flags: needinfo?(whuang) → needinfo?(frlee)
Comment 5•12 years ago
|
||
hi Dimi,
do you mind to test it once again with V123 base image? base image V123.zip: http://1drv.ms/1rCB954
hi Youlong,
could you please check this issue with NXP if necessary?
Flags: needinfo?(frlee) → needinfo?(youlong.jiang)
| Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Francis Lee [:frlee] from comment #5)
> hi Dimi,
>
> do you mind to test it once again with V123 base image? base image V123.zip:
> http://1drv.ms/1rCB954
>
> hi Youlong,
>
> could you please check this issue with NXP if necessary?
Hi Francis,
V123 doesn't work either.
Comment 8•12 years ago
|
||
already highlighted NFC related issues to T2M, waiting for partner's feedback. i have loop wesley and Dimi in the mail thread with T2M as well.
Flags: needinfo?(frlee)
| Assignee | ||
Comment 9•12 years ago
|
||
After checking with T2M. nfcd will require modification to support mifare card on flame device, so I will take this bug.
Assignee: nobody → dlee
Flags: needinfo?(youlong.jiang)
| Assignee | ||
Comment 10•12 years ago
|
||
This Library is for reading Mifare tag for Flame and is provided by NXP
Attachment #8472218 -
Flags: review?(allstars.chh)
| Assignee | ||
Comment 11•12 years ago
|
||
use TARGET_DEVICE to decide if nfcd should build pn547 library
Attachment #8472219 -
Flags: review?(allstars.chh)
| Assignee | ||
Comment 12•12 years ago
|
||
Clean up code related to NfcTagManager
Attachment #8472222 -
Flags: review?(allstars.chh)
| Assignee | ||
Comment 13•12 years ago
|
||
Implementation in this patch is referenced from example provided by NXP
Attachment #8472227 -
Flags: review?(allstars.chh)
| Assignee | ||
Comment 14•12 years ago
|
||
Comment on attachment 8472218 [details] [diff] [review]
Part1. Add pn547 library provided by NXP
Checked with yoshi, pn547 library for mifare should not put inside nfcd. Remove review request.
Attachment #8472218 -
Attachment is obsolete: true
Attachment #8472218 -
Flags: review?(allstars.chh)
| Assignee | ||
Updated•12 years ago
|
Attachment #8472219 -
Attachment is obsolete: true
Attachment #8472219 -
Flags: review?(allstars.chh)
| Assignee | ||
Updated•12 years ago
|
Attachment #8472222 -
Flags: review?(allstars.chh)
| Assignee | ||
Updated•12 years ago
|
Attachment #8472227 -
Flags: review?(allstars.chh)
Comment 15•11 years ago
|
||
Hi Dimi, do we need to ask partner support to put pn547 library in gonk?
Flags: needinfo?(dlee)
| Assignee | ||
Comment 16•11 years ago
|
||
(In reply to Vincent Chang[:vchang] from comment #15)
> Hi Dimi, do we need to ask partner support to put pn547 library in gonk?
Yes, but partner is still working on it
Flags: needinfo?(dlee)
| Assignee | ||
Updated•11 years ago
|
Summary: [NFC][Flame] Cannot detect correct tag type for MWC card → [NFC][Flame] Cannot detect correct tag type for Mifare-Classic tag
| Assignee | ||
Comment 17•11 years ago
|
||
Attachment #8472222 -
Attachment is obsolete: true
Attachment #8472227 -
Attachment is obsolete: true
Attachment #8561985 -
Flags: review?(allstars.chh)
Comment on attachment 8561985 [details] [review]
pull request to mozilla-b2g/platform_system_nfcd
see comments on github.
Attachment #8561985 -
Flags: review?(allstars.chh)
| Assignee | ||
Comment 19•11 years ago
|
||
Comment on attachment 8561985 [details] [review]
pull request to mozilla-b2g/platform_system_nfcd
Address comment
Attachment #8561985 -
Flags: review?(allstars.chh)
Attachment #8561985 -
Flags: review?(allstars.chh) → review+
| Assignee | ||
Comment 20•11 years ago
|
||
update pull request to fix nits and rebase to latest code
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 21•11 years ago
|
||
Master: https://github.com/mozilla-b2g/platform_system_nfcd/commit/16836b56e16e89670b83735bda6d02c5608cc083
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S8 (20mar)
You need to log in
before you can comment on or make changes to this bug.
Description
•