No LCD, recovery of info via odin/adb? - AT&T Samsung Galaxy S II Skyrocket SGH-I727

It's been a while since I've had a skyrocket in my hands (thats what she said) but a friend of mine broke his phones lcd and glass. Phone powers on fine but can't register any touch. I'm fairly competent with modding phones but have never had to do a blind recovery like this. Is there any special way to get anything off the phone? I'd like at least contacts and anything else would be a bonus

were contacts synched, then they should be on their google account
depending on how the phone was setup, boot it up, connect the usb cable and see if windows can see the sdcards.
or u can use adb to get to the sdcards

Most of the contacts were not synced. I haven't found anything in the sd cards for contact files. Was wondering if there's a way to pull a whole image file of the current phone and then Odin it into the reolacement. Am I just being too optimistic?
Sent from the quad core monster in my pants

You won't be able to find them by just copying over your internal or external cards contents to your comp. Looks like they MIGHT be held in data/data/com.android.providers.contacts/databases/contacts.db. If you can get adb set up you might be able to pull that from recovery. You can with a custom recovery even with adb debug turned off. I'm not sure about a stock recovery. Once you pull those I'm sure it would be a matter of just pushing then to the new phone. Either way tell your buddy to backup to google from now on. Good luck.

I'm positive he was running stock recovery. Thanks for the suggestion. I guess I'll play around with adb and see if I can pull them from that location. Shame there's no way to create an image of the current "nandroid" from stock
Sent from the quad core monster in my pants

Use ODIN to flash CWM, then make a backup. You can then either pick it apart with stuff like TiBU or by popping it back onto another Skyrocket.

Related

[Q] PANIC

