Closed
Bug 1201427
Opened 9 years ago
Closed 9 years ago
[Aries] NFC Tap-to-Pay dose not work
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(tracking-b2g:backlog)
RESOLVED
DUPLICATE
of bug 1136512
tracking-b2g | backlog |
People
(Reporter: ashiue, Assigned: tnguyen)
References
Details
Attachments
(4 files)
STR:
1. Insert a SIM with some secure elements and enable NFC
2. Luanch MASTER CARD simulator
3. Put the test device on card reader
4. type some price on simulator
Expected result:
Simulator can detect card and do transaction
Actual result:
Simulator cannot detect card
Build Info:
Build ID 20150902203922
Gaia Revision 29f363d6236bf7db8141d7a1f1185a1dcd809bf7
Gaia Date 2015-09-02 17:52:11
Gecko Revision https://hg.mozilla.org/mozilla-central/rev/a6786bf8d71d4cf40c3d40e06d8e3c9866863475
Gecko Version 43.0a1
Device Name aries
Firmware(Release) 4.4.2
Firmware(Incremental) eng.worker.20150902.200033
Firmware Date Wed Sep 2 20:00:41 UTC 2015
Bootloader s1
Reporter | ||
Comment 1•9 years ago
|
||
Hi Dimi,
Could you please help to check this issue? Thank you.
QA Whiteboard: [COM=NFC]
Flags: needinfo?(dlee)
Comment 2•9 years ago
|
||
The root cause is that card emulation doesn't work on Aries-kk.
I replace self-build libnfc-nci then CE works, the solution is what mentioned in Bug 1136512. for L we build our own libnfc-nci but for KK we use image fetched from sony's image.
I will check if we should build libnfc-nci for aries-kk with yoshi
Flags: needinfo?(dlee)
Reporter | ||
Comment 3•9 years ago
|
||
[Blocking Requested - why for this release]:
Obvious issue
blocking-b2g: --- → 2.5?
Comment 4•9 years ago
|
||
Checked with yoshi, we will use self-build libnfc-nci
Comment 5•9 years ago
|
||
[Tracking Requested - why for this release]:
Not a must have for 2.5 release scope. Adding as part of backlog.
blocking-b2g: 2.5? → ---
tracking-b2g:
--- → backlog
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → tnguyen
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Blocks: b2g-nfcd
Assignee | ||
Comment 6•9 years ago
|
||
Attachment #8676008 -
Flags: review?(mwu)
Attachment #8676008 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 7•9 years ago
|
||
Attachment #8676009 -
Flags: review?(mwu)
Attachment #8676009 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 8•9 years ago
|
||
Currently, we are using proprietary libnfc-nci.so from SONY's image but including the header of libnfc-nci from AOSP.
We should use libnfc-nci from AOSP, adding API for NXP specific NCI command.
Attachment #8676012 -
Flags: review?(mwu)
Attachment #8676012 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 9•9 years ago
|
||
(In reply to Thomas Nguyen[:tnguyen][:thomas][:nguyen] from comment #6)
> Created attachment 8676008 [details]
> Pull request device-shinano-common v1
Remove extracting proprietary libnfc-nci.so from Sony image
Check bug 1136512, this one should be duplicated.
Assignee | ||
Comment 11•9 years ago
|
||
(In reply to Thomas Nguyen[:tnguyen][:thomas][:nguyen] from comment #6)
> Created attachment 8676008 [details]
> Pull request device-shinano-common v1
Additional Infos:
Mifare Classic tag is not fully supported in Aries--> reading the tag will disable RF occasionally.
Therefore, the Mifare reader mode should be disabled
MIFARE_READER_ENABLE=0x01 --> 0x00
( the change was included in the pull request)
The change does not have effect on Mifare Ultralight ( reading, writing, etc..)
Assignee | ||
Updated•9 years ago
|
Attachment #8676008 -
Flags: review?(mwu)
Attachment #8676008 -
Flags: review?(allstars.chh)
Assignee | ||
Updated•9 years ago
|
Attachment #8676009 -
Flags: review?(mwu)
Attachment #8676009 -
Flags: review?(allstars.chh)
Assignee | ||
Updated•9 years ago
|
Attachment #8676012 -
Flags: review?(mwu)
Attachment #8676012 -
Flags: review?(allstars.chh)
Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•9 years ago
|
QA Whiteboard: [COM=NFC]
You need to log in
before you can comment on or make changes to this bug.
Description
•