Closed
Bug 992156
Opened 11 years ago
Closed 7 years ago
Display mac address instead of 'unknown device'
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(feature-b2g:2.6?, tracking-b2g:backlog, b2g-v1.3T affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
b2g-v1.3T | --- | affected |
People
(Reporter: bli, Unassigned)
References
Details
Attachments
(1 file)
79.05 KB,
image/png
|
Details |
Environment:
--------------------------------------------
Gaia 32e15ec78cb245576a382468790d8f65461a5b3d
Gecko https://hg.mozilla.org/releases/mozilla-b2g28_v1_3t/rev/e20c64a0ccd3
BuildID 20140403164001
Version 28.1
ro.build.version.incremental=eng.cltbld.20140403.201900
ro.build.date=Thu Apr 3 20:19:07 EDT 2014
Steps to reproduce:
---------------------------------------------
1. Launch Settings
2. Enable Bluetooth
3. Wait for it to search devices
Actual result:
---------------------------------------------
It shows 'Unknown device' for the devices whose names cannot be recognized.
Expected result:
---------------------------------------------
If cannot get the name of the device, display the mac address.
Reporter | ||
Updated•11 years ago
|
blocking-b2g: --- → 1.3T?
Comment 2•11 years ago
|
||
This is a new feature request of Settings app. Current implementation (showing "Unknown device" has no problem since it's our UX design. ni? product manager Bruce Huang to see if we're going to put this in bt team's backlog, but this is not 1.3T blocking for sure.
Having said that, once devicefound event is fired to Gaia, device address would definitely be available for Gaia app (Settings app here) to show to the user. Therefore it's easy for you to revise Settings app to achieve your goal. Although I'm not that familiar with Bluetooth related code in Gaia, the line in the following link should be the right place to start with.
https://github.com/mozilla-b2g/gaia/blob/v1.3t/apps/settings/js/bluetooth.js#L346
Flags: needinfo?(echou) → needinfo?(bhuang)
Comment 3•11 years ago
|
||
cc Omega, UX developer of Bluetooth related stuff.
Updated•11 years ago
|
Component: Gaia::Bluetooth File Transfer → Gaia::Settings
Comment 5•11 years ago
|
||
Adding to backlog.
Assignee | ||
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
Comment 6•9 years ago
|
||
I saw mac OSX also apply the rule `show mac address (as format A0-B1-C2-D3-E4-F5) instead of Unknown device`
Just want to confirm we'd like to have it as well.
Flags: needinfo?(thsieh)
Comment 7•9 years ago
|
||
After talking with Helen, we decided to present the device name as " Device A0-B1-C2-D3-E4-F5 ".
Helen will upload the UI design as the format which we chose.
Flags: needinfo?(thsieh) → needinfo?(hhuang)
Comment 8•9 years ago
|
||
Update the visual which presents a device name as "Device A0-B1-C2-D3-E4-F5".
Flags: needinfo?(hhuang)
Updated•9 years ago
|
Summary: [Tarako][Bluetooth] Display mac address instead of 'unknown device' → Display mac address instead of 'unknown device'
Comment 10•9 years ago
|
||
When we work on this bug, we need update the bluetooth app counter part as well
Comment 11•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
•