Verify hardware failure of internal memory - General Questions and Answers

I am wanting to get some opinions on if this sounds like the internal memory has failed or if there may just be something wrong with the format and partitions.
I have an old galaxy s3 that failed a few months ago. It restarted and would attempt to enter recovery mode but gave errors unable to mount storage, system, etc.
I was able to flash twrp and cwm recoveries. I did cwm after twrp to see if they showed the same problems. Twrp did show the internal memory with 0mb. I've also tried using several commands
through adb to attempt to access the internal memory with no success.
If anyone can think of anything else to try I'd appreciate it or if you think the memory has failed I would appreciate your opinion.
Also this phone was having issues where it would reboot and say something about the memory being corrupt and to reformat it, on additional reboot it would start as normal.

Related

Wipe data/cache not working

I am trying to update my xoom to a new rom, ICS, and yet when I go into recovery to wipe data/cache, nothing gets touched by this command. I want to wipe the xoom clean and start over yet I can never get this command to work. I want to format the internal storage and start fresh yet every time I try this command all of the folders and apps and data are still left on the internal storage.
Any suggestions on how to get this fixed? I wanted to just mount the storage while in recovery and then perform a format on the device from within windows yet I can never get the device to mount from recovery. The only thing I can think of is to re-root/unlock the device and fastboot flash a new image to the device. Any thoughts?
beankid said:
I am trying to update my xoom to a new rom, ICS, and yet when I go into recovery to wipe data/cache, nothing gets touched by this command. I want to wipe the xoom clean and start over yet I can never get this command to work. I want to format the internal storage and start fresh yet every time I try this command all of the folders and apps and data are still left on the internal storage.
Any suggestions on how to get this fixed? I wanted to just mount the storage while in recovery and then perform a format on the device from within windows yet I can never get the device to mount from recovery. The only thing I can think of is to re-root/unlock the device and fastboot flash a new image to the device. Any thoughts?
Click to expand...
Click to collapse
Sometimes you have to mount /data and /system before those commands work. For some reason I see those file systems don't get mounted when cwm or twr loads.
Sent from my PG86100 using Tapatalk

[Q] TF101 Installing Custom ROM on Encrypted device

