- Feb 10, 2010
- 214
- 4
- 0
Hey guys, looking for how to get that FM Radio chip on your Droid 2 working? Just follow these steps:
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!
All credit goes to 'slayher' at XDA developers:
[APP] FM Radio for the Droid 2!! - xda-developers
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!
All credit goes to 'slayher' at XDA developers:
[APP] FM Radio for the Droid 2!! - xda-developers