Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I get an open source Radio driver and RIL for an android phone? [closed]

I am looking for a phone (preferably android) where I can use software to have full control over the cellular radio hardware. anyone know of such a device? preferably a popular device on the market :)

My last topic on this was rather rapidly closed for unusual reasons https://stackoverflow.com/questions/5961637/for-what-android-phone-is-the-ril-and-radio-driver-open-source-closed

"Questions on Stack Overflow are expected to generally relate to programming or software development in some way"

My question is looking for some software to do some programing on! how much more related can you get?

like image 965
Chozabu Avatar asked May 12 '11 10:05

Chozabu


2 Answers

In the past, I've got the Android RIL (which I think is opensource) to work perfectly on my HTC Hero. I've since then sold it but I can remember it worked flawlessly. These guys do their best to put only free software on their Android devices and it works pretty well for the HTC G1 and the Nexus One.

You can also catch them on #replicant on irc.freenode.net, they're pretty good at what they do and I think they could point you to a wider range of devices.

like image 94
gtklocker Avatar answered Sep 30 '22 12:09

gtklocker


This may not be exactly what you are looking for since Some Assembly Required(tm), but the OMAP Zoom dev kits can use modem modules with open-source RILs from Infineon and Enfora.

Check these links for more info:

Modems for OMAP kits

Zoom2 kit

Blaze kit

Infineon X-GOLD RIL source

Enfora EDG0308 RIL source

Other OMAP dev kits

like image 41
Joel F Avatar answered Sep 30 '22 14:09

Joel F