Still can't get Bonjour enabled

I haven't been able to sycn my itouch in weeks. Somehow Bonjour got disabled - i get the error message under the sharing tab that i need to re-enable it.  I have windows 7 home premium and have uninstalled and reinstalled itunes many times trying to fix this.  I deleted all my anti-viruses, made sure Bonjour is "running" under task manager services - restarted my router - unchecked the internet protocol version TCP/IPv6 - no go   I just don't know what else to try.

This question is marked as solved.
2:00 PM Sunday; January 13, 2008

Similar Messages

  • Still can't get airplay to work!!!!!

    Grrrrrrrrr. Still can't get airplay to work with either my iPad or my iPhone to my atv2. Everything has the latest firmware, including my airport extreme. Airplay is turned on in options on the atv2.
    Everything is on the same network. I even switched networks but still nothing.
    I do not see the blue icon that let's me stream to the tv.
    What the heck am I doing wrong?

    Hi,
    Your profile indicates you are running v10.5.7. If that's the case, you need to update your system software to v10.5.8 which is the minimum requirement for the iPad.
    Click the Apple () menu then click: Software Update...
    And make sure Bluetooth is not enabled on either the iPad or the iPhone. Tapping Settings / General / Bluetooth.
    Carolyn

  • TS4268 Ever since I uploaded i0s7 I haven't been able to receive I messages or face time. I have took it to the apple store and they couldn't figure it out. I have also followed the trouble shooting from I tunes and still can't get it working

    Ever since I uploaded i0s7 I haven't been able to receive I messages or face time. I have took it to the apple store and they couldn't figure it out. I have also followed the trouble shooting from I tunes and still can't get it working

    Hi,
    Strikes -
    Go into compositionReady and have 3 variables you will be able to set them like this
    strike1 = 0;
    strike2 = 0;
    strike3 = 0;
    So on the wrong item click have
    if(strike1 == 0) {
    PLAY STRIKE1 ANIMATION
    strike1 = 1;
    else if(strike2 == 0) {
    PLAY STRIKE2 ANIMATION
    strike2 = 1;
    else if(strike3 == 0) {
    PLAY STRIKE2 ANIMATION
    strike3 = 1;
    So this will make it so when the wrong item is clicked each strike will be played in order.
    Random Scrolling -
    You should look into the Math.Random function to make things random in edge.
    This is an example of the Random function. It will generate a random number up to 100.
    var random = Math.floor (Math.random () * 100);
    Lose Screen Score -
    So we can create another variable in compositionReady for the lose score.
    score = 0;
    Now when the user gains a point to add to the score you could do this code on the click
    score++;
    which would add 1 to the score, However you can add however much you like to the score doing "score + 2" and so on.
    To edit a text with the score at the end which I'm assuming you will want to do you will use .html
    so $("Text").html("You score is " + score);
    I hope this helps!

  • TS4424 I still can't get my mail to work.I have reinstalled Security update and combo 3 times. About ready to call Apple but mI don't think I should pay for it!!!!

    I can't my Apple mail to work.  It started when I did an up date.  When I went to use mail  (the little stamp at bottom)  it said, "you can't use this version of mail with this version of OS X.  I looked on support and was told to solve the problem  by downloading combo package and security update. Did it 3 times.  I did everything.  Still doesn't work.  I even took everything mail out of applications and the library and did those two updates and still can't get it.  Could I reinstall OS X Snow Leopard and would that affect any of my documents like i photo or i tunes?  I don't want to loose anything!  I have spent way too long on this problem.  I feel like I own  PC with windows again.  Please help!!!!!!    Frustated

    No need to reinstall Snow. Try trashing all the Mail.apps you have. (But don't empty the trash yet!) Do a search for those. Reinstall Mail from the DVD in Optional Installs. This will put Mail 4.2 in Applications, then run the Combo Update, which will update Mail to 4.5, and then the Security Update again, in that order.

  • I just read the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already

    I just watched the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already have done this! I am a subscriber!  Arrrrhhhgggg!

    Hello Kathie,
    Please let me know what exactly are you trying to do using Adobe online service.
    You might try accessing the same service for some other PDFs and check.
    Have you signed up correctly at "https://cloud.acrobat.com/" using your Adobe ID credentials.
    If the same message pops up, then please visit Contact Customer Care as they could let you know if there is any problem with your account.
    Hope to get your response.
    regards,
    Anubha

  • I am trying to download a book on my ipad. It says I need to install itunes. I have itunes already. I frequently get a message to re-install itunes. I do, but I still get the message, and I still can't get the book on my ipad.

    I am trying to download a book on my ipad. It says I need to install itunes. I have itunes already. I frequently get a message to re-install itunes. I do, but I still get the message, and I still can't get the book on my ipad.

    you can download a new installer and serial number from Adobe at Adobe - CS2 Downloads

  • Thanks so much for the offer of help. I'm using 10.9.2 OSX. I have Numbers 2.3 (554). I tried the new version but it was "dumbed down" so much (to make it usable on multiple platforms) that it was of no use on iMac.   I still can't get my contacts to open

    Thanks so much for the offer of help. I'm using 10.9.2 OSX. I have Numbers 2.3 (554). I tried the new version but it was "dumbed down" so much (to make it usable on multiple platforms) that it was of no use on iMac.
    I still can't get my contacts to open in Numbers like they used to do. I have a group of five addresses in a test folder in Mail called "untitled group." But no amount of pasting, dragging, etc can get them to open up in Numbers. My "real" folder has almost 100 addresses so I can't do it one by one.
    Thoughts?
    Thanks again.
    Bob

    Bob,
    You can place contacts in a table In Numbers by the following methods:
    Numbers 2.3:
    drag from contacts
    Numbers 3.2
    copy from contacts, then paste into Numbers
    In both cases you need to open System preferences, then select the "Security & Privacy panel and allow Numbers aaccess your contacts information.

  • Read the manual; still can't get it right

    i've followed instructions on setting path and classpath, but still can't get the HelloWorldApp to work right. it makes the .class file fine but the java HelloWorldApp command gives this to stdout
    Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp
    maybe i have the classpath set wrong..currently it's set to C:\jdk1.3.1_01\bin\;"." is it supposed to be somewhere else? well when i use codewarrior it all works fine but i only have a trial version of it and would like to do the command line thing 1) because it's free and 2) because i like typing the commands ...also i have the exact same problem to overcome on my linux box..same error message as above.
    any help is greatly appreciated..
    TheFueley
    [email protected]

    Hello Fueley,
    I can see that you are running JDK 1.3.1_01 on a Windows OS of some kind. On different Windows OS you have a a different place to set CLASSPATH environment variable. For instance, in Windows/95 you can set CLASSPATH environment variable in the autoexec.bat file. While in Windows/NT you set CLASSPATH environment variable in the Environment tab of the System Properties of the Control Panel.
    First clear your classpath by typing in a DOS window:
    C:> set CLASSPATH=
    Then point your classpath to the current directory. The current directory is indicated by a period. The quotation marks are not needed.
    To set your classpath, type in a DOS window:
    C:> set CLASSPATH=.
    If you want to, you can add other paths your classpath, for example, the dt.jar and tools.jar
    C:> set CLASSPATH=.;C:\jdk1.3.1_01\lib\dt.jar;C:\jdk1.3.1_01\lib\tools.jar
    See http://java.sun.com/j2se/1.3/install-windows.html#Classpath for more information.
    -Merwyn,
    Developer Technical Support,
    http://www.sun.com/developers/support.

  • Can't get iMessage, totally deleted everything on iPad mini and then started from scratch but still can't get iMessage

    On iPad mini, and year ago my iMessage stopped working ! Took it to the store n they reset everything on it! Still couldn't get iMessage to work.
    Just decided to leave it because thought I can deal with email n Skype.... Now I need iMessage so just deleted everything n re booted iPad!. Reset everything. Still can't get iMessage and iCloud!!! I'm not too bad cuz I can sync with hubby's iMac. But know I won't have iMessage.

    Hello ruby10t,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps and helpful advice concerning Messages issues:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Before you start troubleshooting, learn the difference between SMS, MMS, and iMessage. The first step to resolving an issue with iMessage is toupdate your iOS software and your carrier settings to the latest versions. If iMessage still has an issue, follow the steps below for your issue.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD
    Re: I accidently turned off my imessages and now they keep messing up and wont send imessages 

  • Bought a new Ipod touch and the WiFi does not connect.  Tried Reset and total Restore, does not connect to Router on DHCP, tried Static manually and still can not get it to connect even though it registers as connected.

    Bought a new Ipod touch and the WiFi does not connect.  Tried Reset and total Restore, does not connect to Router on DHCP, tried Static IP, Subnet, Router and DNS manually and still can not get it to connect even though it registers as connected.  Using Airport for router, latest firmware, no problems with Iphone 4 or Macbook Pro or any other internet devices.  After total Restore (factory settings) tried again, showed connected to router, but does not display "check" next to router but little rotating icon even though the wifi range signal shows connected at full strength and it says it is connected.  Just can't seem to get it to generate an IP.  Any solutions other than turning it on and off again?  Not a Merry Christmas morning.

    Ok, so, a couple of things:  Denisefromwaleska and I have the exact same size/type/color iPod.  Now wishing I'd bought the black one maybe...
    Second, Airport is an Express and I have a second one that I carry with me when I travel.  Tried to connect my Airport Express to the internet and could not although the iPod did recognize the router and tried to connect to the internet for some time, unlike my previous problem.  Updated firmware on my travel router, still could not connect to the internet.  Going to try to set up a manual Static IP on the travel router here in a few and conect through it although I predict the problem will persist. Back on the Christmas Present Airport Express router, it is back in play and working fine for all devices save the iPod. 
    Thanks again for all your help, hopefully I can get a solution in place soon,

  • Firstly, I can't open iPhoto on my macbook as of a few days and could it have anything to do with a problem I have updating my iPhone's software as I've downloaded extra iCloud storage but I still can't get the iPhone to recognise the space for software

    Firstly, I can't open iPhoto on my macbook as of a few days and could it have anything to do with a problem I have updating my iPhone's software as I've downloaded extra iCloud storage but I still can't get the iPhone to recognise the space for software

    No. With the amount of information you've provided it's impossible to offer a potential solution.  We can't see your computer so we need to know the details of your problem and setup, i.e.:
    what version of iPhoto are you using?
    what system version are you running?
    what do you see when iPhoto opens?
    what fixes have you tried?
    where is your library located?
    did you apply any updates or upgrades just prior to the problem occurring?
    are you running a "managed" or "referenced" library?
    what type of Mac?
    how much free space on your boot drive?
    For the iPhone issue ask in the iPhone forum.
    OT

  • I downloaded a film from ITunes in HD and had problems, I upgraded to the latest version of ITunes and have then downloaded the film again in SD on my Windows 7 computer, but I still can't get the film to play, any idea's what to do next?

    I downloaded a film from ITunes in HD and had problems, I upgraded to the latest version of ITunes and have then downloaded the film again in SD on my Windows 7 computer, but I still can't get the film to play, any idea's what to do next?
    I've been working at the same problem for hours now and it's really driving me crazy so any help would be greatly appreciated.

    It is working now. I no longer get the message about the item not being available in the US and I can access the store.

  • Purchased Lion, installed it - once I log in - i get the curtain and message to hold the power button till it shuts down.  Worked with the disk repair utility - fixed permissions - still can't get past the "black curtain of death"  any suggestions?

    purchased Lion, installed it - once I log in - i get the curtain and message to hold the power button till it shuts down.  Worked with the disk repair utility - fixed permissions  to hold the power button till it shuts down.  Worked with the disk repair utility - fixed permissions - still can't get past the "black curtain of death"  any suggestions?
    My machine was patched to date 10.x.x.  I was lucky to get an internet connection and I selected the option to re-download Lion... its curruently being downloaded.  What if that doesn't work?
    Any thougths would be appreciated.
    Joe

    And you have a workstation? not a notebook. 
    Usually a driver or hardware, nothing that Disk utility will fix.
    You know of course what a Prohititory Sign is?
    prohibitory sign, kernel panic
    Forum devoted to Lion:
    Mac OS X v10.7 Lion Communities
    Tips and FAQs
    FAQ kernelpanic
    Resolving Kernel Panics
    Avoiding eliminating Kernel panics
    Lion App Compatibility Table - RoaringApps
    RoaringApps Mac OS X Lion Application Compatibility
    did you make sure your apps, drivers, and hardware support Lion?

  • HT204053 i have put in my apple id and password but still can not get imessage and facetime to work

    I have put in my apple id and password but still can not get imessage or facetime to work please help...thanks

    Please try to sign in at https://appleid.apple.com
    Check if your new username/email address is verfied
    If this works, delete your account on your iPhone (Settings > iCloud)
    Sign back in

  • STILL can't get Videos into 5G iPod I give up I'm bringing it back

    I have the Black 30GB, after a week of trying iSquint , Handbrake ,Movies for my iPod and now MPEG Streamclip I still can't get videos in my iPod . I give up, it's scratched to bits and I handle it with extreme care . This was the worst $300.00 I've ever spent .

    I had trouble with that too, but figured it out. Here are some things to check:
    1.) Preferences in iTunes with the iPod connected. I put mine on automatic update of all podcasts, just to make sure nothing is missed.
    2.) On the iPod, go to Settings > Main Menu > Videos > On
    3.) On the iPod, got to Videos > Video Settings > TV Out OFF, Widescreen OFF, TV Signal (in US is NTSC, in Europe is PAL).
    After I configured #3, all worked. I'm not sure the widescreen setting makes a difference, but I do know the TV settings do.
    I think you won't have any problems if you go down this checklist. Too bad they don't mention it in Apple support.
    G5 Tower   Mac OS X (10.3.8)  

Maybe you are looking for

  • How do I access *load paragraph styles* from the styles pallet menu?

    Adobe help informs me that I can bring styles from other documents into an existing document by doing this: "To copy paragraph styles from one publication to another choose Load Paragraph Styles from the Paragraph Styles panel menu." I do not see any

  • Airport Extreme Don't work with windows

    I have an airport extreme, it connects and give internet to my 2 macbooks fine. But when i get onto a windows computer (laptop) it connects to the extreme but don't have internet. As i have changed my o.s. to Ubuntu 10.10 it still connects to the ext

  • Dng vs cr2 in lightroom

    Are there any advantages of either .DNG files or .CR2 in lightroom? What would be the extension of choice and why? Thank You

  • Query for months & quarter in date functions

    Hi All Could some on assist me how to get Last Year 1st,2nd,,, months and Current Year 1st,2nd,3rd,,, months and same way Quarterly please. I have date column Trade_date (dd/Mon/yyyy), Trade_price in Trade table DB:Oracle 11g Any assist would be appr

  • Having trouble installing the trial version of fireworks

    I have a problem where i'm trying to install creative cloud so i can download the trial version of fireworks but the installer for creative cloud wont work. so i tried a direct link methods and downloaded fireworks but when the installer gets to the