Project

General

Profile

Actions

Issue #17

closed

caller identified as "Unknown" even if present on Contacts

Added by Graziano - over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
fixed
Device:
Grant:
Type of work:

Description

If you get a call by a person who is already present on your Contacts list, you will still see it as "Unknown".

I asked a few people to call me. Same result.

Actions #1

Updated by Denis 'GNUtoo' Carikli over 14 years ago

From the main log:
D/CallNotifier( 243): incoming number is: 0000
From the Radio log:
D/RIL ( 119): onRequest: GET_CURRENT_CALLS
D/AT ( 119): AT> AT+CLCC
D/AT ( 119): AT< +CLCC: 1,1,4,0,0
D/AT ( 119): AT< OK

Actions #2

Updated by Denis 'GNUtoo' Carikli over 14 years ago

Here's the correct fix:

diff --git a/reference-ril/reference-ril.c b/reference-ril/reference-ril.c
index 7f4c20e..2aaee0b 100644
--- a/reference-ril/reference-ril.c
+++ b/reference-ril/reference-ril.c
@ -2048,6 +2048,8 @ static void initializeCallback(void param)
/
SMS PDU mode */
at_send_command("AT+CMGF=0", NULL);

+ at_send_command("AT+CLIP=1", NULL);
+
#ifdef USE_TI_COMMANDS

at_send_command("AT%CPI=3", NULL);

Thanks a lot mickeyl on #openmoko-cdevel

Actions #3

Updated by Denis 'GNUtoo' Carikli over 14 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

resolved in the code,
The fix will be present in the next test images.

Actions

Also available in: Atom PDF