Skip to content

Instantly share code, notes, and snippets.

@dynamis
Created October 1, 2015 02:10
Show Gist options
  • Save dynamis/574b0cb2ed6668322f65 to your computer and use it in GitHub Desktop.
Save dynamis/574b0cb2ed6668322f65 to your computer and use it in GitHub Desktop.
Gaia のビルド時に読み込むカスタム設定ファイル
{
"app.reportCrashes": "always",
"app.update.interval": 86400,
"bluetooth.enabled": true,
"camera.sound.enabled": false,
"debug.console.enabled": true,
"debug.gaia.enabled": false,
"debugger.remote-mode": "adb-devtools",
"developer.menu.enabled": true,
"devtools.debugger.remote-enabled": true,
"devtools.discovery.device": "dynadevphone",
"devtools.remote.wifi.enabled": true,
"geolocation.enabled": true,
"geolocation.suspended": false,
"keyboard.vibration": false,
"keyboard.clicksound": false,
"keyboard.autocorrect": false,
"keyboard.wordsuggestion": true,
"keyboard.launch-on-boot": true,
"language.current": "ja",
"lockscreen.passcode-lock.code": "0000",
"lockscreen.passcode-lock.timeout": 0,
"lockscreen.passcode-lock.enabled": false,
"lockscreen.notifications-preview.enabled": true,
"lockscreen.enabled": false,
"lockscreen.unlock-sound.enabled": false,
"mail.sent-sound.enabled": true,
"message.sent-sound.enabled": true,
"nfc.enabled": true,
"privacy.donottrackheader.value": "1",
"privacy.donottrackheader.enabled": true,
"ril.data.enabled": true,
"ril.data.apn": "bmobile.ne.jp",
"ril.data.carrier": "",
"ril.data.passwd": "bmobile",
"ril.data.httpProxyHost": "",
"ril.data.httpProxyPort": 0,
"ril.data.mmsc": "",
"ril.data.mmsproxy": "",
"ril.data.mmsport": 0,
"ril.data.roaming_enabled": false,
"ril.data.user": "bmobile@u300",
"ril.data.authtype": "notDefined",
"screen.automatic-brightness": false,
"screen.brightness": 1,
"screen.timeout": 600,
"tethering.wifi.ssid": ".fxos"
}
@dynamis
Copy link
Author

dynamis commented Oct 1, 2015

GAIA_PATH/build/config/custom-settings.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment