This is not appropriate for this list. Move it to android-porting. On Wed, Dec 2, 2009 at 6:29 PM, Henry Jeong <[email protected]>wrote:
> 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 [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

