�
�
â €2021-11-20 11:24:04
Python
â €, 2021-11-20 11:24:04

Is it possible to send a notification to Android via USB using Python?

Hello. Is there any way to send a notification to the phone via USB in Python? Rummaged through Google a lot, but it was written how to do it only over the network.

Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg, 2021-11-20
@402d

https://www.youtube.com/watch?v=m2U6s1JgY8c
usb will not allow you to directly connect your phone and computer.
read about how this protocol works in general.
the string in the video makes a connected peripheral device for each device.
that is, there
pc == dev [magic;) ] dev == pc
== - standard exchange for usb
but how does it work. Works but not through api to access usb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question