Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

entry

Description

server_protocol=https

server protocol http https file (file: / / /sdcard/ota) is also polled

server=support.keith-koep.com.

domain addr (not needed for „file“)

port=443

e.g. 443 for https or 80 for http

ota_folder_suffix=service/lib/exe/fetch.php/service/linux/android

path for url. Note: OtaApp adds „_$OS-Version/„ (for Android9: „_9/„)

customer_apk=test.apk

apk filename

customer_package=com.fsl.android.ota

package name (used by package manager)

customer_apk_version=test.apk.version.txt

file containing revision of apk file. Dowload only if newer than installed version

...

Settings can be done via System-Settings APP or Android APIs. But there are also possibilities to do it via command line interface:

Android via Commandline

FSL Ethernet Application

The Ethernet activity (package com.fsl.ethernet) generates a configuration file: /data/misc/ethernet/ethernet.xml When the activitry is started the xml will be copied to the local app store: /data/data/com.fsl.ethernet/shared_prefs/ethernet.xml then the activity resets the ethernet interface with the configuration provided by the xml file.

...