sorry lupa kasih link originalnya: Enable Radio<http://forum.xda-developers.com/showthread.php?t=769894&page=2>
On Wed, Sep 22, 2010 at 10:42 PM, riswan christianto <[email protected]>wrote: > Yess betul... FM Radio di Droid 2... ternyata bisa loh.. > > Caranya: > > Butuh headset sebagai antenna > Sama file ini: http://android.antbox.org/slayher/FMRadio_droid2.zip > > Gunakan terminal di PC, connect USB pastikan debugging enabled > > Ekstrak file zip, ada 3 folder: app, bin sama lib. Copas ke 3 folder > tersebut ke dalam folder adb kita. > > Masukkan command: > > 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 > > 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 > > Voila.. nanti fm radio nongol... tinggal plugin headset aja deh.. > > Tp di rumah gw ga dapet station radio yah >:( > > *pajak ditanggung pemenang yah > > @jakontil > [email protected] > D2. rooted with Epic 2.5 Final > -- "Indonesian Android Community [id-android]" Join: http://groups.google.com/group/id-android/subscribe?hl=en-GB Moderator: [email protected] Peraturan Jual dan Kloteran ID-Android http://goo.gl/azW7 ID Android Developer: http://groups.google.com/group/id-android-dev ID Android Surabaya: http://groups.google.com/group/id-android-sby ID Android on FB: http://www.facebook.com/group.php?gid=112207700729
