Auto Lock not working when connected to Macbook

Ive had my ipod for about a week and I thought auto-lock was working even when the ipod is connected to my computer.
But I just realized that the auto-lock is not working when it is connected to the computer.
Is this normal?
Also when I set the brightness to the lowest setting, the screen slightly flickers intermittently.
Is this normal too?
Thanks

Do you have more than one IDM Server running in your environment? When you are debugging a WF on server A and the scheduler decides (usually after an approval step) to continue running the WF on server B, your debugger connecting to server A wouldnt stop at the breakpoint.
Can you make the debugger stop on e.g. the "start" or very first Activity in your wf? Right after launching it from the form.

Similar Messages

  • Apple USB Keyboard not working when connected in Macbook PRO retina

    I have this problem. When I connect my new Apple usb keyboard directly to the laptop it does work. Is there any way to solve this problem?
    BR

    I just did the latest update and my Apple USB keyboard stopped working. The keyboard works fine with other computers and other keyboards work with my Macbook.
    The keyboard ships with a three foot extension cable. I plugged the keyboard into the Macbook with this cable and now it's working fine. I think it has something to do with the USB port being 3.0. A USB hub may also solve the issue.
    JD

  • Why does the internet on my new macbook pro not work when my old macbook's does?

    Why does the internet on my new macbook pro not work when my old macbook's does? I'll have to turn the wifi off and back on multiple times to get the internet to continue to work on my Macbook Pro (running mountain lion but did it on lion also) when it runs fine on my old white Macbook (running lion). Is there something I can do to fix it or do I just have to deal with it?

    Here is your fix .. I have uploaded my properly calibrated profile get it here :
    http://www.megaupload.com/?d=YAJL6A9X
    And it should go to your user folder/Library/ColorSync/Profiles
    if you have one already you can rename either one ..
    and then go to system preferences - displays - color to select the profile .
    you will get rid of the blue tint while keeping correct color and gamma
    This is for the newer 2010 MBP's altho if same display was used might also give good results in the previous models as well . .

  • IPhone 4S screen auto lock not working with Music Playback, while connected to the Computer via USB

    Hello Everyone,
    I have an iPhone 4S, updated to the latest version of iOS (7.1). Recently, I noticed that my iPhone's screen doesn't autolock automatically whenever it's connected via the sync cable to my Laptop Computer (A Dell Studio running Windows 8.1 Pro). This happens regardless of whether iTunes is running or not. Whenever the music playback is on, the screen just gets dimmed after a while (as it always does before the screen auto-lock triggers), and stays like that. However, when I stop music playback, the auto-lock work just fine.
    I want to know, is this normal? I mean, is this the way it's supposed to be?
    Thanks and Regards,
    Rajat S.

    ALSO, iTunes has been updated to iOS 12.0.1.

  • Audio not working when connected to HDTV

    I connected my MacBook Pro to my Samsung HDTV LN40D503F6F and also connected an HDMI cable to the TV using Apple mini DVI cable. I tried connecting to both HDMI/DVI 1 and HDMI 2. Video works fine when connected to both the HDMI ports, but the audio didnt work. I also purchased an a 3.5 mm audio to RCA cable and tried switichin between both the HDMI ports but still it is not working. Any solution would be great. Thanks !!!

    Hi:
    While trying to help you, I was looking along the same lines as you were (I assume).
    I did a search by the IDT 92HD73E audio codec and all I could find were drivers for system boards with Intel processors such as the driver you tried unsuccessfully.
    I have finally found a W8.1 driver for that codec from a desktop PC with an AMD processor and chipset.
    See if this one works...
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=cp-134120-1&cc=us&dlc=en&lc=en...

  • Device lock not working when put to sleep

    I set up device lock with pw, but the only way it will work is when the screen is lock after time expiry.  It does not work if I put device to sleep within the time set.  For example, if i set "Lock Device After" to 5 mins, and I press sleep button within 5 mins, I could still wake device up by swiping without having to enter any pw.
    I think this cannot be part of the design, right?  This is a clear security loop hole or bug.  Please help.

    Hey chanhkr,
    Welcome to the BlackBerry Support Community Forums.
    Thanks for the question.
    I was not able to reproduce the issue, what version of BlackBerry 10 are you currently running?  Go into Settings>About to find this information.
    I look forward to your reply.
    Cheers.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • Maps not working when connected to local-only WiFi network

    Just FYI, while I had my iPhone connected via WiFi to the network my Time Capsule created but with the TC not connected to the internet (cable modem down), Maps (on the iPhone) refused to load any new content. Switched off WiFi, everything worked again.
    It could be that any app (not just Maps) that required internet connectivity would not work in such a situation. I'll test that tonight.

        trimandjen2
    Sorry to hear about any trouble with your picture messages! Let's get everything back up and running for you. Is mobile data still turned on when you're connected to WiFi? If so, can you try using the Google Hangouts application for your messaging instead? I'd like to test if this will allow you to receive picture messages even when on WiFi. Keep us posted!
    RuthW_VZW
    Follow us on twitter @VZWSupport

  • HT2844 My front headphone jack does not work when connecting a head phone to a new mac pro desktop computer.  The sound still comes from the speakers.  Any solutions?

    The front headphone jack on my new mac pro desktop computer does not transmit sound when connecting a headphone or ear buds.  The sound still comes from the speakers and is not redirected to the head phone.  The port has never worked.  Any solutions?

    okay, try option-clicking on the speaker icon on the top of your screen. That should bring up a list of sound output options. including headphone. You could try messing around with Audio MIDI. It may be possible that the thing is still stuck inside the headphone jack. Careful use of a toothpick may get it unstuck. I dunno, I've never had a problem with the headphone jack. If all else fails, call Apple or take 'er in for an appointment
    JB

  • PL/SQL program not working when connect database via SqlNet

    Hi,
    This is a segment of a PL/SQL program before opening a cursor using input descriptor. It is working fine ( to get the value of unOutputCount ) without connect to a database via SqlNet, can anyone tell me why it is not working ( unOutputCount return 0)while connecting to a database via SqlNet and how to make it work without opening a cursor before DESCRIBE OUTPUT ...?
    EXEC SQL ALLOCATE DESCRIPTOR GLOBAL 'input_111'
    WITH MAX 100;
    EXEC SQL ALLOCATE DESCRIPTOR GLOBAL 'output_111'
    WITH MAX 100;
    EXEC SQL PREPARE STMT1 FROM :psSqlStatement;
    EXEC SQL DECLARE CURSOR1 CURSOR FOR STMT1;
    EXEC SQL DESCRIBE INPUT STMT1
    USING DESCRIPTOR GLOBAL 'input_111';
    /* Get count of input parameters in statement */
    EXEC SQL GET DESCRIPTOR GLOBAL 'input_111' :unInputCount = COUNT;
    EXEC SQL DESCRIBE OUTPUT STMT1
    USING DESCRIPTOR GLOBAL 'output_111';
    /* Get count of output parameters in statement */
    EXEC SQL GET DESCRIPTOR GLOBAL 'output_111'
    :unOutputCount = COUNT;

    Hi,
    Welcome to Oracle OTN Forums!
    I changed your code a little. I think this help you
    CREATE OR REPLACE
    PROCEDURE xx_test
    IS
      v_pid VARCHAR2(100);
      v_cn  VARCHAR2(100);
      v_id  VARCHAR2(1000);
      v_val VARCHAR2(1000);
      CURSOR C1
      IS
        (SELECT product_id, 'PRODUCT_ID'  cn
            FROM product1 );
      BEGIN
        FOR V1 IN C1
        LOOP
          FETCH C1 INTO v_pid, v_cn;
          dbms_output.put_line('==== '||v_pid||'==== '||v_cn);
          EXECUTE IMMEDIATE
          'SELECT product_id, DECODE(COUNT (product_id),1,MAX (product_id))||'''||V_CN||''' as val
            FROM product1
           WHERE product_id =:a
           GROUP BY product_id)' INTO v_id, v_val USING v_pid;
          dbms_output.put_line('==== '||v_id||'==== '||v_val);
          EXECUTE IMMEDIATE 'UPDATE product2 SET '||v_cn||' = ' ||''''|| v_val ||''''|| ' WHERE product_id = :b' USING v_pid;
          dbms_output.put_line('++++ '||v_cn||'++++ '||v_val||'++++ '||v_pid);
        END LOOP;
      END xx_test;

  • After making a note in a non wifi environment the note disappears when connecting the Macbook Air to the internet?

    After making a note in a non wifi environment the note dissappears completely after connecting the Macbook Air to the internet again?

    What kind of server are you using to sync Notes, if not iCloud?

  • Find My Phone not working when connected to international service provider

    I recently moved from the US to Switzerland and changed my SIM card from one of Verizon's to one of Orange's (Orange is a popular provider in Switzerland). Unfortunately, the Find My Phone feature is now not working, whether I'm connected to WiFi or using data. Does anyone know if the feature only works in the States?

    Find My Phone only requires an Internet connection, either WiFi or 3G. Have you tried turning Find My Phone off, wait about 30 seconds or so, then turning it back on?
    Also, read here:
    http://support.apple.com/kb/TS4006

  • IChat AV not working when connecting wirelessly thru Netgear router

    Ok, I have read nearly EVERY forum out there about this issue, and I have tried nearly everything. I even called Apple. Noone can seem to figure out what the deal is.
    I have a Netgear WGR614 v5, and it is connected to a modem that I got from RoadRunner (Time Warner Cable).
    My cousin, who has a Mac identical to mine, is set up in the same fashion with a Netgear router.
    Neither of us can get a video connection using iChat. When we click the Accept button, it says "Connecting to ...." and then we both get an error that basically says there was a "communication error".
    I was informed of an Apple test address that I could test it with. AIM username is appleu3test03. I added it to my iChat buddy list, and clicked on the camera icon, and voila! It connected and I get an iPhone video (which is what is supposed to happen)
    So, what EXACTLY is that supposed to tell me???? The Apple test site says that means there is no problem with my connection, but that the issue is on my end somewhere....but I don't understand how that can be.
    Anyway, I don't have ANY firewalls on, and it works when I am connected directly with an Ethernet cable.
    PLEASE!!! HELP!!
    Thanks
    Cynthia

    Hi arvideo,
    OK IS the UPnP on in this device ?
    And no Port Forwarding or Services set ?
    IS it the only device connected to the internet ? (is there another router or a modem ?)
    1:18 PM Sunday; August 12, 2007

  • Mail not working when connected to a new network

    Whenever I connect to the network at work I can't send mail. I can receive mail though. I can't use my airport at work. Could this be the problem?
    Thank You
    Tamara

    Unless your employer has a wireless router and wireless network, you can't use Airport when at work.
    Assuming you have a business email account provided by your employer, you can't send mail with your business email account either when connected to your employer's network and internet access at work?

  • Nano6th-Speakers not working when connecting to Nano

    My new Ipod Nano(6th Gen) does not work with the speakers i have that i had used with my Ipod Nano (1st gen). Speakers are in working condition-Anyone know why? Does the my new nano(6thGen) require different speakers?

    2 days ago, we have added 4th node to the existing 3node RAC. Is that given any issues.
    below are the things i checked.
    $->srvctl status scan
    SCAN VIP scan1 is enabled
    SCAN VIP scan1 is running on node qysqalccoredb01
    SCAN VIP scan2 is enabled
    SCAN VIP scan2 is running on node qysqalccoredb03
    SCAN VIP scan3 is enabled
    SCAN VIP scan3 is running on node qysqalccoredb02
    $->srvctl status scan_listener
    SCAN Listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node qysqalccoredb01
    SCAN Listener LISTENER_SCAN2 is enabled
    SCAN listener LISTENER_SCAN2 is running on node qysqalccoredb03
    SCAN Listener LISTENER_SCAN3 is enabled
    SCAN listener LISTENER_SCAN3 is running on node qysqalccoredb02
    why it is not running on 4th node. Please let give some ideas.

  • MMS not working when connected to wifi

    My problem is similar to this recent post about the S5:
    MMS Problems with Samsung S5
    It started this morning (Wednesday, 6/11/14). I have sent and received MMS messages seamlessly until about 8:00 this morning. Now, if I am connected to a wifi network, but do also have data enabled, I cannot send or receive MMS messages. When sending, it just hangs and doesn't send until I disable wifi. When receiving, I get a message wanting me to click "download", but when I do, nothing happens. Turning off wifi makes both messages go through immediately.
    I understand that MMS messages do not go through wifi, but, as I said, until this morning they could go over the data network as needed even when I was connected to a wifi network. The change was sudden, and I'm not aware of anything that changed with my wifi connection or my phone, though my apps do typically auto-update, and I don't know which, if any, may have auto-updated this morning.

        trimandjen2
    Sorry to hear about any trouble with your picture messages! Let's get everything back up and running for you. Is mobile data still turned on when you're connected to WiFi? If so, can you try using the Google Hangouts application for your messaging instead? I'd like to test if this will allow you to receive picture messages even when on WiFi. Keep us posted!
    RuthW_VZW
    Follow us on twitter @VZWSupport

Maybe you are looking for