pulse-android-dev / device_huawei_pulse

Device configuration for Huawei U8220/U8230 / T-Mobile Pulse
3 stars 1 forks source link

Manual network choose error (on T-Mobile HU kernel / provider sim locked device) #1

Open hungary opened 14 years ago

hungary commented 14 years ago

I think, with network unlocked device, with T-Mobile UK kernel dont have this issue.

I/ActivityManager( 1108): Starting activity: Intent { act=android.intent.action. MAIN cmp=com.android.phone/.NetworkSetting } D/QCRIL_MSC ( 1044): "RIL"=>"AMSS" [ label = "cm_ph_cmd_get_networks()"]; I/ActivityManager( 1108): Displayed activity com.android.phone/.NetworkSetting: 571 ms (total 571 ms) D/dalvikvm( 1205): GC_EXPLICIT freed 1478 objects / 77408 bytes in 144ms D/QCRIL_MSC ( 1044): "RIL"=>"AMSS" [ label = "cm_ph_cmd_get_networks()"]; W/InputManagerService( 1108): Window already focused, ignoring focus gain of: co m.android.internal.view.IInputMethodClient$Stub$Proxy@43fd8aa8 D/dalvikvm( 1621): GC_FOR_MALLOC freed 9893 objects / 654296 bytes in 74ms D/QCRIL_MSC ( 1044): "RIL"=>"AMSS" [ label = "cm_ph_cmd_get_networks()"]; W/InputManagerService( 1108): Window already focused, ignoring focus gain of: co m.android.internal.view.IInputMethodClient$Stub$Proxy@43f8c3a0 D/QCRIL_MSC ( 1044): "RIL"=>"AMSS" [ label = "cm_ph_cmd_get_ph_info()"]; D/MobileDataStateTracker( 1108): default Received state= DISCONNECTED, old= DISC ONNECTED, reason= (unspecified), apnTypeList= default

pulse-android-dev commented 14 years ago

This effects all devices, not just network locked. I have no idea where the problem is, but there is a good chance it is in the ril libraries which are closed source. If there has been some change the the ril interface between eclair and froyo the only option will probably be to port the eclair interface into froyo since we don't have source for the ril driver.