Installing Harmony SASE on Chromebook

  1. Download the Harmony SASE Agent. For more information, see Downloads.

  2. To enable Developer Mode:

    1. Restart your Chromebook.

    2. Press Esc + Refresh button + Power button simultaneously during restart.

    3. Press Ctrl + D when a warning is displayed.

      The Developer Mode is enabled.

  3. To enable ADB debugging:

    1. Go to Settings > Advanced > Developers.

    2. Click Linux development environment > Develop Android apps.

    3. Turn on the Enable ADB debugging toggle button.

      The Enable ADB debugging window appears.

    4. Click Restart and continue.

    5. Click Allow.

      The ADB debugging is enabled and the Chromebook restarts.

  4. To install the ADB platform tools, go to your Linux apps folder and open Terminal.

  5. Click penguin to open a Linux terminal and run:

    sudo apt-get install android-tools-adb -y

    The Android Package Kit (APK) file gets downloaded.

  6. Navigate to Linux > My files > Linux files.

  7. Drag and drop the downloaded APK file to the Linux files folder. This creates a new directory in the Linux terminal.

  8. To check the default location where the new directory is created, go to the penguin Linux terminal and run:

    df -h /boot/

  9. Navigate to the file system cd /dev/hda1 should be the default folder where the API file is located at.

  10. To install Harmony SASE Agent, run:

    adb install <filename>.apk