https://bugs.kde.org/show_bug.cgi?id=401140

--- Comment #1 from Xiaomi user <kdeconn...@pokemail.net> ---
Same situation on Xiaomi A2 Lite (Android 9).

PC side tested on :
- Solus GNOME 3.9999 with GSConnect 17
- KDE Neon 5.14.5 with KDE Connect 1.3.3

Android side tested with KDE Connect versions :
- 1.10.1
- 1.7.1
- 1.6.6

Debug log of GSConnect reveal that none of above app version does not send
contact name nor phone number in packet sent to PC, when there's incoming call
:

DEBUG: [core.js:receive/<:404]: xiaomi: {
  "id": 1547125458472,
  "type": "kdeconnect.telephony",
  "body": {
    "event": "ringing"
  }
}

while it should looks like :

DEBUG: [core.js:receive/<:404]: Samsung SM-A310F: {
  "id": 1547126528778,
  "type": "kdeconnect.telephony",
  "body": {
    "contactName": "Test number",
    "phoneNumber": "555666777",
    "event": "ringing"
  }
}

Also for outgoing call there is no info about contact :

DEBUG: [core.js:receive/<:404]: xiaomi: {
  "id": 1547126522752,
  "type": "kdeconnect.telephony",
  "body": {
    "event": "talking"
  }
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to