re. was in munic for work.
Now im back. thats the standings:
No sry, we cant use this application. The problem is not how to communicate with the baseband. There are RIL (radio interface layer) implementations in the android sourcetree. I looked at them, and there are mux0710 (gsm protocol) implementation.
So i think we could do this (in any way, i dont think implementing such a thing is easy, but with this documentation source i think we could do it)
The problem is communication at all. The baseband has an own firmware (version can be seenin phone info). To cumunicate with it at commands are used. But to use this at commands, we need to get the commands to the baseband. (enabling it or seting the comport right etc)
Problem at all: we dont even know if the baseband is connected to the comport. And we dont even know if we can enable it with gpio. maybe its i2c bus or maybe spi oder sdio. or maybe it uses the modemctronl memory and not the comport....
All we know is from the reversed windows drivers and thos showing that it should be gpio and comport, but sure is this not.
My problem right now: im trying to write a kernel driver for lilnux which behvaes like the mux07190.dll in windows ce. But i cant use clib function in kernel space. So fopen fread and fwrite and stuff is not avaliable there.
Anyone knows hot to communicate with the comport in kernel space??
uh

too much text ^^