Confirmed users
1,051
edits
(→Note) |
(→Note) |
||
Line 74: | Line 74: | ||
::* For sim specific customization (by MNC/MCC) - customization/variant.json & customization/mobizilla/mobizilla_support_contacts.json | ::* For sim specific customization (by MNC/MCC) - customization/variant.json & customization/mobizilla/mobizilla_support_contacts.json | ||
::* Add or remove the following line in customization/variant.json | ::* Add or remove the following line in customization/variant.json | ||
<code>"support_contacts": "mobizilla/mobizilla_support_contacts.json"</code> | |||
::* Add or remove contact in customization/mobizilla/mobizilla_support_contacts.json | ::* Add or remove contact in customization/mobizilla/mobizilla_support_contacts.json | ||
Line 88: | Line 88: | ||
::* For sim specific customization (by MNC/MCC) - shared/resources/apn.json | ::* For sim specific customization (by MNC/MCC) - shared/resources/apn.json | ||
::* Add or move the following line in the carrier section. | ::* Add or move the following line in the carrier section. | ||
<code>{"voicemail":"555555555","type":["operatorvariant"]}</code> | |||
Line 96: | Line 96: | ||
::* For sim specific customization (by MNC/MCC) - customization/variant.json & customization/mobizilla/mobizilla_expected_ringtone.json | ::* For sim specific customization (by MNC/MCC) - customization/variant.json & customization/mobizilla/mobizilla_expected_ringtone.json | ||
::* Add or remove the following lines in customization/variant.json | ::* Add or remove the following lines in customization/variant.json | ||
<code><pre> | |||
"ringtone": { | "ringtone": { | ||
"path": "mobizilla/mobizilla_ringtone.ogg", | "path": "mobizilla/mobizilla_ringtone.ogg", | ||
Line 110: | Line 110: | ||
::* For default customization - customization/settings.json | ::* For default customization - customization/settings.json | ||
<code> | |||
"wallpaper.image": "data:image/png;base64,iVBORw0... more HEX here | "wallpaper.image": "data:image/png;base64,iVBORw0... more HEX here | ||
</code> | </code> | ||
Line 119: | Line 119: | ||
:* '''Using [https://github.com/mozilla-b2g/gaia/tree/master/customization mozilla-b2g/gaia/customization]''' | :* '''Using [https://github.com/mozilla-b2g/gaia/tree/master/customization mozilla-b2g/gaia/customization]''' | ||
::* For sim specific customization (by MNC/MCC) - shared/resources/apn.json | ::* For sim specific customization (by MNC/MCC) - shared/resources/apn.json | ||
<code> {"carrier":"台灣大哥大(TW Mobile) (MMS)","apn":"MMS","mmsc":"http://mms.catchme.net.qq","mmsproxy":"10.10.10.2","mmsport":"800","type":["mms"]} </code> | |||