-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New App Shortcut]: TrillerTV #414
Comments
I'm downloading it now on my Fire TV through the official app store, so that's a good start! Is this an official app request, or are you looking for some "do it yourself" help, or maybe both? |
The following command will work:
I know how you got the command that you tried, which is why I direct everyone who is making a request through the official App Shortcut Request form over to the Providing Details for App Launcher Requests wiki article to follow that same procedure. I'd say that method works about 90% of the time. The other 10% end up like this one did, with a permissions error:
When this error occurs, I ask the app to dump some if its data by using this command:
The response to this command will be extremely verbose, but normally the item we are looking for can be found inside the Non-Data Actions: section
Expand this to see the full command response
From this response, I was able to find and test this command which works as expected:
I hope that brief tutorial was helpful! I will proceed with adding this to the Firemote project now. -Doug |
Here is the APK matching then version I have on my fire TV
https://www.apkmirror.com/apk/flipps-media-inc/fite-boxing-wrestling-mma/fite-boxing-wrestling-mma-8-2-1-release/
I tried seeing if I could find the adb command myself and came up with
adb shell am start -n com.flipps.fitetv/com.bianor.ams.androidtv.activity.VideoListActivityV2
However this didn't seem to work. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: