MultiCast (Stream) FM Radio over WIFI network - can it be done? - Windows Mobile Development and Hacking General

If inbuit FM radios of many WM6.1 devices can be somehow streamed (and may be controlled) live over WIFI network (like WMWifiRouter at home) we could listen to FM radio all over home on any PC or wifi capable appropriate device. Ideas is just make a sort of playlist with embabed IP & port information and it will play over WMPlayer etc.
I found BTFMRAdio (however download doesn't work) and this is a logical next step for homewide FM radio to any PC and Laptop.
Any comments please.

Has it been solved or already discussed here? Or does it seem not possible?

Related

Does the MDA have a FM Radio ?

>>?? Installed??
Nope, iuf you are on about Radio Rom, this is the firmware that runs the phone, bluetooth and wireless sections.
Stream it
Try pointing IE at www.radiofeeds.co.uk/pda and streaming a station from there.

WMWifirouter not working with psp

Ok so im using wmwifirouter 0.91 and it works great and fast with my mogul with any laptop or wifi device except for my psp, has anyone had any luck with doing so, I would like to use the internet radio feature on the psp while driving in my car, the psp is updated, should I get a newer version of the wmwifirouter and where would i get it or is there a way to get it working with the older version? Please help!!!
there is no way that wmwr will support the psp unless Chainfire can magically figure out how to do acesspoint mode wifi or the psp hackers manage to code in support for adhoc based internet surfing as the psp only supports accesspoint based internet surfing at the moment
Also you may want to update to the latest version of wmwifirouter as it is sooooooooo much better than the old .91 version
so where can i get it, is it free, can you point me in the right direction?
here
Check here:
http://www.wmwifirouter.com/consumer/
dela4220 said:
Ok so im using wmwifirouter 0.91 and it works great and fast with my mogul with any laptop or wifi device except for my psp, has anyone had any luck with doing so, I would like to use the internet radio feature on the psp while driving in my car, the psp is updated, should I get a newer version of the wmwifirouter and where would i get it or is there a way to get it working with the older version? Please help!!!
Click to expand...
Click to collapse
Why not just use your device to listen to internet radio - I Use TCPMP to listen to internet radio stream and it works perfect. Just use your device to navigate to shoutcast or some other site that has various internet radio stations and then listen. I actually saved each station and even created an Icon in Ultimate Launch on my device for each station so I just have to click on my Icon for the blues station and I am listening to the blues within seconds. I stream my music from my phone to the Motorola t 505 using bluetooth which then streams the music flawlessly to my stereo using a very strong fm transmitter. That way when I get a call, the music pauses automatically and the call then comes through my car speakers as well. You will have much less clutter in your car this way too having less devices and no wires, except for power to your phone if you plug it in.

Bluetooth Quick Connect / Favorites Today Plugin and/or Command-line app

I'm a Desktop .Net developer with NO bluetooth experience and only a bit of low-level networking experience so I'm speaking from limited knowledge, but not complete ignorance.
I use my phone as an A2DP source and AVRCP client for quite a few devices (Jabra JX20 Pura, Jabra BT3030, Windows Vista, various BT speaker systems) and Alpine BT300) around my house, garage, car, and on the go. They all work wonderfully (some have better range than others, some better sound), but using any of them presents a couple common issues.
Some devices (like my car), constantly seek out the last paired device until they connect, while most of the other require a connection to be initiated from the phone. The phone doesn't care which is around or has the best signal, just which one successfully connects first.
I'd like an app that could have profiles setup which would let me control certain variables OR at a more basic function (see below):
Bluetooth Profile
Device Priority
Minimum Strength (to be used when more than one device has the same priority)
That would be my ultimate goal, but in the meantime I'd be happy with something as simple as a command line app that could be bound to a key or shortcut which would try to connect to a predefined list of BT MACs for a given profile and stop when the first one connects successfully. Variations on this might allow a connection attempt to a specific device instead of a list. This way I could have StartMenu or Today shortcuts.
The point here is largely to have to avoid nagivigating all the menus needed to initiate an A2DP connection, but I'm sure there are MANY other uses people would find.
If someone could point me in the right direction (I'm researching already of course) to the namespace(s) and or class(es) in .Net 2 or newer which would allow me to enumerate and/or initiate connections, this may be something I could bring to the community (assuming it doesn't already exist, and I have asked MANY times).
I've created a poll also to see what kind of interest is out there for this software and how much support I might receive.
I've been knocking an app up to suit my own personal A2DP needs... and a lot of yours by the look of things ;-) Things it does:
Kinetic scrolling finger friendly list of A2DP devices known to your phone (tap to select then tap again to attempt connection).
Toolbar buttons indicating active A2DP connection status (tap to disconnect active connection).
Bluetooth devices applet shortcut.
Switch bluetooth on (a good few of my devices need the phone to be discoverable so the app forces the phone to be discoverable at all times *blush*).
Switch bluetooth off.
Shortcut to program launcher list (automatically displays this list when you initiate a connection to a selected device... and there's items to display in the list of course).
Command line access (via secondary exe) allowing you to attempt connection (to a named , the last connected or first found device) and disconnect an active A2DP connection. I've only really tested the named device connection but the other 2 modes *should* work
QVGA / VGA and orientation aware.
I've been wanting to work towards getting it up on XDA... but time constraints (and a baby on the way ) have gotten in the way and it's unlikely I'll have the time to do it for a good while. I'd be happy to pass on the code to someone willing to take it further if that's any use. It's written (very quickly!) in VB.net BTW.
It uses a few bits and bobs from other people though:
A2DPToggle's "a2dp.exe" to handle initiating a connection.
Icons from lord only knows where I found them.
The kinetic list code found on here (http://forum.xda-developers.com/showthread.php?t=333124&highlight=klist). IIRC, I used the gingercat updated version and tweaked it to my own needs. There's many a kludge I've put in to the code to get things working quick-smart (D-Pad navigation mainly).
InTheHand 32feet.NET libraries (http://inthehand.com/content/32feet.aspx). These work with MS Bluetooth stack only.
So permission from the respective folks above would be needed before releasing it into the wild I guess.
Here's a screeny
Hey great tool! When I click a device will it auto connect or only open the BT Explorer and will it work with Broadcom BT Stack? Thanks
Oops, meant to say it's been developed for the MS bluetooth stack only. Sorry about that.
When you attempt to connect to a device it first checks the device is reachable and only then attempts to initiate an A2DP connection.
Northernmost said:
I've been knocking an app up to suit my own personal A2DP needs... and a lot of yours by the look of things ;-) Things it does:
Click to expand...
Click to collapse
Absolutely. I can get around in VB.Net and C# just fine. If you don't want to publish the code publicly, PM me your email address and I'll invite you to my Sharepoint site (easiest way I know to share files and manage communique), otherwise attach here.
It sounds like you've already covered 99% of what I was looking for, but I'd be more than happy to do what I can to more the idea forward, even taking suggestions from others in this thread.
About the BT stack, I'm running a Vogue with a ROM cooked in PPCKitchen, how do I determine which stack I'm running and can that be changed?
rainabba said:
About the BT stack, I'm running a Vogue with a ROM cooked in PPCKitchen, how do I determine which stack I'm running and can that be changed?
Click to expand...
Click to collapse
I've no idea what stack Vogues come with but the MS stack device list looks like the attachment below. If yours looks the same it's the MS one. I guess the Vogue forum should have any info on swapping stacks if it's possible.
Sounds like I found the correct people to answer my question about BT. Is there a way / how can I: enable my Mogul 6800 phone to transmit the sound that would normally go through the speaker to my BT headset in order to listen to streaming audio from the net using Kinoma Play which goes out and picks up all sorts of "radio programs" , i.e. not using a direct URL. I am also not able to listen to audio files from the Audio Recorder through anything except the speaker, even not through a head phone. Do I need to download a program or set up my phone differently. I currently have Titan WM6.1 Build 20755 GPS kitchen from PPC Geeks. Thanks so much for your help.
jminor4326 said:
Sounds like I found the correct people to answer my question about BT. Is there a way / how can I: enable my Mogul 6800 phone to transmit the sound that would normally go through the speaker to my BT headset in order to listen to streaming audio from the net using Kinoma Play which goes out and picks up all sorts of "radio programs" , i.e. not using a direct URL. I am also not able to listen to audio files from the Audio Recorder through anything except the speaker, even not through a head phone. Do I need to download a program or set up my phone differently. I currently have Titan WM6.1 Build 20755 GPS kitchen from PPC Geeks. Thanks so much for your help.
Click to expand...
Click to collapse
You need an A2DP capable device (high quality), connected, THEN start your audio program OR use a program called Audio Gateway with a basic Bluetooth headset (low quality audio).
thank you very much.
Northernmost, how about that source code? If you want to pass it along less privately than a post here, PM me and I'll provide a solution (source control, WSS, etc.)
Sent you a PM the other day. Let's go the private way for now.

Satellite Radio App Suggestion

Hello..
I have a AT&T Tilt (Kaiser)... My phone, along with most of the new HTC phones, have a "GPS" chip as well as a built in satellite antenna... Most of us who have these phones have many other high tech devices, including Sirius / XM radio... Using the internet receiver, would it be possible to create and app to log into out XM accounts and take out radio with us? Use our touch screen to scroll through the diffrent radio stations.. Pair it with a bluetooth headset or our bluetooth car stareo ? It is just and idea.. let me know if this already exists and I missed it.. Thanks
Try this http://forum.xda-developers.com/showthread.php?t=450259 works for me

FM Radio

I want to open that thread for making some explanation about FM Radio. The FM Radio works (tested on EMUI 5.0.1). I could assure to you because I've tried to turn off every connection (with fly mode) and the FM still work without any problem.
I hope I've helped with this thread
Edit:
It Need internet only for charging the radio info and then It work normally
Nevermind... After a bit It turn off automatically :sadly:

Categories

Resources