Can not get my radio to start or show on menu

can not get my radio to start or show on menu

Which generation iPod do you have?
Identifying iPod models
B-rock

Similar Messages

  • I can't get to the Firefox Start Page which has menu items such as Bookmarks, toll , etc

    I can't get to the Firefox Start Page which has menu items such as Bookmarks,Tools , etc.Also there is no back arrow.
    == This happened ==
    Every time Firefox opened

    '''''"menu items such as Bookmarks,Tools , etc"''''': That's the Menu Bar; see below.
    '''''"Also there is no back arrow"''''': That's on the Navigation Toolbar; see "<u>'''Navigation Toolbar, Bookmarks Toolbar and other Toolbars'''</u>" below. Also see the articles under "Also see:" at the end of the instructions.
    <u>'''Can't see the Menu Bar'''</u> (File, Edit, View, History, Bookmarks, Tools, Help)?
    Turning the Menu Bar on and off is a new feature in version 3.6.
    ''(~~red:Linux & OSX see~~: [[Menu bar is missing]] )''
    <u>''Windows'' Method 1.</u> '''''Hold down''''' the key and press the following letters in this exact order: V T M then release the key
    <u>''Windows'' Method 2.</u> Tap once on the F10 key, while the Menu bar is visible, choose "View > Toolbars", click "Menu Bar" so that a check mark is placed next to Menu Bar
    <u>''Windows'' Method 3.</u> Tap once and release the key. The Menu Bar will be displayed; then choose ~~red:V~~iew > ~~red:T~~oolbars and click on ~~red:M~~enu Bar so that a check mark is placed next to Menu Bar
    The Menu Bar should now be displayed permanently, unless you turn it off again using View > Toolbars. Check mark = displayed, NO check mark = not displayed.
    See:
    http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    http://kb.mozillazine.org/Toolbar_customization#Restoring_missing_menu_or_other_toolbars
    <u>'''Navigation Toolbar, Bookmarks Toolbar and other Toolbars'''</u> under View > Toolbars. Clicking on one of them will place a check mark (display) or remove the check mark (not displayed).
    <u>'''To display the Status Bar'''</u>, View, then click Status bar to place a check mark (display) or remove the check mark (not displayed).
    <u>'''Full Screen mode'''</u>
    http://kb.mozillazine.org/Netbooks#Full_screen
    Also see:
    ''' [[Back and forward or other toolbar buttons are missing]]'''
    '''[[Navigation Toolbar items]]'''
    '''[http://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar How to customize the toolbar]'''

  • After repacing the videoscreen I can not get the iphone to start

    The Iphone a 3gs after replacing the videoscreen I could not get it to start. The system stays in recovery mode.
    It is not jailbreaked or something like that. I can"t say it is death as itunes sees it in recovery mode. Need some help.

    Find a competent repair shop or buy a new phone. We can't help you and apple won't touch that phone now.

  • I can not get the same looking homepage you show with the firefox in the top left corner, how do I get there?

    I just get a page that says congratulations mozilla you have the newest download.
    I can't drag anything anywhere as I am not on the right HOME page
    nothing like the one that you show in the demos.
    Am I doing something wrong?

    Oh... one other thing. The orange Firefox button is for the compact two-column menu. To get that, you need to turn off the classic menu bar. This article has the steps: [[Display the Firefox button menu instead of the menu toolbar]].

  • Can't get any camera calibration profiles to show up

    I am using lightroom 5 on a windows 8 pc and can not get any camera calibration profiles to show up. I have 14 profiles for my Sony SLT-A65 in my cameraprofiles folder and a corresponding camera folder with also has these profiles. I have checked all file attributes and the only thing I see differrent from some other camera profiles is the file ownership is adminisrator instead of system. Also Photoshop does not see any camera calibration profiles either. I have done a lightroom installation repair from original disk which didn't fix. I have all my lens profiles which work fine. I have tried renaming profiles from SLT-A65V to SLT-A65 to match what shows up on displayed file information. Can't think of anything else. Can anyone help??

    I have since corrected this issue. I downloaded adobe DNG profile editor and loaded the camera profiles I had and then saved them. At this point all of them showed up in Photoshop and Lightroom. Don't know what the difference was but they are seen now by my programs.
    Thanks for the reply

  • Please I can not get a .jar file to run on XP SP3 start/run/cmd/

    I can not get a .jar file to run on XP SP3 start/run/cmd/
    Please help if can figure this out. I'm convinced it is a Windows XP SP3 problem from searching on google and seeing other ppl on XP SP3 with same problem (but no working solution for myself). I'll try to be complete-listing all I've done.
    I had installed: Java SE Runtime Environment v6u14 for Windows Multi-language
    I had checked here it was working properly: http://www.java.com/en/download/manual.jsp
    I'm trying to run this jar file (soht-client-0.6.2.jar):
    http://prdownloads.sourceforge.net/telnetoverhttp/soht-java-client-0.6.2.zip?download
    http://www.ericdaugherty.com/dev/soht/javaclient.html < this is the information for the program.
    (yes the file can be executed and should open the program's window
    I wanted to post screenshot of it but friend that it's working for isn't here)
    _(Please find log of all cmds I did in this post here: http://pastebin.com/f792983df )_
    _I have extracted +'all' the files to: C:\062\+_ (I have tried using other directories, same problem)
    ++I then start/open/run/cmd+
    then I: cd C:\062\+
    then I try various commands - all+ of these do absolutely nothing- meaning no errors, no reply, no window opens, nothing except enters that directoy again:
    java -jar soht-client-0.6.2.jar
    java -jar -client soht-client-0.6.2.jar
    java -client -jar soht-client-0.6.2.jar
    java -jar soht-client-0.6.2.jar soht.properties
    soht-client-0.6.2.jar
    So I try this cmd: java soht-client-0.6.2.jar
    Reply:
    C:\062>java soht-client-0.6.2.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: soht-client-0/6/2/jar
    Caused by: java.lang.ClassNotFoundException: soht-client-0.6.2.jar
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Could not find the main class: soht-client-0.6.2.jar. Program will exit.
    I try this cmd:
    java -jar soht-client-0.6.2.jar -client
    Reply:
    C:\062>java -jar soht-client-0.6.2.jar -client
    Unable to load configuration file: -client - java.io.FileNotFoundException: -cli
    ent (The system cannot find the file specified)
    SOHT Java Client
    The SOHT Java Client requires a properties file. Either start
    the application in the same directory as the soht.properties
    file, or specify the file name on the command line:
    java -jar soht-cleint-<version>.jar c:\soht.properties
    So then I do these cmds which produce the exact same error/reply just above; Unable to load..:
    j_ava -jar soht-client-0.6.2.jar -client soht.properties_
    java -jar soht-client-0.6.2.jar -client C:\062\soht.properties
    So then I copy soht.properties to C root and do:
    java -jar soht-client-0.6.2.jar -client C:\soht.properties <same error as above
    Then from other information I have read I right click on the .jar file, select open with Always open with:
    _"C:\Program Files\Java\jre6\bin\javaw.exe"_
    Try again.. same problem.
    Then I do cmd:
    _"C:\Program Files\Java\jre6\bin\javaw.exe" -jar "C:\062\soht-client-0.6.2.jar"_
    does nothing, retry the other commands same thing (either nothing or those same replies)
    Then I read (http://forums.sun.com/thread.jspa?threadID=5384879) someone had the same problem as I and they solved it by uninstalling all Java/reboot/ then install JDK 6 Update 14 with NetBeans 6.5.1 start NetBeans and then it worked for them.
    So I unistalled all Java, rebooted and gave the cmd another try (before re-installing), now a new error, of course:
    C:\062>java -jar soht-client-0.6.2.jar
    'java' is not recognized as an internal or external command, operable program or batch file.
    Then I install  Java SE and NetBeans Cobundle (JDK 6u14 and NB 6.5.1) Final Release/ reboot/ open Netbeans/
    go to test java page; all is good, run cmds again -and still nothing..
    C:\062>java -version
    java version "1.6.0_14"
    Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
    Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)
    I reassociate program with: C:\Program Files\Java\jre1.6.007\bin\javaw.exe_
    same thing.. nothing
    Thank you very much for your time :D_
    PS. My computer has been newly reformatted so needing another reformat I'm sure is not the solution.

    Thank you very much for your replies Taggert_77 & swmtgoet_x :D
    Taggert77_: I have never used NetBeans. I only installed it in the bundle as I had read on another post that somehow installing the bundle magically helped another user with the same problem (he didn't know why it worked after that either).
    Before XP SP3 I was able to execute .jar file through cmd prompt. Now I am not.
    This file is executable, grab it and you will see. Here is a screen shot (program in front is FlashFXP, behind is the cmd prompt and what should happen):http://www.freeimagehosting.net/uploads/53273b4ddf.jpg
    swmtgoetx_: I only did the other cmd's to try to make it spit out something, anything lol :D
    The proper cmd is simply: java -jar soht-client-0.6.2.jar
    I did give your cmd a try, and it produced nothing :( (just like the other correct cmds)
    java -client -jar soht-client-0.6.2.jar soht.properties
    Thank you again...the mystery remains
    PS. If you do a search for this you'll find an amazing amount of XP SP3 users with the same problem and no solution posted that I could find except one chap that did the unistall install order that I did above).

  • I can't get the laptop to start.  I get to the gray linen screen with a gray apple and stop.  It will not ask for log in.

    I can't get the laptop to start.  I get to the gray linen screen with a gray apple and stop.  It will not ask for log in.
    What do I do now?

    Hold the shift key at boot time, then run through this list, did you install anything recently or perform a update of some third party software? Uninstall it.
    Step by Step to fix your Mac
    Mac won't boot or "You need to restart"
    Create a data recovery, undelete boot drive

  • Can not get adobe to start up

    can not get adobe to start

    I'm still not closer to understanding what you actualyl mean, but on teh chance that this is referring to Flash player, you may wanan have a look at this:
    Flash Player Help | Installation problems | Mac OS
    Mylenium

  • Why can I not get the normal firefox start page instead of the "yourall-in-one page I currently have

    why can I not get the normal firefox start page I had with my old computer (operating XP) instead of the "your all-in-one page" I have now I have moved onto windows 7

    I have looked as suggested under the Firefox tab but find the following listed as my homepage
    http://uk.foxstart.com/?rls=en:uk:zp
    Have I actually installed firefox program/start page or have installes something else?

  • I can not get the new updates because my start disc and hard drive are full, I need 1.98 GB.

    I can not get the new updates because my start disc and hard drive are full, I need 1.98 GB.

    Some folks recommend OmniDiskSweaper to allow you to review your stuff to find possible candidates to throw away.
    Even if you throw away some stuff and your desired "1.98GB", then what?  If that's the number you need for the update, you'll just use most or all of the reclaimed space with the update and you are right back to where you started.
    You don't specify what kind of machine you got but presumably it's a mac pro since you posted in the Mac Pro community.  In which case just get yourself another drive or two and move stuff around to free up your boot drive.
    [Perhaps you should hurry too since I expect hdd prices might be going up due to possible impending hdd shortages.]
    Finally, if some of those updates are major system updates you want extra drives for backups because I always recommend you never do major updates to your system without backups to that system.

  • I downloaded the app "Escape from the Emerald Star" and it starts mid game. I can not get it to start at th begining

    In the app store I purchased a PopCap game, Escape from Emerald Star.  It downloaded but started at level 11 and I can not find any way to start it at the beginning.  Any suggestions?

    Check with the developer support.

  • My time capsule is blinking orange and I can not get it to stop.  I have done a hard reset and unplugged it but it continues to blink orange.  This all started because the time capsule stated it was delayed in backing up so I thought I would try to reset.

    My time capsule stated that it was delayed in backing up so I decided to do a hard reset on the time capsule.  Now I am getting a blinking orange light and I can not get it to go back to green.  I have had to hard wire the modem into my computer for connection.  I need some help please.  Thank you.

    Assuming it is not simply broken, a slowly flashing LED probably means the TC is not receiving an IP address from the modem. Make sure you power down your modem whenever you change what is connected to it.
    Having to unplug the Ethernet cable from the TC and plugging it in to your Mac repeatedly so that you can communicate is tedious enough, but endeavor to add the power cycle exercise to that action.

  • HT1430 Can not get email on Ipad latest version bought december 2012. Turned off . Turned back on, verified mail provider settings.turned off computer mail which works fine.dO i NEED TO DELETE ACCOUNT AND START NEW ONE . wILL i LOOSE PREVIOUS MAIL

    CAN NOT GET MAIL. TURNED OFF IPAD . RESTARTED. VERIFIED PROVIDER SETTINGS. DOES NOT WORK. IF I CANCEL ACCOUNT AND OPEN NEW ONE WILL I LOOSE PREVIOUS MAIL.

    I've removed my yahoo account several times. All it does is delete the info off my iPad and doesn't touch the account itself. So I can go back in, re-add the account and then redownload my mail again. I haven't had to change my passwords or anything.
    You might look on sympatico's site, see if they have any troubleshooting specific to iPads.

  • Can not get out of screensaver

    Hello,
    I have a Lenovo R500 with Windows 7. When i leave my computer on for a while without using it gets into a screensaver state where i can not get out of, only by restarting abruptly the computer and so all open programs that are still running. How can i solve this?
    Thanks!
    Johan

    Hi Johan1974,
    Here are a few more details:
     Open Device Manager by clicking the Start button Picture of the Start button, clicking Control Panel, clicking System and Maintenance, and then clicking Device Manager.‌ Administrator permission required If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
          In the list of device categories, expand Mice and other pointing devices.
          Right-click the entry for your mouse, and then click Properties.
          In the Mouse Properties dialog box, click the Power Management tab, check the Allow this device to wake the computer check box, and then click OK.
    There are some screenshots here although the instructions are to remove the check because it is advising how to disable it. You will be doing the opposite.:
    Sleep Mode
    ThinkPad: T530 / X1 Gen 2 / Helix - Yoga: Tablet 2 Pro (Win) / Yoga 3 Pro
    If you find a post helpful and it answers your question, please click the "Accept As Solution" button.
    Lenovo Advocate ~ I am not employed by Lenovo or Microsoft. I am a volunteer.
    Microsoft MVP - Consumer Security
    SpywareHammer

  • T2 Digitizer frozen after soft,warm,hard resets.Can not get it to calibrate at all.

    My T2 occasionally has to be recalibrated. I downloaed DigiFix some months ago and it seemed to help a bit. I hot synced my data last night and all was well. This morning I could not tap my screen to access anything. I tried cleaning carefully around the screen edge, gently cleaned the screen ( no visible damage to the screen noted ), performed a soft reset ( which usually worked ), a warm reset, followed by a soft reset and finally a hard reset ( kept data ) followed by a soft reset and then the big one, a hard reset with loss of data followed with 5 soft resets in a row. I found through the forum a T2 update which I downloaded and is ready to be installed when I next hot sync.
    The unit is now frozen with the x in the starting position in the top left corner. Despite my efforts to gently tap all around the X, I can not get it to recalibrate or even get off the calibration screen. If I could just get back to any regular screen, I could get my data back and install this T2 update.
    I also downloaded Pocket DVD studio a week ago and have been able to upload .avi files for viewing videos on my Palm. I works beautifully. I think I still have the original Kimoma player on my T2, but never really like it. Can anyone PLEASE help me out? This T2 update is supposed to help according to the infor I found in forum....MANY THANKS!
    Post relates to: Tungsten T2
    This question was solved.
    View Solution.

    Thank you for the fina advice. It worked and my T2 is now working perfectly. I think the real trick is using cheap copier paper, not the higher grade stuff or a business card for the cleaning routine. I floded the paper lengthwiase and put a sharp crease in before cutting into little work strips. It took a lot of patience and time to perform a proper cleaning, but it was worth it. Seems that the smallest bit of anything which get trapped under the bezel will throw the T2 into a stupor. Many thanks your your fine advice.....Rgds,John Brown
    Post relates to: Tungsten T2

Maybe you are looking for