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)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(b2g-v2.5 wontfix, b2g-v2.2r affected, b2g-master wontfix)

RESOLVED WONTFIX
Tracking Status
b2g-v2.5 --- wontfix
b2g-v2.2r --- affected
b2g-master --- wontfix

People

(Reporter: bevis, Unassigned)

References

Details

Attachments

(2 files)

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; };
Set NI for 2.2r+ in feature-b2g.
blocking-b2g: 2.2r? → ---
Flags: needinfo?(whuang)
feature-b2g: --- → 2.2r+
Flags: needinfo?(whuang)
Depends on: 1222920
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)
Depends on: 1110619
Upload patch for partners reference to support this feature in 2.2r.
Upload patch for partners reference to support this feature in 2.2r.
feature-b2g: 2.2r+ → ---
Flags: needinfo?(whuang)
no longer following up this bug.
Assignee: btseng → nobody
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.

Attachment

General

Created:
Updated:
Size: