Personal tools

Difference between revisions of "EBOX-IMX8MM APK Installation Guide-Linux host"

From ICOP tech wiki

Jump to: navigation, search
 
Line 1: Line 1:
{{PageHeader|EBOX-IMX8MM APK Installation Guide}}
+
{{PageHeader|EBOX-IMX8MM APK Installation Guide-Linux host}}
 
=Install apk file from a Linux based PC=
 
=Install apk file from a Linux based PC=
  
Line 21: Line 21:
  
 
<br />
 
<br />
=Install apk file from a Windows based PC=
+
=Install apk file from a Win10 based PC=
  
===Tools you need before installing the apk file from PC to EBOX-IMX8MM===
+
===<big>Tools you need for installing the apk file from PC to EBOX-IMX8MM</big>===
  
* A Linux based PC
+
*A Windows 10 based PC
 +
*Universal ADB Drivers: https://adb.clockworkmod.com/ and install it to the PC.
 +
*Microsoft Windows ADB Setup and unzip it to the PC https://www.xda-developers.com/install-adb-windows-macos-linux/
 
*USB cable to connect between the host PC and the EBOX-IMX8MM.  (Ex: USB to micro USB)
 
*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.===
 
===Turn on the EBOX-IMX8MM and connect to a PC with a USB to Micro USB cable.===
[[File:1.2.1.jpg|alt=|frameless|520x520px]]
+
[[File:1.2.1.jpg|frameless|600x600px]]
 +
<br />
 +
 
 +
===Open up a Command Prompt on the PC and access the <u>'''[https://adb.clockworkmod.com/ platform-tools file in ADB file]'''</u>===
 +
[[File:1.3.1.png|frameless|850x850px]]<br />
  
===Open up a Terminal on the PC and type:===
+
===Type adb devices.===
“sudo apt-get install android-tools-adb android-tools-fastboot”  to install the adb.
+
[[File:1.4.2.png|frameless|850x850px]]
 
<br />
 
<br />
  
===Type “adb intall XXX.apk” to install the apk file like the example below===
+
===Type adb install “the location of the apk file”.===
[[File:1.4.1.png|alt=|frameless|600x600px]]
+
In this case, we install APKPURE as an example. (Ex: adb install '''“C:\Users\Clint\Downloads\APKPure_v3.17.5_apkpure.com.apk”''')
 +
 
 +
[[File:1.5.2.png|frameless|850x850px]]
 +
<br />
  
 
===Check the application page on EBOX-IMX8MM, the apk file has been installed.===
 
===Check the application page on EBOX-IMX8MM, the apk file has been installed.===
[[File:1.5.1.png|alt=|frameless|740x740px]]
+
[[File:1.6.1.png|frameless|550x550px]]
 
 
<br />
 

Latest revision as of 16:55, 28 January 2021

EBOX-IMX8MM APK Installation Guide-Linux host


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 Win10 based PC

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

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

1.2.1.jpg

Open up a Command Prompt on the PC and access the platform-tools file in ADB file

1.3.1.png

Type adb devices.

1.4.2.png

Type adb install “the location of the apk file”.

In this case, we install APKPURE as an example. (Ex: adb install “C:\Users\Clint\Downloads\APKPure_v3.17.5_apkpure.com.apk”)

1.5.2.png

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

1.6.1.png