HT3529 why can't I get iMessage to work on iPad1?

I can't get iMessage to work on iPad1

Close the Messages app, then turn it off in the settings, reboot your iPad and after it starts up, turn Messages on again and see if it works.
To close messages completely - Tap the home button once. Then tap the home button twice and the recents tray will appear at the bottom of the screen. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the rhe messages icon. Tap the home button twice.
Reboot 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 if it appears on the screen - let go of the buttons. Let the iPad start up.

Similar Messages

  • Why can't I get imessages on my iphone4 from iphones with ios8?

    Why can't I get imessages on my iphone4 from iphones with ios8?

    Send messages with your iPhone, iPad, or iPod touch - Apple Support
    iOS: Troubleshooting Messages - Apple Support

  • Why can't i get it to work on any of my MAC products?

    why can't i get it to work on any of my MAC products?

    If you mean that your iPad is not appearing in iTunes then have you got the latest version of iTunes (it needs version 10.2 +) and is your OS X version 10.5.8 + ? There is further troubelshooting help here http://support.apple.com/kb/TS1591

  • Why can't I get Siri to work on my iPad !

    Why can't I get Siri to work on my iPad ! Does it not come with $ 450 model I have ?

    Sorry but when they made siri it was with iPad 3 you see I have an ipad 2 aswell and I thought that siri wasn't working then I too king it back to Argos and they told me that siri isn't supported on the iPad 2 only ipad 3 and newer

  • A Playlist idiot. Why can't I get this to work?

    In iTunes I have music Playlists set to shuffle (blue double arrow button) and audio books Playlist set no shuffle. I have been unable to get my iPod to follow these settings. A suggested work around is to use the iPod Settings to set the shuffle function to "songs" when playing music and then switching to “off’ for audio books. There has to be a better way. How do I set the Playlists on my iPod to function the same as it does on iTunes?

    LeftyLucy,
    Using your process are you able to set your iPod to shuffle then listen to the audio book without it shuffling the chapters? I have tried your suggestion with the iPod setting set to shuffle and the chapters shuffled. This is the issue from my original post. I want to listen to music with the shuffle function and listen to audio books (no shuffle) without having to change the settings every time I switch.
    Keep in mind that is not a purchased audio nor a imported book.
    Using a tip from the following post:
    Tom Graves, "A Playlist idiot. Why can't I get this to work?" #11, 05:26pm Sep 28, 2005 CDT
    I have attempted to make the audio book file into an authenticate file but that did not help.

  • Why can't I get actions to work? BAFFLED

    Hi, I'm a graphic designer, really not up to speed in the web world. I made myself an idiosyncratic little website using edge animate, learning from the built it lessons (I would appreciate any feedback concerning as I'm stumbling around here, if anyone can be bothered )
    I wanted to add an email link to the end of it, also, some kind of 'skip to the end' feature that appears from the beginning, and eventually a link to a portfolio site. But I can't get ANY actions to work.
    However, when I make a new file, I can do all these things. I can draw a rectangle, and make it clickable so that it jumps to the end, or opens an external site. It does this as expected, when I 'preview in browser'. But my main animation that I've spent hours mucking around with, does nothing. Mouse clicks do absolutely nothing...
    So, I'm baffled, and any help would be appreciated greatly.
    Here's my site, its a simple html thing with the edge animation embedded. I'd never offer these services for a client, but I thought I might be able to cobble something together for myself. As I said, any feedback would be welcome, as I'm stumbling around a bit. Ok a lot.
    www.antenna.net.nz
    thank you!
    Simon Gregory

    Thanks!
    I'll past the code below, but actually it think this eror relates to a symbol I created when I was trying to get an email link working, and I forgot to delete it. Though it didn't work, I'm not sure it has much to do with WHY I couldn't get actions to work in the first place, as nothing else I tried, very simple things like a link to an external webpage worked either. Yet they did when I attempted it with a new animate project. Not sure.
    the whole project is here as a zipped file.
    http://www.antenna.net.nz/animatebafflement/published.zip
    and here is that code as mentioned. And thanks for your help!
    (function($,Edge,compId){var Composition=Edge.Composition,Symbol=Edge.Symbol;
    //Edge symbol: 'stage'
          Symbol.bindElementAction(compId, symbolName, "${_arrow}", "click", function(sym, e) {
             // insert code for mouse click here
             sym.stop();
    (function(symbolName){     
    })("stage");
       //Edge symbol end:'stage'
       //=========================================================
       //Edge symbol: 'Symbol_1'
       (function(symbolName) {  
          Symbol.bindElementAction(compId, symbolName, "${_email}", "click", function(sym, e) {
             // insert code for mouse click here
             var emailer = window.open("mailto:[email protected]?subject=Are you my designer?");// sym.$("name") resolves an Edge Animate element name to a DOM
          //Edge binding end
       })("Symbol_1");
       //Edge symbol end:'Symbol_1'
    })(jQuery, AdobeEdge, "EDGE-20179367");

  • Why can't I get messages to work in new iPad?

    I have new wireless ipad and the ipad1  When trying to use messages it works in ipad1 but  I get Could not sign in Please check your network settings and try again message.  the facetime won't activate either.  my network works because I can get online .  What am I doing wrong?
    I use same apple id for both.

    No iMessage and no facetime on my new iPad 3.  It won't let me authorize either with my apple ID. but I still get the "Could not sign in, Please check network settings and try again" which I have numeroous time.
    My network works fine for everything else.
    I can do the iMessage on orginal ipad with no problem which I set up with my apple id.  This is very frustrating. Any help would be appreciated. 
    My imac is on snow leopard and all the apps download with no problems so why not able to use iMessage and facetime on my new iPad 3???  I did not set up the iPad 3 with my computer.

  • UDP in applet? Why can't I get it to work????  How do I assign permissions?

    I have signed my applet, and everything is cool, but how do I let the user allow me to open UDP datagram packets?
    I have seen a whole bunch of stuff about policy files, but Sun doesn't expect the user to have to run some wierd policy tool right?? How can it happen that the user allows me to do whatever I want ... I signed my Jar, created certificate, but how do I get the policies to be sent with my Jar?? The user should only need to click once or twice to say yes I trust this applet, and I want to do whatever i want ... Why can't I open datagram sockets?
    On another note, the reason I want to do this is to create a game, where I need a fast connection between players. I don't want to bounce everything through the server for obvious reasons, but I don't want to use the normal Socket either between players since that is supposed to be slower than datagram ... my plan is to use datagram sockets between players for gameplay connectivity, and ServerSocket/Socket between server and each player (for updating scores, etc, less traffic) ... is this a good plan? do I have the right idea?

    Why can't I open datagram sockets?1. Wrong code
    2. Untrusted calling code (javascript)
    3. Proxy
    4. 3rd party jars not found
    Do you get an exception if so what is it?
    Signing applets:
    http://forum.java.sun.com/thread.jsp?forum=63&thread=524815
    second post and reply 18 for the java class file using doprivileged
    Still problems?
    A Full trace might help us out:
    http://forum.java.sun.com/thread.jspa?threadID=656028

  • Why can't I get anything to work on this trial of Pro for my Mac?

    I really can't get this to work at all.

    Well, this is positively useless. What Mac? What version of OSX? What "Pro"? Acrobat Pro XI?
    Mylenium

  • Why can't I get iMessage on Windows?

    Can I download a version of iMessage on Windows PC?

    That isn't iMessage though. All that does is allow you to click a contacts email address and use your Windows PC's installed default email client to send an email.
    Apple have not made iMessage available to Windows PCs and I suspect never will. After all, Apple want to sync everything across THEIR ecosystem not someone else's as they'd rather you bought Macs over PCs. The only reason the old MobileMe service, now rebranded as iCloud, syncs to Outlook is to offer Windows users some element of sync services so as to tap in to the massive Windows marketplace. But for full features, FaceTime, iMessage etc, I suspect you will always need an OSX or iOS device, not a Windows one

  • Why can't I get albums to work for me?

    I'm struggling with creating a new site for my business that uses albums to display my portfolio images. I have everything working like it should inside iWeb, but when I publish to a folder or upload it to a website, the albums just work as images and do not link to the gallery of images inside.
    I have two galleries on my portfolio page. Within iWeb, I can click on either album and get the images to open in slideshow and other modes. For some reason, though, the link is broken to prevent the album from working as a link to the images within when it is translated to a working webpage. What am I doing wrong? I dragged an iPhoto gallery to the gallery page to create each album and am able to do all of the navigation I would expect within iWeb.
    Thanks,
    Ron
    http://web.mac.com/ron.haake/NewScene2/HOME.html

    You're doing something really wrong yes!
    On this site:
    http://web.mac.com/ron.haake/NewScene2/Portfolio/Portfolio.html
    this image:
    http://web.mac.com/ron.haake/NewScene_2/Portfolio/Portfoliofiles/Blank%20Frame.png.png
    is in front of the albums that's why they don't work... What you should do is remove this frame...
    Regards,
    Cédric

  • Why can't I get FaceTime to work on ipad2

    I've tried to do the 8.8.8.8 on the settings, I have everything in working order. I never used FaceTime prior to now even though my iPad is over a year old. I have always used my iPhone. I don't understand why it won't let me  get it going. Any suggestions would be great.

    Hello, Kerjory. 
    Thank you for the question.  You may find these articles helpful in troubleshooting the issue that you are experiencing with FaceTime.
    iOS: Troubleshooting FaceTime
    http://support.apple.com/kb/ts3367
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Cheers,
    Jason H.

  • Why can't i get icloud to work on calendar

    i can not get my iphone, ipad and outlook to share the information.   icloud won't even let me put in a new event but rather keeps telling me there is a server error.   i've reported this to apple and they want to take over all my account information asking for passwords etc. to attempt to fix it.  don't want to do that.......   is anyone else having this problem and do you know of a solution.

    Go into you setting app, then on the right side click (or tap) Mail, Contacts, Calendars, then on the right side tap your iCloudd under accounts, then make sure teh calendars opion is set to the on position
    Good Luck

  • TS3367 When I try to activate y FaceTime, I get "An error occurred during activation.  Try again."  I have a good password, I'm on wifi, I've tried toggling off and back on again... why can't I get FaceTime to work?

    When I try to activate my FaceTime, I get an error msg that says, "An error occurred during activation.  Try again."  I have a good password (I used it to get here...); I'm on WiFi; I've toggled FT off and back on again but I cannot get past the error message and get activated.  What's wrong?  Thanks.  Talking about my iPhone (4). 

    Its possible that the server can be down now. Have you ever used it before?  If you want, try resseting the phone by just holding the sleep/wake key and the home button together for 10 seconds.  Then wait 5 seconds when it turns off and press the sleep/wake button to turn it back on.  Then try it again.  Let me know what the results are.

  • Why can't I get facetime to work?

    I have activated facetime the iphone, the wifi works but when someone calls using facetime, the caller has a ring tone and it just rings and rings. Nothing happens on the receiving end. However a missed call message comes up once the caller hangs up. Does anyone know why this happens and how this can be solved?

    I have the same issue. My little bro told me to go into the wifi settings, go to advanced, and change the DNS sever from whatever to "8.8.8.8". i was skeptical at first but it worked. The problem now is I still can't facetime with anyone! So maybe its not such a good idea after all. My macbook pro is brand new and came with Lion pre-installed. the next issue too is that i noticed the mac app store is still selling the 1.02 version of the facetime app. i checked my one and noticed I have version 1.1! I think that this is the real problem. I tried buying the app on the App store and it told me to delete the facetime app I have on my MBP because my facetime is a "later version of the app". I tried deleting it but the OS won't allow me to delete it because its already integrated in the system! I realize now that this might not be helping......

Maybe you are looking for

  • Setting row color in REUSE_ALV_GRID_DISPLAY_LVC

    Hi, I'm not sure if this function perhaps is not released or has bugs?  I didn't see any OSS notes.  I've read several sources on how to set the color for a given line and I'm not sure why I don't see it.  I see the values in my internal table in the

  • PowerPoint into Video in Captivate

    I've imported a PowerPoint into Adobe Captivate but when I play it, it doesn't play as a continuous video. Am I doing anything wrong? Can someone let me know the steps I need to follow?

  • Error while entering product in Transactions- Opportunity and sales orders

    Hello Friends, I am facing a problem while entering products in Create opportunity screen with message no: COM_PRODUCT_SETTINGS001. I get the error as below. Product ID is longer than the Customizing setting allows      Message no. COM_PRODUCT_SETTIN

  • Security audit log doesn't capture services

    Hello I am posting this on behalf of Carol, Would you please be kind on helping her?    After the upgrade to ECC the t-codes for the ESS functions were changed to services that run via the portal.  We need to find where the audit data is logged for t

  • Multithreading and sequence handling

    Hi. I need to know how the TestStand engine handles the different subsequence in the same sequence file. For example, i have a sequence file with a main sequence (with main, setup and cleanup), a file load sequence, a file unload sequence, and severa