Questions tagged [fm-radio]

27 questions
40
votes
3 answers

How to make an FM Radio Application in 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…
N-JOY
  • 10,344
  • 7
  • 51
  • 69
10
votes
2 answers

How to set a frequency for the fm radio in android?

In my android app I am using this intent to start fm radio Intent i = new Intent(Intent.ACTION_MAIN); PackageManager manager = getPackageManager(); i =…
Amila Iddamalgoda
  • 4,166
  • 11
  • 46
  • 85
8
votes
1 answer

FM radio application in android development

I want to develop FM radio applicaiton . But FM radio application api is depend on devices. Is there any idea for develop general FM application for all general devices? Is it possible ?
thinzar
  • 1,530
  • 5
  • 25
  • 46
5
votes
2 answers

How to implement FM Transmitter in android?

I want to know how to implement FM Transmitter in android app. I want my android phone generate a radio frequency. So that I can play music on my phone and transmit it over radio frequency for a near by radio receiver (may be in a car) can amplify…
LuminiousAndroid
  • 1,557
  • 4
  • 18
  • 28
4
votes
1 answer

Record audio from various internal devices in Android (via undocumented API)

I was wondering whether it is possible to capture audio data from other sources like the system out, FM radio, bluetooth headset, etc. I'm particularly interested in capturing audio from the FM radio and already investigated all possibilities…
Martin Marinov
  • 1,167
  • 3
  • 15
  • 25
4
votes
1 answer

android.media package missing few classes in sdk-platforms[android.jar]

I am trying to build a FM Radio kind of application and I cloned this Google Respository for the reference. However There are few classes in the imports which are missing in android sdk. I tried changing compileSdkVersion from 18 to 24 but…
Amritpal Singh
  • 984
  • 2
  • 14
  • 33
4
votes
0 answers

how to use radio fm component as a repeater in android devices

I'm wondering if i can use radio fm component of android devices as a repeater (e.g. Transmit sounds from my android device to other devices via fm) only in software side, without the support of external devices like transceivers or antennas.i…
panc_fab
  • 522
  • 1
  • 7
  • 24
3
votes
2 answers

Android - FM/Radio Transmitting

I was wondering if it is possible at all the manipulate the radio hardware on the device to transmit an FM signal on a specified frequency. As far as I am aware, the phone uses Bluetooth radio, it uses 802.11 radio, so would it not be possible to…
Tim
  • 8,932
  • 4
  • 43
  • 64
3
votes
1 answer

A radio API for Android

Is there an API for developing applications that can play radio fm transmission frequencies?? I am developing an application that requires me to read FM signals and play radio channels. In other words there are Android radio applications. Just…
John Kulova
  • 477
  • 1
  • 10
  • 20
2
votes
1 answer

FM signal strength of Android

I want to know the FM Radio signal strength in Android. For this I have to interact with hardware or not? Or is there any API which can directly give me the value of signal strength?
Aditya
  • 21
  • 2
2
votes
1 answer

Transmit FM via android

I want to buy FM transmitter such as this one. Is it possible to communicate with the transmitter from Android device using Android API? change freq. etc. If not - Is there any FM hardware that can communicate with android API? Thanks.
Asaf
  • 153
  • 2
  • 7
2
votes
0 answers

Can not access fm radio in nokia s40 c3-00

I am trying to access the ondevice fm radio through JSR 234 in c3-00 . Everything seems to work fine but the radio can not be accessed. I have also checked supported JSRs for nokia c3 which is a s40 v6 device which shows that it supports JSR 234. I…
2
votes
1 answer

How can I capture audio from my phone's analogue radio to mp3 format?

I have a bada phone. It receives radio via an FM (frequency modulated) antennae. It can record this natively (don't know about publicly available API's). http://www.technostarry.com/mobiles/fm-radio-record-samsung-wave-bada-phone/ I have an Android…
John
  • 6,433
  • 7
  • 47
  • 82
1
vote
0 answers

Example of MediaStore.Audio.Radio

I looked everywhere for Radio examples of android but could not find anywhere. Since it is added in API level 21 and not much of an use I think its rare in internet. I just want to play radio in my app offline.
1
vote
1 answer

FMRadio Class .NET in UWP

Is it possible to make FM Radio UWP app. I found only FM Radio Class but it's only for WP7. I know that's maybe question will be abroad but i want to know which classes i should use to make it.
MiOnIs
  • 125
  • 12
1
2