7

I want to develop an Android Phone project where I can find the signal strength of any particular FM Station using the on-board FM receiver.

In particular I am interested in the Samsung I9000 Galaxy S.

Is this possible?

John Hascall
  • 9,176
  • 6
  • 48
  • 72
inni
  • 464
  • 3
  • 16
  • http://stackoverflow.com/questions/4215117/fm-signal-strength-of-android look at the similar issue – Aamirkhan Dec 03 '13 at 04:22
  • This is going to be vendor specific and maybe even handset specific. You should name the handsets you are targeting. – Michael Hampton Dec 03 '13 at 07:18
  • @MichaelHampton i am using Samsung I9000 Galaxy S – inni Dec 23 '13 at 10:18
  • i found some files https://www.codeaurora.org/cgit/external/gigabyte/froyo-gb-dsds-7227/plain/frameworks/base/core/java/android/hardware/fmradio/ but cant understand how to use it please CAN ANYONE HELP me – inni Dec 23 '13 at 12:12

1 Answers1

0

AFAIK, There is no official API for FM radio in Android, till date.

All devices won't have an FM Radio, and devices with FM have proprietary manufacturer-specific API to work with FM radio.

For more info, refer this post

Let'sRefactor
  • 3,303
  • 4
  • 27
  • 43