Droid 2

How to Get FM Radio on Droid 2 [Rooted]

Posted by | How to | No Comments

Want FM Radio on Droid 2? Thanks to XDA member slayher, you can now get FM on Droid 2 if you have rooted your device. First you need to download FMRadio_droid2.zip and then follow the instructions below:

Download FM Radio for Droid 2

1. Droid2 must be rooted. Remount the /system to RW

2. Unzip the archive, and use abd push to put the files in the appropriate folders.

cd system

a. adb push app/FMRadio.apk /system/app

b. adb push app/FMRadioService.apk /system/app

c. adb push bin/fmradioserver /system/bin

d. adb push lib/libFMRadio.so /system/lib

e. adb push lib/libfmradio_jni.so /system/lib

f. adb push lib/libfmradioplayer.so /system/lib

3. Remount /system to ro

4. Plug in headphones.

5. Run FMradio

6 ???

7. Profit!

For me, I live in a crappy radio area, so I was only able to pick up 2 stations. YMMV.

As always I will not be responsible for any damage, pregnancies, or missing items from your home.

via XDA