Urgent Hlep: Phone not working - HTC One X+

Hello
I hope someone can help me with this.
This is the first time I'm trying to install a new rom and had a problem. Now my phone doesn't start anymore. It hangs on the htc logo screen.
I'm trying to install the rom from the following link:
http://forum.xda-developers.com/showthread.php?t=2027304
WHat I did is :
Used all in one htc one x plus utitlity and flashed the boot.img found in the link.
After this the phone started to hang.
Now I wantot install the rom and gapp file but I don't have that in my phone yet.
I went to mount > mount usb storage in order to used adb push to put the zip files inside my phone but I get an error message saysing "device not found"
What can I do from here? please let me know what to do.
Thank you

cpu2007 said:
Hello
I hope someone can help me with this.
This is the first time I'm trying to install a new rom and had a problem. Now my phone doesn't start anymore. It hangs on the htc logo screen.
I'm trying to install the rom from the following link:
http://forum.xda-developers.com/showthread.php?t=2027304
WHat I did is :
Used all in one htc one x plus utitlity and flashed the boot.img found in the link.
After this the phone started to hang.
Now I wantot install the rom and gapp file but I don't have that in my phone yet.
I went to mount > mount usb storage in order to used adb push to put the zip files inside my phone but I get an error message saysing "device not found"
What can I do from here? please let me know what to do.
Thank you
Click to expand...
Click to collapse
Which version of the phone do you have? Sounds like the INTL one to me. You can still follow my tut here to get your rom and gapp's on your phone to flash.
Good luck

Maybe a silly question, but, do you have the windows drivers installed for the phone?

Clonz said:
Which version of the phone do you have? Sounds like the INTL one to me. You can still follow my tut here to get your rom and gapp's on your phone to flash.
Good luck
Click to expand...
Click to collapse
Thank you for the quick reply.
I managed to make it work.
Basically it seems like the phone takes time to get recognised by my system, is this normal?
After mounting the usb storage from recover and plugging the usb, when I used adb push, it says device not found.
After a minute, I used the command line again and it worked.
I pushed both the rom and gapps.zip file and installled them and now it's working.
My question now is: I had apps, messages,calls and contacts - is it possible to get them from the backup as well as keep this rom that I've just installed?
PS : is not connecting to the wifi, stating that there are authentication problem, is this normal?
Thank you

Can someone tell me if the wifi connection is an issue with this phone when intalling the rom mentioned earlier.
I had apps and other stuff on my phone, I can still see their respective folders, can I restore my apps back?
ps: I made a full backup of my official rom, I wanted to restore it back and this is what I've done:
Wiped system,dalvik,cache and factory
then restored all three partitions of my backup.
It turns on but it keeps hanging on the htc one logo
what can I do in this case?
Thank you

cpu2007 said:
Can someone tell me if the wifi connection is an issue with this phone when intalling the rom mentioned earlier.
I had apps and other stuff on my phone, I can still see their respective folders, can I restore my apps back?
ps: I made a full backup of my official rom, I wanted to restore it back and this is what I've done:
Wiped system,dalvik,cache and factory
then restored all three partitions of my backup.
It turns on but it keeps hanging on the htc one logo
what can I do in this case?
Thank you
Click to expand...
Click to collapse
I could be completely wrong but you might have to flashed the boot.img from your backup? did you flash a boot.img from a custom rom? TWRP won't flash boot.img properly so it has to be done in the bootloader.
Hope this sheds some light on your issue
Cheers!

When we make the backup, TWRP doesn't create a boot image file,at least not explicitly.
The file with the name "boot" have md5 and win extension.
I thought the same thing, that probably I need to flash the boot.image file as I did flash a custom boot before installing cm10.
So where is the boot.img file for my stock? how can I extract it?

Related

TWRP - Need Help

