Issue #17
closedcaller identified as "Unknown" even if present on Contacts
0%
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.
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
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
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.