Closed
Bug 990445
Opened 11 years ago
Closed 7 years ago
B2G Emulator: Add supportedNetworkTypes configuration for emulator
Categories
(Firefox OS Graveyard :: Emulator, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: edgar, Unassigned)
References
Details
Attachments
(1 file)
In bug 990383, we would like to modify the default value of supportedNetworkTypes to "gsm,wcdma", we need to add configuration for emulator to make the configuration of emulator is correct.
In ics (single sim):
ro.moz.ril.0.network_types = gsm,wcdma,cdma,evdo
In jb (multi-sim):
ro.moz.ril.0.network_types = gsm,wcdma,cdma,evdo
ro.moz.ril.1.network_types = gsm,wcdma,cdma,evdo
...
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Blocks: b2g-emulator
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Attachment #8399870 -
Flags: review?(vyang)
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8399870 [details] [review]
[device_generic_goldfish] pull request #12
(In reply to Edgar Chen [:edgar][:echen] from comment #0)
> In bug 990383, we would like to modify the default value of
> supportedNetworkTypes to "gsm,wcdma", we need to add configuration for
> emulator to make the configuration of emulator is correct.
>
> In ics (single sim):
> ro.moz.ril.0.network_types = gsm,wcdma,cdma,evdo
>
> In jb (multi-sim):
> ro.moz.ril.0.network_types = gsm,wcdma,cdma,evdo
> ro.moz.ril.1.network_types = gsm,wcdma,cdma,evdo
> ...
After discussed with Vicamo, makes these properties be set automatically by qemu seems a better solution, I will try this in this bug. Thank you, Vicamo.
Attachment #8399870 -
Flags: review?(vyang)
Comment 4•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
•