-
-
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]: AirScreen (ionitech) #353
Comments
here maybe some hints for others ... #1.) get a list of all packages: #2.) get a list of activities of a package
|
after a long search .... i found a solution for now how to start ... adb shell am start com.ionitech.airscreen/.ui.activity.welcome.StreamAssistantIndexActivity this pages were helping me |
Isn't learning great? 😄 I have just published Firemote version v3.3.1 which contains this new app shortcut. Enjoy! -Doug |
you are amazing ..... pff, so fast, thx a lot bro |
Sorry this is late, but I meant to reply again to give you this tip as well - If you run this command:
It outputs a very descriptive layout of activities as well as actions and categories. Sometimes you need to add an activity behind the -a flag and/or a category behind the -c flag to get around security permissions issues. Thankfully, this is not extremely common, but it does happen! The beginning of the dump from the command issued above shows this:
This is what I normally do. After getting this info, it's simply a matter of trying commands and seeing what works. -Doug |
App Name
AirScreen
Device Platform
Amazon Fire
App Store Link and/or URL to .apk file if sideloaded
https://www.amazon.de/AirScreen-AirPlay-Google-Cast-Miracast/dp/B07CPZ698R
Application Details
adb_response: mSurface=Surface(name=com.ionitech.airscreen/com.ionitech.airscreen.ui.activity.ScreenMirrorActivity)/@0x373c820
mInputMethodTarget in display# 0 Window{2f5b6f9 u0 com.ionitech.airscreen/com.ionitech.airscreen.ui.activity.ScreenMirrorActivity}
hdmi_input: null
device_class: tv
entity_picture: /api/media_player_proxy/media_player.fire_tv_172_20_1_100?
token=X
friendly_name: Fire TV 172.20.1.100
supported_features: 22961
Optional Comments
this calls i already tried, but didn't work, maybe you have more ideas howto ...
adb shell am start com.ionitech.airscreen
adb shell am start com.ionitech.airscreen/com.ionitech.airscreen.ui.browse.BrowseActivity
adb shell am start com.ionitech.airscreen/com.ionitech.airscreen.ui.main.SplashActivity
adb shell am start com.ionitech.airscreen/com.ionitech.airscreen.ui.activity.MainActivity
then also made:
`adb shell dumpsys window windows | grep -E 'ionitech'
adb_response: Window #3 Window{a708a95 u0 com.ionitech.airscreen/com.ionitech.airscreen.ui.activity.MainActivity}:
mOwnerUid=10249 showForAllUsers=false package=com.ionitech.airscreen appop=NONE
mBaseLayer=21000 mSubLayer=0 mToken=ActivityRecord{683895c u0 com.ionitech.airscreen/.ui.activity.MainActivity t522}
mActivityRecord=ActivityRecord{683895c u0 com.ionitech.airscreen/.ui.activity.MainActivity t522}
WindowStateAnimator{7564a73 com.ionitech.airscreen/com.ionitech.airscreen.ui.activity.MainActivity}:
mSurface=Surface(name=com.ionitech.airscreen/com.ionitech.airscreen.ui.activity.MainActivity)/@0x25eed30
mInputMethodTarget in display# 0 Window{a708a95 u0 com.ionitech.airscreen/com.ionitech.airscreen.ui.activity.MainActivity}
mInputMethodInputTarget in display# 0 Window{a708a95 u0 com.ionitech.airscreen/com.ionitech.airscreen.ui.activity.MainActivity}
inputMethodControlTarget in display# 0 Window{a708a95 u0 com.ionitech.airscreen/com.ionitech.airscreen.ui.activity.MainActivity}
mLastWakeLockHoldingWindow=Window{dde9015 u0 Splash Screen com.ionitech.airscreen} mLastWakeLockObscuringWindow=null
mHoldScreenWindow=Window{a708a95 u0 com.ionitech.airscreen/com.ionitech.airscreen.ui.activity.MainActivity}
mObscuringWindow=Window{a708a95 u0 com.ionitech.airscreen/com.ionitech.airscreen.ui.activity.MainActivity}
hdmi_input: null
device_class: tv
entity_picture: /api/media_player_proxy/media_player.fire_tv_172_20_1_100?token=x
friendly_name: Fire TV 172.20.1.100
supported_features: 22961
`
The text was updated successfully, but these errors were encountered: