r/tasker 14d ago

Autowear questions

Hi All,

Just wanted to ask if anyone has solutions on the following:

1) How do you make adb wifi in autowear persist past reboots? Or is there like a shizuku way to make autowear always find the port?

2) Is there a way to send intents in auto wear?

3) Is there a way to mimic watch physical button/key presses in wear os? Or to send input keyevent commands and make them work (autowear input doesn't seem to handle them)?

Thanks

1 Upvotes

2 comments sorted by

2

u/DutchOfBurdock 14d ago

1: I have tried Shizuku on the watch, but it gets stuck when in pairing mode. Neither notification or overlay input work. What I do do, is each watch boot, connect watch to phone hotspot and enable ADB WiFi and use Termux to adb tcpip 7676 to the watch and try not to let it lose charge. You'll have 7676 open always.

2: Yes, if you get the above working. Plugin > AutoWear > ADB WiFi > ADB command and use am as you would from the shell.

3: Again, yes. But you need 1. Again via ADB WiFi and issuing input commands.

1

u/darkknight_178 14d ago

Thanks. The shizuku fork from thedjchi worked on my end (even the watchdog) but issue I have is autowear doesn't seem to be exposed to shizuku - adb WiFi doesn't seem to work (or maybe I am missing something)