Closed
Bug 1092894
Opened 11 years ago
Closed 11 years ago
[System2] Implement NfcCore
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(b2g-master fixed)
RESOLVED
FIXED
2.2 S5 (6feb)
| Tracking | Status | |
|---|---|---|
| b2g-master | --- | fixed |
People
(Reporter: alive, Assigned: gduan)
References
Details
Attachments
(1 file)
NfcCore is responsible to load / launch all Nfc related modules.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → gduan
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8542477 [details]
WIP, separate NFC and bluetooth of nfc_handover_manager.js
Hi Alive,
could I have your feedback on this patch?
After this patch, I would like to refine nfc_handover_manager and nfc_manager.
Attachment #8542477 -
Flags: feedback?(alive)
| Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8542477 [details]
WIP, separate NFC and bluetooth of nfc_handover_manager.js
Well done, just a few things to note.
Attachment #8542477 -
Flags: feedback?(alive) → feedback+
| Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8542477 [details]
WIP, separate NFC and bluetooth of nfc_handover_manager.js
Hi Alive,
tests added, could I have your review on this patch? Thanks.
Attachment #8542477 -
Flags: review?(alive)
| Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 8542477 [details]
WIP, separate NFC and bluetooth of nfc_handover_manager.js
There is something to note.
:tauzen, could you help to test to make sure nfc function does not break? Thanks in advance.
Flags: needinfo?(kmioduszewski)
Attachment #8542477 -
Flags: review?(alive) → review+
Comment 6•11 years ago
|
||
Tested the most common scenarios and compared them to gaia master. Tag reading, contact sharing/receiving, url sharing/receiving and image sharing work fine. I've found a problem with image receiving scenario.
It seems that there is some problem with the handover when I'm trying to share an image from Android device to Flame. Image transfer does not start and I'm presented with a prompt on Flame asking for permission to receive the file. Even when I agree to it the transfer fails. This prompt should not be present and image transfer should start immediately.
Additional (small) problem, enabling NFC enables also debug printouts in nfcManager - this should also be fixed, I guessing this was just a mistake.
Flags: needinfo?(kmioduszewski)
| Assignee | ||
Comment 7•11 years ago
|
||
Thanks tauzen,
the permission bug is here bug 1124556 (gecko). It's also reproducible in master.
| Assignee | ||
Comment 8•11 years ago
|
||
merge to master:
https://github.com/mozilla-b2g/gaia/commit/5ebbc32fa22773f38be3b24704e5ad64a7ff080e
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
status-b2g-master:
--- → fixed
Target Milestone: --- → 2.2 S5 (6feb)
You need to log in
before you can comment on or make changes to this bug.
Description
•