Imap and Pop not working on 2013 servers - BAD Command received in Invalid state

Hello, 
We recently moved our frontend server over to Exchange 2013. So now both internally and externally all mail traffic will flow through the new servre. After battling issue after issue I was able to get the new exchange environment working as it should. The
only problem is that IMAP and POP3 logins do not work for 2013 mailboxes. It works fine for 2010 but not 2013. Here are the results from the testconnectivity website:
The IMAP service is being tested.
There was an error testing the IMAP service
Additional Details
Secured: CN=mail.domain.com, OU=Unified Communications, O=Companhy, POBox=United States, S...
S: * OK The Microsoft Exchange IMAP4 service is ready.
C: 1 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 AUTH=PLAIN UIDPLUS CHILDREN IDLE NAMESPACE LITERAL+
1 OK CAPABILITY completed.
C: 2 LOGIN user <password>
S: 2 NO LOGIN failed.
C: 3 LIST "" *
S: 3 BAD Command received in Invalid state.
Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.MailProtocolException: 3 BAD Command received in Invalid state.
at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.ImapProtocolTester.SendCommand(String command, String logString)
at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.BaseProtocolTest.PerformTestReally()
Elapsed Time: 1829 ms.
Here are my Get-ImapSettings from the mailbox server
RunspaceId                        : 1c5069f4-520f-4f62-88d6-affd0e0796d7
ProtocolName                      : IMAP4
Name                              : 1
MaxCommandSize                    : 10240
ShowHiddenFoldersEnabled          : False
UnencryptedOrTLSBindings          : {[::]:143, 0.0.0.0:143}
SSLBindings                       : {[::]:993, 0.0.0.0:993}
InternalConnectionSettings        : {MAIL4.domain.com:993:SSL, MAIL4.domain.com:143:TLS}
ExternalConnectionSettings        : {}
X509CertificateName               : mail.domain.com
Banner                            : The Microsoft Exchange IMAP4 service is ready.
LoginType                         : SecureLogin
AuthenticatedConnectionTimeout    : 00:30:00
PreAuthenticatedConnectionTimeout : 00:01:00
MaxConnections                    : 2147483647
MaxConnectionFromSingleIP         : 2147483647
MaxConnectionsPerUser             : 16
MessageRetrievalMimeFormat        : BestBodyFormat
ProxyTargetPort                   : 143
CalendarItemRetrievalOption       : iCalendar
OwaServerUrl                      :
EnableExactRFC822Size             : False
LiveIdBasicAuthReplacement        : False
SuppressReadReceipt               : False
ProtocolLogEnabled                : True
EnforceCertificateErrors          : False
LogFileLocation                   : C:\Program Files\Microsoft\Exchange Server\V15\Logging\Imap4
LogFileRollOverSettings           : Daily
LogPerFileSizeQuota               : 0 B (0 bytes)
ExtendedProtectionPolicy          : None
EnableGSSAPIAndNTLMAuth           : True
Server                            : MAIL4
AdminDisplayName                  :
ExchangeVersion                   : 0.10 (14.0.100.0)
DistinguishedName                 : CN=1,CN=IMAP4,CN=Protocols,CN=MAIL4,CN=Servers,CN=Exchange Administrative Group
                                    (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Company,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=willowcreek,DC=org
Identity                          : MAIL4\1
Guid                              : 593e53d7-64e5-4170-b897-47b1af944a5b
ObjectCategory                    : domain.com/Configuration/Schema/ms-Exch-Protocol-Cfg-IMAP-Server
ObjectClass                       : {top, protocolCfg, protocolCfgIMAP, protocolCfgIMAPServer}
WhenChanged                       : 2/4/2015 8:45:39 AM
WhenCreated                       : 1/22/2015 1:48:43 PM
WhenChangedUTC                    : 2/4/2015 2:45:39 PM
WhenCreatedUTC                    : 1/22/2015 7:48:43 PM
OrganizationId                    :
OriginatingServer                 : NS6.domain.com
IsValid                           : True
ObjectState                       : Unchanged
The IMAP service is being tested.
There was an error testing the IMAP service
Additional Details
Secured: CN=mail.willowcreek.org, OU=Unified Communications, O=Willow Creek Community Church, POBox=United States, STREET=67 E Algonquin Road, L=South Barrington, S=IL, PostalCode=60010, C=US
S: * OK The Microsoft Exchange IMAP4 service is ready.
C: 1 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 AUTH=PLAIN UIDPLUS CHILDREN IDLE NAMESPACE LITERAL+
1 OK CAPABILITY completed.
C: 2 LOGIN ssimpson <password>
S: 2 NO LOGIN failed.
C: 3 LIST "" *
S: 3 BAD Command received in Invalid state.
Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.MailProtocolException: 3 BAD Command received in Invalid state.
at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.ImapProtocolTester.SendCommand(String command, String logString)
at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.BaseProtocolTest.PerformTestReally()
Elapsed Time: 1829 ms.
The IMAP service is being tested.
There was an error testing the IMAP service
Additional Details
Secured: CN=mail.willowcreek.org, OU=Unified Communications, O=Willow Creek Community Church, POBox=United States, STREET=67 E Algonquin Road, L=South Barrington, S=IL, PostalCode=60010, C=US
S: * OK The Microsoft Exchange IMAP4 service is ready.
C: 1 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 AUTH=PLAIN UIDPLUS CHILDREN IDLE NAMESPACE LITERAL+
1 OK CAPABILITY completed.
C: 2 LOGIN ssimpson <password>
S: 2 NO LOGIN failed.
C: 3 LIST "" *
S: 3 BAD Command received in Invalid state.
Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.MailProtocolException: 3 BAD Command received in Invalid state.
at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.ImapProtocolTester.SendCommand(String command, String logString)
at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.BaseProtocolTest.PerformTestReally()
Elapsed Time: 1829 ms.

When you do the telnet test make sure you enter in the command like below verbatim. Right before you type login you need to add some preceding character in my case the > sign.
* OK The Microsoft Exchange IMAP4 service is ready.
> login jchong password (make sure you type a preceding character first like the > sign)
> OK LOGIN completed.
James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com

Similar Messages

  • Imap and POP not working together properly

    hi guys,
    i was trying to search through past threads for this answer but to no avail. anyways, i had and imap and pop(gmail) account through apple mail. only recently, something just happened and every setting on all my apps and my doc and desktop were set to default. this means all the accounts that i had setup through mail also got erased. i reset everything but here are the problems i encounter:
    a/ when i write a message with my gmail account, it does not send a copy to the sent folder. the imap account does. i checked the pref and the check marks are present where they need to be.
    b/ when i send mail to the trash, any trash from the gmail is sent to a gmail subfolder under the trash icon...but i can't access this trash through my main trash icon.
    c/ the other subfolder for my trash icon is one names "on my mac". how can i create a subfolder that only intakes stuff from my imap account. that way, the main trash icon accesses all trash and the the subfolders access their respective trash, depending on the help.
    i realize its alot but if anyone can help me on any of these, it would be most appreciated.
    thanks in advance
    arsh
    Macbook Pro   Mac OS X (10.4.9)   It's my baby...

    Hi arsh.
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what’s it all about?
    Report the names of the files and folders present at the first level of the ~/Library/Mail/ folder in the Finder.
    In order to post the exact file names and avoid typing mistakes, proceed as follows. In the Finder, go to ~/Library/Mail/. With that folder open, if you’re looking at it in View > as List mode, first collapse any expanded folders so that the Finder only shows the files and folders at the first level of ~/Library/Mail/. Now, do Edit > Select All (⌘A), then Edit > Copy (⌘C), and paste it in your reply to this post.
    Before actually posting that information, edit it so that the file/folder names do not reveal any details you should keep private, e.g. replace any real username with “username” to hide your real email address. Try to be consistent in how you disguise those details, though, as we may need to refer to them in subsequent posts.
    Locate within ~/Library/Mail/ the account folder affected by the problem — its name begins with the account type (POP, IMAP, Mac), followed by the account username and the incoming mail server. Repeat the procedure to let me see the names of the files and folders it contains.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. That is, ~/Library is the Library folder within the user’s home folder, i.e. /Users/username/Library.
    <hr>
    I don’t understand your third question, but each mail account has its own Trash and there is also an On My Mac Trash where deleted messages are moved if they were previously stored in a custom “On My Mac” mailbox or in a locally stored mailbox associated with an IMAP account (i.e. a mailbox for which Store messages on the server has been turned OFF in Preferences > Accounts > Mailbox Behaviors).

  • Mail program not working....IMAP and POP not working, Exchange does

    Suddenly my Apple e-mail program, mail, does not send or receive mail. The IMAP account (iCloud) and the POP account (earthlink) do not connect. My Exchange account does. I can get to the e-mails by going directly to the provider using Safari.  As far as I know, I have changed nothing.

    Verify your EarthLink settings:
    Earthlink Settings
    http://support.earthlink.net/email/email-server-settings.php
    I would retire the EarthLink account and use iCloud instead. You mentioned using Open DNS. Use Namebench to see what comes up as best options for your location. You can have more than one. It defaults to the top setting, but if it fails to connect, it trys other options listed.
    Test your network connection.
    Download and run:  Namebench (free) http://code.google.com/p/namebench/
    Once you have the fastest domain name servers, you then have to manually change your DNS settings in System Preferences/Network/
    Select different browsers under the popup. I got varying results when using different browsers. Surprisingly, Firefox suggest Google Public DNS as primary, but Chrome and Safari gave me same settings.
    System Preferences > Network > Select you internet service (be it Airport, Ethernet etc) then click advanced tab > Select  DNS and enter the settings

  • I buy a new compaq presario cq57 408tu but its bluetooth and wifi not working even installing driver

    i buy a new compaq presario cq57 408tu laptop , but its bluetooth and wifi not working even installing all driver

    Hey there. You didnt state what operating system you are using but I was able to find two articles that should help resolve your issue. 
    Troubleshooting Your Wireless Network and Internet Connection (Windows 7)
    Fixing Bluetooth Issues
    These articles will go through all the basic troubleshooting steps. Let me know if this helps resolve the issue at all.
    Thanks!
    Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Impossible to delete POP accounts from iCloud keychain and SMTP not working

    Hello,
    After an aborted Mavericks clean install, I reverted to Mountain Lion via Time Machine and started experimenting with iCloud Keychain on Mavericks using trashable Virtual Machines.
    I am hitting two serious problems with email accounts :
    1. I turned on iCloud keychain ONLY on my Mavericks test installs (not on my iOS device)
    2. First time I turned it on and used my usual AppleID, the test install retrieved all my email accounts (I have many of all types)
    3. I could not make password SMTPS work on any IMAP accounts, so I decided to delete ALL email accounts from my iCloud Keychain
    4. When you ask to delete an email account, it asks if you want to delete it from ALL your accounts, whoch is what I did (make a clean slate)
    5. Of all the accounts I have, I have two old disabled POP3 accounts. I deleted them as every other one (including FB, Twitter, LinkedIN, Exchange, ...)
    Every time I set up a new test install with iCloud keychain enabled, these two POP accounts continue to show up on the list.
    Every time I delete them again from ALL keychains they disappear, but anytime I launch Mail they come back, and if I delete them again, and then I add a new email account they come back.
    No way to delete them from ALL keychains
    And BTW user/password SMTP on SSL for IMAP accounts does not work for me. It fails all the times on my postfix server.
    So, my issues are :
    - iCloud keychains seems unstable with email accounts (probably with POP accounts only)
    - SMTP over SSL with user/password doesn't seem to work
    Anybody hit the issue ? For me is a severe showstopper for Mavericks and iCloud keychains
    Best
    Luca

    Restore it as new.  Why wouldn't you do that when purchasing a used device from another individual?

  • Why does my phone keep popping up messages "This cable or accessory is not certified and may not work reliably with this iphone" when there is no cable connected?

    Why does my phone keep popping up messages "This cable or accessory is not certified and may not work reliably with this iphone" when there is no cable connected? This has been happening since IOS7 was installed and has become worse with 7.1. I have reset the phone several times with no change.The phone charges properly & I have never used anything but an Apple Lightning cable.

    I already cleaned the port with compressed air before submitting the problem. I since cleaned it with a toothpick and dug out some more lint. this seems to have just about fixed the problem since I have only had the error pop up 3 times since then and i was getting the error constantly before.

  • Oracle EPM Planning 11.1.2.1 - Ziplogs utility not working on all servers

    Oracle EPM Planning 11.1.2.1 - Ziplogs utility not working on all servers
    We have Planning 11.1.2.1 distributed so that Planning web app, EAS etc. are on own webservers and Essbase is on separate cluster.
    Currently we have an issue with ziplogs utility - it seems to work on Essbase servers gathering all necessary ODL logs for over 100MBs, but on Planning Webservers ziplogs utility seems to start, but generates only empty 1kb zip file without any content.
    We haven't touched logging otherwise, everything should be pretty much in original state.
    Unfortunately I can't remember now exactly, but I have a a hunch that ziplogs utility worked prior patching Planning element on webservers to 11.1.2.1.600.
    Other servers or elements haven't been patched (although Oracle recommends also FS, EB etc. to be patched to 11.1.2.1.600). I'm wondering, could this be the reason as in a way FS and EB are on same patching level whereas Planning is not?
    Also, there seems to be a bit of limited diskspace on webservers (still waiting for extension), but I would imagine lack of diskspace for preparing any temp files etc. would results in some errors, the problem is that ziplogs doesn't give any errors, just runs very short time and then ends bringing 1kb empty file.
    Has anyone experienced anything similar and are you perhaps able to give quick guidance how to enhance or modify ziplogs batch file etc. to make it create a bit of logging of its own actions?
    Thanks in advance if anyone has ideas what could be the root cause for this or faced something similar.

    Okay, I was able to get it installed and Common Components installed correctly this time. I still can't access workspace though.
    Is there something I need to do before I can browse to http://localhost:19000/workspace/index.jsp?
    All I get is the following error:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Anyone know what's going on?

  • Edit In Photoshop from lighroom suddenly stopped working. I have tried uninstalling and reinstalling both and still not working.

    Edit In Photoshop from lighroom suddenly stopped working. I have tried uninstalling and reinstalling both and still not working.

    What error message are you getting? If none then in Lightroom Preferences> General> check "reset all warning dialogs"
    Try again and see what message pops up.

  • I dropped my iphone 5S in water and its not working.  Any suggestions?

    I dropped my iphone 5S in water and its not working.  Any suggestions?

    If your iPod Touch, iPhone, or iPad is Broken
    Apple does not fix iDevices. Instead, they exchange yours for a refurbished or new replacement depending upon the age of your device and refurbished inventories. On rare occasions when there are no longer refurbished units for your older model, they may replace it with the next newer model.
    ATTN: Beginning July 2013 Apple Stores are now equipped to do screen repairs/replacements in-house on iPhone 5 and 5C. In some cases while you wait. According to Apple this is the beginning of equipping Apple Stores with the resources needed to do most repairs for iPhones, iPads, and iPod Touches that would not require major replacements. Later in the year the services may be extended as Apple Stores become equipped and staffed with the proper repair expertise. So, if you need a screen repaired or a broken screen replaced or have your stuck Home button fixed, call your local Apple Store to see if they are now doing these in-house.
    You may take your device to an Apple retailer for help or you may call Customer Service and arrange to send your device to Apple:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes international calling numbers.
    You will find respective repair costs in the appropriate link:
    iPod Service Support and Costs
    iPhone Service Support and Costs
    iPad Service Support and Costs
    There are third-party firms that do repairs on iDevices, and there are places where you can order parts to DIY if you feel up to the task:
    1. iResq or Google for others.
    2. Buy and replace screen yourself: iFixit

  • IPHONE 6 This cable or accessory is not certified and may not work reliably

    I have the IPhone 6.  Bought it last Saturday,Just updated it to the newest 8.0.2 software Friday Sept 26th. No Problems until today, Monday Sept. 29th when Im getting this error .
    It started this afternoon and, no i did not and do not have it plugged in. It was charged this morning and was at 57% battery this afternoon when the problem started.
    Now I get this messege that keeps poping up over and over "This cable or accessory is not certified and may not work reliably with this iphone"
    It keeps popping up and i dont have ANYTHING plugged into it.
    I called Verizon because thats who i bought it from who put me thru second line for help.
    After a bunch of BS and telling me that they have had problems with chargers because of the amplified voltage and wrong plug being sent out  which sounds like bull to me because he said the new iphones have a different head on the plug, not the phone side but the end that has the usb connection and goes to the ac outlet, which dont make a lot of sense when you can also plug them into a usb port. I looked at different iphone plugs from the 4s, the 5 and the 6,and they all show the same input and output voltages and amps. Basically nothing that has to do with my problem i am having
    Anyway at this point now they are saying something may have happened with the new software when i  download it last friday.
    So now they had me backup my phone to itunes, and restore the iphone from itunes.
    When you do this, itunes will automatically download the new version software, which seems to be taking a long time to download.
    I will try to post results later to see if this works......

    I am having the exact same problem you are, straight out of the box.  Got an iphone6+ this morning and five minutes after I turned it on, it started coming up with the same error as you.
    The phone was on ios 8 (not 8.02).  I did the upgrade to 8.02 but it still comes up.  I'd be very surprised if this is a software problem. I didn't even get to charge it or plug anything in !! Started doing it straight away.
    The error comes up even when I have NOTHING plugged it to the phone.
    I am very annoyed!!!
    If possible could you please let us know what the Apple Tech people say.
    thx
    David

  • Keyboard and touchpad not working after Windows 10 update

    after udating windows 10 on my probook 4440s keyboard and touchpad not working. if i press a key for 10seconds the key then shows up in the screen. and touchpad is worst. it freezes all the time barely moves. but with usb mouse it works fine 

    It's known that installing Windows from an external DVD drive on a Mid 2013 MacBook Air causes that the keyboard doesn't work after finishing the installation. The fix is to install Windows by using a USB drive. See > http://support.apple.com/kb/TS4599

  • [SOLVED] Xorg and keyboard not working after upgrade.

    Hi guys,
    after a `# pacman -Syyu` I got Xorg not starting and keyboard not working: I am unable to do anything.
    I'm posting here pacman's log that I got by booting an Ubuntu Live CD: https://gist.github.com/anonymous/7517806
    Any hint?
    How do you recover a system once it's gone like this? Many thanks in advance.
    J
    Last edited by ifsixwasnine (2013-12-23 13:58:16)

    WonderWoofy wrote:
    I wouldn't necessarily call this [SOLVED].  At best I would probably mention that you found a workaround.  The addition of '(downgrade)' likely makes it fine, but just FYI for future threads.  There are two reasons for this.  One, others who find this thread are likely to dig into it thinking there is a real solution, and two, if you mark it as [Solved] it might generate less attention, lessening the chances of you actually being helped to a real solution.
    Just my 1.46¢
    You're right, problem wasn't actually solved. In fact, yesterday I upgraded the whole system again and the same problem showed up, but I got it fixed.
    Same scenario: after a boot (shorter than usual), what I had was a tty, but I noticed something that I hadn't noticed the last time: the prompt said "Arch Linux 3.11.[?]".
    The kernel version was supposed to be 3.12.[?] so I started investigating and after several attempts, this is how I got the system working again:
    1. Chrooted into the system
    2. Wiped /boot
    3. Re-installed grub
    4. Re-installed linux kernel
    5. Re-created grub.cfg
    6. ???
    7. Profit
    I'm pretty sure that what originated the problem wasn't a "kernel issue" as I pointed out in my previous post, but it was an incorrect installation of grub: in fact, the grub prompt never showed up before yesterday, the system used to boot straight, ignoring the 5 seconds timeout.

  • HT201412 My ipad has a software problem and does not work, request that it is loaded the software and there is no way that the operating system loads, is not restored. WHAT SHOULD I DO?

    My ipad has a software problem and does not work, request that it is loaded the software and there is no way that the operating system loads, is not restored. WHAT SHOULD I DO?

    This is an iPad user to user forum, so you are not addressing Apple. Depending on how many user helpers are on-line, it may take several hours, or longer, to get a response.
    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased.
    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Home button not working or unresponsive, fix
    http://appletoolbox.com/2013/04/home-button-not-working-or-unresponsive-fix/
    Fixing an iPad Home Button
    http://tinyurl.com/om6rd6u
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • Wireless network and bluetooth not working on touchsmart 600

    This has not worked since day 1 and I have been using wired internet.
    I really need to setup a home network and need to use wireless.
    Research on the net has led me to belive I should have HP WIRELESS ASSISTANT on my machine... is that correct?
    Everytime I try to download it is seem to be for a notepad... mine is a touchsmart desktop...
    Please advise  

    Hi coffee12345,
    Welcome to the HP Forums!
    I have read your post on your wireless keyboard and mouse not working with your desktop, and I would be happy to help you! To begin, I need to ask you a few introductory questions:
    What is the Product and Model Number of your desktop?
    What version of Windows are you using?
    Is this a recent issue, or has it been like this since day one?
    Are you using a USB hub to connect your peripherals or is it directly plugged into the computer?
    Please re-post with the necessary information, and I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • My Ipod touch 4th generation is not working, its frozen, ive tried everything and its not working, its just frozen on an app and i really really need HELP!!!

    My Ipod is frozen!!! Its a 4th generation and its frozen on an app, Ive tried everything like holding down the lock screen and stuff and its not showing the red thing to slid to shut it down....This is my only thing to use to contact my friends and its not working, i dont have a phone and i cant get one, so this is the onlything i have.....PLEASE HELP!!!

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

Maybe you are looking for

  • Office Web Apps Server 2013 - Word Web App - Problem with Tab space

    Hello We have Office Web Apps Server 2013 running with SharePoint 2013.  Users Editing a Word document with Office Web Apps, can't use "Tabs", any Word document with Tabs; the tabs are replaced with a single space. Has anyone noticed this?  Is this a

  • Will Apple kill apps allowing unauthorized access to address book?

    There are many stories discussing how easy it is for apps to access and copy address book contents without ANY prior authorization. One such story: http://www.zdnet.com/blog/igeneration/ios-apps-massive-invasion-of-user-privacy/ 15138 So, what is App

  • Copy parallel currency depreciation area

    Hi Gurus, We are migrating to New GL. As a part of this, I am creating 4 new depreciation areas (one for LC1 in non-leading ledger - 61, One for LC2 (GC) in non-leading ledger - 71 and the other two for delta between 01 - 61, and 31-71). I have marke

  • Nedd to rstore iPod? Get all of your old songs from your iPod onto your cpu

    If you need to restore your iPod and all of your songs are on numerous computers goto My Computer right click the (E:) drive, then goto Open Portable Media Device. After that you should see an old looking icon, open that up and goto iPod_Control. Onc

  • Problems with firefox in xfce

    I'm not sure if this is a firefox or xfce's fault, but when I try to open a file or a folder (open containing folder) from the download manager in firefox it does nothing. Any clue?