updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / hsoconnect / HSOconnect.cfg
blob14cdad72eaffbe01f7f290efeeedd0e6cd517b25
2 #The main program configuration for HSOconnect
5 [Config]
7 #Which connection/GUI Profile to use
9 profile : Pengie_and_buttons
11 #which language directory - relative to the languages configuration directory
12 language : default
14 #browser to use for displaying help files
15 browser : firefox,konqueror,mozilla,galeon,netscape
17 #Port to use for AT commands
18 port : /dev/ttyHS1
20 #Modem init strings - sent during port opening sequence after CFUN test and before main WWAN AT commands are sent by the prog.
21 initstring1 : ATI
22 initstring2 : 
23 initstring3 : 
25 #connection attempt timeout
26 #how may seconds to wait before failing a connection attempt
27 connection_timeout : 10
29 #warn user if the device regaisters on a roaming network
30 warn_roaming : 1
31 show_quick_switch_buttons : 1
32 #logviewer program
33 logviewer : gedit,kedit,kate
35 #which device to control and read the data statistics for in /proc/net/dev
36 #value 0..9 - Normally this is 0 for hso0
37 procdev : 0
39 #Startup mode
40 # 0:2G Only, 1:3G Only, 2:2G Preferred, 3:3G Preferred
41 umts_mode : 3
43 #Do we display a debug window?
44 #value 0 or 1
45 debug : 0
47 #A workaround  for those systems that forget the image on the connect button
48 # after connecting/disconnecting :(
49 #value 0 or 1
50 dont_swap_images : 0
52 #Do you want a warning when a transfer limit has been reached
53 warn_transfer_limit : 0
54 #and what is the limit in whole MegaBytes
55 transfer_limit : 1
57 #Auto- connect as soon as device is registered (not roaming)
58 # and reconnect - if the connection fails retry connection 
59 autoconnectdelay : 10
60 autoreconnect : 0
61 autoconnect : 0
62 #Default usergroup for files created/managed by HSOconnect
63 usergroup : network
64 ###