BestOwl/MyPhone

USB cable support

leonsk29 opened this issue · 1 comments

In the future, it would be great if you could implement USB cable support in addition to Bluetooth. Not everyone has a Bluetooth adapter on their desktop PCs, but everyone has a USB cable. Just a suggestion. Great project!

Hi @leonsk29, thank you for your suggestion. Unfortunately, there are currently no plans to add USB support in v1.0, but it could be considered in the future (no guarantees).

Just in case someone is interested in implementing USB support: Currently, the main functionalities rely on standard Bluetooth protocols, which provide built-in support for calling, SMS, and phonebook access. However, USB doesn't have the equivalent feature. To add USB support, we must develop a companion app and a USB driver on PC.