What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

FM radio for the D2!!!!

Worked for me with Squidly too. I also though I read there was an AM radio app too somewhere?
 
The phone has no way to process am radio signals. Fm is much eaisier.

Sent from XMGUY's Droid X.
Ok thanks for clarifying. FM is nicer but sure hope it eventually is fixed so it works through both speakers. This will be nice to listen to while motorcycle riding next year.
 
I'm going to use root explorer to do this, what kind of permissions do I need to set?


Read the forum it tells you

I read this entire thread and don't see where it says what to set the permissions as using root explorer. I tried it once and got hung up on the loading screen, leading me to believe the permissions I chose were wrong. If someone who has it working could navigate to those files and say what the permissions for each is, it would be a great help to the rest of us.
 
I'm going to use root explorer to do this, what kind of permissions do I need to set?


Read the forum it tells you

I read this entire thread and don't see where it says what to set the permissions as using root explorer. I tried it once and got hung up on the loading screen, leading me to believe the permissions I chose were wrong. If someone who has it working could navigate to those files and say what the permissions for each is, it would be a great help to the rest of us.


chmod 0644 /system/lib/libFMRadio.so
chmod 0644 /system/lib/libfmradio_jni.so
chmod 0644 /system/lib/libfmradioplayer.so
chmod 0755 /system/bin/fmradioserver
 
Read the forum it tells you

I read this entire thread and don't see where it says what to set the permissions as using root explorer. I tried it once and got hung up on the loading screen, leading me to believe the permissions I chose were wrong. If someone who has it working could navigate to those files and say what the permissions for each is, it would be a great help to the rest of us.


chmod 0644 /system/lib/libFMRadio.so
chmod 0644 /system/lib/libfmradio_jni.so
chmod 0644 /system/lib/libfmradioplayer.so
chmod 0755 /system/bin/fmradioserver

Sorry, but what does this mean in terms of how it would appear in root explorer. Like rw-r--r-- type structure?
 
I read this entire thread and don't see where it says what to set the permissions as using root explorer. I tried it once and got hung up on the loading screen, leading me to believe the permissions I chose were wrong. If someone who has it working could navigate to those files and say what the permissions for each is, it would be a great help to the rest of us.


chmod 0644 /system/lib/libFMRadio.so
chmod 0644 /system/lib/libfmradio_jni.so
chmod 0644 /system/lib/libfmradioplayer.so
chmod 0755 /system/bin/fmradioserver

Sorry, but what does this mean in terms of how it would appear in root explorer. Like rw-r--r-- type structure?

http://www.4webhelp.net/tutorials/misc/chmod.php

This will tell u how to do chmod, it just like setting up a web servers. It a good thing to know anyways.

Sent from my DROID2 using DroidForums App
 
I read this entire thread and don't see where it says what to set the permissions as using root explorer. I tried it once and got hung up on the loading screen, leading me to believe the permissions I chose were wrong. If someone who has it working could navigate to those files and say what the permissions for each is, it would be a great help to the rest of us.


chmod 0644 /system/lib/libFMRadio.so
chmod 0644 /system/lib/libfmradio_jni.so
chmod 0644 /system/lib/libfmradioplayer.so
chmod 0755 /system/bin/fmradioserver

Sorry, but what does this mean in terms of how it would appear in root explorer. Like rw-r--r-- type structure?

Owner . Read write
User . Read
Other . Read.


Sent from XMGUY's Droid X.
 
I have read through this whole threadand it seems like it should be simple but I am running into problems.
Do I need to download sdk and adb and java? I also cannot figure out how to remount to rw. I have done everything I could to try and understand. I downloaded java and that sdk tools link and I unzipped this file, moved the folders to the sdk tools folder, tried the commands but when typing the second step in command prompt I get a message saying something like file wasn't found.
Please if anyone could clairify this stuff it would be greatly appreciated.
I had a droid x before the droid2 and I loved the fm radio. I would love to have it back. Thanks


Sent from my DROID2 using DroidForums App
 
I have read through this whole threadand it seems like it should be simple but I am running into problems.
Do I need to download sdk and adb and java? I also cannot figure out how to remount to rw. I have done everything I could to try and understand. I downloaded java and that sdk tools link and I unzipped this file, moved the folders to the sdk tools folder, tried the commands but when typing the second step in command prompt I get a message saying something like file wasn't found.
Please if anyone could clairify this stuff it would be greatly appreciated.
I had a droid x before the droid2 and I loved the fm radio. I would love to have it back. Thanks


Sent from my DROID2 using DroidForums App

Are you running the script (or whatever the proper term is)? If you have sdk then just run it and let it do the work for you.

From a D2.
 
Back
Top