Tagged Questions
The radio tag has no wiki summary.
11
votes
2answers
263 views
Where can I get an open source Radio driver and RIL for an android phone?
I am looking for a phone (preferably android) where I can use software to have full control over the cellular radio hardware. anyone know of such a device? preferably a popular device on the market :)
...
9
votes
4answers
41k views
How can i check if a radio button is selected in javascript?
i have two radio buttons within a form. a dialog box appears when one of the fields is null. how can i check if a radio button is selected?
7
votes
2answers
355 views
I am looking for a radio advertising scheduling algorithm / example / experience
Tried doing a bit of research on the following with no luck. Thought I'd ask here in case someone has come across it before.
I help a volunteer-run radio station with their technology needs. One of ...
6
votes
2answers
128 views
Record streaming radio to MP3
Background
My father has an old radio program that he loves.
It is a series of recordings done 30-40 years ago, but now he has found out that they are sent now and then as a historical retrospects. ...
6
votes
2answers
483 views
Android: Force packets to be sent over radio (3g) vs WIFI?
Is it possible to force an Android application to send packets over the radio connection (3g) vs the WIFI connection?
6
votes
3answers
10k views
Find out if radio button is checked with JQuery?
I can set a radio button to checked fine, but what I want to do is setup a sort of 'listener' that activates when a certain radio button is checked.
Take, for example the following code:
...
6
votes
2answers
10k views
Listen to a shoutcast with Android
Hey,
since quite some time I'm trying to listen to .pls files (shoutcasts). I have to say that I failed horrible.
Since StreamFurious can do it it must be possible. First I tried to connect to the ...
5
votes
9answers
14k views
Is it possible to play shoutcast internet radio streams with html5?
Is it possible to play shoutcast (or some) internet radio streams with html5?
So I have next code:
<html>
<body>
<audio src="http://shoutcast.internet-radio.org.uk:10272/" />
...
4
votes
2answers
475 views
Can't set input checked=“checked” via jQuery
I have a table whose rows contain radio button groups like so:
<td class="usegsm">
<input type="hidden" class="use-gsm" value='<%# DataBinder.Eval(Container.DataItem, "use_gsm") %>' ...
4
votes
1answer
4k views
Tab Index on div
Please see the form HTML code below
<form method="post" action="register">
<div class="email">
Email <input type="text" tabindex="1" id="email" value="" ...
4
votes
6answers
1k views
IE8 CSS selector selects, but does not apply the style
This is making me want to kill myself.
I have some really simple CSS to style my input objects:
input, button
{
border: 1px solid #c66600;
background-color: white;
...
4
votes
1answer
472 views
Is it possible to listen to any kind of internet radio with HTML5 directly?
Is it possible to listen to any kind of internet radio with HTML5 directly? I mean is it posible to play live mp3 streams in HTML5 complaint browsers?
3
votes
1answer
203 views
Reading mp3 metadata from a radio stream in python?
Has anyone had success with reading mp3 metadata from a remote radio stream?
There are several libraries that can read metadata from a local mp3 file, but none seem designed to work with a radio ...
3
votes
5answers
2k views
Check first radio button with JQuery
I would like to check the first radio button of each group. But there are some radio button that are disabled, so the script should ignore them and go to next non disabled.
I write something like ...
3
votes
5answers
552 views
HTML form radio value in an AJAX-loaded div
I'm unable to get a radio value in a form loaded by AJAX into a div.
Here is the JavaScript code I'm using:
(the radio name is 'categorie_add' in get function):
function getCheckedValue(radioObj) {
...
3
votes
0answers
171 views
Software defined radio AM band sample source
I'm interested in Software Defined Radio. I have basically no experience in any of the electrical engineering or math topics involved, but I'm reading...
Rather than trying to deal with the hardware ...
3
votes
2answers
6k views
jquery buttonset()
I'm using the jquery buttonset() on a set of radio buttons (to tart them up). I'd like to be able to set the selected radio button on another user event. I've been looking into this and while I can ...
3
votes
3answers
910 views
jquery radio button when checked need an alert
In my application i need a radio group, in which whenever a button is checked, an alert occur so that i can post its value to ajax post in jquery.
Can you help me please how i can do it in jquery?
3
votes
5answers
117 views
Greater area for radio selection
<span>
<img src="img/icon.png" alt="" />
<label><input type="radio" name="" /> Label here</label>
</span>
I want the whole <span> to be clickable, not ...
3
votes
2answers
603 views
web audio stream player without Flash
I'd like to build a web radio with functions play/pause/stop/change channels with my own GUI. How can I do it without Flash?
thanks
Jul
3
votes
1answer
403 views
What is a simple jquery way to select a radio when checkbox is checked and then deselect the radio when checkbox unchecked?
<input id="myCheckbox" type="checkbox" /> Please, please check me
<input id="myRadio" type="radio" /> Am I selected ?
I would like the following behavior:
When myCheckbox is ...
3
votes
2answers
490 views
Development kit for Bluetooth which allows customisation of the modulation algorithms
We need to perform some experiments on the Bluetooth protocol, and for this we need a development kit which allows us to implement/modify different parts of the Bluetooth protocol stack.
We have been ...
3
votes
3answers
2k views
Streaming live audio with Flash
I've been approached to set up an internet radio station that is focused on the local music scene in El Paso, TX. I've looked at various options, but it seems most solutions out there are for ...
3
votes
8answers
4k views
How can we access the value of a radio button using the DOM?
How can we access the value of a radio button using the DOM?
For eg. we have the radio button as :
<input name="sex" type="radio" value="male">
<input name="sex" type="radio" ...
2
votes
1answer
73 views
Populate HTML Radio Buttons with Information from mysql Database
I don't think my request is difficult, but I am new to php and mySQL so any help would be much appreciated!
*I have a second table that is a list of inventory. The table has two columns: Manufacturer ...
2
votes
1answer
226 views
Extjs get the selected radio button value from panel
I have form with fields. I want my values read and display...usinf getCmp('') only text field values are coming . But i want RADIO BUTTON , COMBO BOX, TEXT AREA values also to be read and display...I ...
2
votes
3answers
49 views
Finding all radio buttons in 'unknown' form
I am trying to write javascript code that will find all radio groups in a form and check to make sure one is clicked in each group. This is not hard if you know the form and group names. What I ...
2
votes
5answers
46 views
How can I get which radio is selected via jQuery under IE7 and IE8?
Base on this question radio selected
I use this way
<input type="radio" class="fp" value="q" name="fp" checked>
fp = $('input[name=fp]:checked').val();
alert(fp);
To get the value of select ...
2
votes
1answer
147 views
BlackBerry - BrowserField - NAVIGATION_MODE_NODE - OS 6.0 - Radio buttons don't work
[OS 6.0, BrowserField, NAVIGATION_MODE_NODE]
I have a strange problem here...
I must develop an application (6.0) which will use the BrowserField for rendering some HTML files. It will use ...
2
votes
3answers
215 views
Is it possible to restream an internet radio using PHP? (PHP guru needed)
Is it possible to restream an internet radio using PHP?
Radio is available at port 8000. I would like to use my webserver and "transmit" the radio stream to port 80.
Is it possible?
I have already ...
2
votes
1answer
66 views
JQuery Find Table within a Table and selected Radio button
Table (tbl_outside) has many rows. In each row is another table (class=tbl_Inside) which contains a radio button group (as shown below). I need to find the value for the selected radio for all rows ...
2
votes
1answer
113 views
get value of group of checkboxes or radios jquery
So I am generating a form that is different depending on what the user has chosen. Because of this, I have no idea what is on the page (i.e. select, checkboxes, radio, textarea, text input).
I need ...
2
votes
1answer
162 views
jquery buttonset add class to checked element label
I have run into a problem that I am unsure of how to resolve. According to my debugging using firefox and simple console logs I am doing it correctly. I can see the specified div id for the selected ...
2
votes
3answers
371 views
Validate “yes/no” radio buttons to specific correct values using jQuery Validator plugin
and trying my best to get my head around the jQuery validator plugin.
I have googled extensively, but could not find anything similar to what i am trying to achieve. Please could someone help.
I am ...
2
votes
2answers
52 views
How to separately validate each simple HTML radio form, created through a PHP loop, using Javascript and Jquery
I made a number of html forms containing only radio buttons and a submit button. However, I cannot get them to validate properly--independently of each other. Here is my code:
PHP/HTML code for the ...
2
votes
2answers
508 views
MMS protocol [Android Application]
I wish to create an application that would play online radio stations.
There are some radio online stations which runs on mms protocol.
For example, the url (mms://119.2.60.76:8080 ) when clicked ...
2
votes
1answer
1k views
Android - FM/Radio Transmitting
I was wondering if it is possible at all the manipulate the radio hardware on the device to transmit an FM signal on a specified frequency. As far as I am aware, the phone uses Bluetooth radio, it ...
2
votes
0answers
253 views
Proxy streaming in Stagefright does not work on some devices
I'm working on a mp3 streaming app and have used the NPR's StreamProxy class. For some devices which have sdk 8 (like EVO on Sprint) the native mediaplayer streaming of mp3 sounds really really bad. ...
2
votes
0answers
299 views
for what android phone is the Ril and radio driver open source? [closed]
I'm looking to get more control over my cellular radio. Anyone know of a phone (preferred modern android) who's radio stack is open source? It seems odd that on such open phones a couple of parts seem ...
2
votes
2answers
2k views
Android: How to record mp3 radio (audio) stream
My favorite Radio station plays a radio audio stream in mp3 format. In my android application I can receive and play it without any problem.
How can I implement a recording function? I want to record ...
2
votes
1answer
2k views
Record audio from various internal devices in Android (via undocumented API)
I was wondering whether it is possible to capture audio data from other sources like the system out, FM radio, bluetooth headset, etc. I'm particularly interested in capturing audio from the FM radio ...
2
votes
2answers
2k views
why does my android spinner display the radio button in the textview?
i have a spinner with an arrayadapter that is dynamically managed. when it gets displayed, the spinner text also displays the radio button. how do i get rid of this radio button? the drop down ...
2
votes
2answers
678 views
iPhone Radio Streaming for WMA audio files
I need to implement iphone streaming functionality for WMA audio files from the server. iPhone can support only mp3, wav, aac audio files. But I need to play wma audio streaming for the iphone radio ...
2
votes
1answer
110 views
What is an open free to use radio / music streaming service I can access via java
I am looking for a free to use radio or music streaming service which I can access using java.
I am making a game and instead of creating our own music - there must be a better alternative and hoping ...
2
votes
2answers
232 views
F#/“Accelerator v2” DFT algorithm implementation probably incorrect
I'm trying to experiment with software defined radio concepts. From this article I've tried to implement a GPU-parallelism Discrete Fourier Transform.
I'm pretty sure I could pre-calculate 90 ...
2
votes
2answers
371 views
How do I find the previous/default value of a radio button in JS?
I'm not sure if this is even possible, but I figured I'd ask before clubbing togehter an ugly solution.
What I have is a group of radio buttons and I want to trigger a function if the radio button ...
2
votes
4answers
683 views
GPS tracking system over Radio waves (Ham Radios)?
As I searched in forums I learned that for tacking gps I must send coordinates ovew internet connection or SMS .But as I know we can cominicate via radio waves sending voice ,pics,data .And can I use ...
2
votes
4answers
461 views
How Can I get the text of the selected radio in the radio groups
as said in the title
for example:
<input id="User_Type_0" type="radio" name="User_Type" value="1" checked="checked" />
<label for="User_Type_0">User1</label>
<input ...
2
votes
2answers
2k views
jQuery Convert Select to Radio buttons?
I am trying to convert select boxes to radio buttons on the fly using jquery, and I'm not sure the best way.
Example HTML:
<form id="product">
<select name="data[123]">
...
2
votes
3answers
350 views
Is their any asp net server control which could render <label> tag?
I want to render a <label> tag. But want to set some of it's properties while it's rendering like for and text value.
Actually my real problem is I want to associate a label with a radio ...