gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnokii/Docs/protocol nk6510.txt,1.5,1.6


From: BORBELY Zoltan <address@hidden>
Subject: gnokii/Docs/protocol nk6510.txt,1.5,1.6
Date: Tue, 07 Oct 2003 22:38:53 +0000

Update of /cvsroot/gnokii/gnokii/Docs/protocol
In directory subversions:/tmp/cvs-serv24823/Docs/protocol

Modified Files:
        nk6510.txt 
Log Message:
ringtone handling support added to the nk6510 driver


Index: nk6510.txt
===================================================================
RCS file: /cvsroot/gnokii/gnokii/Docs/protocol/nk6510.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** nk6510.txt  31 Aug 2003 18:23:14 -0000      1.5
--- nk6510.txt  7 Oct 2003 22:38:51 -0000       1.6
***************
*** 331,334 ****
--- 331,344 ----
      r Get Ringtones         { 0x08, 0x00, 0x23, 0x00, # ringtones, 0x00, 
                                ringtone number, 0x01, 0x01, 0x00, name length 
(chars), name (unicode)... }
+                             raw ringtone format is the same as in nk6110
+ 
+     s Set raw ringtone      { 0x0e, 0x7f, 0xff, 0xfe, name length (chars), 
name (unicode),
+                               datalenHI, datalenLO, data (MIDI file or raw 
ringtone), 0x00, 0x00 }
+     r Set raw ringtone      { 0x0f, err, 0x00 } where err = 0 means ok
+ 
+     s Get raw ringtone      { 0x12, numberHI, numberLO }
+     r Get raw ringtone      { 0x13, numberHI, numberLO, ?, name length 
(chars), name (unicode),
+                               datalenHI, datalenLO, data (MIDI file or raw 
ringtone), 0x00, 0x00 }
+     r Get raw ringtone err  { 0x14, ? }
  
  0x39: PROFILES





reply via email to

[Prev in Thread] Current Thread [Next in Thread]