15
1.5
Qeedji preferences
AOSP system proper es added by Qeedji
Name
Type
R/W
Default value
Values
Descrip on
persist.sys.delivery-software-version
String
RO
9.10.10_beta6
\<x>.\<y>.\<z>\
<software-
extraversion>
Save the version of the last
AOSP firmware upgrade.
persist.sys.device_mode
String
RW
native
native
,
kiosk
Handle the AOSP device
mode.
persist.sys.rfid125khz.enable
Boolean
RW
true
true
,
false
Handle the RFID 125KHz.
persist.sys.rfid125khz.keyboard_wedge.key_interval
String
RW
0
0
to
1000
Define the key interval of
RFID 125KHz keyboard edge.
persist.sys.rfid125khz.keyboard_wedge.key_press_duration
String
RW
0
0
to
1000
Define the key press dura on
of RFID 125KHz keyboard
edge.
Se ngs preferences added by Qeedji
Name
Namespace
Type
R/W
Default
value
Values
Descrip on
developer_options_allowed
secure
Integer
RW
0
0
,
1
When the preference value is
1
, the debug mode is
ac vated.
adb_tcp_enabled
global
Integer
RW
0
0
,
1
When the preference value is
1
,
adb
over network is
ac vated.
adb_tcp_port
global
Integer
RW
5555
0
to
64738
Allows to define the TCP port for
adb
.
Shared preferences for Qeedji System service
Name
Type
R/W
Default
value
Values
Descrip on
externalstorage.copy.apk.enabled
Boolean
RW
true
true
,
false
When the preference value is
true
,
the APK installa on from the root of the USB storage is
authorized.
Shared preferences for the URL Launcher APK
The shared preferences for URL Launcher APK is stored in the
tech.qeedji.url_launcher.prefs.xml
file. In case login creden als are required to connect to the URL, an addi onal
shared preferences
tech.qeedji.url_launcher.credential.<credential_label>.prefs.xml
file is required.
◬
The shared preferences files for URL launcher APK must be created and updated with the specific
configura on script.
tech.qeedji.url_launcher.prefs.xml
Type
R/W
Default
value
Values
Descrip on
start_after_boot_completed
Boolean
RW
true
true
,
false
When the preference value is
true
,
The URL launcher APK is automa cally started a er
the AOSP has started.
autorefresh_url_enabled
Boolean
RW
false
true
,
false
When the preference value is
true
,
The URL launcher APK relaunches periodically the
URL.
autorefresh_url_interval
Long
RW
60
1
to
86400
Defines the reload period in seconds for the URL
launcher APK.
url
String
RW
for example:
https://www.yoururl.en/
Defines the URL to launch.
credential
String
RW
for example:
If
<credential_label>
worths
HttpAuth
,
the value is
HttpAuth
Defines the subpart of the expected filename
for the addi onal file required
when login creden als are needed
to connect to the URL.
☛
The
<credential_label>
subpart of the filename is defined in the
tech.qeedji.url_launcher.prefs.xml
file above.