Fatal error occurs during creating CDMAPhone but not during creating
GSMPhone in 2.0 release
Here is log. ( logcat -b radio )
  :
D/STK     ( 1853): StkService: StkService: is running
D/STK     ( 1853): StkService: NEW sInstance
I/PHONE   ( 1853): Creating GSMPhone
  :
D/PHONE   ( 1853): [PhoneProxy] Switching phone from GSMPhone to
CDMAPhone
D/PHONE   ( 1853): [PhoneProxy] Setting Radio Power to Off
  :
D/PHONE   ( 1853): mDoesRilSendMultipleCallRing=true
D/PHONE   ( 1853): mCallRingDelay=3000
D/CDMA    ( 1853): [CdmaDataConnection] DataConnection.clearSettings()
D/CDMA    ( 1853): [CdmaDataConnection] CdmaDataConnection
<constructor>
< Fatal Error occurs  : Expect "Creating CDMAPhone" >

If change PREFERRED_NETWORK_MODE to NETWORK_MODE_CDMA from
NETWORK_MODE_WCDMA_PREF in RILConstants.java, Telephony should use
CDMAPhone as default , this error always occurs as below
   :
D/PHONE   ( 1853): mDoesRilSendMultipleCallRing=true
D/PHONE   ( 1853): mCallRingDelay=3000
D/CDMA    ( 1853): [CdmaDataConnection] DataConnection.clearSettings()
D/CDMA    ( 1853): [CdmaDataConnection] CdmaDataConnection
<constructor>
< Fatal Error occurs  : Expect "Creating CDMAPhone">

Let me know how to fix it.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to