I have the Evo LTE S-on (HTC bootloader unlocked) and TWRP installed. The only problem I'm having is that I cannot seem to get .zip files to open from the install menu in TWRP (recovery). I factory reset and try to open the zip from the install menu but it just says "Failed". Specifically I am trying Kushdeck's new CM10 ROM. Any help would be greatly appreciated. Thanks.
PS. Not sure if this will help but on the install menu my files show up twice, the first time with the normal naming and the second with "/." in front of them.
Did u try and re download it again? Sounds like a bad DL if it keeps failing after a couple of attempts
Sent from my EVO using Tapatalk 2
Ok I'm trying that now. I'm also wondering if there's a problems with my /ext-sd because everytime I factory reset it says it couldn't access that. Do you think that has anything to do with it? Is reinstalling TWRP an option?
Ok thanks so much the re-download did it. But now I'm at a black/blank screen after start up. I factory reset, installed the CM10 ROM then Gapps and wiped the dalvik/cache. Then when I reboot it just goes to the HTC screen and after that nothing. Ideas?
This is going to sound strange but try factory restet, wipe cache/dalvik and then just reboot without trying to flash anything.. I've been having some similar issues as mine isn't recoglizing any MD5 when i try to flash a new rom.. I wiped my phone and have tried to flash a few roms and it fails every time and in wiping my phone it somehow took out my backup so without any other options (that I knew of) I just rebooted and luckily it loaded a completely bare vipor rom like what I started out with when I originally rooted.. BTW, did you create a backup before trying to flash? Should always make a backup....
Ya I had backed up. Turns out I needed to manually flash the boot.img which fixed the issue
elitelimfish said:
Ya I had backed up. Turns out I needed to manually flash the boot.img which fixed the issue
Click to expand...
Click to collapse
Thanks for this. I had the same problem, (S-ON, TWRP. black screen on boot). I was able to flash stock-based ROMs, but not CM10, so I suspected it had something to do with the things that HTCDev won't allow the recovery access to, but the logs from TWRP didn't throw any errors, so while I suspected boot, I didn't know what to do about it. And everyone knows that it's easy to be caviler with everything is working, but as soon as you start having problems, you get gun shy about trying things.
Your post was the solution for me. Extract the boot.img file found inside the zip or your chosen ROM, and flash it using fastboot:
"fastboot flash boot boot.img"
heywetried said:
Thanks for this. I had the same problem, (S-ON, TWRP. black screen on boot). I was able to flash stock-based ROMs, but not CM10, so I suspected it had something to do with the things that HTCDev won't allow the recovery access to, but the logs from TWRP didn't throw any errors, so while I suspected boot, I didn't know what to do about it. And everyone knows that it's easy to be caviler with everything is working, but as soon as you start having problems, you get gun shy about trying things.
Your post was the solution for me. Extract the boot.img file found inside the zip or your chosen ROM, and flash it using fastboot:
"fastboot flash boot boot.img"
Click to expand...
Click to collapse
Hey out of curiosity did you like any of the stock based ROMs? If so which ones? I kinda wanna try one out but haven't settle on one

"Sort of" bricked tf201 : Yup, I am dumb. Please help.

