Closed
Bug 1222870
Opened 9 years ago
Closed 7 years ago
[B2G] Provide Device Identities (IMEI, IMEISV, ENS, MEID)
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(b2g-v2.5 wontfix, b2g-v2.2r affected, b2g-master wontfix)
RESOLVED
WONTFIX
People
(Reporter: bevis, Unassigned)
References
Details
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
This is a duplication of bug 1208319.
In this bug we'd like to expose all possible mobile device identities via MobileConnection.
Unlike MMI code "*#06#" which is only available for IMEI in GSM devices, this new API allows developer to retrieve all device identities including IMEI, IMEISV, ESN, MEID from MobileConnection.
interface MobileDeviceIdentities
{
readonly attribute DOMString imei; // Valid if GSM subscription is available.
readonly attribute DOMString imeisv; // Valid if GSM subscription is available.
readonly attribute DOMString esn; // Valid if CDMA subscription is available.
readonly attribute DOMString meid; // Valid if CDMA subscription is available.
};
interface MozMobileConnection : EventTarget
{
...
readonly attribute MobileDeviceIdentities? deviceIdentities;
attribute EventHandler ondeviceidentitieschange;
};
Reporter | ||
Comment 1•9 years ago
|
||
Set NI for 2.2r+ in feature-b2g.
blocking-b2g: 2.2r? → ---
Flags: needinfo?(whuang)
Updated•9 years ago
|
feature-b2g: --- → 2.2r+
Flags: needinfo?(whuang)
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Hi Wesley, like offline mentioned, partner is query the latest plan and ETA of this feature, yet I know we still have internal discussion about this. So would you help update the conclusion here once available? Thanks.
Flags: needinfo?(whuang)
Reporter | ||
Comment 4•9 years ago
|
||
Upload patch for partners reference to support this feature in 2.2r.
Reporter | ||
Comment 5•9 years ago
|
||
Upload patch for partners reference to support this feature in 2.2r.
Updated•9 years ago
|
feature-b2g: 2.2r+ → ---
Flags: needinfo?(whuang)
Comment 8•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
•