chef 3808 Posted October 14, 2019 Posted October 14, 2019 (edited) I've been having major issues with Alexa not starting emby on my fire TV stick, it can never find my server no matter how many times I try to set it up. Now I have decided to circumvent this by adding the start up command to my emby custom skill. Just want to make sure this is correct for starting the ATV app. tv.emby.embyatv/.startup.StartupActivity If someone could let me know, I would be greatly appreciative. Edited October 15, 2019 by chef
chef 3808 Posted October 14, 2019 Author Posted October 14, 2019 This worked: adb shell monkey -p tv.emby.embyatv -c android.intent.category.LAUNCHER 1
chef 3808 Posted October 15, 2019 Author Posted October 15, 2019 Also running adb shell input keyevent 26 Will turn your frie stick on adb shell input keyevent 3 Will send you fire stick home There is a .net adb library found in GitHub which will send the comnands, and you can host the Alexa endpoints in an Alexa emby plugin. Or through a home automation gateway. No need to sign into app.emby.media to open the Emby for fire TV app. Much easier
Tahlor 0 Posted March 28, 2024 Posted March 28, 2024 adb shell monkey -p tv.emby.embyatv -c android.intent.category.LAUNCHER 1 This only worked for me sometimes (e.g., something like if I hadn't already opened it since rebooting). The snip below works fine: am start -n tv.emby.embyatv/.startup.StartupActivity
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now