AdvancedSharpAdbClient
AdvancedSharpAdbClient copied to clipboard
App start & app status
What can we do for you?
await client.StartAppAsync("com.my.app"); Doesnt start the app. I have also tried the command: adb -s 192.168.0.36:5556 shell monkey -p com.daerigame.magicknight 1 Output: bash arg: -p bash arg: com.daerigame.magicknight bash arg: 1 args: [-p, com.daerigame.magicknight, 1] arg: "-p" arg: "com.daerigame.magicknight" arg: "1" data="com.daerigame.magicknight" ** SYS_KEYS has no physical keys but with factor 2.0%.
And if i start the app by hand & use GetAppStatus it returns running in background but i can clearly see its running in foreground
My Andoird device is redroid with android 13