Bueno como tambien soy un poco cabezon, buscando y buscando he visto esto para activar radio en un familiar del razr.
- Root Motorola Droid 2.
- Download the FM radio hack for Droid 2: FMRadio_droid2.zip
- Unpack and extract the FMRadio_droid2.zip, then copy then app, bin and lib folders inside system folder into SDK Tools folder.
- Open a Command Prompt window, and change directory to SDK Tools folder.
- Run the following commands to push the files to the phone:
adb devices
adb remount
adb push app/FMRadio.apk /system/app
adb push app/FMRadioService.apk /system/app
adb push bin/fmradioserver /system/bin
adb push lib/libFMRadio.so /system/lib
adb push lib/libfmradio_jni.so /system/lib
adb push lib/libfmradioplayer.so /system/lib
- Continue with the following command to set the correct permissions on the files:
adb remount
adb shell
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
chmod 0644 /system/lib/libFMRadio.so
chmod 0644 /system/lib/libfmradio_jni.so
chmod 0644 /system/lib/libfmradioplayer.so
chmod 0755 /system/bin/fmradioserver
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
- Exit from the adb with the following commnad:
exit
Viene del foro grupoandroid. Como no soy muy ducho en el tema de programación alguien se atreve a ver si tira en nuestros razr? Gracias y Animo