Awesome! It works! NBA app can now be used with ADBTuner.
Here is the config file I made that works for me to get past the watch live button screen:
{
"name": "FruitDeepLinks - NBA",
"author": "nateg",
"version": "1.0",
"description": "NBA for FruitDeepLinks with select for tuning to the Live feed.",
"uuid": "599c8090-0e83-4a75-9c8b-69494d1a2d75",
"global_options": {
"wait_for_video_playback_detection": false,
"use_fixed_delay": true,
"fixed_delay_seconds": 10,
"check_for_and_clear_whos_watching_prompts": false,
"wait_after_post_playback_start_commands_seconds": 0
},
"pre_tune_commands": [
"input keyevent KEYCODE_MEDIA_STOP",
"am force-stop '||TARGET_PACKAGE_NAME||'",
"sleep 1"
],
"tune_commands": [
"am start -W -a android.intent.action.VIEW -d '||TARGET_URL_OR_IDENTIFIER||' '||TARGET_PACKAGE_NAME||'"
],
"post_playback_start_commands": [
"input keyevent KEYCODE_DPAD_CENTER"
],
"post_tune_commands": [
"am force-stop '||TARGET_PACKAGE_NAME||'",
"input keyevent KEYCODE_HOME"
]
}