Hi all, we are integrating a RIL driver (AKA vendor RIL) with a CDMA module. It is testing on beagleboard C4 with Gingerbread 2.3, using pre-built applications in the TI distro (gingerbread 2.3.4 devkit 2.1)
Debug traces from radio log confirm that RILD processes RIL requests to our RIL driver OK, including RADIO_POWER, SCREEN_STATE, BASEBAND_VERSION, REGISTRATION_STATE and so on. However for some reason BARS in the notification area shows the X- bars icon (network unavailable) in spite of the fact we can see RSSI polled to our RIL driver. Evidently Phone app or whatever is controlling the bars icon is in a state where it doesn't like something about how the network is registered. At least this is what we suspect. Note the network service name (a US network operator) properly appears on screen and also in the settings->wireless->mobile networks- >network operators. We've also seen it on occasion that the Phone App throws an exception on switching to CDMA technology. We added patch from Issue 16479 but that did not solve it. I think this is a secondary issue for now. On a related problem, we are also seeing it where Phone App throws an exception with screen notification android.process.acore Phone App cannot be made to run properly. For now we are just testing the network registration and messaging app. Thanks for any insights. we are not exactly stuck but could use some help how best to isolate this. Is there a section of Phone App java we can check to see what is going on? /steverino2 -- 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

