Guest moneytoo Posted September 28, 2010 Report Posted September 28, 2010 (edited) Possibly only for Android 2.1 (build 8105). Wired headset must be connected - radio uses it as antenna. It requires root (so don't forget to run "su"). Run directly from Terminal Emulator, make a script in GScript or wait for someone to make GUI (XsCode made one - http://android.modaco.com/index.php?s=&...t&p=1421228). There's one problem - there's no way how to change the radio volume from the Android OS. It will probably require more low level access. Turn on FM radio fm_hcitool 1 Turn off FM radio fm_hcitool 11 Tune a station fm_hcitool 3 xxx *xxx = channel 880 to 1080 (88.0 to 108.0 MHz) Scan all stations fm_hcitool 10 *Results are saved to /data/fmrssi.txt Change/lower the volume ?? I don't know. Edited October 6, 2010 by moneytoo
Guest marra2 Posted September 28, 2010 Report Posted September 28, 2010 Nice one, be good if someone could make this into gui
Guest cowballz Posted September 28, 2010 Report Posted September 28, 2010 I tryed it seams.to.work.well just cant hear anything
Guest cowballz Posted September 28, 2010 Report Posted September 28, 2010 ohh forgot u need headphones as the antenna , wow cant believe this.actually works!!! Wonder why dell left this awsome feature out???
Guest Reecemac Posted September 28, 2010 Report Posted September 28, 2010 fm_hcitool * replace * with the number: 1 Turn on FMPower 2 Turn on RDS FMPower 3 Set tuning mode as preset mode: parameter 1 ==> tuning ferquency 4 Scan channel 5 Read rssi and frequency 6 Start to parse RDS 7 Turn off FMPower 8 Turn off RDS FM power 9 Switch audio path 10 RSSI sweep 11 Turn off FMPower I found these thanks to the O.P so credit to him, what a good hidden feature.
Guest mrmrmrmr Posted September 28, 2010 Report Posted September 28, 2010 After "su" command I can't find the "fm_hcitool" command on my Dell Streak with 1.6 OS. Where is it ?
Guest parks387 Posted September 29, 2010 Report Posted September 29, 2010 After "su" command I can't find the "fm_hcitool" command on my Dell Streak with 1.6 OS. Where is it ? open terminal emulator type "su" enter type "fm_hcitool 1" enter then type "fm_hcitool 3 937" enter (for FM 93.7)
Guest steflucrene Posted September 29, 2010 Report Posted September 29, 2010 Wow Geat...It works very well !!!! Thank you
Guest maskaler Posted September 29, 2010 Report Posted September 29, 2010 This is brilliant! Nice one! I've downloaded the Android Scripting Environment, which you can get here: And have created a couple of scripts. One called radio4.sh, the content of which is clear su -c "fm_hcitool 1" su -c "fm_hcitool 3 945" and one called closeRadio.sh : su -c "fm_hcitool 11" Hope these help you. If anyone has any better methods for doing this do post them! Ant
Guest popsi Posted September 29, 2010 Report Posted September 29, 2010 (edited) +1 Thanks, FM radio works perfect. Now all we need a GUI for it :lol: @maskaler - Using a script seems good at the moment. Thank you! Edited September 29, 2010 by popsi
Guest alfri68 Posted September 29, 2010 Report Posted September 29, 2010 This is brilliant! Nice one! I've downloaded the Android Scripting Environment, which you can get here: And have created a couple of scripts. One called radio4.sh, the content of which is clear su -c "fm_hcitool 1" su -c "fm_hcitool 3 945" and one called closeRadio.sh : su -c "fm_hcitool 11" Hope these help you. If anyone has any better methods for doing this do post them! Ant i don understand how i can use this?
Guest mrmrmrmr Posted September 29, 2010 Report Posted September 29, 2010 open terminal emulator type "su" enter type "fm_hcitool 1" enter then type "fm_hcitool 3 937" enter (for FM 93.7) # fm_hcitool 1 fm_hcitool: not found So, I don't have it. should I enable something before doing that ? btw, I have 1.6 OS. Anyone with 1.6 OS and whohas fm_hcitool command ?
Guest XsCode Posted September 29, 2010 Report Posted September 29, 2010 In the process of creating a GUI, it won't be pretty to start with but it should be functional. I'm using it as a project to learn Android dev. So far I have the radio turning on and off... stay tuned :lol:
Guest Amdathlonuk Posted September 29, 2010 Report Posted September 29, 2010 stay tuned :lol: I will, as soon as you finish your first .apk! B)
Guest !SMAN! Posted September 29, 2010 Report Posted September 29, 2010 # fm_hcitool 1 fm_hcitool: not found So, I don't have it. should I enable something before doing that ? btw, I have 1.6 OS. Anyone with 1.6 OS and whohas fm_hcitool command ? The first line of this thread states that it does not work with 1.6...
Guest haynesteve Posted September 29, 2010 Report Posted September 29, 2010 Fabulous - shouldn't be long before you clever techie guys bring out a GUI.
Guest mrmrmrmr Posted September 29, 2010 Report Posted September 29, 2010 ok;now I upgraded to 2.1 and it works :lol: is there any chance to develop a gui with RDS ?
Guest clickspace Posted September 29, 2010 Report Posted September 29, 2010 Thanks, listening now! Cant wait for the UI. Using Ant's suggestion for the time being, thank you too. Not listened to radio for AGES.
Guest gillebob Posted September 29, 2010 Report Posted September 29, 2010 Really excited you're working on an FM fix, i swore i'd never buy another phone without a radio, just couldn't resist this monster. BTW i've tried entering the code "fm_hcitool 1" and i get "device open failed: Operation not permitted" , I'm rooted and have other root apps working, any idea's?
Guest gillebob Posted September 29, 2010 Report Posted September 29, 2010 Really excited you're working on an FM fix, i swore i'd never buy another phone without a radio, just couldn't resist this monster. BTW i've tried entering the code "fm_hcitool 1" and i get "device open failed: Operation not permitted" , I'm rooted and have other root apps working, any idea's? My bad, didn't enter the "su" first...... :lol:
Guest XsCode Posted September 29, 2010 Report Posted September 29, 2010 Ok, it's quick an dirty, but here it is.... you need to use the up and down arrows to select the frequency at the moment, but it should remember the frequency between loads. Will try to implement more stuff as I learn more java.Streak_Radio.zip
Guest popetodd Posted September 29, 2010 Report Posted September 29, 2010 Sweet! You open sourcing this or going for the Market with it? If it's OS can I have a look at the source?
Guest XsCode Posted September 29, 2010 Report Posted September 29, 2010 (edited) not using market till i get a LOT better... I can make it opensource even tho it's just creating a process then issuing "su" then the commands as needed..... nothing special. Like I said previously, it's a project to learn Android programming... Edited September 29, 2010 by XsCode
Guest gillebob Posted September 29, 2010 Report Posted September 29, 2010 (edited) Ok, it's quick an dirty, but here it is.... you need to use the up and down arrows to select the frequency at the moment, but it should remember the frequency between loads. Will try to implement more stuff as I learn more java. XsCode, that is excellent work, owe you a pint :lol: Hope you dont mind i've put a link to this on xda_dev. Edited September 29, 2010 by gillebob
Guest XsCode Posted September 29, 2010 Report Posted September 29, 2010 no problem, the more the merrier...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now