Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. diff --git a/Docs/sample/gnokiirc b/Docs/sample/gnokiirc
  2. index d827b83..c1991e8 100644
  3. --- a/Docs/sample/gnokiirc
  4. +++ b/Docs/sample/gnokiirc
  5. @@ -68,9 +68,25 @@ model = fake
  6. # Nokia Series 40 3rd Ed. and later, use flags=DEFAULT for most other
  7. # Nokias; the other flags apply to phones older than Series 40.
  8. # Valid flags are:
  9. -# OLD_DEFAULT, DEFAULT, DEFAULT_S40_3RD, CALLERGROUP, NETMONITOR, KEYBOARD,
  10. -# SMS, CALENDAR, DTMF, DATA, SPEEDDIAL, EXTPBK, AUTHENTICATION, FOLDERS,
  11. -# FULLPBK, SMSFILE, EXTPBK2, EXTCALENDAR, XGNOKIIBREAKAGE
  12. +# AUTHENTICATION: phone needs a special protocol initialization
  13. +# CALENDAR: phone supports calendar events (first protocol)
  14. +# CALLERGROUP: phone supports caller groups in phonebooks
  15. +# DATA: phone supports and old non-AT protocol for data communications (DON'T use this)
  16. +# DEFAULT_S40_3RD: shortcut for DEFAULT, SMSFILE, EXTPBK2, EXTCALENDAR
  17. +# DEFAULT: shortcut for OLD_DEFAULT, CALLERGROUP, EXTPBK, FOLDERS
  18. +# DTMF: phone can send DTMF tones
  19. +# EXTCALENDAR: phone supports calendar events (second protocol)
  20. +# EXTPBK2: phonebooks supports more than just name and number (second protocol)
  21. +# EXTPBK: phonebooks supports more than just name and number (first protocol)
  22. +# FOLDERS: SMS are stored in IN, OU, ... instead of SM, ME
  23. +# FULLPBK:
  24. +# KEYBOARD: keypresses can be emulated by the computer
  25. +# NETMONITOR: phone supports Nokia NetMonitor
  26. +# OLD_DEFAULT: shortcut for SPEEDDIAL, SMS, DTMF, KEYBOARD, CALENDAR
  27. +# SMSFILE: SMS are stored in the phone's filesystem
  28. +# SMS: phone supports SMS
  29. +# SPEEDDIAL: phone supports speed dials
  30. +# XGNOKIIBREAKAGE: enable dangerous functions known to damage some phones (DON'T use this)
  31. # flags = DEFAULT
  32.  
  33. # Set IrDA device name.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement