Name | Repeat | Description | Example |
cache |
Once |
Sets the memory cache of the browser, in kilobytes. |
cache=3000 |
font |
Once |
Sets the browser default font. |
font=kreativ |
http_secure_mode |
Once |
This parameter specifies which URLs the browser will accept to load.
Available values: 0="HTTP and HTTPS", 1="HTTPS only", 2="HTTPS with mutual
authentication only".
|
http_secure_mode=0 |
key_binding_map |
Once |
The key.bindingmap parameter sets a key code (EKioh virtual key) to key identifier
mapping. Note, this will change the behaviour of Javascript codes as this could
change naming of key identifier, e.g. the key identifier of teletext button on
RCU could be mapped to "Teletext" or "Text" as per this mapping file.
If this parameter is omitted, then the default key binding map is used.
|
key_binding_map=keybinding_motodefault.xml |
oipf_storage_path |
Once |
This parameter specifies an absolute path to a path where
OIPF will store downloads and other data. |
oipf_storage_path=/pvr/storage/ |
oipf_webstorage_database |
Once |
This parameter specifies a file to be database for application manager. |
oipf_webstorage_database=/usr/applications/svg-ekioh/webstoragedb |
oipf_widget_cafile |
Once |
This parameter specifies a CA file which is used to verify widget to be
download. |
oipf_widget_cafile=CA.crt |
oipf_widget_disable |
Once |
This parameter is used to disable widget feature. |
oipf_widget_disable |
oipf_widget_maxsize |
Once |
This parameter specifies the maximum size which an installable widget may be.
If this parameter is not specified, default maximum size is 15M. |
oipf_widget_maxsize=4 |
oipf_widget_nvstorage_path |
Once |
This parameter specifies an absolute path where widget is
stored. |
oipf_widget_nvstorage_path=/pvr/storage |
oipf_widget_ramstorage_path |
Once |
This parameter specifies an absolute path where
widget is unpacked for running |
oipf_widget_ramstorage_path=/usr/applications/svg-ekioh |
prop(<name>)=<value> |
Multiple |
The application property <name> will get the value. |
|
start |
Once |
The application will be started on boot. |
|
startinfront |
Once |
The application will be started and activated on boot. |
|
url |
Once |
Sets the browser start page. |
url=http://www.motorola.com |
xhr_policy |
Once |
The xhr_policy parameter decides the policy for XMLHttpRequests. The value
"standard" selects standard cross-origin checks (see
http://www.w3.org/TR/cors/). The value "allow_all" disables all cross-origin
checks, thus allowing XMLHttpRequests to any address. The default value is
"standard".
|
xhr_policy=allow_all |