I need to run 2 applications on real device:
One application should runs in background mode (C++ native)
and other one sould be used by user (Java MIDP 2.0)
But they both need to get HTTP connection via GPRS
Is it possible to share GPRS to 2 applications?

Reply With Quote

