So I don't have working rom installed and I don't know how to connect my phone to pc to put some new rom zip to internal memory? please help if someone knows :/ I have Xperia P
With an USB cable -__-
Send from my XZ with 4.4.2 to your eyes !
Flash kernel which has the ability to mount sd card in recovery. For example, TWRP recovery in AOSX has that ability. From there on you will be able to flash any rom zip.
evildev said:
Flash kernel which has the ability to mount sd card in recovery. For example, TWRP recovery in AOSX has that ability. From there on you will be able to flash any rom zip.
Click to expand...
Click to collapse
I have some confusion regarding ROM installation. The usual step to install rom, for eg is
How to Install:
1. Download the ROM
2. Extract boot.img and flash it
3. Copy the ROM to your SD Card
4. Boot into recovery
5. Wipe data, cache, dalvik cache, and system
6. Install the ROM
7. Reboot
Click to expand...
Click to collapse
in the 3rd step i copy ROM to my SD card, and when i run 5th step wont it delete the ROM that i copied to my SD on 3rd step? How can i install it as it says on 6th step if it gets deleted at the end of 5th step?
thanks
h325190 said:
I have some confusion regarding ROM installation. The usual step to install rom, for eg is
in the 3rd step i copy ROM to my SD card, and when i run 5th step wont it delete the ROM that i copied to my SD on 3rd step? How can i install it as it says on 6th step if it gets deleted at the end of 5th step?
thanks
Click to expand...
Click to collapse
because it doesn't get deleted that way, it won't wipe internal memory (or in other words, our virtual SD card), you will ipe data, cache, dalvik cache, and system
evildev said:
because it doesn't get deleted that way, it won't wipe internal memory (or in other words, our virtual SD card), you will ipe data, cache, dalvik cache, and system
Click to expand...
Click to collapse
thanks a lot...i was really confused on that step. Now i need to learn about flashing and booting into recovery etc etc ...
Hi!
- I have LG G2 mini D620r with stock 5.0.2 Android. Phone has unlocked bootloader, is rooted and TWRP 3.0.2 recovery is flashed.
Few days ago I installed CM13 just to try it and then returned to stock OS. Before flashing custom ROM i used to wipe dalvik, system, data and cache partitions. Now my question is what would happen if I add interal memory partition to list of 4 aforementioned partitions? I know that it would delete all the data in internal memory (and that's what I want to do, because I want my phone to be like it was before it was used for the first time), but would it be able to boot up to OS? I don't won't to flash a kdz file or something like that.
- Also, I can't seem to enter recovery through button combination. I tried all combinations I could find on the internet. When holding volume down + power button for a few seconds i gat an option to hard reset the phone. Only way to get into TWRP is to use QuickBoot app. Anyone having any ideas what could I do?
Triggering a hard reset with a custom recovery installed boots into that recovery.
Wiping internal memory will wipe everything under /sdcard. Not the external one. The built-in one.
To do a complete factory reset, in recovery choose /data and format it as ext4. Don't simply wipe it, or it will leave everything under /sdcard there, while a format will delete them.
Sent from my LG-D620 using XDA Labs
Vagelis1608 said:
Triggering a hard reset with a custom recovery installed boots into that recovery.
Wiping internal memory will wipe everything under /sdcard. Not the external one. The built-in one.
To do a complete factory reset, in recovery choose /data and format it as ext4. Don't simply wipe it, or it will leave everything under /sdcard there, while a format will delete them.
Sent from my LG-D620 using XDA Labs
Click to expand...
Click to collapse
Well you just keep on helping!
Thanks.
Just to be clear these are the steps:
TWRP> Wipe> Advanced Wipe> select partitions: Dalvik, Data, Internal Storage, Cache, System
After that I go to:
TWRP> Wipe> Format Data> type yes
Is that correct procedure?
After all this has been done will my phone boot up to stock Android 5.0.2 or would I have to flash some kdz or custom ROM?
Where can I find option to format /data partition as ext4?
1. Yes your steps are correct.
2. Your phone will not boot up to Android because you don't have ANYTHING on your phone. You just wiped the rom that was running on it. There are a few threads that have flashable stock Android that you can use. Worst case scenario you can always flash kdz. HERE under Custom Rom>lollipop you will see links to [stock] zips.
3. Pretty sure formatting data will format it by default to ext4.
mobiusm said:
1. Yes your steps are correct.
2. Your phone will not boot up to Android because you don't have ANYTHING on your phone. You just wiped the rom that was running on it. There are a few threads that have flashable stock Android that you can use. Worst case scenario you can always flash kdz. HERE under Custom Rom>lollipop you will see links to [stock] zips.
3. Pretty sure formatting data will format it by default to ext4.
Click to expand...
Click to collapse
Thank you. I'm gonna try that and see how it works.
Hey,
recently many are facing the problem to suddenly receive the above error and aren't able to solve it by formatting data (well, it cannot be mounted).
Here are the steps that I suggest in case you find yourself in that situation (obviously all data including internal storage content will be gone afterwards, so make external backups of important stuff if you can before continuing)
- (re-)flash lastest twrp (currently 3.2.1.1) via fastboot
- boot to recovery
- wipe dalvik, cache, vendor, system, data
- format data (the one where you need to type "yes")
- reboot to recovery before flashing anything
- now flash your stuff
This helped a few people already, but please comment if it also does (or doesn't) for you!
Cheers and greetings,
Phil the Thrill
I had this problem, but not always just formatting helps. First time when I install LOS 15.1 I didn't format internal storage then LOS crypt my storage and TWRP couldn't mount it and I can't just format it, I have error when I try to format it in ext4 by default. Then I try to format it to another file system and select ext2. TWRP succesful format data and then I select again to format it to ext4 and install other rom. I don't know why first time TWRP couldn't format data.
I use google translate. Sorry if I have misspellings
aleksandar9999a said:
I had this problem, but not always just formatting helps. First time when I install LOS 15.1 I didn't format internal storage then LOS crypt my storage and TWRP couldn't mount it and I can't just format it, I have error when I try to format it in ext4 by default. Then I try to format it to another file system and select ext2. TWRP succesful format data and then I select again to format it to ext4 and install other rom. I don't know why first time TWRP couldn't format data.
I use google translate. Sorry if I have misspellings
Click to expand...
Click to collapse
I didn't just suggest to format anything...
The important thing is to reflash twrp via fastboot.
The point is that after doing this you might even be able at all again to format data...
If you follow the further steps I think you're good to go and don't need to change any file system.
Phil_Smith said:
Hey,
recently many are facing the problem to suddenly receive the above error and aren't able to solve it by formatting data (well, it cannot be mounted).
Here are the steps that I suggest in case you find yourself in that situation (obviously all data including internal storage content will be gone afterwards, so make external backups of important stuff if you can before continuing)
- (re-)flash lastest twrp (currently 3.2.1.1) via fastboot
- boot to recovery
- wipe dalvik, cache, vendor, system, data
- format data (the one where you need to type "yes")
- reboot to recovery before flashing anything
- now flash your stuff
This helped a few people already, but please comment if it also does (or doesn't) for you!
Cheers and greetings,
Phil the Thrill
Click to expand...
Click to collapse
Thats because maybe on a backup you select another storage that nota the internal storage....maybe you select otg storage ir something....put the selection on Internal storage....and it resolves
I've same problem in my redmi note 4 (mido). I tried the same but it not works.
After update of resurrection remix oreo (30-05-2018), I unable to install any zip through twrp.It shows "unable to mount /vendor". I also search for vendor partition in mount menu but I cant found any options for it.
If you found any solution plz tell me......... thanks
Stonner_99 said:
I've same problem in my redmi note 4 (mido). I tried the same but it not works.
After update of resurrection remix oreo (30-05-2018), I unable to install any zip through twrp.It shows "unable to mount /vendor". I also search for vendor partition in mount menu but I cant found any options for it.
If you found any solution plz tell me......... thanks
Click to expand...
Click to collapse
me either, my problem. RRD. pls anyhelp?
Hutabarat said:
me either, my problem. RRD. pls anyhelp?
Click to expand...
Click to collapse
Hi, I had the same problem. (Redmi Note 4, Mido)
But after installing RedWolf (Build 27)
with adb/fastboot and everything works fine - without formating everything.
This maybe can help,
first i enter wipe menu on twrp and advanced wipe, mark data partition then repair or change file system, after that change file system, change to what ever except ext4 (i use ext2 one) then change again to ext 4. Done you get data partition back
*this method will wipe your data on that partition
solution about unable to mount data on s7 edge
Hi,
Make sure to do a backup of your data, all data will be erased
after many attempts to find the solution
i tried to go to recovery latest twrp:
go to wipe
select data
for me i choosed ext3 and make repair
than i select Fat and again ext3
you can choose another file system
Thank you
Thanks this worked for me
This is the best answer to solve the problem:
CHoozen said:
This maybe can help,
first i enter wipe menu on twrp and advanced wipe, mark data partition then repair or change file system, after that change file system, change to what ever except ext4 (i use ext2 one) then change again to ext 4. Done you get data partition back
*this method will wipe your data on that partition
Click to expand...
Click to collapse
This worked for me.
- (re-)flash lastest twrp (currently 3.2.1.1) via fastboot
- boot to recovery
- wipe dalvik, cache, vendor, system, data
- format data (the one where you need to type "yes")
- reboot to recovery before flashing anything
- now flash your stuff
I was in Xiaomi.EU 9.3.28 in a "encrypted storage" situation
After messing it up I endend in a situation where I can not mount the data partition.
Follow your steps and now I'm setting up xiaomi.eu 9.5.9 without a problem.
Thank you very much.
Wachuwey said:
This worked for me.
- (re-)flash lastest twrp (currently 3.2.1.1) via fastboot
- boot to recovery
- wipe dalvik, cache, vendor, system, data
- format data (the one where you need to type "yes")
- reboot to recovery before flashing anything
- now flash your stuff
I was in Xiaomi.EU 9.3.28 in a "encrypted storage" situation
After messing it up I endend in a situation where I can not mount the data partition.
Follow your steps and now I'm setting up xiaomi.eu 9.5.9 without a problem.
Thank you very much.
Click to expand...
Click to collapse
Thanks to you I was able to recover my wife's Redmi 5. Cheers :good:
could not mount data and unable to find crypto error
Good morning guys im using Xiaomi Redmi note 4x(mido) i installed LineageOS 15.1 then the gapps, but the google photos and other google apps keep crashing and recommended me to uninstall and install again. so i wen to twrp and installed the gapps again, then it keeps crashing again. so what i did is to wipe in twrp then installed linneage and the gapps but when rebooting it asked my password then after than i can't no longer boot it keep sayingf could not mount/data and unable to find crypto. i tried all the steps and fix i found here and in other sites but it does not work when i try changing it to other file system it says mke2fs -t ext3 -b 4096 /dev/block/mmcblk0p49, and error 64. Please help thank you
Still not able to mount storage.
Phil_Smith said:
Hey,
recently many are facing the problem to suddenly receive the above error and aren't able to solve it by formatting data (well, it cannot be mounted).
Here are the steps that I suggest in case you find yourself in that situation (obviously all data including internal storage content will be gone afterwards, so make external backups of important stuff if you can before continuing)
- (re-)flash lastest twrp (currently 3.2.1.1) via fastboot
- boot to recovery
- wipe dalvik, cache, vendor, system, data
- format data (the one where you need to type "yes")
- reboot to recovery before flashing anything
- now flash your stuff
This helped a few people already, but please comment if it also does (or doesn't) for you!
Cheers and greetings,
Phil the Thrill
Click to expand...
Click to collapse
I tried everything that is:
-changing file system also gives "unable to mount storage " in every format like fat, ext2, ext3, ext4.
-factory reset also gives same error "unable to mount storage"
-I also tried different recovery.
Please someone help me!!!
Wachuwey said:
This worked for me.
- (re-)flash lastest twrp (currently 3.2.1.1) via fastboot
- boot to recovery
- wipe dalvik, cache, vendor, system, data
- format data (the one where you need to type "yes")
- reboot to recovery before flashing anything
- now flash your stuff
I was in Xiaomi.EU 9.3.28 in a "encrypted storage" situation
After messing it up I endend in a situation where I can not mount the data partition.
Follow your steps and now I'm setting up xiaomi.eu 9.5.9 without a problem.
Thank you very much.
Click to expand...
Click to collapse
Format data solved everything. But before format data, you better backup all your files. Because all of it will be erased like new.
Thank you.
CHoozen said:
This maybe can help,
first i enter wipe menu on twrp and advanced wipe, mark data partition then repair or change file system, after that change file system, change to what ever except ext4 (i use ext2 one) then change again to ext 4. Done you get data partition back
*this method will wipe your data on that partition
Click to expand...
Click to collapse
I LOVE YOU!!! U saved me when nothing worked. Ty so much !!
Hey King,
I do not use a Redmi Note 8, yet I had the same problem with my Moto G5 Plus.
Until I read your post and now my phone works.
Thank you!
Hi, i have TWRP 3.6.0 installed on my mi 11 lite (courbet), and then it shows "unable to mount /data". I know, formatting helps, but what to do if i don't want to format it, only i want to update the rom?
Hi there, I got a Le Max 2 X829 in 4/64 version. I'm on AOSIP on Android Oreo right now, but i've already tried few other ROMs as well as the stock one. But there's the problem: despite the fact i've got 64GBs of storage, system, recovery and my computer tells me that there are only 16GBs of which 5.8 are being used by the system. What could be the reason?
go to setting => storage => large file cleanup
Heyyo, I've found coming from EUI ROM that the data partition sometimes needs a format.
Back up everything off of your phone to a PC or other storage solution and make sure you have a USB OTG with your ROM and gapps of choice or a PC with usb cable.
Next in TWRP please go to wipe > format data > yes. After that, reboot to recovery.
Next I'd also recommend wiping Dalvik, system and cache to ensure you're getting a proper clean start from EUI ROM and then reboot to recovery again.
Then flash ROM and gapps of choice and reboot to system and enjoy :good:
ThE_MarD said:
Heyyo, I've found coming from EUI ROM that the data partition sometimes needs a format.
Back up everything off of your phone to a PC or other storage solution and make sure you have a USB OTG with your ROM and gapps of choice or a PC with usb cable.
Next in TWRP please go to wipe > format data > yes. After that, reboot to recovery.
Next I'd also recommend wiping Dalvik, system and cache to ensure you're getting a proper clean start from EUI ROM and then reboot to recovery again.
Then flash ROM and gapps of choice and reboot to system and enjoy :good:
Click to expand...
Click to collapse
i did this and didn't really help
but i'll try again and let know the result
beniox said:
i did this and didn't really help
but i'll try again and let know the result
Click to expand...
Click to collapse
Just to be clear, I do mean format data and not data wipe. Data wipe does not reformat the data partition, it only empties the media folder.
https://i1.wp.com/www.99mediasector.com/wp-content/uploads/2017/09/twrp-format-data-min.jpg
Hi, I used multiple roms and almost all have a few issues mostly with VoLTE, although I love the ROMs and the Devs' work but I need to go back to stock for functionality purposes. Please provide reliable links for stock ROM zip files. Thank you.
Found it
Back up your data first
1. Follow this link select your device and download the ozip
https://realmeupdater.com/
2. Put the ozip in an external drive(Pen Drive or Micro SD)
3. Boot into twrp and format the phone then wipe Dalvik, Cache, System
4. Navigate to the ozip throught twrp and flash it
5. The data might get encrypted post a successful flash so Format data again then wipe Dalvik, Cache, System
6. Reboot into system and there you go.
i_dev_mishra said:
Found it
Back up your data first
1. Follow this link select your device and download the ozip
https://realmeupdater.com/
2. Put the ozip in an external drive(Pen Drive or Micro SD)
3. Boot into twrp and format the phone then wipe Dalvik, Cache, System
4. Navigate to the ozip throught twrp and flash it
5. The data might get encrypted post a successful flash so Format data again then wipe Dalvik, Cache, System
6. Reboot into system and there you go.
Click to expand...
Click to collapse
bro my real me 1 device keep booting into twrp recovery will the above steps work for me ?