gnokii-commit
[Top][All Lists]
Advanced

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

gnokii/Docs/protocol nk6510.txt,1.9,1.10


From: BORBELY Zoltan <address@hidden>
Subject: gnokii/Docs/protocol nk6510.txt,1.9,1.10
Date: Fri, 24 Oct 2003 12:49:06 +0000

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

Modified Files:
        nk6510.txt 
Log Message:
ringtone handling updates


Index: nk6510.txt
===================================================================
RCS file: /cvsroot/gnokii/gnokii/Docs/protocol/nk6510.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** nk6510.txt  19 Oct 2003 21:17:53 -0000      1.9
--- nk6510.txt  24 Oct 2003 12:49:03 -0000      1.10
***************
*** 340,346 ****
                            where type: 0x01 - built-in, 0x02 - user defined
  
!     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 }
--- 340,352 ----
                            where type: 0x01 - built-in, 0x02 - user defined
  
!     s Set raw ringtone      { 0x0e, locationHI, locationLO, 0xfe, name length 
(chars), name (unicode),
                                datalenHI, datalenLO, data (MIDI file or raw 
ringtone), 0x00, 0x00 }
+                           where location = 0x7fff means first unused entry
      r Set raw ringtone      { 0x0f, err, 0x00 } where err = 0 means ok
+ 
+     s Delete ringtone       { 0x10, locationHI, locationLO }
+                           where location = 0x7ffe means all user defined
+     r Delete ringtone       { 0x11, err, 0x00 }
+                             where err: 0x00 - ok, 0x03 - inv loc, 0x0a - empty
  
      s Get raw ringtone      { 0x12, numberHI, numberLO }





reply via email to

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