reg=`dbus-send --system --print-reply=literal --type=method_call \ --dest=com.nokia.phone.net /com/nokia/phone/net \ Phone.Net.get_registration_status` lac=`echo $reg | cut -f 4 -d " "` cell_id=`echo $reg | cut -f 6 -d " "` operator_code=`echo $reg | cut -f 8 -d " "` country_code=`echo $reg | cut -f 10 -d " "`