Uploading an app to SABRE SDP

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Uploading an app to SABRE SDP

Jump to solution
808 Views
dureshasanka
Contributor II

Hi,

Today I receive my SABRE SDP (I.MX6D). It is running Android 4.0 from SD card.

Please excuse me asking this kind of question.

I need to install an app on the platform. But I can not find a way. I uploaded the .apk file to the internal storage but I can't find a way to install it. Then I try to download a file browser app from the internet but, I can not use Ethernet / WiFi / SIM card on the board to connect to the internet.

Then I tried to connect to the board via adb, but it says that no device is pluged in.

I am newbie to these things.

Please kindly help me.

Thanks in advance.

Duresh

Labels (5)
0 Kudos
1 Solution
664 Views
LeonardoSandova
Specialist I

You can install apk from your host machine. You will need to install the Android SDK, then use adb tool to install the package. Make sure your Android is on developer mode and USB enable for debugging, so 'adb devices' list your device.

Leo

View solution in original post

0 Kudos
1 Reply
665 Views
LeonardoSandova
Specialist I

You can install apk from your host machine. You will need to install the Android SDK, then use adb tool to install the package. Make sure your Android is on developer mode and USB enable for debugging, so 'adb devices' list your device.

Leo

0 Kudos