[android-developers] Re: Packet Driver and RIL Header Files

2009-07-13 Thread Junior Oyebadejo

...anything about these Packet Drivers and RIL header files
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Packet Driver and RIL Header Files

2009-07-08 Thread Junior Oyebadejo

Anyone know anything about this?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Packet Driver and RIL Header Files

2009-07-07 Thread Junior Oyebadejo

Good Afternoon everyone,
I have been looking at the telephony architecture of Android on
kandroid.com (http://www.kandroid.org/android_pdk/telephony.html).
From the diagram on that website one can see the libril-vendor.so
binary file in the Libraries section. I know you can download this
binary file (libhtc_ril.so) when obtaining the packages for creation
of a custom android build for the G1 as seen here:
http://source.android.com/documentation/building-for-dream.

Because this is a binary file you cannot look into its contents. So my
question is, has anyone been able to locate any kind of header file
for this file to at least get a glimpse of what's going on inside?

Also from the kandroid.com diagram one can see the Packet Drivers at
the Linux Kernel layer. I have been unable to locate these files as
well. If anyone could point me in the right direction I would greatly
appreciate it.

Thanks for your help!
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: FakeDev

2009-06-16 Thread Junior Oyebadejo

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 my previous question
I thought this was in the FakeDev. I'm guessing this is not the case
for when the code is ported to the device.
When looking for the function in Eclipse, I get sent to a file at /
kernel/arch/um/os-Linux/user_syms.c to see the code for this function.
What is happening in this c file?

Thanks again
-Junior
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Baseband Drivers

2009-06-16 Thread Junior Oyebadejo

Are the packet drivers for the Qualcomm MSM7201A included in the
Android PDK? If not does anyone know where they can be found?

Thanks!

-Junior
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: FakeDev

2009-06-16 Thread Junior Oyebadejo

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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] FakeDev

2009-06-15 Thread Junior Oyebadejo

Hello everyone,
I'm sitting here looking at the RIL of Android and have reached a
stumbling block.

In the intercept.c file found at /development/simulator/wrapsim/
Intercept.c there is a function called 'write'. I can tell that for a
few of the RIL functions there are Hayes AT commands sent to the
'write' function. This function then sends the commands it receives to
an object named 'FakeDev'. This is where I get lost. What exactly is
'FakeDev' and what does it do?

Thanks for your help!
-Junior
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] GSM Handshake/ Registration

2009-06-14 Thread Junior Oyebadejo

Hello everyone,
I'm in the process of taking the low level areas of Android apart in
order to do some research into GSM. I have been looking extensively at
the Radio Interface Layer of the Android platform and I see all the
Hayes AT commands being called in the reference-ril.c file as well as
the atchannel.c file. However, I can't seem to find where the device
registers/authenticates itself on a particular service provider's
(i.e. T-mobile, ATT) network.

Is this handshake handled by software or is does the baseband chip
itself (i.e. QCT MSM7201) handle of these processes?

Anyhelp is greatly appreciated!
Thanks in advance
-Junior

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---