                                   INSTALL
                                  ---------
First of all you have to activate the r-connect service on your phone. To do so go to
'phone_activation' directory and find the appropriet model. Then follow the instruction from
the text file containing the name of that model.
    Next login as root or use su. Copy the files 'connectr' and 'disconnectr' to some place
which is  available in executable search path e.g. '/usr/local/sbin'. Change ownership of
these two files to root and make them readable and executable to user and desired group or
world. Also SUID root to them. Your installation is now complete.
       Now run the 'connectr' script with following parametre to connect to the r-connect
service and use 'disconnectr' to disconnect from that service.


        connectr <device> <phone number>

	device = /dev/ttyUSB0 for LG USB
	device = /dev/ttyACM0 for Samsung USB
	device = /dev/ttyS0 for FWP/FWT Serial(COM1)

	phone number should be the phone number including STD code excluding the leading zero.
        e.g. nnABCDEFGH where the phone number is ABCDEFGH echo and STD code is 0nn.

        'disconnectr' does not require any parametre.
        