If I break forum etiquette in some way please excuse the lapse - this is my first post to any forum. Honestly, it's a bit intimidating but I'm more than a little desperate right now. Near panic would be a better description of my state.
My Droid Incredible is stuck in a continuous boot loop. 24-48 hours after downloading a sleep sound generating app (if this is relevant), I was trying to use a different app and a pop-up stated "internal error" and would not load the app. I tried another and same result. I tried to kill all running apps with advanced app killer and same result. I turned off the phone thinking that it would correct when turning it back on but no luck. Now it just power cycles in a continuous boot loop. There has been no solution through tech support or a store visit. I don't care about the phone. At this point I would like to strap it to a steak and throw it in a lion cage. I do care about the data its holding - none of which is backed up in any way. There is no sd card and no back-up in my gmail account. I need to try and rescue the following data: voice memos from the HTC app, notes from the 3bannana (catch notes) app, photos, videos, apps, bookmarks from the dolphin HD browser and the Android browser, pdf downloads, text messages, call log settings, etc.
I have tried to boot the phone with a sd card installed. I have tried to view the data from a Celebrite machine at the Verizon store - it sees the drive but not the data. I tried to get into a "safe mode" menu by depressing down volume+center click+menu. Nothing has worked.
Is there any desktop software (or any other solution) that would enable me to restore (rescue) the data from the phone while it is in this state?
If there isn't, please just make something up so I can continue for a while in a delusional state of hope and get over this gradually.
Thank you for your wisdom and mercy.
Kandinsky1 said:
If I break forum etiquette in some way please excuse the lapse - this is my first post to any forum. Honestly, it's a bit intimidating but I'm more than a little desperate right now. Near panic would be a better description of my state.
My Droid Incredible is stuck in a continuous boot loop. 24-48 hours after downloading a sleep sound generating app (if this is relevant), I was trying to use a different app and a pop-up stated "internal error" and would not load the app. I tried another and same result. I tried to kill all running apps with advanced app killer and same result. I turned off the phone thinking that it would correct when turning it back on but no luck. Now it just power cycles in a continuous boot loop. There has been no solution through tech support or a store visit. I don't care about the phone. At this point I would like to strap it to a steak and throw it in a lion cage. I do care about the data its holding - none of which is backed up in any way. There is no sd card and no back-up in my gmail account. I need to try and rescue the following data: voice memos from the HTC app, notes from the 3bannana (catch notes) app, photos, videos, apps, bookmarks from the dolphin HD browser and the Android browser, pdf downloads, text messages, call log settings, etc.
I have tried to boot the phone with a sd card installed. I have tried to view the data from a Celebrite machine at the Verizon store - it sees the drive but not the data. I tried to get into a "safe mode" menu by depressing down volume+center click+menu. Nothing has worked.
Is there any desktop software (or any other solution) that would enable me to restore (rescue) the data from the phone while it is in this state?
If there isn't, please just make something up so I can continue for a while in a delusional state of hope and get over this gradually.
Thank you for your wisdom and mercy.
Click to expand...
Click to collapse
If you have a custom recovery image and the partitions aren't corrupt you should be able to recover everything with adb.
If you don't have a custom recovery then it might be impossible to recover anything.
Have you rooted the phone and installed a custom recovery?
With respect to backups - GMail for example is stored in the cloud - so the data on your phone is just a clone - you won't loose your mail - other apps I don't know, you'll have to check each.
If you can't get stable adb access you will need to research a factory reset for your phone which should fix it (but will wipe your data).
djmcnz said:
If you have a custom recovery image and the partitions aren't corrupt you should be able to recover everything with adb.
If you don't have a custom recovery then it might be impossible to recover anything.
Have you rooted the phone and installed a custom recovery?
With respect to backups - GMail for example is stored in the cloud - so the data on your phone is just a clone - you won't loose your mail - other apps I don't know, you'll have to check each.
If you can't get stable adb access you will need to research a factory reset for your phone which should fix it (but will wipe your data).
Click to expand...
Click to collapse
Unfortunately, I have not rooted my droid, have no custom recovery image and don't even know what adb is. As you can tell, I am a complete novice - but a novice in serious trouble if I can't recover the data. When you say stable adb access, what do you mean?
I was hoping to find some type of desktop recovery software that may be able to recognize the drive on the phone and then view and copy the data. Is it possible that this might exist. By the way is there a more appropriate sub-forum to place this post?
Thanks for your help,
Caleb
Kandinsky1 said:
Unfortunately, I have not rooted my droid, have no custom recovery image and don't even know what adb is. As you can tell, I am a complete novice - but a novice in serious trouble if I can't recover the data. When you say stable adb access, what do you mean?
I was hoping to find some type of desktop recovery software that may be able to recognize the drive on the phone and then view and copy the data. Is it possible that this might exist. By the way is there a more appropriate sub-forum to place this post?
Thanks for your help,
Caleb
Click to expand...
Click to collapse
lol ADB is the Android Debugging Bridge - in layman's term, it's a way to gain terminal access to your phone and do several other things with your phone. Mostly for debugging, but can be used for these purposes if you're rooted/installed a custom recovery.
That said, it would be at this point in time, virtually impossible to save your data that hasn't been backed up. Even if you had root, this might have been a bit more accomplishable (though usually a custom recovery never hurt ). If you're REALLY desperate, there might still be a way, though the chances of it working and providing good results is a mixed bag of results.
I'm assuming that if you didn't have an SD card in there in the first place that it has some built-in memory, right? Well, If not, then Catch notes would not have worked as it depends on an SD card to hold backups and (if i believe correctly) notes. Also, I'm assuming that you had some accounts set up on your phone (HTC/Google). If not, then I don't know how you've gone this long without it, but I'm almost positive you did have at least those two. In that case, the voice memos might be saved as well as the call log settings. Contacts might also be synced, so its more of the physical stuff we need to worry (texts/pdfs/bookmarks/pictures/videos)
Now, there are ways to recover using a computer. It all requires that you get your phone to work again (don't throw it to the lions yet!) So, we'll need to try and unbrick it. Follow the instructions here to try and get your phone back into factory state. It's true this will delete all your data, but as you are now, you have even less of a chance of recovering it.
From here, you're going to just skip past the setups and everything. After that, you're going to mount the phone as a disk drive. Now, this is where things can either go really good or really bad for you.
Get a recovery software for Windows, Linux, or Mac here. I honestly prefer Recuva as it has worked well for me in the past and this other program I had to pay for (can't remember the name. Search google and you might find it ;P), but Recuva should serve these purposes well.
The reason why these things work very inconsistently is that when you delete stuff in your phone/computer, they don't actually get "deleted". Rather, they are flagged as "not needed" and is left there until the phone/computer needs more space. It'll search out any flags, then overwrite them. In our case, that will work for and against us. Since we have to rewrite about 1 GB of data to reinstall the system (or was it +- 500 MBs?) we'll have to assume that about that much will be lost to us. That's why usually videos are unrecoverable. They are large and usually take up the most space, so they will be hard to recover if anything.
However, this works out for us as we can recover things like texts, contacts, your color note files, bookmarks, pictures, and whatever else you can dream of with a very high success rate. This is because they are small enough and if they don't get touched, you can probably get them in their original form. However, if parts of it is overwritten (i.e. texts, video) , you'll know cause the texts will have funky characters that dont make sense and the video wont load. Use this to your advantage and recover only small things first. Rule of thumb: if its small and seen by the software, most likely untouched. Grab these first.
I apologize for this really really long post. I just wanted to explain every part to you so you can understand the thinking behind why I'm asking you to do something as delete your precious data. However, like I stated earlier, there is almost 100% chance you won't get everything back and you could still possibly lose all your data should the software not see it. However, I feel this is much better than not having any chance at all and just staring at your phone waiting for it to grow brains and spit out the data in a conveniently-hidden SD card. So, I hope this works for you and if things go well, let me know! =]
~jojojohnson7410
In case hard reset didn't work...
You can follow the following section by clicking here:
How to revert to factory (stock, S-ON, no root):
Get S-ON by flashing THIS FILE (218.5kb) via recovery the same way you would flash a ROM. If you're not on the stock radio, you'll first need to FLASH THE STOCK RADIO. If you don't know how to do this, then you've never flashed off the stock radio, so you're good.
Revert your phone back to the stock, unrooted ROM. You have two options.
Option 1: Download HTC Sync and run the RUU. You can download the RUU HERE (180MB).
Option 2: Download THIS FILE (172.5MB) and place it on the root of your SD card. Reboot your phone into HBOOT (Bootloader, NOT RECOVERY!!!). Once the bootloader checks the image, it will ask you if you want to update. Select Yes and let the update run. After the phone reboots, you will have a stock, factory Droid Incredible running the November update.
Click to expand...
Click to collapse
It's all the way at the top. Do this only if the hard reset didn't work. If you need help using this or encounter any problems, let me know =] (oh, PM me cause sometimes I forget to check >.>)
~jojojohnson7410

