public void startRecording() {
   LocationController cont = LocationController.getInstance(this.context);
   cont.startListening(90000, STATIONARY_RADIUS);
   cont.addBestLocationListener(this);
 }