Avoid iPhone Locking when Ipod is playing

Hi,
I have an iPhone 4 all up to date etc.
Is there a way (feature/setting or app) that will stop the iphone from locking when playing music from the ipod?
Reason I ask is I use my iphone for playing music in the car on a daily basis using an AUX input to my standard car stereo (purchased an adapter), and its a bit annoying if not slightly dangerous (I think) having to slide to unlock my phone everytime I want to change the track, let alone the fact I've had to put a simple code on the phone also to stop friends getting on my facebook?!
There was an app on my previous Nokia phone called 'Mr lock' which mean't i could put lock exceptions on the phone. ie. not lock in any way if the music player was running.
Basically what I'm asking is does the iPhone 4 have anything that can replicate this funcionality (without the jailbreak rubbish as I'm on contract and personally against destroying my nice shiny new phone)?
Any help would be much appreciated.
Regards,
Gary

wjosten wrote:
Settings>General>Auto-Lock>Never. Unless you have a power source, you'll be measuring your battery life in minutes.
Won't work if you have an exchange email connection that has a rule on using a pin and autolock mandatory. I have this and cannot set it to never because of the Exchange rules set by my email provider.

Similar Messages

  • How to avoid shared locks when validating foreign keys?

    I have a table with a FK and I want to update a row in that table without being blocked by another transaction which is updating the parent row at the same time. Here is an example:
    CREATE TABLE dbo.ParentTable
    PARENT_ID int NOT NULL,
    VALUE varchar(128) NULL,
    CONSTRAINT PK_ParentTable PRIMARY KEY (PARENT_ID)
    GO
    CREATE TABLE dbo.ChildTable
    CHILD_ID int NOT NULL,
    PARENT_ID INT NULL,
    VALUE varchar(128) NULL,
    CONSTRAINT PK_ChildTable PRIMARY KEY (CHILD_ID),
    CONSTRAINT FK_ChildTable__ParentTable FOREIGN KEY (PARENT_ID)
    REFERENCES dbo.ParentTable (PARENT_ID)
    GO
    INSERT INTO ParentTable(PARENT_ID, VALUE)
    VALUES (1, 'Some value');
    INSERT INTO ChildTable(CHILD_ID, PARENT_ID, VALUE)
    VALUES (1, 1, 'Some value');
    GO
    Now I have 2 transactions running at the same time:
    The first transaction:
    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;BEGIN TRAN
    UPDATE ParentTable
    SET VALUE = 'Test'
    WHERE PARENT_ID = 1;
    The second transaction:
    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;BEGIN TRAN
    UPDATE ChildTable
    SET VALUE = 'Test',
    PARENT_ID = 1
    WHERE CHILD_ID = 1;
    If 'UPDATE ParentTable' statement runs a bit earlier, then 'UPDATE ChildTable' statement is blocked untill the first transaction is committed or rollbacked. It happens because SQL Server acquires shared locks when validating foreign keys, even
    if the transaction is using read uncommitted, read committed snapshot (read committed using row versioning) or snapshot isolation level. I cannot see why change in the ParentTable.VALUE should prevent me from updating ChildTable. Please note that ParentTable.PARENT_ID
    is not changed by the first transaction, which means that from FK's point of view whatevere is set to the ParentTable.VALUE is never a problem for referential integrity. So, such blocking behavior seems to me not logical. Furthermore, it contradicts to the
    MSDN:
    Transactions running at the READ UNCOMMITTED level do not issue shared locks to prevent other transactions from modifying data read by the current transaction. READ UNCOMMITTED transactions are also not blocked by exclusive locks that would prevent the
    current transaction from reading rows that have been modified but not committed by other transactions. 
    Does anybody know how to workaround the issue? In other words, are there any tricks to avoid shared locks when validating foreign keys? (Disabling FK is not an option.) Thank you.
    Alexey

    If you change the primary key of the parent table to be nonclustered, there is no blocking.
    Indeed, when I update ParentTable.VALUE, then:
    in case of PK_ParentTable is clustered, a particular row in the clustered index is locked (request_mode:X, resource_type: KEY)
    in case of PK_ParentTable is non-clustered, a particular physical row in the heap is locked (request_mode:X, resource_type: RID).
    and when I update ChildTable.PARENT_ID, then:
    in case of PK_ParentTable is clustered, this index is used to verify referential integrity:
    in case of PK_ParentTable is non-clustered, again this index is used to verify referential integrity, but this time it is not locked:
    It is important to note that in both cases SQL Server acquires shared locks when validating foreign keys. The principal difference is that in case of clustered PK_ParentTable the request is blocked, while for non-clustered index it is granted.
    Thank you, Erland for the idea and explanations.
    The only thing that upsets me is that this solution cannot be applied, because I don't want to convert PK_ParentTable from clustered to non-clustered just to avoid blocking issues. It is a pity that SQL Server is not smart enough to realize that:
    ParentTable.PARENT_ID is not changed and, as a result, should not be locked
    ChildTable.PARENT_ID is not actually changed either (old value in my example is 1 and the new value is also 1) and, as a result, there is no need at all for validating the foreign key.
    In fact, the problem I described is just a tip of the iceberg. The real challenge is that I have deadlocks because of the FK validation. In reality, the first transaction has an additional statement which updates ChildTable:
    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
    BEGIN TRAN
    UPDATE ParentTable
    SET VALUE = 'Test'
    WHERE PARENT_ID = 1;
    UPDATE ChildTable
    SET VALUE = 'Test'
    WHERE PARENT_ID = 1;
    The result is famous message:
    Msg 1205, Level 13, State 51, Line xx
    Transaction (Process ID xx) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    I know that if I change the order of the two statements, it will solve the deadlock issue. But let's imagine I cannot do it. What are the other options?
    Alexey

  • How to show a photo as a backgroud picture when iPod is playing a song?

    I am new to iPod nano. I sucessfully uploaded a photo and 4 songs into iPod nano. Now I want to make the photo as a backgroud picture when iPod is playing the song. I clicked Photos > Slidshow Settings > Music > Now Playing, then I played a song, it doesn't show the picture when the song is playing. Could anyone tell me how to set up please? Thank you.
    iPod nano 1GB + Windows XP

    I am sorry to dissapoint you, but you can not do that. That menu is for when you are viewing your photos and click the centre button, which activates the slideshow which shuffles through the photos. That option is selecting the playlist that plays when you are in a slideshow.

  • HT4623 Does anyone have an issue with your iPhone 5 when trying to play music? Mine won't, on the screen you see the player run through songs very quickly but never playing.... Help!

    Does anyone have an issue with your iPhone 5 when trying to play music? Mine won't, on the screen you see the player run through songs very quickly but never playing.... Help!

    Try this > Start a song, tap the screen, under the left side of the scrubberbar that appears, tap the icon to stop shuffle.

  • Can't listen to any music on my iPhone 5, when I press play it just skips to the next song, does that for a few seconds, then goes back to artist/album/song list. HELP!!

    I just updated my iTunes on my laptop to the newest version. I connected my iPhone five to the laptop, and it asked me something about a restore. I wasn't thinking, confused "restore" with "sync" and I just hit yes.... I know, dumb. Anyways, I logged into iTunes on my laptop, downloaded all my purchased songs through the cloud, did a backup, then disconnected it. When I used my phone again, everything was different. All my backgrounds had changed, my apps were rearranged, I had old apps on my phone that I had previously deleted, etc., all signs pointing to me restoring my phone to a previous version.. None of that bothered me, I knew how to deal with it and just changed everything back to the way I had it before the restore, and everything was fine.
    Until I went to listen to some music on my iPod. I made my album choice, selected a song, and instead if it playing, it was silence. I looked at my phone and it was skipping through the songs without ever playing a single sound. That bar that shows how far through the song you are? It never moved from zero, but my songs were skipping and skipping and skipping, almost like I was hitting the "skip track" button, only faster.
    Should I re-restore my phone? Would that possibly fix it? I've checked, and my iOS and my iTunes and iPod version are all up to date.
    PLEASE HELP ME!! I can't find this topic anywhere in support, and I NEEEEEED my music.

    Hello avenmaven,
    Thank you for all the information you provided, and congratulations on your new laptop! 
    I do not think this has to do with setting up iCloud on your new computer.  You might not have the option to manually manage music checked on your devices.  This box would need to be checked if you are dragging content over to your iPhone or trying to delete by pressing the delete key:
    You can find more information at the full article:
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/ht1535
    I hope this gets you back on track! Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • IPhone Locking when updating

    i was given a first generation iPhone by my aunt in America. i live in New Zealand and my aunt said that she was told that i could use my phone in New Zealand with an NZ sim card. it worked for the first few hours but when i tried to update it it locked its self, and i could only make emergency calls... i managed to take it into a cell phone store and they fixed the problem, but did not tell me that i could not update it, so the next week i tried again... with the same result. again, i got it fixed...
    i just want to see if there was any way to get my phone updated without it locking... so if any one has any insight, please tell me... im still using version 1.1.4!!! it is so annoying!!!

    i'm really confused..
    i buy my iphone in Indonesia. and the seller says that it was the factory unlock so it's safe for me to use the iphone with different kind of sim card. and it's works.. i can use it with my old sim card. but apparently the problems come when i want to update my iphone. and the first time i updated my iphone suddenly my iphone unlocked and i cannot do anything except emergency calls. after i bring it to the seller, he said that the problem is with the update thing because he said that the update isn't perfect enough to be downloaded. so after i found out that there is newest update so i try again but the same problem come to me. now my iphone locked again. i really confused while the seller said that it's factory unlocked and it's safe to change with any sim card but from other post i read that it's because the iphone hasn't unlocked yet.
    help me to find out..
    it's killing me that i'm still using the old version.and even i cannot put my facebook on my iphone. it' sad really sad.

  • IPhone Locks when updating software

    I was prompted to download a newer version of the software for my iPhone. I got an error message in itunes when downloading the software and my iPhone is currently locked up as a result of this error. The iPhone will not stay on and the only way I can get it to turn on is to reset it. When I reset it, it stays on for a couple of seconds and only displays the graphic for the connection and the iTunes image...nothing works.

    Sounds like a hardware issue. I would contact Apple and get it serviced.
    1-800-MY-IPHONE
    Dave M.
    MacOSG Founder/Ambassador  An Apple User Group  iTunes: MacOSG Podcast
    Creator of 'Mac611 - Mobile Mac Support' (designed exclusively for an iPhone/iPod touch)

  • Can I Disable Password Lock When iPod is Docked in Digital Alarm Clock?

    Hi. I bought a Jensen Docking Digital Clock Radio for iPod and set it up today. When I dock it on the Jensen and set the alarm to turn on and play a song, the password makes the alarm just buzz. I cannot find a way to keep the iPod unlocked -- is there a way to do so? I tried removing the password and cannot using Settings. Thanks in advance.

    Hi Matt,
    I understand your concern, although I wasn’t able to find a way to disable or change these embedded Windows messages.
    With Account Lockout policy enabled, the risk that accounts being hacked has been reduced a lot. In addition, we can monitor security logs to determine whether hacking behaviors exist or not.
    More information for you:
    Audit Policy Recommendations
    http://technet.microsoft.com/en-us/library/dn487457.aspx
    Configuring Audit Policies
    http://technet.microsoft.com/en-us/library/dd277403.aspx
    Best Regards,
    Amy

  • Hello. My iPhone 4s when recieving message plays the tone more than once. How to stop that?

    It plays the tone more than once and it's not playing the tone fully. It plays like it is "stuck". Like CDs play when they are scratched. How can I stop that?

    Pause and off are the same thing.   This is how you stop the music.
    iPhone User Guide (For iOS 5.0 Software)

  • Can I use my old iphone as an ipod to play music in my car?

    I have a new phone, the 5c, but I have a lot of iTunes on my old phone.  Can I use my old iPhone 4!in my car as an ipod to listen to music without having to use my new phone and it's data? 

    Using an iPhone without a wireless service plan - Support

  • Is the iphone locked when you get it at apple store?

    My friend's iPhone 4 broke and at the apple store (UK) they gave her a new one to replace the broken one. She is now in Finland and the iPhone appears to be locked.
    The broken iPhone was bought in Finland and was not locked. This one is. Does apple only give/sell locked iPhones in the UK?

    You should have gotten a like-for-like replacement. If the original phone was officially unlocked, the replacement phone should be as well. Call the store or AppleCare to fix.

  • Keep iPhone locked when lost/stolen?

    I know I can set an auto lock with 4 digit code. I wonder what good will that do if someone has the phone (lost/stolen). Can't they plug it into iTunes and do a "restore"? Or somehow crack the code and steal all my info.
    Is there a way to lock the firmware so it can't be boot/restored without a PW? Just like my MacBook.
    I want to know a good way to make it unusable/unsell-able to anyone. Thanks!
    Message was edited by: Dj_AmTraX

    Someone would need to get lucky with guessing your 4 digit passcode so a good idea to not use something like 0000 or 1111 for your passcode.
    Someone can connect a iPhone to iTunes that is not their iPhone and restore the iPhone as a new iPhone, but they won't be able to access any of your data unless they get lucky in guessing your passcode or spend a great deal of time going through every possible combination.
    The only thing you can do is use a passcode and if your iPhone is lost or stolen, call AT&T immediately to report it. If you know your iPhone was stolen, you should also report this to the police.

  • I have an Iphone 4s, when I press play on my music, it won't play. any advice?

    The music player doesn't appear to work.  It allows me to press the play button but it doesn't actually play the tune. 

    Make an appointment at your nearest Genius Bar for an hardware evaulation.

  • TS1363 I want to use an old 3 GS iPhone that is no longer in service as a phone now as just an iPod to play music. When I connect the phone to the computer with iTunes running, iTunes says it can't connect to the device because it didn't get a valid respo

    I want to use an old 3 GS iPhone that is no longer in service as a phone now as just an iPod to play music. When I connect the phone to the computer with iTunes running, iTunes says it can't connect to the device because it didn't get a valid response from the device. How can I get the system to recognize the phone, and let me rename it as my iPod, instead of my phone?
    As an aside, the current installed operating system on this old iPhone is 4.2.1, but that wasn't one of the selectable options in the operating system list dropdown below. Don't know if that makes any difference.

    Hi maddogdne,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    Using an iPhone without a wireless service plan
    http://support.apple.com/kb/ht3406
    Cheers,
    - Judy

  • When my iphone4 is under the locked mode, ipod can only play two songs at most, and then the system collapses

    When my iphone4 is under the locked mode, ipod can only play two songs at most, and then the system collapses, the screen is black and responds to no commends,  not until I restart the machine. but the ipod function can work well under the normal mode, is it any hardware problem? thank Q!!

    Do you mean crashes?
    Try doing a full reset. otherwise it sounds like you might want to walk it into the nearest Apple Store and get an opinion there.
    Good luck in any case.

Maybe you are looking for

  • SAP WM-Fixed bin replenishment

    Hi While run replenishmnet for the fixed bin through LP21 ,system is generating individual Transfer orders for each Storage Bins.How to generate to single Transfer Order for all the bins selected in LP21. Most urgent pls help Regards alagukumaran

  • Doubt in sub-query

    I have a doubt with the use of sub-queries. I am using a query like as below & it is giving me expected result:- SELECT ISS.item_type_id,count(1) + (select sum(invoiced_qty) from ppbs_invoice_detail where trunc(created_date) between '01-jul-05' and '

  • Relink 100 of files at once?

    Is there anyway to relink a directory and actaully let Premier search for my footage? Right now I am manually puting my cut together of hunderds of files. if this doesnt exsist can we get this in a future update of cs5 as it is really odd this has no

  • Where are my designs stored when using Adobe CC and can i access them if i cancel ?

    where are my designs stored when using Adobe CC and can i access them if i cancel ?

  • HP PAVILLION 17-e183nr: green screen with no picture and only plays audion on videos on all sites

    when trying to play videos on facebook, youtube or any other place all I get is a green screen with sound. This is the 4th time this has happened. HP fixed the problem for short time online. need major help. This question was solved. View Solution.