Closed
Bug 840998
Opened 13 years ago
Closed 13 years ago
BT settings customization
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jcheng, Assigned: yurenju)
References
Details
(Whiteboard: [cust][LOE:M])
this is a customization feature for BT settings
- Bluetooth activation
- Bluetooth visibility for others if active (default)
- Bluetooth Device Identifier (Device Name)
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [cust]
| Reporter | ||
Updated•13 years ago
|
Blocks: b2g-v1-custom
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → yurenju
Whiteboard: [cust] → [cust][LOE:M]
Comment 1•13 years ago
|
||
For #1, it's in "bluetooth.enabled" in settings.py.
For #2, we can add "bluetooth.visible" in settings.py and it will be read by bluetooth.js.
For #3, Yuren will check where the configuration is.
| Assignee | ||
Comment 2•13 years ago
|
||
#3 can be configured by Name in B2G/system/bluetooth/data/main.conf. default value is ro.product.model/PRODUCT_MODEL.
there are some example for PRODUCT_MODEL customization:
* B2G/device/qcom/otoro/full_otoro.mk:27
* B2G/device/qcom/unagi/full_unagi.mk:27
thanks Gina provided this information.
| Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•