Discussion:
RIL implementation
Nimit Manglick
2009-01-07 09:44:31 UTC
Permalink
Hi All,

I am trying to implement RIL and having OMAP 3530 EVM with GSM modem
connected at /dev/ttyS0.

I tried some suggestions but my dialer application is giving me the
following error :-

"Not Registered on Network" in message box where after pressing "OK" dialer
application

goes off. There was not much info on logcat as well.

Any pointer or suggestion would be appreciated.

Thanks & Regards
Nimit

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscribe-/***@public.gmane.org
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---
David Turner
2009-01-07 10:21:48 UTC
Permalink
adb logcat -b radio

will print the radio log, which includes the AT commands/responses that go
through the RIL

hope this helps
Post by Nimit Manglick
Hi All,
I am trying to implement RIL and having OMAP 3530 EVM with GSM modem
connected at /dev/ttyS0.
I tried some suggestions but my dialer application is giving me the
following error :-
"Not Registered on Network" in message box where after pressing "OK" dialer
application
goes off. There was not much info on logcat as well.
Any pointer or suggestion would be appreciated.
Thanks & Regards
Nimit
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscribe-/***@public.gmane.org
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Continue reading on narkive:
Loading...