N8 internet radio app

Does anyone have a internet radio app for the N8?
I had it on the N97 but can't see one for this phone

Nokia internet radio for S60v5 works fine apparently !
http://store.ovi.com/content/57159/download
download sis. to computer then drag and drop to phone
If I have helped at all, a click on the White Star is always appreciated :
you can also help others by marking 'accept as solution' 

Similar Messages

  • Nokia Internet Radio app - on N8?

    Has anyone been able to succesfully use the Nokia internet radio app on the N8?
    I tried downloading it - but when i try to lauch - it does nothing - the screen flashes for a second as if its loading - but does nothing ....

    Botjoh77 wrote:
    Hi i have got the same problem with the Nokia Internet radio. i am able to install the app and open it but when i perform any search on it i just get an error message stating "unable to perform operation" . i have installed the earlier version and i get the same message. pls help i am using a nokia N8 with Symbian belle.
    Try the version in the link below.
    http://dl.dropbox.com/u/30612400/ir92_v3_182730.5_public_sign_urel_2012_03_09.sis
    Ray. 

  • I just installed iOS 7.1 - where is the iTunes Internet radio app?

    I just installed iOS 7.1 - where is the iTunes Internet radio app?

    There is no separate app. It's included in the 'Music' app if Radio is available in your country (only US and Australia at this moment).
    If it is available in your country then open the Music app and select the Radio tab as described on the Apple website. If it is available in your country but don't seem Radio in the Music app then do this.

  • What Ever Happened To Bose Internet Radio App?

    I upgraded to the iPhone 5 and was trying to bring my old apps back and was searching for the Bose Internet Radio App:
    http://worldwide.bose.com/productsupport/en/web/am_fm_app/page.html
    However it is no longer showing up in iTunes.
    Did Bose discontinue the app?
    -Glenn

    Only Bose would be able to answer any of your questions.
    Best of luck.

  • Playing internet radio app on 4S over MB audio system

    I have an iPhone 4S and ran an internet radio app on it. Then I connected the phone with the ausio system of my 2011 MB E550. For about 2 seconds I could hear the radio station over the car speakers but then the phone switched to the ipod app. I could not switch back to the radio app neither was I able to stop the playing song on the phone since the desplay would not allow me to actually go into the ipod app while connected to the car audio system.
    Why is this and is there a way to make the phone play the internet radio station?
    The fact that I heard the radio station for about 2 seconds tells me that it generally is possible but then there must be something in the iphone software which makes it flip to the ipod. Can this be bridged without sacrificing the phone's warranty?

    I'm not saying that this is your problem but it could potentially be and needs to be corrected. After making the corrections as stated below test and let us know if things improve.
    If your DHCP range is 2 to 254 that means the whole range of addresses can be assigned to dynamically. This can cause problems because you haven't left any addresses available to be assigned statically. You will notice that addresses 90 and 100 are within that range.
    Set the DHCP range to 250 to 254. That reserves an range of 50 addresses for use by the DHCP. You don't need to make any changes to the IP addresses of the PC or Express as their addresses will now fall outside the range reserved for DHCP.

  • 5800 - Internet Radio App. ?

    ..is there an Internet Radio app. (streaming) for the Nokia 5800 ....?
    I know it's got FM 'built in' but I can only pick up about 3 stations clearly.....

    @advid
    Then this may be of help to you, this is not an app but serves for your purpose, a onetime account signup needed. Try it.
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • X6 Internet Radio App

    Does anyone know when of if the Internet Radio App for phones like the N95 will be made for the X6?
    I recently got offered a few phones as part of a Cap + New Ph deal with a provider. The models ranged from slightly old to the new X6. I know "tunewiki" is available but it's not as friendly as the Nokia App itself!
    Come on Nokia people please please release the Nokia Internet Radio App for the X6! I run an internet station it's a major tool for me.
    Pretty Please Sugar On Top

    This is finally out and available on the Ovi Store.
    Sanjay Mehta
    Motorola "Brickphone" circa 1996, Alcatel One Touch, Ericsson R380, Sony Ericsson T220, Sony Ericsson T630, Nokia E50, Nokia E61i, Nokia 9300i, Nokia E71,Nokia X6, Google Nexus S, iPhone 4S

  • Is there any internet radio app. for Series 40 (65...

    Is there any internet radio app. for Series 40 (6500 classic) ?

    Keep an eye out here too. 
    http://betalabs.nokia.com/apps/nokia-internet-radio-s40
    Currently Nokia Internet Radio is available as a beta for Nokia X2 and X3, but more devices will be supported over time.
    John - Community Facilitator @ Nokia Beta Labs

  • Phone calls keep triggering Internet radio apps on hangup.

    When I get off of a call, the last streaming Internet radio station in any app I've used (WunderRadio, Sirius, others...), starts on its own.
    Anyone else? Any clues?

    What that means is that you didn't quit the streaming app, you only suspended it. A feature of the iPhone is that it will pause streaming apps for a call, then resume them after the call. This is actually a NEW feature; until iOS 4 you would have to restart the app yourself. But the fix is to terminate the streaming app when you are finished listening. If it doesn't have an "off" switch in the app then go to the home screen, double-press HOME to bring up the recent apps tape at the bottom, tap and hold the streaming app until a '-" appears on it, then tap the "-".

  • Lightweight internet radio app

    I am currently using banshee to listen internet radio-stations. I have there a customized small list of my preferred stations and can easily select one. However banshee is a to blown up for this purpose. So, is there any more lightweight app where I can have such a small customized selection list of stations?

    I vouch for mplayer in a separate console
    I use this:
    script to "select" radio:
    terminal -T "window title" -H -x mplayerplayplaylist "url"
    mplayerplayplaylist:
    #!/bin/bash
    url="$1"
    if [ -e "$1" ]
    then
    mplayer -quiet -playlist "$1"
    else
    time=$(date +%s)
    agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
    wget -q -U "$agent" "$url" -O /tmp/$time
    cat /tmp/"$time" | dos2unix > /tmp/"$time"_
    mv /tmp/"$time"_ /tmp/"$time"
    mplayer -quiet -use-filename-title -heartbeat-cmd "xscreensaver-command -deactivate &> /dev/null" -playlist /tmp/"$time"
    rm /tmp/"$time"
    fi
    This will play both remote playlists (download and play) and local playlist files. Now that I look at it I could probably improve it but it has been working just fine so as the saying goes, do fix what isn't broken
    lagagnon suggestion also seems good, I might have to give it a try and see if it does all I want.

  • Internet Radio App use restarts the Nokia E71.

    Every time i use the app after a few minutes of use the phone restarts!

    Botjoh77 wrote:
    Hi i have got the same problem with the Nokia Internet radio. i am able to install the app and open it but when i perform any search on it i just get an error message stating "unable to perform operation" . i have installed the earlier version and i get the same message. pls help i am using a nokia N8 with Symbian belle.
    Try the version in the link below.
    http://dl.dropbox.com/u/30612400/ir92_v3_182730.5_public_sign_urel_2012_03_09.sis
    Ray. 

  • Are there Internet radio apps for iPod Touch 1st gen iOS 3?

    Would love to make use of this 1st gen iPod Touch by accessing both commercial and Internet-based radio stations (like TuneIn Radio). But most require >=iOS 4
    I've spent a LOT of time searching but it's a one-at-a-time process. Can anyone help?
    Cheers and TIA for any advice.

    I am not aware of any such apps.

  • Internet radio app

    I have read the reviews about this app and it is apparent that people are running this on N8 with Belle. However I have been unable to download it to my phone, and Nokia store informed me that it is not compatible with N8 on Belle. Has anyone else managed to download it ok?

    I Have downloaded and installed it on my C6-01 from the built in Nokia store on my phone.If the store shows it as being available for C6-01, it should equally be available for N8 as well since both are older SYMBIAN 3 phones now updated to belle with almost similar hardware and software(with a few enhancements here and there).
    In Love With My C6-01:Now running on Nokia Belle!

  • E63- Internet Radio Update- Fails to launch app !

    Hi,
    I launched the internet radio app in the media folder (supplied as in stock) and it prompted me to update. I updated and now it gives me this error: 'Internet Radio: Feature not supported !' 
    I can't delete/uninstall thismaybe because it's built in firmware ? I've tried to uninstall but can't. My phone is not unlocked so can't access all folders. What should I do ? Thanks

    Glad you solved your problem. If you want to update the firmware, use NOkia Software Updater, you need to buy a separate usb cable though (CA-101) and remeber to backup all your files.
    My E63 is running smooth with the new firmware. I can say it runs faster thn the old version. The few complains I have are the adverts on top of the internet radio interface, and still the occassional reboots when changing channels. And when using the earphones, using music player, the equalizer doesn't work.
    Message Edited by nok_e71 on 11-Aug-2009 10:13 AM

  • Nokia Internet Radio Error: Connection Timed Out. ...

    Hi,
    I'm having an issue with the Nokia Internet Radio application on the Nokia N95. The app launches ok but if I try and browse the station directory or perform a search I get the error 'Connection Timed Out. Try Again' This happens almost instantly i.e. it doesn't look like it's even trying to connect. If I go to the shoutcast site and click on the 'Tune In' button next to a station the Internet radio app launches and I get an error saying 'General: System Error' and the application closes then goes back to the browser and a message saying 'Web: No Gateway Reply' The application worked fine up until recently. I upgraded to FW V 21.0.016 and hasn't worked since so it may be that this has caused the problem. I've removed and re-downloaded \ re-installed the software but still get the same issue. Web browsing works fine, so I know my internet settings are fine, and the old open-source version of the radio player even works so it's just an issue with this app. Any advice on how to fix it would be much appreciated. Thanks.

    I had the same problem and I fixed it.  For me, it was because I am on the Rogers network in Canada.  Regardless of where you are many cellular neworks use firewalls and something called NAT (Network Address Translation).  Nokia should really make people aware of this because probably 50% of people around the world have this problem.  The solution for me was to use Rogers VPN or Public IP to access the internet.  Rogers blocks access to this internet connection so you have to add the service to your account for $10 per month but I have heard that other carriers like FIDO have not blocked access to it.
    On the Nokia n79 this requires creating a new access point under TOOLS>SETTINGS>CONNECTIONS>DESTINATIONS.  Add a new access point with the following settings:
    Connection Name: Rogers VPN (or whatever you want to call it)
    Data Bearer: Packet Data
    Access Point Name: vpn.com
    User Name: wapuser1
    Prompt Password: No
    Password: wapuser
    Authenticaiton: Normal
    Homepage: None
    Use Access Point: After Confirmation (or change if you want something else)
    That's it. When you load the internet radio Application and it lists your options select "Rogers VPN".  If you don't see it in the list, press the soft button for Options then "Select Access Point" and you will see the full list.  If you want the VPN to be the first thing you see you can change the priority under destination settings.  Just select the VPN and press "Organize" then "Change priority". 

Maybe you are looking for

  • Calling java function load and stored in database

    Hi , I try to call a java fonction loaded and published in database (Oracle 8.1.7.4ee). this function call an OS command ... the PL/SQL call is completed but de command set in parameters function is not execute ... next is the code : import java.lang

  • Call DLL from Java

    I have a dll wihtout source code. I do know the functions name and return type. How can I call the functions in this dll? Is JNI the only way to do it?

  • Pre-Order but still "Prepared for Shipment"?

    I noticed a lot of people getting their shipments early. I ordered mine around 7pm on 6/15. I barely made the cutoff for the 6/24 shipment. My order still says, "Prepared for Shipment" with delivery on 6/24. Anyone else in the same boat? I hope they

  • Why is stationery so kludgy?

    I am not much of a geek and do not necessarily have all the know how that I need to make things work all the time: and the stationery features in Mail are stressing me out! I have made some stationery and have it saved in the stationery folders and a

  • Vertical black line artifact on JPEG exports

    Tried to export 57 images to original sized JPEGS. Images were shot RAW on a Nikon D80. My problem is that some of the photos were exported with a thin black line down the middle of the image. Strangely, this only happened to my photos that were shot