BestOwl / MyPhone

Connect your mobile devices (Android/iOS/WindowsPhone) to PC
MIT License
191 stars 37 forks source link

Support for multiple numbers & devices #17

Open gisturbance opened 1 year ago

gisturbance commented 1 year ago

Having multiple phones with multiple SIM cards in each can be a burden. The ability to link and use multiple phones would be very useful.

With that in mind I would suggest, when

Grouping by vCard groups is something I have never seen anywhere before, I wonder why.

Looking forward to the first release! For a long, long time I'm hoping for such a project to arise!

BestOwl commented 1 year ago

Thank you for the suggestions.

  1. I am not sure if multiple SIM card is supported by Hands-Free Profile, will check it in the future.
  2. Since we are using WinRT API to make phone calls, this is not possible unless we implement a custom Bluetooth profile driver. So this feature will not be included in v1.x
  3. Can you give an example of vCard group? I don't know what it is.
  4. This is very nice, it will be added to v1.x
gisturbance commented 1 year ago

This is a vCard contact:

BEGIN:VCARD
VERSION:4.0
N:Doe;John;;Dr.;
FN:Dr. John Doe
TEL;TYPE=home,voice;VALUE=uri:tel:+01-234-56789
EMAIL:john@doe.com
UID:urn:uuid:{{JOHN_DOE_UID}}
END:VCARD

This is a vCard group:

BEGIN:VCARD
N:Friends
FN:Friends
KIND:group
MEMBER:urn:uuid:{{JOHN_DOE_UID}}
MEMBER:urn:uuid:{{ANOTHER_MEMBER_UID}}
MEMBER:urn:uuid:{{ANOTHER_MEMBER_UID}}
UID:urn:uuid:{{GROUP_UID}}
END:VCARD
RokeJulianLockhart commented 1 year ago

@gisturbance and @BestOwl, https://www.rfc-editor.org/rfc/rfc6350#:~:text=The%20group%20construct,values%20as%20normal.