I recently managed to successfully root my TF101.
I installed CWM (Via ROM Manager) and downloaded CM9
I boot into CWM and attempt to do a nandroid...can't find path.
I attempt to just install from SDCard...can't find path
Realization (and research) hits that CWM can't see the external sd, and the system doesn't see it as SDCARD but EXT-.
CWM can't see the internal SDCard because apparently on the Tablet the ICS encryption locks that down (but doesn't on my EVO since the SC Card isn't part of the internal storage)
I attempt to perform a factory data wipe to clear out the encrtyption , but upon reboot CWM loads. I try to perform the boot-launcher data wipe, but then CWM loads.
I try to use CWM to factory reset but since it can see the damned SDCard because of the encryption, no dice.
My machine is not bricked, as I can still boot into the previous install but I can't seem unable to format the thing to install CM9.
What to do, and thanks.
It has been said multiple times before DO NOT USE ROM MANAGER.
Either use Thing O Doom's peri to install a different CWM or Gnufabio's Recovery installer or NVFlash a rom to completely wipe. And don't use encryption there is no point 99% of the time
I didn't check here first, which is obviously what was my first mistake.
Will any of those recoveries be able to access and format the SD Card area?
Also, I use encryption as I do have sensitive things on my machine that I don't want exposed in case the machine is stolen. First time I've ever had it give me a problem, as the phone encrypts differently.
Team roug's recovery has internal and external sd support and i think the encryption is an ics/tegra 2 bug more than anything
Ok, so I managed to get the new recovery on via Thing O Doom's peri. And I was able to install Revolver via the ext card...but upon boot I was prompted for my encryption pin and got the message that android was updating...My Build number is now Revolver but everything is the same as it was. I still can't factory wipe this damned thing.
Upon request to wipe, it boots back to recovery and says formatting data and cache, data wipe failed.
Tis site states http ://0xfeedface.org/blog/lattera/2012-06-04/installing-cm9-encrypted- android-tablet
The dilemma
When you encrypt your Android device, the /data partition is what gets encrypted. The partition in full is encrypted and cannot be mounted within CWM. CWM also cannot perform a wipe, since it cannot mount the /data partition. And CWM cannot mount the external SD card. This is our dilemma. No access to the internal SD. No access to the external SD. No way to perform a wipe and format the internal SD from CWM.
The Solution
What we need to do, then, is use adb while the tablet is in recovery mode to reformat the internal SD card, thereby removing the encryption. On the US Transformer Prime, the internal SD card is at /dev/block/mmcblk0p8. The partition for our spare SD card will be at /dev/block/mmcblk1p1. You will need to replace those device entries for any other device you might attempt this on. After formatting the internal SD card, we will mount it and then mount the external SD card at /data/media:
In CWM, wipe cache
adb shell
mke2fs -t ext4 /dev/block/mmcblk0p8 # Warning: This can take a while. Be patient.
mount /data
mount /dev/block/mmcblk1p1 /data/media
Now go back to CWM on your device, then go ahead and flash your CM9 and gapps zips like normal. You now have CM9 installed! The /data partition is not encrypted. If you do not need to flash any other ROMs (unlikely if you're reading this article), feel free to re-encrypt your device.
Click to expand...
Click to collapse
I don't know the block numbers for the TF01
you need to undo the encryption before you can wipe anything
You can't. Hence my problem. I cannot mount,delete, or format the SDCard. It sounds like the process in the above post is the solution, but I don't know how to find out what block numbers the tf101 uses.
If you don't mine losing your data NVflashing a rom will resolve all the problems
Yep nvflash will do the trick otherwise as the solution you found yourself explains
Use adb in recovery ( in other words hook it up on a pc ) for this you will need android sdk runnin on your pc
More info about adb u can find here
http://forum.xda-developers.com/showthread.php?t=1751439&highlight=adb+help
Good luck
Thanks to all, I have resolved my issue!
I had to download the stock rom, extract the blob, and use Wheelie for PC to NVFlash everthing abck to stock. I was then able to update over OTA, and use the excellent Thing O Doom's peri to re-root and flash the working recovery.
There should be several items in the Root FAQ up top, such as:
If you are encrypted and going to root, factory reset to get rid of the encryption FIRST since the encryption locks down the SDCARD partition (Unlike on the phone)and none of the recoveries can access it to mount. DON"T use ROM manage on the TF101 and always, always check XDA first.
:good:
darthrater said:
Thanks to all, I have resolved my issue!
I had to download the stock rom, extract the blob, and use Wheelie for PC to NVFlash everthing abck to stock. I was then able to update over OTA, and use the excellent Thing O Doom's peri to re-root and flash the working recovery.
There should be several items in the Root FAQ up top, such as:
If you are encrypted and going to root, factory reset to get rid of the encryption FIRST since the encryption locks down the SDCARD partition (Unlike on the phone)and none of the recoveries can access it to mount. DON"T use ROM manage on the TF101 and always, always check XDA first.
:good:
Click to expand...
Click to collapse
That FAQ is sadly pretty outdated, I wish I could liberate the OP
Glad all is working now though.

[Q] omni 4.4 help stingray

I am not new to ROM's I have dabbled here and there with my phones and the xoom. I followed the directions to a t for the Omni 4.4.2. I did the first part for putting bigPart TWRP on my xoom. I have the recovery on there and I can find my SD card with the rom and other files on there needed but it will not load after I install everything. The internal storage still shows at 0. I get the Omni bootloader and then a message from google pops up saying encryption unsuccessful and I need to perform a factory reset. When I try that it just brings me back to recovery. I don't know what I did wrong but the only thing that works is recovery. It's like nothing at all is on the internal storage of the xoom. I have tried to copy the files from my sd card over to internal and install, same thing. When I go back to check the files I copied to internal they are gone. The files I have on the sd card are there but it won't load the files on the internal storage to set up android on there. I can't even go back to an old restore cause I was using cwm recovery and the those restore files aren't recognized. I'm at a loss, any help would be greatly appreciated. I can't even get my computer to see so I can push the files over to it and I am pretty rusty with ADB to try and set that up.
I just tried to push the original twrp 2630 through adb and it flashed, I tried to reboot into recovery and it just staid at the twrp screen. Ughhh I'm getting so frustrated cause I had the xoom working perfectly on JB before I started messing around. Any help would be great, Even getting me back to stock and I can take it from there.
update
at0msplat said:
I am not new to ROM's I have dabbled here and there with my phones and the xoom. I followed the directions to a t for the Omni 4.4.2. I did the first part for putting bigPart TWRP on my xoom. I have the recovery on there and I can find my SD card with the rom and other files on there needed but it will not load after I install everything. The internal storage still shows at 0. I get the Omni bootloader and then a message from google pops up saying encryption unsuccessful and I need to perform a factory reset. When I try that it just brings me back to recovery. I don't know what I did wrong but the only thing that works is recovery. It's like nothing at all is on the internal storage of the xoom. I have tried to copy the files from my sd card over to internal and install, same thing. When I go back to check the files I copied to internal they are gone. The files I have on the sd card are there but it won't load the files on the internal storage to set up android on there. I can't even go back to an old restore cause I was using cwm recovery and the those restore files aren't recognized. I'm at a loss, any help would be greatly appreciated. I can't even get my computer to see so I can push the files over to it and I am pretty rusty with ADB to try and set that up.
I just tried to push the original twrp 2630 through adb and it flashed, I tried to reboot into recovery and it just staid at the twrp screen. Ughhh I'm getting so frustrated cause I had the xoom working perfectly on JB before I started messing around. Any help would be great, Even getting me back to stock and I can take it from there.
Click to expand...
Click to collapse
trying to give as much info as I can. I got the original twrp 2630 running, flash twrp big part, followed next step to to wipe everything except sdcard, this is what I got:
Updating partition details...
E:unable to mount '/system'
E:unable to mount '/cache'
E:failed to wipe dalvik
updating partition details...
E:unable to mount '/system'
E:unable to mount '/cache'

[Q] Corrupted internal storage

ill keep this simple. tried to advanced wipe data and cache with TWRP which returned an E:/ unable to mount for both data and cache. internal storage is now saying its 0MB after i "fastboot erase" on as many of the partitions it would return success with (ie, what was mounted) flashall is asking me for a specific device.
How do i reset the internal partitions so they become mountable again? i believe in erasing the ones i had, it has deleted them altogether and i need to flash original firmware to get it to auto restructure (im guessing)
EDIT: so i downloaded this (link not allowed) i just dont know how to implement it through adb or fastboot
somewhere i read that the latest moto PQ versions for CWM and TWRP both have some selinux problem when wiping data, causing a force unmount (parroting. i DONT know what im talking about)
the first time i installed with CM11 with twrp (after CMW only allowing me to install 10.2) it worked great, except google play and whisperpush(whatever that is) crashing consistently. i should have used 'fix permissions' instead of going for a wipe+re-install
please help, what commands do i need to use through fastboot to restore the partitions, or where can i get the fxz file to use with RSD?
this is a brand new out of the box Sim-modded and pre-rooted PQ
SOLVED (i think)
god im so ****ing stupid.
due to corrupting the file structure and not being able to mount the cache or data partitions, when i installed CM11 snapshot it picked my external SD as the data storage /android/data/
FIX: unmounting and removing the external SD i rebooted to system, booted back to recovery. -> factory reset.... auto reboot, cant mount messages, then a second time it said SELinux supported message. ->factory reset again and finally no red messages, wipe to system (got an error, but probably cause system = external SD). i then inserted the external SD, installed the ROM and everything looks normal and working right
TWRP will restore file structure with 'factory reset' BUT ONLY IF you remove your external sd
i hope this thread saves time and headaches for someone.

Error Mounting XT1032

So, I wanted to install a custom ROM, but somewhere along the way something went wrong and I got stuck in a bootloop, I've been reading up on some threads and I followed some steps that were supposed to fix it, but I feel like I'm in even more trouble now (Well, my phone is still alive so I still have hope but yeah..)
Anyways, I'm using Philz custom recovery now, I tried to do a wipe to install a new or stock ROM, at first it said the wipe was succesful, so I tried installing the ROM, but during the install I kept getting:
E: Error mounting /data
It did say the installation was succesful, but after I rebooted it kept trying to wipe eventhough I did not ask for this.
Got another mount error and said Wipe Failed.
Now when I try to sideload stock ROM I get errors like:
Formatting Cache
Formatting /sd-exxt
E: Uknown volume for path /sd-ex
(I also don't know why it's doing that since this phone has no SD card) I got the Falcon edition with the internal storage. Also when my computer recognizes my phone and I want to open the phone folder, there is no longer an Internal Storage folder.
Anyways after those errors it says Data Wipe Complete, Wiping System, Now flash new ROM
But nothing flashes properly it seems due to the mounting error. I've looked for solution, but I can only seem to find threads that involve Samsung
and when I find a solution video it has something to do with either taking your battery out of your phone (which you can't do with this phone) or something
with your SD card (which this phone doesn't have).
So yeah, I'm running out of ideas here and any help would be greatly appreciated!
Cheers.
runittwiice said:
So, I wanted to install a custom ROM, but somewhere along the way something went wrong and I got stuck in a bootloop, I've been reading up on some threads and I followed some steps that were supposed to fix it, but I feel like I'm in even more trouble now (Well, my phone is still alive so I still have hope but yeah..)
Anyways, I'm using Philz custom recovery now, I tried to do a wipe to install a new or stock ROM, at first it said the wipe was succesful, so I tried installing the ROM, but during the install I kept getting:
E: Error mounting /data
It did say the installation was succesful, but after I rebooted it kept trying to wipe eventhough I did not ask for this.
Got another mount error and said Wipe Failed.
Now when I try to sideload stock ROM I get errors like:
Formatting Cache
Formatting /sd-exxt
E: Uknown volume for path /sd-ex
(I also don't know why it's doing that since this phone has no SD card) I got the Falcon edition with the internal storage. Also when my computer recognizes my phone and I want to open the phone folder, there is no longer an Internal Storage folder.
Anyways after those errors it says Data Wipe Complete, Wiping System, Now flash new ROM
But nothing flashes properly it seems due to the mounting error. I've looked for solution, but I can only seem to find threads that involve Samsung
and when I find a solution video it has something to do with either taking your battery out of your phone (which you can't do with this phone) or something
with your SD card (which this phone doesn't have).
So yeah, I'm running out of ideas here and any help would be greatly appreciated!
Cheers.
Click to expand...
Click to collapse
The phone has a virtual SD card.
I had a similar issue. Try flashing TWRP recovery and go to wipe > format data (THIS WILL DELETE ALL DATA) then reboot recovery. Worth a shot if you're not able to use your phone. You can copy over SD card contents to a computer first via TWRP by mounting MTP, or use USB OTG..

Categories

Resources