wer auch daran verzweifelt eine App zu starten - ich habs gerade hinbekommen (zumindest die Tagesschau)
it seems that you need to know the exact name off the class to start.. i just got the tagesschau to work with that entry in the StartApp
de.cellular.tagesschau/de.ndr.tagesschau.firetv.activities.HomeActivity
i got that from connecting via adb to the stick
adb connect xx.xx.xx.xx:5555
to get the package name:
adb shell pm list packages -f tages
to get some idea about what the class may be named:
adb shell pm dump /data/app/de.cellular.tagesschau-1/base.apk | grep tages
if you just enter de.cellular.tagesschau
the adapter tries to open "MainActivity" which doesn't seem to exist…