[Q] Tablet stuck in password screen + recovery mode doesn't work

Hello,
I'm sorry to bother you with an apparently repetitive thread, but I assure it is not.
I've been dealing with this problem for over a year now. Of course there were times that I simply gave up, but every now and then I searched all over the internet (seriously; very resilient, I am) and tried everything. Nothing seems to work.
The issue is: one day I was reading something on Google Reader and the tablet restarted. When it came back, it was in this password screen.
[AS A NEW USER I COULDN'T POST THE IMAGE - please see attachment ending in 41]
Detail: I had never, EVER set any kind of password. I don't do this with any of my devices unless I'm obliged to (as in Windows 8, this big piece of shiite).
So the thing is: I did not set a password, I did not choose to ask for a password in any situation and there isn't a single combination that I haven't tried. The thing doesn't even ask me to stop -- like 'hey, you've tried your 30k input, I think you should stop now'.
Now, for you not to start cursing me, I tried EVERYTHING that is basic and post-basic to fix it. I did wipe the data, I tried flashing another ROM, I did cold boot, factory reset, EasyFlashed, nvflashtf and whatnot. I swear to GoogleGods that I, as a non-expert-but-very-keen-on-technology, could.
Another thing that happens is when I try to enter the recovery mode, after using the nvflash, it doesn't work. The image that appears to me is this one:
[SAME THING -- attachment ending in 38]
Again: I'm not a complete noob. I know how to get into things; all I need is a simple guidance. I'm really sorry if this has been posted before and only I couldn't find it, but I won't be so if someone helps me to get it and solve my problem. I can't stand this anymore -- now it's just a matter of pride.
Thank you all.
This happened to me on my SL101 after I flashed a ROM of some sort. I used ADB commands to push the stock ROM back to it and to push another Recovery to it. Mine was in worse shape, Recovery loop, and then I finally got it to where yours currently is. My physical nor on screen keyboard would even work. Look up some ADB commands, perhaps you already know them, and attempt to either push the stock ROM or a new Recovery blob back to it.
D
DatDude123 said:
Look up some ADB commands, perhaps you already know them, and attempt to either push the stock ROM or a new Recovery blob back to it.
D
Click to expand...
Click to collapse
Yeah, well, y'know, I'm not at this level yet, but I'll dig into ADB and stuff.
I tried to use this sometime in the past, but my computer was so bad back then that I had to give up to keep my sanity. Now I've got a fairly good one (very good, considering the few things I use it for), however much less time.
Tonight is the night, though. I'll study as much as I can and I'll fix this ****. Any tip you may remember now would be useful.
Thanks.
I'm struggling with something even before I start: there's no way I can get access to the system and turn the USB Debugging on.
I know I'm not getting much attention, but I won't give up. Please just do not accuse me of spamming; I'm just a desperate geek that has been kept away from his toy.
Alright, after the childish speech, here's the latest update: I cannot use de ADB thing because there's no way I can turn on the USB debugging mode.
Or is there? The latest news is that I can get access to some system files through the ASUS File Manager (turns out it still reads the MicroSD Card, even though I could not update the device this way). So, technicians, is there a way to hack into this beast? Fu ck, I don't even know how to call it anymore.
There isn't much I can do with this File Manager. Mostly visualize the folders and rename this and that (which is the only thing I reckon might be useful).
Jesus, I'm sleepy, I can't even write properly anymore. Please someone help me. It can't be that hard.
maycondimas said:
I know I'm not getting much attention, but I won't give up. Please just do not accuse me of spamming; I'm just a desperate geek that has been kept away from his toy.
Alright, after the childish speech, here's the latest update: I cannot use de ADB thing because there's no way I can turn on the USB debugging mode.
Or is there? The latest news is that I can get access to some system files through the ASUS File Manager (turns out it still reads the MicroSD Card, even though I could not update the device this way). So, technicians, is there a way to hack into this beast? Fu ck, I don't even know how to call it anymore.
There isn't much I can do with this File Manager. Mostly visualize the folders and rename this and that (which is the only thing I reckon might be useful).
Jesus, I'm sleepy, I can't even write properly anymore. Please someone help me. It can't be that hard.
Click to expand...
Click to collapse
For some reason i thought you were on th sl101(slider) so i didnt comment. So heres the deal, any fix is going to be data destructive(nothing you can do at this point as even if you manage to pull data from the tablet, it will be encripted) You need Easyflasher(dev section) follow the instructios there (basically donwloading stock firmware from asus and by using nvflash in apx mode it will re-partition storage, and upload the stock firmware to the tf101)
If you hit any problems, post them here and ill help you further
Edit: just read you post more, if you tried easyflaher and it didnt work, please post the details of what you tried within easyflasher.
Its a strange issue, if it happend to me and id tried the things you already have, this is what id try:
-Flashing ubuntu from the dev section(i known very little about how nvflash works but it maybe only re-partitioning certain partitions, ubuntu i would imagine would require a full re-partitioning)
-alternativly (or on top of the previous idea) use one of the ubuntu installers(OLiFE on ubuntu worked the best for me, but franks tools/ newer software based on franks tools should work fine) and flash the Prime! rom on its own.
If these dont work, your last resort is asus - but thats a long shot lol
maycondimas said:
I know I'm not getting much attention, but I won't give up. Please just do not accuse me of spamming; I'm just a desperate geek that has been kept away from his toy.
Alright, after the childish speech, here's the latest update: I cannot use de ADB thing because there's no way I can turn on the USB debugging mode.
Or is there? The latest news is that I can get access to some system files through the ASUS File Manager (turns out it still reads the MicroSD Card, even though I could not update the device this way). So, technicians, is there a way to hack into this beast? Fu ck, I don't even know how to call it anymore.
There isn't much I can do with this File Manager. Mostly visualize the folders and rename this and that (which is the only thing I reckon might be useful).
Jesus, I'm sleepy, I can't even write properly anymore. Please someone help me. It can't be that hard.
Click to expand...
Click to collapse
If you can't get into anything, but you can enter APX Mode, but NVFlash doesn't work, then I'm not sure anything will as NVFlash completey deletes and recreates all the partitions on the drive
So unless you have been unlucky and downloaded a bad version of an NVFlash ROM....
I know you say you have used NVFlash but I`ll stick this here anyway
The way I restore is:
Connect tablet to PC and make sure the tablet is turned off (Make sure it is the only USB device connected other than keyboard/mouse)
Hold Volume Up + Power for a few seconds until you hear the USB connect sound on the PC, release the buttons, you are in APX mode
Install APX drivers if you have not already
Now extract this
http://www.xdafileserver.nl/Files/Asus/Asus%20Transformer%20(TF101)/STOCK%20ROMS/ICS%20.27/NVFLASH_ICS_9.2.1.27_WW_NOROOT.7z
And run "download.bat"
I think you should see some text appear on the tablet screen, and progress will be shown in the command prompt window on the PC
Wait for it to complete 100%
Its been a while so I can't remember if the tablet will reboot on its own or if you need to hold power for 30 seconds to get out of APX mode
Either way, make sure it is completely finished and reboot the tablet
Only thing I can remember going wrong with NVFlash was the first time I rebooted after a sucessful boot, it would hang on a black screen
Just hold power for 30 seconds and then power on normally, done, if it has worked you have your tablet back, if not, I think its a hardware issue > see asus
Im very keen to get this fixed/ find the issue as uptil now I thought the tf101 was virtually software invincible, you need to pay attention to what the nvflash process says, the one thing I can think of as to why nvflash didn't work is it can't write over encrypted partitions although that would make no sense why it wouldn't.
Just a suggestion... make sure you're not docked. Some people report issues when nvflashing while docked (I can't replicate those issues except with the Tubuntu tool).
Is there a solution?
I also have an error! see picture

[Q] Broken screen - cant get odb to connect

My 727 recently took a leap 20 ft onto patio stones, screen/digitizer is completely fubar. I bought an S3 for 150 rather than buy another digitizer to fix it for 150.
im running CWM ( dont remember V, but 6.x i think)
had vincom's SUPERLITE ATT JB 4.1.2 running nicely
Most of my phone backs up to the cloud, so i dont have alot of stuff to get off the phone fortunately. But this happened while on vacation, so all my vaca pics and videos need to be retrieved along with a few other things. I have tried to get them via the android lost app ... and I am able to connect but it keeps timing out when i try to get the DCIM filed off, and ive seen no way to just download entire folders.
Kies was a complete waste of time, but i did try it
ODB was the last thing i tried but i havent had much luck (no luck) getting it to connect through the command prompt. it says ODB directory not found... i reinstalled the drivers...tried a few different downloads of ODB, and even got the whole SDK package. everything was extracted into my C:/
I have seen people say put it into recovery and take a backup from there, but havent seen much info on how to do that with zero screen. When i put it into recovery, a few times the USB recognizes the internal SD card but there is no content inside on the terminal end
Other info FWIW: i dont have a pin lock, TiBU is my backup of choice
Any ideas would be appreciated

Bootlooping. Just need pictures.

My girls phone appears to have water damage. There is water visible in the camera lens. However, the water indicator sticker is still ok. T-mobile is replacing it under warranty. Before she sends it off she wanted to know if there was any way to get the images she had just taken off the phone. No external SD card. Only internal.
The phone will not boot past the black screen with samsung on it. It is bootlooping. I can get into recovery and thought I would be able to ADB pull the pictures folder but the only way I can get it to show in ADB Devices is to go to the sideload option. But from there all I get is the "error: closed" from any command. My adb and drivers are up to date but I havnt used a samsung phone in a few years.
Is there any way to get to the images stored on the phone before sending it back?
Any help would be much appreciated.
Im guessing the phone is stock running stock recovery? Ya I thnk if ADB is not working you're all out of options.
Not much help now, but in the future set up a drive or dropbox account for your GF that automatically uploads pics to the cloud. That being said, check her google drive/photos ? I know google used to harass me about their option to upload my camera shots to their servers all the time , maybe your girlfriend happened to do that one day?

Regain access to old data of mine

Hey Guys
Im in a bit of a situation here
It sounds a bit odd, but when making up my electronic stuff, i dug out my old Galaxy S7 and several other phones and i got a bit nostalgic about those times and what i did back then.
So i started charging them up and scrolling to the photos and messages of that time. (im not the type of guy who has everything synced, i mostly start from scratch on a new phone).
However on this device, i was not able to figure out the PIN Code nor the Google Account i was using back then.
So i am now trying to get access to this data by working around the pin code or something like that.
I thought that with the ADB shell i could do this and i found some hints on google about it. However as it looks, you need to have USB debugging enabled to get the shell access. Which of course i haven't and i cannot set as i am not able to get into the system the usual way.
There is no custom recovery or similar flashed on the device. Stock. I might even have wiped it back then but just curious And searching solutions for problems like that is in my nature.
So does anyone know a way how to get there?
I am not interested about the os or something, just my old personal data.
Is unlocking through odin still a thing? and can i get a custom recovery on the device that way WITHOUT loosing the data on the phone? so through that recovery i cloud get a shell to bypass the lockscreen?
Or is there just no solution to that?
I found that there is some SD Card installable flashes to bypass the lockscreen, but here i would first have to buy an SD Card. Since this is just a project i dont want to waste money. Do you guys know if this works for sure? I mean, can i even install this tool without a custom recovery? I have the menu option to apply updates from sd card in the standard recovery, just not sure if this does the trick.
Any other approach?
And yeah, i would probably find it out one day by just trying the codes, but it locks you for 60 minutes after every try now, so this would take ages ^^

Categories

Resources