Closed
Bug 1105179
Opened 10 years ago
Closed 10 years ago
[FFOS2.0][Woodduck][GPR][HOMO][HOMO]Roaming using MVNO SIM (Lebara): Wrong display of Alphatag and PNN
Categories
(Firefox OS Graveyard :: General, defect, P2)
Firefox OS Graveyard
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1096158
People
(Reporter: sync-1, Unassigned, NeedInfo)
References
Details
(Whiteboard: [POVB])
Attachments
(4 files)
my email:kai.du.hz.com
tel:13502294315
+++ This bug was initially created as a clone of Bug #731791 +++
PROBLEM DESCRIPTION:
Alphatag displays " Lebara " when a lebara sim is used in roaming area.
On manual search it displays as
a) Lebara
b) Lebara
EXPECTED BEHAVIOUR:
Should display as Roaming in alphatag
On manual search it should display as
a) Lebara 3G
b) Lebara 2G
c) Roaming 3G
d) Roaming 2G
STEPS TO REPRODUCE:
Precondition : Be in Roaming area
1.Insert an MVNO Lebara Sim card
2.Check the Alphatag displays
3.Perform manual search and Check the result.
NOTE: We will take logs tomorrow as Ben will go in a roaming area to take MTK logs (150km away from Sydney)
DEFECT DESCRIPTION:
REPRODUCING PROCEDURES:
EXPECTED BEHAVIOUR:
ASSOCIATE SPECIFICATION:
TEST PLAN REFERENCE:
TOOLS AND PLATFORMS USED:
USER IMPACT:
REPRODUCING RATE:
For FT PR, Please list reference mobile's behavior:
Reporter phone number:0752-2639862(61862)
Updated•10 years ago
|
Comment 4•10 years ago
|
||
HI Wesly,
Partner reported same issue as bug 1096158.
Since there is offline mail mentioned that TCL has implemented this by themselves. Can you help to provide the mail here for record? Thanks!
Flags: needinfo?(wehuang)
Updated•10 years ago
|
Whiteboard: [POVB]
Comment 5•10 years ago
|
||
Hi Reporter,
This is POVB bug and MTK should handle this with following description:
============================================================================
Fei Dong 於 2014/11/18 12:33 寫道:
Hi, wesly, deng wei,
QCT don't support it. We extend qcril function by ourselves.
On MTK platform, we have some study belos,
MTK android 是这个feature控制的:
FeatureOption.MTK_3GDONGLE_SUPPORT
代码如下:
MTK的patch RIL_new:
//MTK-START [mtk04070][111121][ALPS00093395]MTK modified
private Object
responseOperatorInfos(Parcel p) {
String strings[] = (String [])responseStrings(p);
ArrayList<OperatorInfo> ret;
if (FeatureOption.MTK_3GDONGLE_SUPPORT){
if (strings.length % 4 != 0) {
throw new RuntimeException(
"RIL_REQUEST_QUERY_AVAILABLE_NETWORKS: invalid response. Got "
+ strings.length + " strings, expected multible of 4");
}
ret = new ArrayList<OperatorInfo>(strings.length / 4);
for (int i = 0 ; i < strings.length ; i += 4) {
ret.add (
new OperatorInfo(
strings[i+0],
strings[i+1],
strings[i+2],
strings[i+3]));
在FeatureOption.MTK_3GDONGLE_SUPPORT为false的情况下,从ril返回的 strings[i+4]即RAT才存在;
由于这个和平台相关,建议问MTK。
Best Regards
Dong Fei
-----Original Message-----
From: "Wesly Huang (黃子豪)" [mailto:wehuang@mozilla.com]
Sent: 2014年11月17日 19:26
To: Hong, YANG
Cc: Josh Cheng 鄭景騰; Vance Chen; Wei, Deng(SWD3-HZ-TCT); Fei Dong; Shawn Ku
Subject: Experience of Fire C, for Bug 1096111 - [FFOS2.0][Woodduck][PLMN][Network]Network operator 2G and 3G display unclearly
Hi HongYang:
有個Fire 2-3.5 的問題 Bug 1096111,是用Fire C做比較,而且Fire C沒有這個
問題,所以想問你們是否可以提供相關經驗給Fire 2-3.5的項目做參考 (loop SWPM DengWei in cc)
由於FFOS直到2.0都還沒有支持這個功能(target 2.2 or later),所以推測
1. 當初Fire C的SW team做了一些特別的修改,或者
2. 高通平台本身就有相關支持
可以幫忙找當初的SW team看一下嗎?
這是個confidential bug但我把你加入了權限, 並且ni你
謝謝
--
Wesly Huang
Flags: needinfo?(wehuang) → needinfo?(sync-1)
Dear Mozilla
I have fixed 2G and 3G display issue,but PLMN display wrong only digital. and need mozilla for help,thanks.
Reporter | ||
Comment 10•10 years ago
|
||
Created an attachment (id=1045562)
mtklog
Reporter | ||
Comment 11•10 years ago
|
||
Created an attachment (id=1045562)
mtklog
Reporter | ||
Comment 12•10 years ago
|
||
Created an attachment (id=1045562)
mtklog
Reporter | ||
Comment 13•10 years ago
|
||
Dear dengwei,
this pr tcl have fixed it,please close it.tcl bug id:844344,thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•