Questions tagged [fm-radio]

27 questions
1
vote
1 answer

Retrieve station information from FM Radio using Windows Phone 8

I'm having some fun with FMRadio class, in Windows Phone 8, but there is something I couldn't figure out how to do, retrieve station information. Using the built-in radio app, for some stations some information appear on screen. This can be the name…
Inox
  • 2,255
  • 3
  • 13
  • 26
0
votes
1 answer

Android CyanogenMod FM Player app

Hi i am trying to build an FM player for cyanogen mod. I got the code form Cyanogen mod git https://github.com/CyanogenMod/android_packages_apps_FM This is for those which use MIUI Rom. Is there any way for me to compile the code and use it or…
Antu
  • 523
  • 8
  • 18
0
votes
0 answers

Custom Rom FM Radio Native Library Class Path Loading

I am working on a custom rom for the Unihertz Titan and have come across an issue with the FM Radio application. It requires a library "libfmjni.so" to run. Originally, this shared library is found at /product/lib and /product/lib64. I exported the…
0
votes
0 answers

Tune system radio app via third party app

I am trying to build an app that will auto tune/switch channels of android's built-in radio app. It's gonna be an AI for radio. But I don't know if its possible to control a system app via an external app. If its not possible, can someone point me…
sziraqui
  • 5,763
  • 3
  • 28
  • 37
0
votes
2 answers

FM Radio API and Trigger Radio On Off

no fm radio api found for windows phone 8.1 , and UWP and how trigger radio on/off i found 'using Microsoft.Devices.Radio' but not works on windows phone 8.1 only works for windows phone 7
Shubham Sahu
  • 1,963
  • 1
  • 17
  • 34
0
votes
1 answer

How to get name of recently played song on FM radio station

FM radios (eg in the cars) show the name of songs actually played. So the car radio needs to get song's name from somewhere. Is there a way to get this data into database? Just asking generally cause I was thinking how to get this data (Radio…
Marcin
  • 220
  • 3
  • 14
0
votes
2 answers

Firefox OS WebFM API - LF or MF

The WebFM API provides access to the device FM radio. You can set the frequency with FMRadio.setFrequency(). Does the WebFM API for Firefox OS support LF and MF too, or does it only work with VHF? - LF Low Frequency 30–300 kHz - MF …
mate64
  • 9,876
  • 17
  • 64
  • 96
0
votes
1 answer

adb command to turn on FM

I looked up and down but did not come across anything. Is there any ADB command or android way to to turn on FM in an android phone? Or i will have to create and app to do this?
Lost
  • 12,007
  • 32
  • 121
  • 193
0
votes
1 answer

Can I use my android phone to set up a radio channel?

Can I use my Android phone to set up a radio channel so that the receiver can receive data sent over this radio channel. Is this thing possible or allowed over the existing android platforms.
nhonnava
  • 21
  • 1
  • 5
-1
votes
1 answer

when using Microsoft.Devices.Radio class in my windows phone application will the radio play in background?

i am using the radio class in my application FMRadio myRadio = FMRadio.Instance; // Turn the radio on. myRadio.PowerMode = RadioPowerMode.On; myRadio.CurrentRegion = RadioRegion.Europe; // Set the…
Vivek Maskara
  • 1,073
  • 11
  • 29
-2
votes
1 answer

Radio app For Android

Am trying to develop Android application for radio app without streaming process. which means i would like to bring all fm frequency into my app where users can search frequency and can listen to their fav radio. so is it possible to bring radio app…
-5
votes
3 answers

Is there public iOS software interface for iPhone's FM Radio chip?

Any live application that uses such a technique? @rckoernes, @Peter M: It has. http://theiphonewiki.com/wiki/index.php?title=BCM4325 I just wanted to know if there is any option to access it on a low-level but public way.
Geri Borbás
  • 15,810
  • 18
  • 109
  • 172
1
2