Closed
Bug 1018073
Opened 11 years ago
Closed 7 years ago
[BT File Transfer] The notification 'The transfer has started' wouldn't show up after inline paring complete.
Categories
(Firefox OS Graveyard :: Gaia::Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jaliu, Unassigned)
Details
When sending an image from the gallery to a device that has not been paired with before, the message 'The transfer has started' wouldn't appear even the transfer has started.
STR:
1) Open the Gallery app and select a photo.
2) Select share and then click 'Bluetooth Transfer'.
3) Select a device that is currently not paired with the DUT.
4) Click 'pair' button on both devices.
Actual:
The file transfer worked fine, however, the message 'The transfer has started' didn't show up.
Expected:
The message 'The transfer has started' show up.
Environment: (v2.0 & v1.4)
Build: PVT.master.hamachi
ENG Ver: true
Gaia b669dd2cc321f37cebc7081a79b968cac36b4200
Gecko https://hg.mozilla.org/mozilla-central/rev/b85b57f05fda
BuildID 20140529160204
Build: PVT.v140.hamachi
ENG Ver: true
Gaia fe612fd21389193a8e593aa718831602e5086a62
Gecko
https://hg.mozilla.org/releases/mozilla-b2g30_v1_4/rev/2dce189a38f6
BuildID 20140529160201
| Reporter | ||
Comment 1•11 years ago
|
||
I added few logs to relative functions when I reproduced the bug.
Gecko sent the system message "bluetooth-opp-transfer-start" after the device was paired.
It seems that Gaia was noticed by the system message broadcasting successfully. The bt_fileTransferUpdate() at system/js/bluetooth.js:112 and bt_onUpdateProgress() at bluetooth_transfer.js:306 were both called.
The bug can only happen if Gallery app send file right after the inline pairing.
Therefore, the bug wouldn't occur in the codebase which the Bug 964138 hasn't be laned.
Comment 2•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•