HT5661 please help me anyone !!

I bought a used iPhone and when you want to activate it asked the e-mail and password for the first owner , but there is no way to communicate with the first owner what can i do ? please answer

If you cannot find the last owner then the device is a paper weight. Put it in a drawer and chalk this one up to an expensive education.
Find My iPhone Activation Lock- Removing a device from a previous owner's account

Similar Messages

  • I want to know that if i want to download facebook on my iphone 4 or any other apps then it ask me put my card details for payment. why is that. if they are free then why do i need to give my card details?please help me anyone.

    I want to know that if i want to download facebook on my iphone 4 or any other apps then it ask me put my card details for payment. why is that. if they are free then why do i need to give my card details?please help me anyone.

    Just select no credit card as outlined here:
    http://support.apple.com/kb/ht2534

  • Please help if anyone can!!!

    I have multiple issues. first, i have a problem on iteration. i am given
    (x,f(x)) and (x + d, f( x + d)), where x ranges from Xmin to Xmax and d = (Xmax - Xmin)/100. Draw the curve f(x) = X^3/100 - x + 10, where x ranges from -10 to 10 in this fashion. And am asked to draw a hundred line segments joining those points.
    I have already figured that the distance d = 10-(-10)/100 which is equal to 0.2. Since i am told to draw 100 line segments, i figured that increasing -10 by .2 will take 100 iterations to get to 10.
    Now my question is how do i use a "for" loop to represent the above statement. I have tried couple of them, but it doesn't seem right. example of the one i tried is:
    let x = 10
    for(i = -10; i < x; i++). I know this is wrong. Please help if anyone can. I will really appreciate and thanks in advance.

    import java.applet.Applet;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.geom.Line2D;
    This program draws graphs of curves using iterations
    CS 46A, Fall, 2002
    @author Afam Okeke Section 7
    @version October 6, 2002 Program 6
    public class DrawCubicApplet extends Applet
    public void paint (Graphics g);
    Graphics2D g2 = (Graphics2D)g;
    double xscale = (getWidth() - 1.0) / (XMAX - XMIN);
    double yscale = (getHeight() - 1.0)/ (YMIN - YMAX);
    g2.scale (xscale, yscale);
    g2.translate (-XMIN, -YMIN);
    g2.setStroke (new BasicStroke(0));
    final double Xmax = 10;
    final double Xmin = -10;
    final double Ymax = 15;
    final double Ymin = 5;
    double d = 0.2;
    This is how far i have gotten. Now i don't know how to set up my 'for' loop for the x values. That is, how can i state that from -10 with an increment of 0.2 will take 100 iterations to get to 10. I hope am not confusing you. Below is the question
    Question: Simply draw a hundred line segments joining the points (x,f(x)) and (x + d, f( x + d)), where x ranges from Xmin to Xmax and d = (Xmax - Xmin)/100. Draw the curve f(x) = X^3/100 - x + 10, where x ranges from -10 to 10 in this fashion.

  • Im Using iPhone 4 factory Unlocked device iOS 7, but device was feels slow, so i want to restore to iOS 6.1.3. how can i do this? please help me anyone itz urgent.

    Im Using iPhone 4 factory Unlocked device iOS 7, but device was feels slow, so i want to restore to iOS 6.1.3. how can i do this? please help me anyone itz urgent.

    As has always been the case, you cannot go back.
    Sorry

  • ITunes unexpectedly quit message comes up every time since the last update! Please help can anyone explain?

    After updating the latest on my MacBook OS X Version 10.6.8 I started experiencing several issues.
    iTunes will not open and continues to leave an error message on the screen. This is happening repeatedly for about 2 days. The error message looks like this
    Process:         iTunes [320]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.6 (10.6)
    Build Info:      iTunes-10604001~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [85]
    Date/Time:       2012-03-13 17:44:55.357 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          73264 sec
    Crashes Since Last Report:           121
    Per-App Crashes Since Last Report:   32
    Anonymous UUID:                      7294E1AD-BFAD-4062-B651-F450B00E27C2
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000bf7fffdc
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread\
    Has anyone else had the same or similar issues? I also experienced problems with Safari, loading certain web pages. Please help!!

    Hi there navicin79,
    You may find the troubleshooting steps in the articles below helpful. The first thing I would try is reinstalling iTunes as outlined in the first article.
    Troubleshooting iTunes installation on Mac OS X
    http://support.apple.com/kb/ht2311
    OS X Mavericks: If an app freezes or quits unexpectedly
    http://support.apple.com/kb/PH13975
    -Griff W. 

  • Unable to Bind back request.status for leave request. Please help me anyone

    Dear all workflow expert,
    I am in trying to customize the the standard leave request WF 12300111 to a 2 level approval and therefore i copy this wf out to customize it. I created one of the step to change the Req.status container back to the status "SENT" so that the second approval can approve it.
    What i do was i bind the Req.status to a container i created in a task (cus_req_sta) and the task is tie to my customize BOR object. Then i bind this cus_req_sta to my method parameter in the BOR object and i have the follwing code in my bor method.
    BEGIN_METHOD ZLEVREQ CHANGING CONTAINER.
    DATA:
        LEAVESTA TYPE PTREQ_HEADER-STATUS.
          V_LEAVESTA TYPE PTREQ_HEADER-STATUS.
      SWC_GET_ELEMENT CONTAINER 'cus_req_sta' V_LEAVESTA
      V_LEAVESTA = 'SENT'.
      SWC_SET_ELEMENT CONTAINER 'cus_req_sta' V_LEAVESTA
    END_METHOD.
    After i change the value in the method, i bind it back from the method to my task and then from task to the workflow. Everything is fine untill the step to pass the value (sent) from task to workflow. It seems that it does not allow me to pass back the value to Req.status container in the workflow. The Req.status does not updated at all.
    The req.status parameter setting is set to import and export when i browse it in the main screen (before entering to the workflow builder). However when i am doing the binding for task back to the workflow (after i drag and drop the req.status and double click on it), it shows the check box for import and export parameter settings is not check.
    Anyone have idea? Please help me.....Points will be rewards.....Thanks
    Regards,
    Bryan

    I think you cannot change REQ.STATUS. It seems that it is an attribute and cannot be changed. An attribute is the property of the business Object instance which depends on the key field and the coding made for the attribute.
    Thanks
    Arghadip

  • Please help me anyone!!! Im so fustrated!!!

    Ive got music on my iPod from 1 computer, Im trying to get songs from another computer. When I hook my iPod up on my 2nd computer and try to get songs it says:
    "The Ipod Robbie's iPod is linked to another Itunes music library. Do u wish to change the link to this Itunes music library and replace all existing songs and playlist on this iPod with those on this library" It gives me two options: Yes and I loose all the songs from computer 1. No and it doesnt give me the songs from computer 2. Please help me!!!!! Robbie

    Hahaha i dont no what the ? is its clearly put you cant coppy from one comp then go to a second and just coppy your music from that one too. In apples view thats ""STEAlING" lol so unless you get a thumb drive and coppy the music to one comp to the other or use your ipod as a Xternal hard drive to copy the music your out of luck. I no ***** but from a legal view it makes sence. Dycrz
    I Book G4   Mac OS X (10.4.2)   Ipod/extra RAM / ISIGHT /Genus Brain

  • How please help me anyone how to downgrade iphone 4s from 5.1 to 5.0.1 without shsh blobs, how please help me anyone how to downgrade iphone 4s from 5.1 to 5.0.1 without shsh blobs

    Please help me in downgrading my iphone.
    Thank you in advance

    Sorry, there is no Apple supported method to downgrade the iOS.
    Stedman

  • Cant find a silicone case for my zen please help does anyone know of

    [size="+2"]I?cant find a silicone case for my creative ZEN not a ZEN micro but a 20gb ZENMessage Edited by stink on 03-23-200602:5 AM

    I am not sure if this is what you're looking for. But I love the flexiskin I purchased for my Zen Sleek. I have found that it is definitely helping to keep dust out of the screen and protecting the Sleek. Here is a link of what I purchased:
    http://www.amazon.com/gp/product/B000CC7KRM/03-242852-3357458?%5Fencoding=UTF8&v=glance&n=72282

  • Please help me anyone

    I cant get my i touch to work and im sure im just doing something simple wrong.

    What is wrong?
    It won't turn on?
    Please provide more specific details please.

  • When I try to install itunes i get this pop up "procedure entry point ADadPolicyEngine_DidEnterStation could not be located in the dynamic link library iAdCore.dll". please help if anyone has seen this before.

    Anyone get this pop up?

    See iTunes launch errors caused by iAdCore.dll.
    Review the rest of the user tip if required.
    tt2

  • Bluetooth keyboard pairing repeated requests after mavericks update dec 20? ogitech MX5500 eventually connected but I keep getting repeated bluetooth pairing requests and it is driving me mad! Please Help! Anyone else suffering this?

    This just started after Maverick update installed Dec 20.frustrated and annoyed that apple would release an update that makes apple users lifes such a misery . Anyone else suffering same problems. I can switch bluetooth off that  makes using multiple screens difficult which is why I bought this $ 2800 top spec Mac retina 15 inch pro in the first place. I'm using Logitech MX5500 keyboard. Logitech MX1000 mouse works fine
    Any suggestions or solutions much appreciated and hopefully apple gets their act together..

    I am having this same issue - where I work, we use bluetooth trackpads. If my boss tries to connect his wireless bluetooth keyboard to his computer, I get the request on my machine every single time. The "Bluetooth Troubleshooting" article does not address any part of blocking requests, bluetooth security settings, or anything related to this issue at all, really. I do not believe there is currently any fix or setting that CAN resolve either of our problems, but I'm hoping that posting this at least puts the issue out there for hopefully somebody who can address this issue to see.

  • PLease Help: Does anyone know how to retain the Scope in the Header Tag when converting a table in

    I am trying to convert aa Word Document with Tables containing Data and Header Columns to retain the Scope="col" when it is converted to PDF.
    After the PDF is created, I check my Header Tags and everything looks fine however the Scope is null and I need to somehow retain scope=columes in order to certify this report is 508 compliant.
    For those who are interested; the html should be:
    <th scope="col"> Color </th>
    My html is coming across the PDF distiller is only <th >     </th>
    Maybe there is another piece of software that does this correctly? I tried OpenOffice - the same problem occurs.
    Thank you
    Mark

    Please post in the Acrobat forum. This forum is for the Adobe Distiller SERVER product. Your question does not involve Distiller Server.

  • Please help me anyone on urgent basis

    1.How to identify the installed machine oracle is client or server class?....
    2.If i want to install the client version of oracle 11g on my machine, which radio button i need to select from Desktop Class and Server Class?....
    3.Does Oracle 11g Client needs any license in production environment?....
    4.Is there any way to get OLEDB Provider for Oracle in SSIS without installing oracle package?....

    Few things
    1. Understand that there are different forum group here. You need to identify the correct group to post your question. For instance your question is about installation and this is a SQL and PL/SQL forum. There is a exclusive Installation forum. You need to post your question there.
    2. This is a public forum where the members are volunteers. Asking to answer your question on a urgent basis is just rude. If its urgent you need to go for paid support.

  • PLEASE HELP! Anyone got this error when running Parallels and Win XP

    Hey ALL -I know I know why are you running windows on a MAC --well I still have some programs that I need to work with on Windows but anyway I am getting this weird error message when Windows starts under Parallels:
    [C] MAC Windows
    Timed out waiting for the file system to initialize. The Volume has been ejected. You can use the
    init_timeout mount option to wait longer.
    what is this error message -I cant figure it out
    thanks
    Matt

    Since Parallels is not an Apple product, you'll probably be better off posting your question in the Parallels forums:
    http://forums.parallels.com

Maybe you are looking for

  • F.27 Periodic account statements

    Dear All I have made used of F.27 to generate the periodic account statement for 2 customers. After execution, the system reponsed "2 correspondence requests were selected" and specified the spool request no. e.g. 1528. However when I go to view my s

  • DPS - use folios completely offline

    Hi, I use InDesign CS5.5 for creating folios playable on iPad via the Digital Publishing Suite, it works pretty good and the benefit system for my client is that once the folio loaded on the iPad in Content Viewer it can be viewed offline, no need in

  • Corrupt HD, with Snow Leopard - no installation disk

    Hi, I'm just preparing my 18month old i7 iMac running Snow Leopard to be upgraded to Lion.  A tip I saw said run the disk utility to check your disk prior to upgrading, which I did.  It failed with "The volume Macintosh HD was found corrupt and needs

  • I deleted Bridge in CS2 for the pc. I cannot seem to re-install, any ideas?

    I deleted Bridge in CS2 for the pc. I cannot seem to re-install, any ideas?

  • Smartforms with itab problem

    Hi I must only have a header on first page and after this header in the 1-st page must be have a table (with unknown size) In second page must be yet only this long table without header. And on the last page must be footer. I done this but on the fir