[Tutorial] How to unlock FM radio without using ADB

Jboxen

Premium Member
Premium Member
Developer
Joined
Jun 15, 2010
Messages
902
Reaction score
0
Location
Rochester, NY
All credit to the find and the files goes to Slayher and his original post can be found here: [APP] FM Radio for the Droid 2!! - xda-developers

This is a guide to show you how to unlock FM radio using a terminal emulator on a rooted Droid 2.

First things first, you will need the appropriate files which can be found here: http://android.antbox.org/slayher/FMRadio_droid2.zip

Go ahead and extract these files using Astro or Androzip.

Next we need to move the actual files, (FMRadio.apk, FMRadioService.apk, fmradioserver, libFMRadio.so, libfmradio_jni.so, libfmradioplayer.so) to /sdcard, aka the root of your SDCARD. This can also be done with Astro using the copy function.

Alright, once that's done go ahead and open up your favorite terminal emulator and type in the following commands.

-su
-mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
-cp /sdcard/FMRadio.apk /system/app/FMRadio.apk
-cp /sdcard/FMRadioService.apk /system/app/FMRadioService.apk
-cp /sdcard/fmradioserver /system/bin/fmradioserver
-cp /sdcard/libFMRadio.so /system/lib/libFMRadio.so
-cp /sdcard/libfmradio_jni.so /system/lib/libfmradio_jni.so
-cp /sdcard/libfmradioplayer.so /system/lib/libfmradioplayer.so
-mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
-exit

And you're done! Plug in some speakers or headphones and go ahead and open up FM Radio in your app drawer. Enjoy!



Disclaimer: I am not responsible for anything that happens to your device.(Have to add that)
 
Last edited:

pool_shark

Senior Member
Joined
Mar 28, 2010
Messages
1,401
Reaction score
14
Location
Ohio
Any chance the output can be redirected to bluetooth, or are the wired headphones required for the antenna?
 
OP
Jboxen

Jboxen

Premium Member
Premium Member
Developer
Joined
Jun 15, 2010
Messages
902
Reaction score
0
Location
Rochester, NY
As of now the headphones are reqiured to be in to innitiate the app. Might be able to make that work eventually but not as of now.
 

spaz33g

Rescue Squad
Rescue Squad
Joined
Sep 4, 2010
Messages
6,368
Reaction score
0
Location
orange county, ca
Finally got around to doing this today. Thanks for the tutorial.

Sent from my DROID2 using DroidForums App
 

dwprog

New Member
Joined
Jan 10, 2011
Messages
2
Reaction score
0
I did this and it worked! But the only problem is that it only plays in my right ear. Do you know how to fix this issue?
 

thebird36

Member
Joined
Oct 31, 2010
Messages
410
Reaction score
1
Location
New York
how long does it take to be launched? it just keeps saying FM Radio is being launched, please wait.... did i forget somethin? lol
 
Top