[Gta04-owner] [PATCH v2 7/7] HACK: disable some sms stuff
Andreas Kemnade
andreas at kemnade.info
Sun Apr 23 13:25:37 CEST 2017
The modem (at least newer fw) seems not to get
expected ansers, so the modem init process hangs here
sms works e.g. with gammu
TODO: find out what is really wrong here
Signed-off-by: Andreas Kemnade <andreas at kemnade.info>
---
hayes-ril/sms.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hayes-ril/sms.c b/hayes-ril/sms.c
index b7f7140..94133a8 100644
--- a/hayes-ril/sms.c
+++ b/hayes-ril/sms.c
@@ -38,7 +38,7 @@ void check_sms_on_sim()
{
char *str = NULL;
int i;
-
+ return;
// SMS check SIM storage status
at_send_callback("AT+CPMS?", RIL_TOKEN_NULL, at_generic_callback);
--
2.1.4
More information about the Gta04-owner
mailing list