I created this thread because I have looked all over and have been unable to find someone with the exact same issue(s).
I said "sort of" in the title because twrp is working. Ok, so before everyone asks if I have nvflash, the answer is no. I did not have the right version of firmware, and did not try to install it originally. Since I was able to install roms, I figured I was fine...oops.
Twrp is not properly installing roms. More on that later. I am getting to the asus splash screen that says my device is unlocked, but it is stuck there.
My last working rom was the deodexed stock JB rom from craig gomez. I installed it with goo and when I installed that, I lost custom recovery and root, so I decided to go back to a more custom rom so Titanium backup would work. When I did that, I tried also tried again to make nvflash work. I got through the first step, it said it was successful, except I never got the little message in the upper left corner that I was supposed to get. I did not think it was a big deal because my prime would still boot like normal.
Then I installed twrp 2.3.1.0 and I have tried flashing previous restore images. I have tried installing the roms on my sdcard. I cannot get past the asus splash screen.
If I try installing a rom with the force md5 check enabled, it does detect an md5 and then quits.
If I try intalling a rom without the force md5 check, i get an error that says E:Unable to mount '/staging'
When I try installing a backup everything seems to work okay, but then I get the same error E:Unable to mount '/staging'
When I try to install roms through fastboot, I get the following errors:
archive does not contain 'android-info.txt'
archive does not contain 'android-product.txt'
error: update package has no android-info.txt or android-product.txt
When I try using adb, I do not see any devices.
I tried putting CWM on the prime to see if I could install from that instead, but it would not load after install.
I tried putting an older version of twrp on the prime, to see if that was the issue because I used to have an older version...I could not get that to load either...so I went back to this version.
Any ideas or suggestions would be awesome guys. I am stuck.
I even went to install the naked drivers again, and when I try to flash a different recovery, I get the <waiting for device> text that never goes away.
i'm sort of on the same boat. my prime just keeps booting into twrp recovery no matter what i tried. i'm still hoping to find a solution to this problem.
godlyitem said:
i'm sort of on the same boat. my prime just keeps booting into twrp recovery no matter what i tried. i'm still hoping to find a solution to this problem.
Click to expand...
Click to collapse
For me, I can let it try to boot normally, but I get stuck at the splash screen. This device is unlocked.
If I hold down the volume down button, I can go to fastboot, or RCK for recovery...but it does not work properly.
big time noob said:
For me, I can let it try to boot normally, but I get stuck at the splash screen. This device is unlocked.
If I hold down the volume down button, I can go to fastboot, or RCK for recovery...but it does not work properly.
Click to expand...
Click to collapse
i just tried to flash cwm in the terminal, it wrote stuff on the memory, but didn't seem to do anything. it booted straight back to twrp. i can't even get it to go to fastboot!!! only if i can go to fastboot, i could save my prime!!!
godlyitem said:
i just tried to flash cwm in the terminal, it wrote stuff on the memory, but didn't seem to do anything. it booted straight back to twrp. i can't even get it to go to fastboot!!! only if i can go to fastboot, i could save my prime!!!
Click to expand...
Click to collapse
Yeah, I thought that too, but fastboot does not work properly either...argh. I wish one of the gurus would chime in here.
Same Here.. It all happened when i restored my files using titanium backup and when i rebooted im stuck at boot scrren
EDIT: Guys I did a prime fullwipe and flashed stock jb and now prime is restored to its original state..
""I also got some errors like md5 file could not be found and could not find the /staging""..but after the reboot it works perfect
EDIT 1: Now after the prime fullwipe and flashing stock jb i flashed twrp recovery and now it works perfect without a single error even the above mentioned errors were gone
mercydia said:
Same Here.. It all happened when i restored my files using titanium backup and when i rebooted im stuck at boot scrren
Click to expand...
Click to collapse
EVERYONE i fixed it!!!!!!!!!!!!!!!!!! !!!! it's alive again!!!!!!!!!!!!!!!!!
godlyitem said:
EVERYONE i fixed it!!!!!!!!!!!!!!!!!! !!!! it's alive again!!!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
That doesn't really help us. If possible, can you edit/delete your message so that the guys that might help do actually help? Don't want them to think this is done.
Can you clarify what the Prime fullwipe is and how you got there?
I do not know if it will help me.
I can't even do the wipe command from fastboot.
Just says <waiting for device>
I have tried the wipe command form the boot screen (the one with fastboot and RCK as options), that did not work properly either.
Ryan
mercydia said:
Same Here.. It all happened when i restored my files using titanium backup and when i rebooted im stuck at boot scrren
EDIT: Guys I did a prime fullwipe and flashed stock jb and now prime is restored to its original state..
""I also got some errors like md5 file could not be found and could not find the /staging""..but after the reboot it works perfect
EDIT 1: Now after the prime fullwipe and flashing stock jb i flashed twrp recovery and now it works perfect without a single error even the above mentioned errors were gone
Click to expand...
Click to collapse
big time noob said:
Can you clarify what the Prime fullwipe is and how you got there?
I do not know if it will help me.
I can't even do the wipe command from fastboot.
Just says <waiting for device>
I have tried the wipe command form the boot screen (the one with fastboot and RCK as options), that did not work properly either.
Ryan
Click to expand...
Click to collapse
here is what i did. get into twrp recovery. flashed full prime wipe -> right after that flash the stock jb US version directly dled from Asus -> reboot then you will be stuck at the splash screen (that's a good news). Hold down power + volume down until your prime turns off and restart (keep holding those two keys) until the 3 icons appear then flash w/e rom you want in recovery. It's alive!
In twrp I do not see anything that says Full Prime Wipe. I see something that says wipe. Are those the same? I tried doing a wipe from this screen, but it did not work for me as expected.
godlyitem said:
here is what i did. get into twrp recovery. flashed full prime wipe -> right after that flash the stock jb US version directly dled from Asus -> reboot then you will be stuck at the splash screen (that's a good news). Hold down power + volume down until your prime turns off and restart (keep holding those two keys) until the 3 icons appear then flash w/e rom you want in recovery. It's alive!
Click to expand...
Click to collapse
big time noob said:
In twrp I do not see anything that says Full Prime Wipe. I see something that says wipe. Are those the same? I tried doing a wipe from this screen, but it did not work for me as expected.
Click to expand...
Click to collapse
no full wipe is a stand alone zip file you have to google and find dl it. put it in your prime then flash it
Thanks. That is what I needed to know.
I will see if I can make this work when I get back from work.
godlyitem said:
no full wipe is a stand alone zip file you have to google and find dl it. put it in your prime then flash it
Click to expand...
Click to collapse
I am pretty sure I am F***ed.
I tried the prime full wipe. It worked the first time, I think. Then went to install a rom.
I had to do both through external SD in twrp because my adb is not working. Also, fastboot only works to install a recovery. The only version of any recovery I can make work is twrp 2.3.1.0
If I try an older version or CWM, it freezes where I try to go into recovery.
Unable to mount data error.
Unable to mount system error.
Same as before.
I tried using unbricker software I found, but since adb does not work properly, the software does not work properly.
I am going to see if I can work my charm and get them to take back my tablet at best buy for an infinity. I have read about other people pulling it off.
I think as we get closer to xmas my odds improve...UNLESS SOMEONE HAS ANOTHER IDEA??? I would love to try something else.
Eyeballer suggested a chat room channel thing, but most of the people are in europe and I would need to do it in the morning...I do not have time for that, but I may try it.
big time noob said:
Can you clarify what the Prime fullwipe is and how you got there?
I do not know if it will help me.
I can't even do the wipe command from fastboot.
Just says <waiting for device>
I have tried the wipe command form the boot screen (the one with fastboot and RCK as options), that did not work properly either.
Ryan
Click to expand...
Click to collapse
Download the zip:
http://goo.gl/hiFHB
Goto to Twrp recovery and install the zip..Since it supports microsd u can transfer the zip to microsd.
Goto TWRP -> INSTALL -> CHOOSE EXTERNAL SD -> INSTALL THE ZIP
It will completely wipe the internal storage and then download the official STOCK JB FROM ASUS SITE and follow the same steps to install. Now install the latest twrp recovery using fastboot
big time noob said:
I am pretty sure I am F***ed.
I tried the prime full wipe. It worked the first time, I think. Then went to install a rom.
I had to do both through external SD in twrp because my adb is not working. Also, fastboot only works to install a recovery. The only version of any recovery I can make work is twrp 2.3.1.0
If I try an older version or CWM, it freezes where I try to go into recovery.
Unable to mount data error.
Unable to mount system error.
Same as before.
I tried using unbricker software I found, but since adb does not work properly, the software does not work properly.
I am going to see if I can work my charm and get them to take back my tablet at best buy for an infinity. I have read about other people pulling it off.
I think as we get closer to xmas my odds improve...UNLESS SOMEONE HAS ANOTHER IDEA??? I would love to try something else.
Eyeballer suggested a chat room channel thing, but most of the people are in europe and I would need to do it in the morning...I do not have time for that, but I may try it.
Click to expand...
Click to collapse
When I was doing the fullwipe the same errors happened to me.. But dont mind..I got errors like
1. No md5 file found
2. Mount error
3. Cannot find /staging
Just follow the above the steps ull get it right
did you even follow my step by step guide? you can move the stock rom from external SD to your internal SD in advance -> file manager.
godlyitem said:
did you even follow my step by step guide? you can move the stock rom from external SD to your internal SD in advance -> file manager.
Click to expand...
Click to collapse
Yeah, I should have said I tried that first. I also tried the stock rom from asus. When that didn't work, I tried the stock rom deodexed I found in goo.
There are a bunch of permission errors going on inside my prime. When I go into the mount area, it will not let me mount the data to move it. Or, when I try to copy it over I get a failed message.
Okay. I wiped it again, from twrp.
Then it let me move the file from the ext-sdcard to the sdcard.
I used the prime full wipe.
Then I tried to install the stock rom by transferring it in twrp file manager.
I got the file onto the sdcard, but when i tried to install, it said Failed.
That was it.
I even tried installing the ICS version I got from ASUS. Same thing.
Now, I am going to try to access via unbricker...don't know if it will work, but I am out of ideas.
godlyitem said:
did you even follow my step by step guide? you can move the stock rom from external SD to your internal SD in advance -> file manager.
Click to expand...
Click to collapse
Fixed?
I am alive!
us-tf201-jro03c-10.4.2.15-stock-deodexed.zip
That is the last rom I successfully used.
I used all sorts of different wipes. I was in twrp and noticed my pc installing the transformer adb driver. So I hopped into adb to see if it would see my device with that driver. (it did, but it wasn't before from the fastboot or adb commands with naked driver).
I tried sideloading the above rom from twrp. It worked.
Thought others might want to know.
I do not know if I can install other roms or not. I am a little scared to try just yet.
big time noob said:
Okay. I wiped it again, from twrp.
Then it let me move the file from the ext-sdcard to the sdcard.
I used the prime full wipe.
Then I tried to install the stock rom by transferring it in twrp file manager.
I got the file onto the sdcard, but when i tried to install, it said Failed.
That was it.
I even tried installing the ICS version I got from ASUS. Same thing.
Now, I am going to try to access via unbricker...don't know if it will work, but I am out of ideas.
Click to expand...
Click to collapse
big time noob said:
I am alive!
us-tf201-jro03c-10.4.2.15-stock-deodexed.zip
That is the last rom I successfully used.
I used all sorts of different wipes. I was in twrp and noticed my pc installing the transformer adb driver. So I hopped into adb to see if it would see my device with that driver. (it did, but it wasn't before from the fastboot or adb commands with naked driver).
I tried sideloading the above rom from twrp. It worked.
Thought others might want to know.
I do not know if I can install other roms or not. I am a little scared to try just yet.
Click to expand...
Click to collapse
You will have the jelly bean bootloader now so as long as you stick to it you should be fine. The only other thing I would suggest is check you version of twrp, you should be running the jelly bean version of it also. And if I am not mistaken, you need to be on ics to use nvflash (although I haven't checked the op recently so I could be wrong) so definitely stay away from that unless you downgrade.

Bricked, any help appreciated !

Just got back into ROMs again, but made a few mistakes.
I was attempting to install Cyanogenmod
Got the Boot.img file to work, however I realized I didn't add the files to install the ROM, into the SD folder.
(Went into the "install" option on TWRP, but there are no files to install at all)
Now my phone just boots up to the splash logo, and stays there. Any way to fix it?
Note: Already tried RUU, I get the version error like everyone else. I don't know what else to do.
akim33 said:
Just got back into ROMs again, but made a few mistakes.
I was attempting to install Cyanogenmod
Got the Boot.img file to work, however I realized I didn't add the files to install the ROM, into the SD folder.
(Went into the "install" option on TWRP, but there are no files to install at all)
Now my phone just boots up to the splash logo, and stays there. Any way to fix it?
Note: Already tried RUU, I get the version error like everyone else. I don't know what else to do.
Click to expand...
Click to collapse
Create a folder "0" on the sd card and put the file in there. You can also side load in recovery it just takes forever to transfer the ROM.
TheRealDeadApe said:
Create a folder "0" on the sd card and put the file in there. You can also side load in recovery it just takes forever to transfer the ROM.
Click to expand...
Click to collapse
Thank you for the side load recovery. That managed to work, however I encountered another problem.
I am now stuck on the cyanogen 10.1.3 screen, same deal as before.
I've tried everything to solve this:
Deleted cache, factory reset
Made sure I had correct kernal
Etc.
Please, really need to use my phone. Thank you for the help.
Extract the kernel (boot.img) from the ROM file and flash it from your pc using fastboot. Rom doesn't boot is typically due to wrong kernel, maybe it failed to flash from recovery. You are s-off, correct?

After several tries still in bootloop - HTC One X

Hi Community,
I have a massive problem and I hope you can help me.
I rooted my HTC One X successfully and tried to flash custom roms on it which kind of worked. I put the zip folder on the internat sd card and flashed it without flashing the boot.img.
Finnaly I found out to do that, flashed the boot.img but while installing the ROM the problem code/status 7 appeared and I had to restart the phone in order to put the right rom onto the phone, which i had on my computer.
But while booting, the phone just got stuck in bootloop showing the HTC logo.
I already tried quite a lot of stuff to rescue my phone, for example to restore the nandroid backup - didnt work, flash another backup onto phone - still bootloop, flashed a new rom with boot.img - still bootloop.
The only solution i could find was to unroot the device and flash the stock rom onto it.
Is that really my last resort or is there another way?
Thanks for your help.
I just saw that I posted it in the wrong forum. If a admin could please replace it, i tried to delete it but it didn't work.
Sorry for the inconvenience.

Trying to recover files from old Android phone?

Plugged in my old Captivate the other day to charge, and when I came back to it, was stuck in CWM. And would not boot into OS. I have some pics and videos I would like to pull off of it. I tried flashing to stock with Odin, but no love. Tried various kernels and CWM's and non of them will mount /sdcard. As far as I know it hasn't been wiped, as everything I've done says it can't mount /sdcard. Thought it was on CM11 but the boot logo looked like CM10.
Have been trying this http://howtorecover.me/data-recovery-internal-storage-android-phone-guide, but I am stuck at the "Making an image of Android internal storage". And not even sure this will work because I have to do everything in Recovery.
Can log into ADB and do some stuff while in Semaphore_KK_3.4.2c with "adb device= 3935DD422FE700EC recovery"
managed to get "list_of_partitions.txt" (attached)
Is there anyway to repair mount without wiping or retrieve my files?
Boot Into Recovery
BigB42078 said:
Plugged in my old Captivate the other day to charge, and when I came back to it, was stuck in CWM. And would not boot into OS. I have some pics and videos I would like to pull off of it. I tried flashing to stock with Odin, but no love. Tried various kernels and CWM's and non of them will mount /sdcard. As far as I know it hasn't been wiped, as everything I've done says it can't mount /sdcard. Thought it was on CM11 but the boot logo looks like CM10.
Have been trying this http://howtorecover.me/data-recovery-internal-storage-android-phone-guide, but I am stuck at the "Making an image of Android internal storage". And not even sure this will work because I have to do everything in Recovery.
Can log into ADB and do some stuff while in Semaphore_KK_3.4.2c with "adb device= 3935DD422FE700EC recovery"
managed to get "list_of_partitions.txt" (attached)
Is there anyway to repair mount without wiping or retrieve my files?
Click to expand...
Click to collapse
Hi there,
Well if you're able to boot into the custom recovery then you can use the adb feature to make up a backup of all the files
KIBS2173 said:
Hi there,
Well if you're able to boot into the custom recovery then you can use the adb feature to make up a backup of all the files
Click to expand...
Click to collapse
Great, so can you direct to a way to do it? Stuck on the above guide. Was stuck on SU privileges but aftter finding my current recovery and flashing su.zip every rime I boot the phone. Seem to be passed that. When I get to abd try to copy image it doesn't work.
Also I have read in some the posts that restore in recovery doresn't wipe personal files. Is that true?
BigB42078 said:
Great, so can you direct to a way to do it? Stuck on the above guide. Was stuck on SU privileges but aftter finding my current recovery and flashing su.zip every rime I boot the phone. Seem to be passed that. When I get to abd try to copy image it doesn't work.
Also I have read in some the posts that restore in recovery doresn't wipe personal files. Is that true?
Click to expand...
Click to collapse
Yeah there is a way before I say it What phone are you using again?
well in some cases and on some phones when you change the recovery to a custom one all data will be destroyed
so can you actually boot the phone and does it goes into the homescreen?
KIBS2173 said:
Yeah there is a way before I say it What phone are you using again?
well in some cases and on some phones when you change the recovery to a custom one all data will be destroyed
so can you actually boot the phone and does it goes into the homescreen?
Click to expand...
Click to collapse
It's a Samsung Captivate sgh-i897, will not boot into OS. Everything I've tried flashing was with Odin. tried a couple one-click stock odin installers. But even those would get blocked by mount error when the phone would reboot to install the OS.
Try this
BigB42078 said:
It's a Samsung Captivate sgh-i897, will not boot into OS. Everything I've tried flashing was with Odin. tried a couple one-click stock odin installers. But even those would get blocked by mount error when the phone would reboot to install the OS.
Click to expand...
Click to collapse
Hi there,
Okay so have you tried using Samsung Keis software it should help you to restore that phone however I'm not sure that you could the recover your old files on that phone but you can try various phone recovering software
Kies won't let me connect through recovery or download. Tried doin factory reset in recovery and that doesn't work either.
Hello,
I am pretty sure that the old Android phone cannot give your data back if you have saved any files after losing old data. New data might have overwritten the previous deleted files and you cannot retrieve them again. But if you have not saved any files after deleting then I must say, you can restore the files using a recovery program (androiddata-recovery.com/android-phone-recovery.php).
Going through this will allow you to get back every data deleted from your old Android phone without any backup. It is easy to use and one of the best reliable software to recover lost files from Android phone.

Categories

Resources