Thanks for that.
However, shouldnt these AT commands be sent to the SIM card?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegr
On Jun 16, 9:00 am, Marco Nelissen wrote:
> > So looking back at the 'writeline'
> > function in /device/system/reference-ril/atchannel.c the commands gets
> > sent to a function named 'write'. At the time of my previous question
> > I thought this was in the FakeDev. I'm guessing this is not the
On Tue, Jun 16, 2009 at 8:57 AM, Junior Oyebadejo wrote:
>
> That makes sense, I should have noticed that.
> In that case I guess I should backtrack and ask a different question
> as I'm still at a dead end. So looking back at the 'writeline'
> function in /device/system/reference-ril/atchannel.c
That makes sense, I should have noticed that.
In that case I guess I should backtrack and ask a different question
as I'm still at a dead end. So looking back at the 'writeline'
function in /device/system/reference-ril/atchannel.c the commands gets
sent to a function named 'write'. At the time of
The simulator (not to be confused with the emulator) is a way to run the
android platform natively on x86 in a single process. Specifically, the
wrapper stuff you're looking at intercepts calls from the android platform
code and translates them, where possible, to calls to the underlying linux
syst
Have you tried looking at FakeDev.h and FakeDev.c ? just had a quick
look and there appears to be lots of info about it!
Liam
On Jun 16, 12:42 am, Junior Oyebadejo wrote:
> Hello everyone,
> I'm sitting here looking at the RIL of Android and have reached a
> stumbling block.
>
> In the intercep
6 matches
Mail list logo