diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /kandy/profiles | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kandy/profiles')
-rw-r--r-- | kandy/profiles/Makefile.am | 4 | ||||
-rw-r--r-- | kandy/profiles/default.kandy | 27 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kandy/profiles/Makefile.am b/kandy/profiles/Makefile.am new file mode 100644 index 000000000..cca6acd38 --- /dev/null +++ b/kandy/profiles/Makefile.am @@ -0,0 +1,4 @@ + +profilesdir = $(kde_datadir)/kandy + +profiles_DATA = default.kandy diff --git a/kandy/profiles/default.kandy b/kandy/profiles/default.kandy new file mode 100644 index 000000000..106808202 --- /dev/null +++ b/kandy/profiles/default.kandy @@ -0,0 +1,27 @@ + <commandset> + <command string="at+cbc" hexoutput="n" name="Battery charge" /> + <command string="at+cclk?" hexoutput="n" name="Clock" /> + <command string="at+cgmi" hexoutput="n" name="Issue manufacturer ID code" /> + <command string="at+cgmm" hexoutput="n" name="Issue model ID code" /> + <command string="at+csq" hexoutput="n" name="Output signal quality" /> + <command string="at+cgmr" hexoutput="n" name="Output the GSM telephone version" /> + <command string="at+cgsn" hexoutput="n" name="Output the serial number (IMEI)" /> + <command string="at+cpbr=?" hexoutput="n" name="Output Phonebook Settings" /> + <command string="at+cpbs=?" hexoutput="n" name="Output available Phonebooks" /> + <command string="at+cpbs?" hexoutput="n" name="Output current Phonebook Properties" /> + <command string="at+cpbs=" hexoutput="n" name="Set current Phonebook" > + <parameter userinput="y" value="ME" name="Phonebook" /> + </command> + <command string="at+cpbr=1,2" hexoutput="n" name="Read Phonebook" > + <parameter userinput="n" value="2" name="Start" /> + <parameter userinput="y" value="5" name="End" /> + </command> + <command string="at+cpbr=70" hexoutput="n" name="Read Phonenumber" > + <parameter userinput="y" value="70" name="Index" /> + </command> + <command string="at^sbnr="vcs",1" hexoutput="y" name="Read event 1" /> + <command string="at^sbnr="vcs",2" hexoutput="y" name="Read event 2" /> + <command string="at^sbnr="vcs",3" hexoutput="y" name="Read event 3" /> + <command string="at+cpbr=1,150" hexoutput="n" name="Read telephone book" /> + <command string="at+cpbr=1,3" hexoutput="n" name="Read telephone book 1-3" /> + </commandset> |