Can someone access my information from a water damaged phone?

I have an iPhone 5 that was submersed into a lake for about 10 minutes. It sat in rice and never powered up ever again. I want to sell it on ebay for parts. However, is there any way that the person who buys my phone will be able to access any old data I had on the phone? Specifically, photos, emails, texts, etc. Any input is greatly appreciated.

Sure they can. With several hundred thousands of dollars of equipment, significantly skilled personnel, and a lot of determination. Will they? No. There is nothing on your phone that is worth that cost and expenditure of resources. If you want you can change all the passwords on your accounts so none of the accounts on the phone will work.

Similar Messages

  • Can I retrieve my pictures from a water damaged phone?

    I have dropped my phone in a pool but it hasn't been backed up is there anyway to retrieve my photos

    Was Photo Stream on?
    Does the device boot?

  • I have an iPhone 3GS that I dropped in water. It still does everything but get service, can I back it up and transfer its data to a new iPhone 3GS? I heard something about how loading a backup from a water damaged phone could mess up the new one...

    I have an iPhone 3GS that I dropped in water for a moment. After drying it and everything, it still does everything but get service. Can I back it up and transfer its data to a new iPhone 3GS? I heard something about how loading a backup from a water damaged phone could mess up the new one... is this true? I would truly appreciate the help, please let me know, thanks!

    Sounds like your phone is in recovery mode.  In this case, all data on it is gone.  There's nothing to back up.

  • Can someone access my mac from airport

    Can someone access my iMac through airport express? Any help is greatly appreciated!

    Obviously, since if you couldn't access your own iMac your Express woudn't be much good, would it?
    However, assuming you set a login name and password for your iMac, you need to provide that even if you are accessing the iMac from another client on your network. To join the network requires yet another level of authentication, which you presumably configured in your Express. Furthermore, accessing your network from outside its router is more difficult still.
    It sounds as though you were concerned, so I hope that assuages it.

  • How can I edit icloud information from an old/lost phone on my new device?

    I recenly had to update my iphone as my old iphone 5 fot fried. I had backed the phone up so have managed to get everything onto my new device.
    The probelm is my icloud storage is now full, I have 15GB storage plan with 3GB created from my new phone and 11.5 on my old which I dont know how to edit on the new device.
    Can anyone tell me how I can edit this data?

    Hi MrWilko81,
    Welcome to the Apple Support Communities!
    The article below has great information for seeing what is being stored on iCloud and managing that data.
    Managing your iCloud storage
    http://support.apple.com/kb/ht4847
    I hope this helps,   
    -Joe

  • Iphone4s water damage, phone is on but no network or wi fi. How can I download my data from the phone

    iphone4s has water damage but the has power but no network or blue tooth or wi fi is NOT working, how can get my data from the water damaged phone.

    Looks like the Wifi and network antenna has been damaged by the water. It is a hardware problem and can only be fixed by the professionals.

  • My iPod Touch has been stolen, someone offers me to make his mine. How can I erase the informations from his iPod and make sure that my library will copy in the new one?

    My iPod Touch has been stolen, someone offers me to make his mine. How can I erase the informations from his iPod and make sure that my library will copy in the new one?

    Restore it as new.
    iPod touch User Guide (For iOS 5.1 Software)

  • Can't access recent Emails from mail tile in window 8.1

    Can't access recent Emails from mail tile in window 8.1.  Everything working fine until yesterday.  I can get my Emails by going to google Chrome and accessing my gmail but I like just hitting the mail tile in 8.1.  Also  is the start
    of something bad onmy computer?

    Hi,
    Could you please explain a bit for the " mail tile " mentioned here?
    If you mean to access e-mail with the Mail APP, and have issues when using it, we may first take a try with the
    Apps troubleshooter.
    More information regarding mail APP troubleshooting, please check the below TechNet Wiki:
    Troubleshooting the Modern Mail App on Windows 8
    Troubleshoot problems with an app
    If any further help needed, please feel free to update here.
    Best regards
    Michael Shao
    TechNet Community Support

  • Can't access internal network from VPN using PIX 506E

    Hello,
    I seem to be having an issue with my PIX configuration. I can ping the VPN client from the the internal network, but can cannot access any resources from the vpn client. My running configuration is as follows:
    Building configuration...
    : Saved
    PIX Version 6.3(5)
    interface ethernet0 auto
    interface ethernet1 auto
    nameif ethernet0 outside security0
    nameif ethernet1 inside security100
    enable password N/JZnmeC2l5j3YTN encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    hostname SwantonFw2
    domain-name *****.com
    fixup protocol dns maximum-length 512
    fixup protocol ftp 21
    fixup protocol h323 h225 1720
    fixup protocol h323 ras 1718-1719
    fixup protocol http 80
    fixup protocol rsh 514
    fixup protocol rtsp 554
    fixup protocol sip 5060
    fixup protocol sip udp 5060
    fixup protocol skinny 2000
    fixup protocol smtp 25
    fixup protocol sqlnet 1521
    fixup protocol tftp 69
    names
    access-list outside_access_in permit icmp any any
    access-list allow_ping permit icmp any any echo-reply
    access-list allow_ping permit icmp any any unreachable
    access-list allow_ping permit icmp any any time-exceeded
    access-list INSIDE-IN permit tcp interface inside interface outside
    access-list INSIDE-IN permit udp any any eq domain
    access-list INSIDE-IN permit tcp any any eq www
    access-list INSIDE-IN permit tcp any any eq ftp
    access-list INSIDE-IN permit icmp any any echo
    access-list INSIDE-IN permit tcp any any eq https
    access-list inside_outbound_nat0_acl permit ip 192.168.0.0 255.255.255.0 192.168.240.0 255.255.255.0
    access-list swanton_splitTunnelAcl permit ip any any
    access-list outside_cryptomap_dyn_20 permit ip any 192.168.240.0 255.255.255.0
    no pager
    mtu outside 1500
    mtu inside 1500
    ip address outside 192.168.1.150 255.255.255.0
    ip address inside 192.168.0.35 255.255.255.0
    ip audit info action alarm
    ip audit attack action alarm
    ip local pool VPN_Pool 192.168.240.1-192.168.240.254
    pdm location 0.0.0.0 255.255.255.0 outside
    pdm location 192.168.1.26 255.255.255.255 outside
    pdm location 192.168.240.0 255.255.255.0 outside
    pdm logging informational 100
    pdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_outbound_nat0_acl
    nat (inside) 1 192.168.0.0 255.255.255.0 0 0
    access-group outside_access_in in interface outside
    access-group INSIDE-IN in interface inside
    route outside 0.0.0.0 0.0.0.0 192.168.1.1 1
    timeout xlate 0:05:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
    timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
    timeout sip-disconnect 0:02:00 sip-invite 0:03:00
    timeout uauth 0:05:00 absolute
    aaa-server TACACS+ protocol tacacs+
    aaa-server TACACS+ max-failed-attempts 3
    aaa-server TACACS+ deadtime 10
    aaa-server RADIUS protocol radius
    aaa-server RADIUS max-failed-attempts 3
    aaa-server RADIUS deadtime 10
    aaa-server LOCAL protocol local
    http server enable
    http 192.168.0.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server community public
    no snmp-server enable traps
    floodguard enable
    sysopt connection permit-ipsec
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
    crypto dynamic-map outside_dyn_map 20 set transform-set ESP-DES-MD5
    crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
    crypto map outside_map client authentication LOCAL
    crypto map outside_map interface outside
    isakmp enable outside
    isakmp identity address
    isakmp policy 20 authentication pre-share
    isakmp policy 20 encryption des
    isakmp policy 20 hash md5
    isakmp policy 20 group 2
    isakmp policy 20 lifetime 86400
    vpngroup swanton address-pool VPN_Pool
    vpngroup swanton dns-server 192.168.1.1
    vpngroup swanton split-tunnel swanton_splitTunnelAcl
    vpngroup swanton idle-time 1800
    vpngroup swanton password ********
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd address 192.168.0.36-192.168.0.254 inside
    dhcpd dns 8.8.8.8 8.8.4.4
    dhcpd lease 3600
    dhcpd ping_timeout 750
    dhcpd auto_config outside
    dhcpd enable inside
    username scott password hwDnqhIenLiwIr9B encrypted privilege 15
    username norm password ET3skotcnISwb3MV encrypted privilege 2
    username tarmbrecht password Zre8euXN6HxXaSdE encrypted privilege 2
    username jlillevik password 9JMTvNZm3dLhQM/W encrypted privilege 2
    username ruralogic password 49ikl05C8VE6k1jG encrypted privilege 15
    username bzeiter password 1XjpdpkwnSENzfQ0 encrypted privilege 2
    username mwalla password l5frk9obrNMGOiOD encrypted privilege 2
    username heavyfab1 password 6.yy0ys7BifWsa9k encrypted privilege 2
    username heavyfab3 password 6.yy0ys7BifWsa9k encrypted privilege 2
    username heavyfab2 password 6.yy0ys7BifWsa9k encrypted privilege 2
    username djet password wj13fSF4BPQzUzB8 encrypted privilege 2
    username cmorgan password y/NeUfNKehh/Vzj6 encrypted privilege 2
    username cmayfield password Pe/felGx7VQ3I7ls encrypted privilege 2
    username jeffg password zQEQceRITRrO4wJa encrypted privilege 2
    terminal width 80
    Cryptochecksum:9005f35a85fa5fe31dab579bbb1428c8
    : end
    [OK]
    Any help will be greatly appreciated

    Bj,
    Are you trying to access network resources behind the inside interface?
    ip address inside 192.168.0.35 255.255.255.0
    If so, please make the following changes:
    1- access-list SWANTON_VPN_SPLIT permit ip 192.168.0.0 255.255.255.0 192.168.240.0 255.255.255.0
    2- no vpngroup swanton split-tunnel swanton_splitTunnelAcl
            vpngroup swanton split-tunnel SWANTON_VPN_SPLIT
    3- no access-list outside_cryptomap_dyn_20 permit ip any 192.168.240.0 255.255.255.0
    4- isakmp nat-traversal 30
    Let me know how it goes.
    Portu.
    Please rate any helpful posts   

  • (ATV2 tv) can't access rented show from my favorites.

    (ATV2 tv) can't access rented show from my favorites. Error is "The iTunes store is currently unavailable. Try again Later." I have updated and rebooted ATV, as well as my router a number of times. I don't want to rent it again, any ideas?

    Thank you! Knowing someone else had the issue helped me fix it on my end!
    I'm guessing it's a server issue of some sorts.. maybe just some accounts. It's not the first time favorites has been broken, last time it was broken I just couldn't enter the favorites area. The spinny thing just appeared forever.
    My fix: though nothing in favorites works (every time I press select on the show I want it displays the same error as you get), from the main menu with the TV shows menu open, but favorites not yet entered, press the up button and it'll move the cursor to the first image in the menu of rentals at the top of the screen. Easier anyway! Didn't know you could!
    On top of that, though I'm now unable to rent via favorites itself, I can do so via the "top tv rentals" thing.
    Hope this helps and they fix it soon! :/

  • Access transaction information from a GOS

    Hello,
    I am creating a new generic object service for a transaction. I have no problems with the creation but I would like to know if once the user has clicked in the service and the new screen pop ups, is it possible to access the information from the original transaction?
    I know you have the business object associated with most of the information, but my question is if, for example you can access elements of the transaction layout, i.e. access internal tables or data structures. Is that possible? I understand that these information has to be somewhere because once you close the service you return to the original transaction.
    Best regards,

    Deepti,
    Search this forum for <b>WDProtocolAdapter</b> if you are on NW04s or for term <b>WDWebContextAdapter</b> otherwise (NW04). In later case do not use Requerst object and internal methods to get reference, use standard API methods instead.
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • Can't access hotmail account from browser. cerficiate untrusted

    Can't access hotmail account from browsing, I tried to log into my hotmail account by visiting www.live.com and log into my account (add e-mail address and password) when sign in i get a message saying:There was a problem establishing asecure connection.( I get two tabs Details and Stop) I click on Detials I get another message saying: server Certificate Error. untrusted certificate,unable to determine the certificate origin, This has been disallowed by your administrator.. When i press on option Stop i get e message saying: refussing connection.This server has beed previously supporting HTTP Strict Transport Security. Due to SSL certificate warning/errors, a connection will not be made. Please could anybody help me.. I contact Vodafone they said it's microsoft issue then the latter said it's blackberry problem. i have tried everything nothing seems to work.. I don't want to register my hotmail account on my BB, but i want to access it through browsing as i do on my PC.. I will be really gratful.. thank you
    Solved!
    Go to Solution.

    Ggggrrrr, i really hope that's wrong, i would also be moving away from BB sharpish if that's the case. Hoping someone cleverer than me can come up with a solution, the BB manual certainly doesn't help. Like the first poster I have tried getting vodafone to help and also hotmail, both without success.

  • HT4759 I can't access my mail from my iphone using os 3.13

    I have the original iphone running os3.13.
    I can't access my mail from this phone.
    I switched my mac book pro to icloud and now I can't request to keep my mail account on my iphone.
    What do I do?
    CC

    Delete your mail account from Mail preferences and set it up again using the Mail Server Information.

  • How can I access xml document from javascript whithin a JSP page

    how can I access xml document from javascript whithin a JSP page?
    I have a JSP that receives an XML document from a JavaBean, so I can access it within the entire JSP, but I need to access it from the javascript inside the JSP... and I have no idea how i can do this.
    Thanks in advance!

    The solution would only work on MS IE browsers, as other browsers do not support an XML DOM.
    It can be done, but you would be stuck with using the Microsoft broswer. If that is acceptable, I have some example code, and a book recommendation.

  • How can i access the EJB from a Webdynpro

    Dear all,
    How can i access the ejb , from a webdynpro?.
    Is there any way to do that?.
    I want to write the entire code (business functions) within the EJB and i wan to access the entire methods from a WebDynpro Application.This is the situation.
    Please help me to , resolve this problem.(Here im using JDBC Connection .. etc.).
    I want to do the basic connection setting's and data retrieval part within the EJB and use that within the WebDynpro..
    how can i seperate this two(i mean, i want to seperate the JDBC connections and WebDynpro,i dont want to hard code any connection parameters within the webdynpro code)
    So that i want use that saet of particular function's in many webdynpro applications..
    (i dont need any help regarding webservice way.)
    If anyone can , please help me..
    I tried that javabean class , manifest file , that way (importing javabean model).
    but im getting errors.
    I cant properly utilize that..
    So please help me with steps regarding that,,
    for javabean
    and if any , for EJB also..
    with regards
    Kishor.G

    HI,
    Since webdynpros follows Model View Controller Architecture You can access EJBs in webdynpro(views/frontend) infact to connec to database uding JDBC you have to utilise EJB ( opening connection to database closing, and other Business functionality).See this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/unkown/web dynpro tutorial and sample applications.faq#q-7
    <b>How to access the Car Rental Web Service?</b>
    Regards,
    RK

Maybe you are looking for

  • How to delete "windows.old" file in local disk C:

    At the begining of the system he ask for selecting operating system but I use only win 8 so want to delete other os.  What should I do ?

  • IPhoto wont start after Mountain Lion Upgrade

    Hi, If anyone has a good tip or solve please let me know. My iPhoto is un-available since I ugraded to Mountain Lion and thus upgraded to 9.3.2 When I try opening it it will tell me that this Mac is noy the right mac to run this program on. My OS is

  • Can iphone ios 8.2 get a trojan horse of some sort?

    I texted my sister telling her my daughter was invited to MV etc and when I went to open her reply, in the box it would say, "I want to go" as if I wrote that and I didn't. Another example is, I texted my sister this, "Rachael filed for divorce today

  • On startup itunes library empty!! - help

    A friend called me just now he's a new Mac user on an inherited ibook G3, 10.3.9. He started up his ibook today and the itunes library is empty. Understandibly he is freaking out and learnig the lesson of reasons to have a good backup strategy. Howev

  • DW CC load error: third party tag?

    Keep getting this error and don't know how to track the source: Any ideas? Jeff