NW Blue
  • About NW Blue
  • NDAA / 889 Certification
  • DUNNS / CAGE
  • Customer Support
  • Products
    • Herelink Blue
      • Herelink Blue Overview
      • User Guides
        • Assembly and Connection
        • How to Update Firmware
        • Pairing, RC Calibration, & Setup
        • Configure Modes & Mavlink Buttons
        • Configure Sbus Buttons & Wheel
        • Wireless Communication
        • Video and Data Sharing
        • Connecting to Mission Planner
        • Herelink Blue 1.0 Air Unit to Air Unit Instructions
        • System setting
        • Installing a custom app
        • OEM Image Setup
        • Generate a bug report
      • Herelink Blue FAQ
Powered by GitBook
On this page
  1. Products
  2. Herelink Blue
  3. User Guides

Installing a custom app

PreviousSystem settingNextOEM Image Setup

Last updated 2 years ago

Ensure you have latest installed in the system.

  • Enable Developer Mode by tapping Settings->About Phone->Build Number multiple times.

  • Enable Settings->Developer options->USB debugging

  • Check if the unit is connected

$ adb devices
List of devices attached
66c4bfea    device
  • Install app using adb install <app_name>.apk

$ adb install myapp.apk
Performing Streamed Install
Success
  • Your app should show up in the app launcher's list.

  • To remove the app do adb remove org.myorg.appname

$ adb remove org.myorg.appname
Success
platform-tools