Installing a custom app
Last updated
Last updated
Ensure you have latest platform-tools 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
Install app using adb install <app_name>.apk
Your app should show up in the app launcher's list.
To remove the app do adb remove org.myorg.appname