Skip to content

memfault/bort-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Bort Lite

This pre-built apk gives a preview of the Bort SDK, without requiring a full AOSP integration/build. Install on any device with adb access.

See the main Bort repo for changelog.

See Documentation for more details, including limitations compared the full Bort SDK. A full feature matrix can be found here.

adb is required for installation: brew install android-platform-tools.

Download bort-lite-release.zip (contains apk and install script).

Install Bort Lite

Mac/Linux

./install-bort-lite.sh <project-key> [root]

Windows

install-bort-lite.bat <project-key> [root]

A project key is required. Create a project in the Memfault dashboard before installing Bort Lite.

Add root if running on a rooted device, to disable selinux enforcement on the device (to enable more Bort features). This will output errors if device isn't rooted (but Bort will still work). Only do this if you are happy to disable selinux enforcement!

Dev Mode is enabled automatically. This will configure Bort to upload all data immediately, and bypass device-side rate-limits. Consider also enabling Server-side Dev Mode.

Building

Unlike the full Bort SDK (which is built from source), Bort Lite is pre-built and pre-signed for ease of use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published