int count=0;
      if(RingingTime.equals("5"))count=5000;
      else if(RingingTime.equals("10"))count=10000;
      else if(RingingTime.equals("20"))count=20000;
      
      //기다리기
      try{
       Thread.sleep(count);
      }catch(InterruptedException e){}
      Log.i("TRACE","Now cal~~~~~~~~~~~~~~");
         //전화받기
         Intent new_intent = new Intent(Intent.ACTION_MEDIA_BUTTON);
            new_intent.putExtra(Intent.EXTRA_KEY_EVENT, new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_HEADSETHOOK)); 
           this.sendOrderedBroadcast(new_intent, null);
            //스피커폰
            AudioManager audio_manager = (AudioManager) this.getSystemService(Context.AUDIO_SERVICE); 
           audio_manager.setSpeakerphoneOn(true); 


설정값에 따라서.. 5초 10초 20초 기다립니다.!!
그 다음에
//전화받기
//스피커폰전환

저 소스대로 하면 전화가 받아지는데요..
갤럭시 S만 안되요.ㅠ.ㅠ
에러부분은 밑에 있서요.ㅠ.ㅠ
왜 그런지 좀 알수 있을까요?ㅠ

Now cal~~~~~~~~~~~ 이부분밑으로 에러 짜른 거에요.!!

07-27 14:12:58.790: INFO/TRACE(4587): Now cal~~~~~~~~~~~~~~
07-27 14:12:58.795: WARN/IInputConnectionWrapper(4587): showStatusIcon on inactive InputConnection
07-27 14:12:58.810: VERBOSE/Meridian(4459): onReceive(), action=android.intent.action.MEDIA_BUTTON
07-27 14:12:58.815: VERBOSE/Meridian(4459): Extra android.intent.extra.KEY_EVENT=KeyEvent{action=0 code=79 repeat=0 meta=0 scancode=0 mFlags=0}
07-27 14:12:58.815: VERBOSE/Meridian(4459): keycode=79, action=0, eventtime=0
07-27 14:12:59.195: DEBUG/GPS(2224): gen_timer_add_locked
07-27 14:12:59.590: WARN/PowerManagerService(2224): Timer 0x7->0x3|0x3
07-27 14:12:59.590: INFO/PowerManagerService(2224): ULight 7->3 f0
07-27 14:12:59.590: WARN/Lights(2224): touchkey LED off
07-27 14:12:59.590: WARN/PowerManagerService(2224): Timer 0x3->0x0|0x3
07-27 14:12:59.590: ERROR/PowerManagerService(2224): CurLock p:3 mPS:3
07-27 14:12:59.590: WARN/PowerManagerService(2224): type=SCREEN_DIM_WAKE_LOCK           'StayOnWhilePluggedIn Screen Dim' active (minState=1) activeT=10747
07-27 14:12:59.590: WARN/PowerManagerService(2224): type=PARTIAL_WAKE_LOCK              'StayOnWhilePluggedIn Partial' active (minState=0) activeT=10747
07-27 14:12:59.590: WARN/PowerManagerService(2224): type=PARTIAL_WAKE_LOCK              'GpsLocationProvider' active (minState=0) activeT=46593
07-27 14:12:59.590: WARN/PowerManagerService(2224): type=PARTIAL_WAKE_LOCK              'GSM' active (minState=0) activeT=11319
07-27 14:12:59.590: WARN/PowerManagerService(2224): type=FULL_WAKE_LOCK                 'PhoneApp'ACQR_CSS_WKP  active (minState=3) activeT=10882