Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make an FM Radio Application in Android [closed]

Tags:

android

This is just out of curiosity.

Is there any way we can make an FM Radio App for Android devices? I know this is possible, as most of the android devices these days come with an built-in Radio App.

But how can I make such an App?

Where is the FM Radio Api?

like image 311
N-JOY Avatar asked Dec 19 '11 09:12

N-JOY


People also ask

How do I disable the FM radio app?

Method 2: Uninstall FM Radio Player via Apps and Features/Programs and Features. Look for FM Radio Player in the list and click on it. The next step is to click on uninstall, so you can initiate the uninstallation.


1 Answers

There is no official API for FM radio in Android, however enthusiasts found the way to enable radio on Nexus One

Devices that I worked with have proprietary vendor-specific API to work with FM radio. Reverse engineering has to be used to figure out API signatures which may (and most likely will) be prohibited by the licence agreement of the device's firmware.

like image 183
Darth Beleg Avatar answered Sep 19 '22 19:09

Darth Beleg