13
1.4.1
Installa on by USB
Install properly the USB hub between its appropriate external power supply and the TAB10s USB-C connector and follow the procedure:
wait for the TAB10s is boo ng up,
copy the required file(s) in the first par on at the root of the USB storage device,
insert the USB storage device into the USB-A port of the USB hub,
follow the messages displayed on the screen.
☛
In case using USB storage device, the files must be present at the root directory of the first FAT par on.
In case several files type are present, the installa on is done in this order:
AOSP firmware (.zip),
applica on (.apk),
configura on script (.js).
APK Installa on
Copy the
.apk
file at the root directory of an USB storage device. Insert the USB storage device on the device (or on the third party equipment connected to the USB-C connector)
and follow the instruc ons on the screen.
For further informa on, refer to the
.
One or more APK can be installed (or upgraded). Each installed applica on is visible on the AOSP workspace.
☛
The APK installa on by USB is allowed by default in the AOSP firmware xx.yy.zz. This feature can be disabled by a system preference :
externalstorage.copy.apk.enabled
. Uncomment the line
disableExternalStorageCopyApk();
in the configura on-script then follow the
configuration by USB
procedure.
☛
If the USB storage device contains several APK at the root, each APK is installed in alphabe cal order.
AOSP firmware upgrade
Copy the AOSP firmware (
.zip
) on the root directory of the USB storage device.
Insert the USB storage device in the TAB10s and follow the instruc ons on the screen.
For further informa on, refer to the
.
☛
If the USB storage device contains several AOSP firmware for the product, the update does not take place and no message appears.
Device configura on by script
The device can be configured thanks to a configura on script.
The following pa ern is supported:
Suitable for several devices:
configuration.js
,
000000000000.js
,
Suitable for only one device:
<TAB10s_WLAN0_MAC_addr>.js
.
Suitable when connec ng an third party device suppor ng an Ethernet to USB brigde:
<TAB10s_ETH0_MAC_addr>.js
(in this case, the
<TAB10s_ETH0_MAC_addr>
value worths the MAC address of the LAN interface of the Ethernet to USB-C bridge).
Copy the configura on script (
.js
) on the root directory of the USB storage device.
Insert the USB storage device in the TAB10s and follow the instruc ons on the screen.
☛
The device configura on can be updated also thanks to configura on script hosted on a TFTP DHCP server (code 66).
For further informa on, refer to the
.