Personal tools

EBOX-IMX8MM APK Installation Guide

From ICOP tech wiki

Revision as of 16:52, 28 January 2021 by Joec (talk | contribs) (Created page with "{{PageHeader|EBOX-IMX8MM APK Installation Guide}} =Install apk file from a Linux based PC= ===Tools you need before installing the apk file from PC to EBOX-IMX8MM=== * A Li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

EBOX-IMX8MM APK Installation Guide


Install apk file from a Linux based PC

Tools you need before installing the apk file from PC to EBOX-IMX8MM

  •  A Linux based PC
  • USB cable to connect between the host PC and the EBOX-IMX8MM. (Ex: USB to micro USB)

Turn on the EBOX-IMX8MM and connect to a PC with a USB to Micro USB cable.

Open up a Terminal on the PC and type:

“sudo apt-get install android-tools-adb android-tools-fastboot” to install the adb.

Type “adb intall XXX.apk” to install the apk file like the example below

Check the application page on EBOX-IMX8MM, the apk file has been installed.


Install apk file from a Windows based PC

Tools you need before installing the apk file from PC to EBOX-IMX8MM

  •  A Linux based PC
  • USB cable to connect between the host PC and the EBOX-IMX8MM. (Ex: USB to micro USB)

Turn on the EBOX-IMX8MM and connect to a PC with a USB to Micro USB cable.

Open up a Terminal on the PC and type:

“sudo apt-get install android-tools-adb android-tools-fastboot” to install the adb.

Type “adb intall XXX.apk” to install the apk file like the example below

Check the application page on EBOX-IMX8MM, the apk file has been installed.