3 Aug 16:47
Nokia 5200
From: Andreas Metzler <ametzler <at> downhill.at.eu.org>
Subject: Nokia 5200
Newsgroups: gmane.linux.drivers.gammu
Date: 2008-08-03 14:48:29 GMT
Subject: Nokia 5200
Newsgroups: gmane.linux.drivers.gammu
Date: 2008-08-03 14:48:29 GMT
Hello,
are there any plans for official Nokia 5200 support?
Seeing that the 5300 is supported I simply did a "grep -rl 5300" in
the 1.20.0 source code and copied the respective entries:
----------------------------
--- gammu-1.20.0.orig/common/gsmphones.c
+++ gammu-1.20.0/common/gsmphones.c
@@ -250,6 +250,7 @@
{"5140" ,"NPL-4" ,"Nokia 5140",
{F_PBKTONEGAL,F_TODO66,F_RADIO,F_PBKUSER,F_WAPMMSPROXY,F_CHAT, F_SYNCML,0}},
{"5140" ,"NPL-5" ,"Nokia 5140",
{F_PBKTONEGAL,F_TODO66,F_RADIO,F_PBKUSER,F_WAPMMSPROXY,F_CHAT, F_SYNCML,0}},
{"5140i","RM-104","Nokia
5140i",{F_PBKTONEGAL,F_TODO66,F_RADIO,F_PBKUSER,F_WAPMMSPROXY,F_CHAT, F_SYNCML,0}},
+ {"5200" ,"RM-174","Nokia 5200", {F_SERIES40_30,F_FILES2,F_TODO66,F_RADIO,F_NOTES,F_SMS_FILES,0}},
{"5300" ,"RM-146","Nokia 5300", {F_SERIES40_30,F_FILES2,F_TODO66,F_RADIO,F_NOTES,F_SMS_FILES,0}},
{"5310" ,"RM-303","Nokia 5310",
{F_SERIES40_30,F_FILES2,F_TODO66,F_RADIO,F_NOTES,F_SMS_FILES,0}},/* guess */
{"6020" ,"RM-30" ,"Nokia 6020", {F_VOICETAGS, F_FILES2, F_CHAT, F_WAPMMSPROXY, F_TODO66,
F_PBKTONEGAL, F_NOTES,0}},/* guess */
--- gammu-1.20.0.orig/common/phone/nokia/dct4s40/6510/n6510.c
+++ gammu-1.20.0/common/phone/nokia/dct4s40/6510/n6510.c
@@ -4223,7 +4223,7 @@
};
GSM_Phone_Functions N6510Phone = {
- "1100|1100a|1100b|2650|3100|3100b|3105|3108|3109c|3200|3200a|3205|3220|3300|3510|3510i|3530|3589i|3590|3595|5100|5140|5140i|5300|5310|6020|6021|6030|6070|6085|6086|6100|6101|6103|6111|6125|6131|6151|6170|6200|6220|6230|6230i|6233|6234|6270|6280|6300|6310|6310i|6385|6510|6610|6610i|6800|6810|6820|6822|7200|7210|7250|7250i|7260|7270|7360|7370|7600|7900|8310|8390|8800|8910|8910i",
+ "1100|1100a|1100b|2650|3100|3100b|3105|3108|3109c|3200|3200a|3205|3220|3300|3510|3510i|3530|3589i|3590|3595|5100|5140|5140i|5200|5300|5310|6020|6021|6030|6070|6085|6086|6100|6101|6103|6111|6125|6131|6151|6170|6200|6220|6230|6230i|6233|6234|6270|6280|6300|6310|6310i|6385|6510|6610|6610i|6800|6810|6820|6822|7200|7210|7250|7250i|7260|7270|7360|7370|7600|7900|8310|8390|8800|8910|8910i",
(Continue reading)
.
(The SMS Name issue is another bug which I will address later.)
RSS Feed