ADB_devices
Services to be turned on for Accessibility options
Setup ADB
On Mac OS
Manually (just the platform tools)
This is the easiest way to get a manual installation of ADB and Fastboot.
Delete your old installation (optional)
rm -rf ~/.android-sdk-macosx/
Navigate to https://developer.android.com/studio/releases/platform-tools.html and click on the
SDK Platform-Tools for Mac
link.Go to your Downloads folder
cd ~/Downloads/
Unzip the tools you downloaded
unzip platform-tools-latest*.zip
Move them somewhere you won't accidentally delete them
mkdir ~/.android-sdk-macosx mv platform-tools/ ~/.android-sdk-macosx/platform-tools
Add
platform-tools
to your pathecho 'export PATH=$PATH:~/.android-sdk-macosx/platform-tools/' >> ~/.zshrc
Refresh your bash profile (or restart your terminal app)
source ~/.zshrc
Start using adb
adb devices
https://stackoverflow.com/questions/17901692/set-up-adb-on-mac-os-x?rq=1
Setup Wireless
https://www.makeuseof.com/use-adb-over-wifi-android/
https://www.makeuseof.com/how-to-use-adb-on-android-tv/
TV Actions Pro
adb shell settings put secure enabled_accessibility services dev.vodik7.tvquickactions
adb shell pm grant dev.vodik7.tvquickactions android.permission.WRITE_SECURE_SETTINGS
Button Remapper
adb shell settings put secure enabled_accessibility services dev.vodik7.tvquickactions
adb shell pm grant dev.vodik7.tvquickactions android.permission.WRITE_SECURE_SETTINGS
Sideload app
https://www.xda-developers.com/how-to-sideload-apps-android-tv/