Closed
Bug 980831
Opened 11 years ago
Closed 11 years ago
[B2G] [tarako] add quirk "ro.moz.ril.[n].network_types" to indicate supported network types
Categories
(Firefox OS Graveyard :: Vendcom, defect)
Tracking
(blocking-b2g:1.3T+)
RESOLVED
DUPLICATE
of bug 953439
blocking-b2g | 1.3T+ |
People
(Reporter: hsinyi, Assigned: sam.hua)
References
Details
(Whiteboard: [POVB])
We need hardware information of the supported network types.
Please add "ro.moz.ril.[n].network_types" in bask.mk and assign correct values to the quirk. And [n] is the subscription id.
For example:
(1) Fugu (Multi-SIM device),
ro.moz.ril.0.network_types = gsm,wcdma
ro.moz.ril.1.network_types = gsm
(2) Unagi (Single-sim device),
ro.moz.ril.0.network_types = gsm,wcdma
Reporter | ||
Comment 1•11 years ago
|
||
Sam, could you please help this?
Blocks: 953439
Flags: needinfo?(sam.hua)
Comment 4•11 years ago
|
||
1.3T+ as this needs to be fixed for DSDS on Tarako
blocking-b2g: --- → 1.3T+
Whiteboard: [POVB]
Updated•11 years ago
|
Assignee: nobody → sam.hua
Comment 5•11 years ago
|
||
to Sam
Shawn, can you please confirm this is now working? thanks
Flags: needinfo?(sku)
Comment 6•11 years ago
|
||
Hi Sam:
Could you please help check if below two properties are set in tarako?
I cannot see it in my local trial.
BTW, after set it manually, UI shows correctly.
ro.moz.ril.0.network_types=gsm
ro.moz.ril.1.network_types=gsm
Thanks!!
Shawn
Flags: needinfo?(sku) → needinfo?(sam.hua)
sorry,it is under review process.
Flags: needinfo?(sam.hua)
I did : adb shell getprop ro.moz.ril.0.network_types
and did not see any results with one SIM in the device. Is that suppose to happen?
Assignee | ||
Comment 10•11 years ago
|
||
yes, in the device/sprd/sp6821a_gonk/base.mk.
I checked the last build of server
adb shell getprop | grep network
[ro.moz.ril.0.network_types]: [gsm]
[ro.moz.ril.1.network_types]: [gsm]
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•