Closed
Bug 1105619
Opened 10 years ago
Closed 10 years ago
[FFOS2.0][Woodduck][TETHERING] 1 specific APN must be managed for some customer for usb/wifi tethering
Categories
(Firefox OS Graveyard :: Wifi, defect, P2)
Firefox OS Graveyard
Wifi
Tracking
(b2g-v2.0M affected)
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
b2g-v2.0M | --- | affected |
People
(Reporter: sync-1, Unassigned)
References
Details
Attachments
(5 files)
Request from Orange UK:
For tethered or MiFi connections the device should use a different APN than that used for on-board data (browsing, apps etc).
The current settings that should be used for all devices should be:-
• Tethered/MIFi data - consumerbroadband
• Onboard data – orangeinternet
Both these APN settings have to be none-editable by the user, however the user should be free to add other APN’s.
For enterprise devices we are looking into either using a different APN or the user being able to create and use a different apn for tethered/MiFi data – but with the user not being able to select the orangeinternet apn. As such it would be very useful if you could respond with ideas on how this could be achieved.
What need to be done:
For Android devices, 3G modem or 3G device with thethering, tethering must be able to use sepcific APN
This should be under customisation: allow all APN or only tethering APN
As usual APN must modifiable or not by end user (under custo.
Comment 2•10 years ago
|
||
Hi Shawn,
Could you please help to check the problem? Is is new feature request? Thanks!
Comment 3•10 years ago
|
||
Hi Edgar/Arthur:
Could you please help shed some light for this feature?
Thanks!!
Shawn
Flags: needinfo?(echen)
Flags: needinfo?(arthur.chen)
Comment 4•10 years ago
|
||
The apn settings for data connection and tethering are separated. You should be able to set an apn for tethering by entering Cellular & Data -> Tethering settings.
Flags: needinfo?(arthur.chen)
Comment 5•10 years ago
|
||
Hi Reporter,
Can you check you can add APN setting per comment 4?
Flags: needinfo?(sync-1)
we can get data in "Data settings"
but can't get data in "Tethering settings"
(see attachment)
Reporter | ||
Comment 10•10 years ago
|
||
Created an attachment (id=1056318)
data-settings
it's fine
Reporter | ||
Comment 11•10 years ago
|
||
Created an attachment (id=1056318)
data-settings
it's fine
Reporter | ||
Comment 12•10 years ago
|
||
Created an attachment (id=1056318)
data-settings
it's fine
Reporter | ||
Comment 13•10 years ago
|
||
Created an attachment (id=1056309)
tethering settings
Reporter | ||
Comment 14•10 years ago
|
||
Created an attachment (id=1056309)
tethering settings
Reporter | ||
Comment 15•10 years ago
|
||
Created an attachment (id=1056309)
tethering settings
Updated•10 years ago
|
Blocks: Woodduck_P2
Reporter | ||
Comment 17•10 years ago
|
||
I am not sure.
but I wish we can also get data in tethering settings (like data settings)
Comment 18•10 years ago
|
||
(In reply to shawn ku [:sku] from comment #3)
> Hi Edgar/Arthur:
> Could you please help shed some light for this feature?
>
> Thanks!!
> Shawn
Gecko supports using dun apn for tethering (bug 960865). You need to set property 'ro.tethering.dun_required = 1' in system property to enable it.
Flags: needinfo?(echen)
Comment 19•10 years ago
|
||
Per comment 4 and comment 18, please kindly let us know if any help from us is needed.
Flags: needinfo?(sku)
Updated•10 years ago
|
Flags: needinfo?(yi.qu)
Reporter | ||
Comment 20•10 years ago
|
||
Created an attachment (id=1061154)
plf
Reporter | ||
Comment 21•10 years ago
|
||
Created an attachment (id=1061154)
plf
Reporter | ||
Comment 22•10 years ago
|
||
Created an attachment (id=1061154)
plf
Reporter | ||
Comment 23•10 years ago
|
||
(In reply to comment #11)
> Comment from Mozilla:(In reply to shawn ku [:sku] from comment #3)
> > Hi Edgar/Arthur:
> > Could you please help shed some light for this feature?
> >
> > Thanks!!
> > Shawn
>
> Gecko supports using dun apn for tethering (bug 960865). You need to set
> property 'ro.tethering.dun_required = 1' in system property to enable it.
>
we can't find "ro.tethering.dun_required" in isdm_sys_properties.plf.
need to add it? & how ?
Updated•10 years ago
|
Flags: needinfo?(echen)
Updated•10 years ago
|
Flags: needinfo?(sync-1)
Flags: needinfo?(arthur.chen)
Comment 24•10 years ago
|
||
(In reply to sync-1 from comment #17)
> I am not sure.
> but I wish we can also get data in tethering settings (like data settings)
The default apn settings for tethering is from apn.json. The setting fields are empty when there are no available default settings for the sim card you are currently using. Depending on your case you might consider adding the new apn settings in /shared/resources/apn/operator-variant.xml and regenerate apn.json.
Comment 25•10 years ago
|
||
(In reply to sync-1 from comment #23)
> (In reply to comment #11)
> > Comment from Mozilla:(In reply to shawn ku [:sku] from comment #3)
> > > Hi Edgar/Arthur:
> > > Could you please help shed some light for this feature?
> > >
> > > Thanks!!
> > > Shawn
> >
> > Gecko supports using dun apn for tethering (bug 960865). You need to set
> > property 'ro.tethering.dun_required = 1' in system property to enable it.
> >
>
> we can't find "ro.tethering.dun_required" in isdm_sys_properties.plf.
> need to add it? & how ?
I don't know what is `isdm_sys_properties.plf`.
AFAIK, we usually add customized system properties in make file.
I guess we need partner's comment here.
Flags: needinfo?(echen)
Comment 26•10 years ago
|
||
(In reply to Edgar Chen [:edgar][:echen] from comment #25)
> (In reply to sync-1 from comment #23)
> > (In reply to comment #11)
> > > Comment from Mozilla:(In reply to shawn ku [:sku] from comment #3)
> > > > Hi Edgar/Arthur:
> > > > Could you please help shed some light for this feature?
> > > >
> > > > Thanks!!
> > > > Shawn
> > >
> > > Gecko supports using dun apn for tethering (bug 960865). You need to set
> > > property 'ro.tethering.dun_required = 1' in system property to enable it.
> > >
> >
> > we can't find "ro.tethering.dun_required" in isdm_sys_properties.plf.
> > need to add it? & how ?
>
> I don't know what is `isdm_sys_properties.plf`.
> AFAIK, we usually add customized system properties in make file.
> I guess we need partner's comment here.
This "ro.tethering.dun_required = 1" need to be done in "device.mk" under device folder.
partner needs to do it by them-self.
Reporter | ||
Comment 27•10 years ago
|
||
if we need to add type-"dun" into apn.json
e.g:
{"carrier":"中国移动 (China Mobile) GPRS","apn":"cmnet","type":["dun"]},
then the tethering settings can read data from it?
Comment 28•10 years ago
|
||
(In reply to sync-1 from comment #27)
> if we need to add type-"dun" into apn.json
> e.g:
> {"carrier":"中国移动 (China Mobile) GPRS","apn":"cmnet","type":["dun"]},
> then the tethering settings can read data from it?
Correct. If you add an apn item to the apn items array listed under a specific pair of mcc/mnc, it will be the default apn setting when the icc card of the mcc/mnc is being used.
Updated•10 years ago
|
Flags: needinfo?(yi.qu) → needinfo?(sync-1)
Reporter | ||
Comment 29•10 years ago
|
||
ok,thanks a lot!
please close this case.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(sync-1)
Resolution: --- → INVALID
Updated•10 years ago
|
blocking-b2g: 2.0M? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•