PDA

View Full Version : WM5 data flow


awm129
26-04-2006, 10:58 PM
I understand that the modem recieves the data and
somehow it bubbles up to the applications that need it. What are the
steps involved in that "bubbling up" process?

I'm assuming data must make the inital jump from the modem to the
application processor via the RIL, but I don't see raw data comming
across anything associated with RIL. I'm specifically intested in SMS
and internet data, but seeing *any* data will do for now. I'm looking for details like..

"raw data comes in from the modem via the RIL1 device, the ril driver passes data to services.exe via PassMeSomeData(). Services.exe then provides the data to IE via ReadPacket()"

Anyone know anything about this? Thanks