[Q] Status 0, unable to flash rom - HTC Sensation

Hi guys,
I've been having a problem for a while now with flasing roms. I'm using 4EXT Recovery Touch 1.0.0.5 and when I try to flash a rom it gives this error, I also tried it with CWM, but also didn't work. It doens't seem to matter which rom I try to flash, they all fail.
The log is:
-- Installing: /sdcard/cm-12-20141205-UNOFFICIAL-puram
id.zip
Finding update package...
Opening update package...
Warning: No File_contextsmount: failed to mount /dev/t
lock/platform/msm_sdcc.1/by-name/system at /system: No
such file or directory
unmount of /system failed; no such volume
mount: failed to mount /dev/block/platform/msm_sdcc.1/
by-name/system at /system: No such file or directory
unmount of /system failed: no such volume
mount: failed to mount /dev/block/platform/msm_sdcc.1/
by-name/system at /system: No such file or directory
E:Error in /sdcard/cm-12-20141205-UNOFFICIAL-pyramid.z
ip
(Status 0)
Installation aborted.
I searched for solutions but I only found something for a Samsung and Nexus 5,
I also tried to run a RUU but they all fail to.
Thanks for reading this and hopefully helping me,
My device:
HTC Sensation XE
***UNLOCKED***
PYRAMID PUT SHIP S-ON RL
HBOOT-1.29.0000

Update ur recovery n try again, i had this issue settled wth recovery change
BODY MECHANIC

abuulala said:
Update ur recovery n try again, i had this issue settled wth recovery change
BODY MECHANIC
Click to expand...
Click to collapse
Already tried, I tried like 6 different recoveries but they all won't flash

Thre is 4ext recovery available in this PG58IMG.zip format i fhink, u just copy to ur sd card n on boot ur phone it automatically update ur recovery.... try this method but u v to search for file compatible to ur phone.
Try htc.vi8 site
BODY MECHANIC

Bassoman said:
Already tried, I tried like 6 different recoveries but they all won't flash
Click to expand...
Click to collapse
here is the latest 4ext recovery
http://d-h.st/rG7
extract the recovery.img and flash it via fastboot command
the command is fastboot flash recovery recovery.img

rzr86 said:
here is the latest 4ext recovery
http://d-h.st/rG7
extract the recovery.img and flash it via fastboot command
the command is fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Thanks!! It worked!!!

Related

Semi-bricked phone E:Can't mount /cache/recovery/command

I got the Virtuous Unity 1.29.0 rom on my desire s and suddenly it just started to freeze so i took out the battery, put it back in and it's just stuck at the HTC screen. So i got in to clockwork recovery but there i get this error message
E:Can't mount /cache/recovery/command
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
i can do a "wipe data/factory reset" but i cant flash the Virtuous Unity ROM or restore to previous backups.
And CWM is running really slowly everything takes 10 times longer to do..
I guess the ROM freeze semi bricked the phone and damaged the recovery.
How can i fix this ?
Please help!
sebulba84 said:
I got the Virtuous Unity 1.29.0 rom on my desire s and suddenly it just started to freeze so i took out the battery, put it back in and it's just stuck at the HTC screen. So i got in to clockwork recovery but there i get this error message
E:Can't mount /cache/recovery/command
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
i can do a "wipe data/factory reset" but i cant flash the Virtuous Unity ROM or restore to previous backups.
And CWM is running really slowly everything takes 10 times longer to do..
I guess the ROM freeze semi bricked the phone and damaged the recovery.
How can i fix this ?
Please help!
Click to expand...
Click to collapse
Have you tried a full wip as described here? If you don't have a Nandroid Back Up, do the wipes and then try a fresh install of just the rom. If that's no better you'll need to RUU.
I tried the full wipe, but i get an error message when trying to format cache..same with data.
So how do i do this RUU ?
Thanks for your help!
Push a new recovery via Fastboot, that should sort it. I'll post instructions later.
Sent from my HTC Desire S using XDA Premium App
InfernalByte said:
Push a new recovery via Fastboot, that should sort it. I'll post instructions later.
Sent from my HTC Desire S using XDA Premium App
Click to expand...
Click to collapse
Sweet! can't wait!
Sorry it took so long to get back but I can't find the 4.0.0.4. recovery.
http://forum.xda-developers.com/showthread.php?t=1046667
ok, so it dosent work with any other recovery version ?
i have the CWM 3.0.2.6 on the phone.
i also have a nandroid backup, can't i flash the nandroid backup through the PC in some way ?
sebulba84 said:
ok, so it dosent work with any other recovery version ?
i have the CWM 3.0.2.6 on the phone.
i also have a nandroid backup, can't i flash the nandroid backup through the PC in some way ?
Click to expand...
Click to collapse
This is fixable, you have NOT bricked your phone but you'll need to RUU, and before you can do that your probably going to need to downgrade your bootloader.
What does your Hboot screen say?
There's more help here.
it says HBOOT 6.98.1002
sebulba84 said:
it says HBOOT 6.98.1002
Click to expand...
Click to collapse
You'll need to downgrade. See above.
InfernalByte said:
You'll need to downgrade. See above.
Click to expand...
Click to collapse
i tried to flash it with saga_hboot_0.98.img
sending 'hboot' (1024 KB)...
OKAY [ 0.205s]
writing 'hboot'...
(bootloader) image update is bypassed!
OKAY [ 0.029s]
finished. total time: 0.241s
and on the phone it says "can not roll back hboot version"
what am i doing wrong ?
I got same issues and hope someone can help us out
Once I can get my adb working I will help, either way you'll need to read this.
OK I can confirm that this works! Its long winded but you will achieve what you want.
You'll need this, you need only go as far as downloading and installing, and then this.
1. Put the hboot.img you want to flash in the root of the sdcard.
2. In cmd run the following commands (after each command press enter):
adb devices
adb shell
su
dd if=/dev/block/mmcblk0p18 of=/sdcard/backup.img
dd if=/sdcard/hboot.img of=/dev/block/mmcblk0p18
reboot bootloader
i cant use the su command cause then i get
---------------------------------
C:\Users\Seb>adb shell
~ # su
su
/sbin/sh: su: not found
------------------------------------
so i skip it and jump to this command
dd if=/dev/block/mmcblk0p18 of=/sdcard/backup.img
and i get
----------------------------
dd: /dev/block/mmcblk0p18: I/O error
-------------------------
i dont have this backup.img file, maybe thats the problem.
where do i get it ?
without root (that's what the su-command is for) you'll proboably can't write the hboot...
and you don't need the backup.img since you are creating it yourself with the first command. what you need is the hboot.img. but as is said before, without root you can't dd...
Well i have root and s-off..unless the rom freeze messed that up too..
I read somewhere also that it's not necessary to type the su command
If ur already rooted. But i dont know i'm the noob here.
I'm going away for a couple of days so wont be able to do much untill i get back home.
Well, i know that in a normal linux, "sudo su" is to get root
Still pretty weird what you got there..
sebulba84 said:
1. Put the hboot.img you want to flash in the root of the sdcard.
2. In cmd run the following commands (after each command press enter):
adb devices
adb shell
su
dd if=/dev/block/mmcblk0p18 of=/sdcard/backup.img
dd if=/sdcard/hboot.img of=/dev/block/mmcblk0p18
reboot bootloader
i cant use the su command cause then i get
---------------------------------
C:\Users\Seb>adb shell
~ # su
su
/sbin/sh: su: not found
------------------------------------
so i skip it and jump to this command
dd if=/dev/block/mmcblk0p18 of=/sdcard/backup.img
and i get
----------------------------
dd: /dev/block/mmcblk0p18: I/O error
-------------------------
i dont have this backup.img file, maybe thats the problem.
where do i get it ?
Click to expand...
Click to collapse
Have you renamed your file hboot.img?
Download this extract the hboot and rename it.
sebulba84 said:
i can do a "wipe data/factory reset" but i cant flash the Virtuous Unity ROM or restore to previous backups.
Click to expand...
Click to collapse
i had the same problem.
E:Can't mount /cache/recovery/command
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
these lines scared the **** outta me. but, i was able to restore a nandroid backup.

[Q] Phone stuck in boot loop - trying to update from fastboot. help needed!

Hi,
Last Friday I turned my phone off and when I turned it back on it got stuck on the loading screen and has been like that since.
I tried removing the battery loads, with no joy. I tried factory reset and clearing cache through the recovery menu, still nothing. So now I want to flash it but I'm having trouble.
I can't get the phone to boot so can't use adb to push a file to the sdcard and I'm stuck with fastboot commands (which I'm not that familiar with other than what I've found on here!). I downloaded the OTA update (from links found in these forums) for my phone to take it to 4.0.3 as I thought it was worth doing. I renamed it to update.zip but when I try the command "fastboot update update.zip" I get the message:
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
I then tried the full ROM from this thread: http://forum.xda-developers.com/showthread.php?t=1063664
but got the same message.
I don't know what these missing files are, or if I can create them myself! I've found other threads where people said they used replacements found elsewhere but I don't know where to find them!!
I can't find a way to get the update file onto the sdcard so can't use that recovery option.
I'd rather not have to send it back to samsung as that takes two weeks and I'm pretty sure they'd just flash it anyway!
I have the Nexus S still with stock ROM (2.3.6) and unrooted.
Any help will be greatly appreciated!! Ideally I'd like a way to transfer the update file to the sdcard and recover using the phone recovery. Failing that, I'd like to flash it using fastboot.
cheers
First you need to download this : http://www.4shared.com/zip/2L09-JyW/Root_Nexus_S.html
Just unpack , connect your phone and click run.bat....
After that you need : remove install-recovery.sh just in .....
run in windows-> Start->at the search bar write cmd and navigate into your android sdk is installed
For me :
C:/"Programs and Files (x86)"/Android/android-sdk/tools/>adb shell
# rm /system/etc/install-recovery.sh
#exit
or with Root Explorer into system/etc/install-recovery.sh just renam it (ex. : .sh.old)
thanks for the reply.
What will this do exactly?
I thought adb commands only worked when the phone was booted up?
just had a look at the bat. So it seems this will wipe and root the phone adding superuser privelages?
Is this the only way I can get it working again and once I've done this, how do I undo it as to get the stock version of ICS do I not need to be unrooted or will flashing the stock version from the link in my OP automatically unroot the phone and replace the recovery image etc?
thanks again for your help - I'm a bit of a noob when it comes to rooting and ROMs!
Forgot to say, I have GT-i9020 model if it makes any difference.
Skyap said:
Forgot to say, I have GT-i9020 model if it makes any difference.
Click to expand...
Click to collapse
My tools will root your device and installed CWM ...after that you can do anything you want....
I'm now rooted and have cwm recovery. Had some issues transferring files to the sdcard but seem to have moved a couple of files, but when I try to update using them I get...
Finding update package...
Opening update package...
E:Can't open /sdcard/name-of-file.zip
(bad)
Installation aborted.
I get this whether its the full stock ROMs found on here or the update only packages found on here.
Any ideas?
Skyap said:
I'm now rooted and have cwm recovery. Had some issues transferring files to the sdcard but seem to have moved a couple of files, but when I try to update using them I get...
Finding update package...
Opening update package...
E:Can't open /sdcard/name-of-file.zip
(bad)
Installation aborted.
I get this whether its the full stock ROMs found on here or the update only packages found on here.
Any ideas?
Click to expand...
Click to collapse
Trying to mount sdcard into CWM and see what happens.
---------- Post added at 07:37 PM ---------- Previous post was at 07:34 PM ----------
Reboot into recovery.
Go into "mounts and storage"
Select "mount sdcard"
Select "mount USB storage"
Shortly after your SD Card will be mounted on your computer.
please help my sh-12c stuck in boot
hi my sh-12c stuck in boot wont open could you hrelp me to guide ?
i enable su and and i change permission in settings thats all in hope if morelocal2 works but it doesnt work and was not problem to use but , i restart in hope if it work , but it stuck in the boot logo Auuos moving any way to restore ?

[Q] Accidentally Wiped /system, Can't Flash ROM

I was going to install a superuser.zip file to root my M4 but when I went to wipe the /cache the /system get wiped as well. I can boot into either CWM or TWRP and have full fastboot/adb, but when I try to boot into Android it just brings me back to the bootloader. When I try to install a stock ROM it just says it's flashing it but hangs at a certain point, I even had it run overnight and it still didn't install. When I try to flash a custom ROM suh as Cyanogenmod it either completes the flashing in about 2 seconds or greets me with an error. RUU and FUU don't seem to work. I'm 100% out of ideas now, and I'm open to anything to try.
legofan623 said:
I was going to install a superuser.zip file to root my M4 but when I went to wipe the /cache the /system get wiped as well. I can boot into either CWM or TWRP and have full fastboot/adb, but when I try to boot into Android it just brings me back to the bootloader. When I try to install a stock ROM it just says it's flashing it but hangs at a certain point, I even had it run overnight and it still didn't install. When I try to flash a custom ROM suh as Cyanogenmod it either completes the flashing in about 2 seconds or greets me with an error. RUU and FUU don't seem to work. I'm 100% out of ideas now, and I'm open to anything to try.
Click to expand...
Click to collapse
Andyt95 said:
Download Magio R4
reboot into recovery, type in cmd
Code:
adb devices
adb shell
mount data
exit
adb push /path/to/magioR4.zip /data/
[I](you should reboot here, in which case you'll
need to type[/I] "mount data" [I]again after adb shell,
but it's not really essential and should work anyway)[/I]
adb shell
mount /data /sdcard [I](creates a virtual sdcard)[/I]
flash your ROM in recovery just like you would normally (select .zip from sdcard) and boot up
run rumrunner, it should work, giving you S-OFF which will let you flash absolutely anything. If it doesn't, let me know and I'll come up with a workaround.
Click to expand...
Click to collapse
should work
Andyt95 said:
should work
Click to expand...
Click to collapse
Well first:
~ # ←[6nmount data
mount data
mount: mounting /dev/block/mmcblk0p37 on /data failed: Device or resource busy
But instead I just used a USB OTG and flash drive so no big deal
And then Magio popped up with its installer and I went through that and then hit "reboot" to be greeted with the bootloader, so I hit "reboot" in the bootloader, but it still brings me back to the bootloader immediately after a black screen, so I thought "Oops, needed to flash the boot.img", so boot.img was then flashed. Now the green HTC logo is sitting there and isn't doing anything, probably frozen.
Code:
mount: mounting /dev/block/mmcblk0p37 on /data failed: Device or resource busy
means /data is already mounted
I actually got it up and running from a nandroid restore, I tried it once before but the restore didnt finish so I thought it wouldnt work. Thanks for helping me out anyway though!

HTC Sensation: Can't install zip from SD card & WiFi "Error" stopped working.

HTC Sensation: Can't install zip from SD card & WiFi "Error" stopped working.
Hello
I recently rooted my HTC Sensation (Pyramid) Z710e using KINGORoot and it was a successful root, unlocked bootlader and got SuperUser.
Security is still on (S-ON) as I don't need or wish to turn this off.
I have tried using CWM recovery 5.8.0.9 but flashing the ROM which was MADE for the Pyramid failed, then I tried using TWRP 2.1.0 but I got the same result, and then I also tried CWM recovery 5.0.2.0 but still the same result (error below).
The problem: When I try flashing a new custom ROM after doing data wipe, cache wipe and dalvik cache wipe it gives me the following error message:
' E: Error in /sdcard/'zipname'.zip
(Status 0 )
Installation Aborted. '
All recoveries downloaded were specific to my phone (obvoiusly) so all were named with Pyramid in them (ex. "twrp-pyramid-2.1.0.img") and so were the custom ROMs, specific to the sensation.
I read something about changing the META-INF File from the new ROM zip to a working META-INF file for the Pyramid but when I tried this it didn't work either, got me an error Status 1 message if I remember correctly.
I'm currently running a downloaded zip of ICS (Ice Cream Sandwich) Android 4.0.3 which is like the OS I had before I formatted everything except SD Card. However my WiFi isn't working anymore since I flashed this downloaded ICS zip and what I mean by not working I mean that when you flip the switch to turn WiFi on it flips to On and then to Off again immediately, and in the settings menu it says there's an Error, but that's it. I tried using the Wifix manager app with the code but that didn't work at all.
Any help is greatly appreciated as to what I can do regarding why I can't install a zip successfully from recovery or as to how I can fix my WiFi problem on my Sensation.
Thanks
Hello
Please wait for the moderation team to move this thread to relevant section.
Do register an account on xda for better access and privileges.
Have a good day !
Flash the boot.img of the rom via fastboot command
The command is fastboot flash boot boot.img
And I suggest to use 4ext recovery since you are on S-ON
Still not working :/
Thank you for the reply
Ok I did what you said, I'm currently trying to get the new latest version of CM12 - Lollipop for my sensation.
And yes I'm using 4ext recovery aswell.
I flashed the boot.img file in my phone and it was a success, however after wiping cache, davlik, and data and formatting all partitions except sd card I go to flash the CM12 ROM but it's giving me a status 0 error again.
Am I missing something?
Here is the log of when I try installing the CM12 zip
"
Installing: /sdcard/cm-12-20150203-UNOFFICIAL-pyramid.zip
Finding update package...
I:Update location: /sdcard/cm-12-20150203-UNOFFICIAL-pyramid.zip
Opening update package...
Installing update...
Warning: No file_contextsminzip: Extracted 3 file(s)
about to run program [/tmp/install/bin/backuptool.sh] with 2 args
grep: /system/build.prop: No such file or directory
Not backing up files from incompatible version: 12
run_program: child exited with status 127
about to run program [/tmp/install/bin/otasigcheck.sh] with 1 args
about to run program [/tmp/install/bin/backuptool.sh] with 2 args
grep: /system/build.prop: No such file or directory
Not backing up files from incompatible version: 12
could not detect filesystem for /dev/block/platform/msm_sdcc.1/by-name/system, assuming ext4
mount: failed to mount /dev/block/platform/msm_sdcc.1/by-name/system at /system: No such file or directory
unmount of /system failed; no such volume
could not detect filesystem for /dev/block/platform/msm_sdcc.1/by-name/userdata, assuming ext4
mount: failed to mount /dev/block/platform/msm_sdcc.1/by-name/userdata at /data: No such file or directory
unmount of /data failed; no such volume
could not detect filesystem for /dev/block/platform/msm_sdcc.1/by-name/system, assuming ext4
mount: failed to mount /dev/block/platform/msm_sdcc.1/by-name/system at /system: No such file or directory
E:Error in /sdcard/cm-12-20150203-UNOFFICIAL-pyramid.zip
(Status 0)
Installation aborted.
"
Thanks
Spitfire98 said:
Thank you for the reply
Ok I did what you said, I'm currently trying to get the new latest version of CM12 - Lollipop for my sensation.
And yes I'm using 4ext recovery aswell.
I flashed the boot.img file in my phone and it was a success, however after wiping cache, davlik, and data and formatting all partitions except sd card I go to flash the CM12 ROM but it's giving me a status 0 error again.
Am I missing something?
Here is the log of when I try installing the CM12 zip
"
Installing: /sdcard/cm-12-20150203-UNOFFICIAL-pyramid.zip
Finding update package...
I:Update location: /sdcard/cm-12-20150203-UNOFFICIAL-pyramid.zip
Opening update package...
Installing update...
Warning: No file_contextsminzip: Extracted 3 file(s)
about to run program [/tmp/install/bin/backuptool.sh] with 2 args
grep: /system/build.prop: No such file or directory
Not backing up files from incompatible version: 12
run_program: child exited with status 127
about to run program [/tmp/install/bin/otasigcheck.sh] with 1 args
about to run program [/tmp/install/bin/backuptool.sh] with 2 args
grep: /system/build.prop: No such file or directory
Not backing up files from incompatible version: 12
could not detect filesystem for /dev/block/platform/msm_sdcc.1/by-name/system, assuming ext4
mount: failed to mount /dev/block/platform/msm_sdcc.1/by-name/system at /system: No such file or directory
unmount of /system failed; no such volume
could not detect filesystem for /dev/block/platform/msm_sdcc.1/by-name/userdata, assuming ext4
mount: failed to mount /dev/block/platform/msm_sdcc.1/by-name/userdata at /data: No such file or directory
unmount of /data failed; no such volume
could not detect filesystem for /dev/block/platform/msm_sdcc.1/by-name/system, assuming ext4
mount: failed to mount /dev/block/platform/msm_sdcc.1/by-name/system at /system: No such file or directory
E:Error in /sdcard/cm-12-20150203-UNOFFICIAL-pyramid.zip
(Status 0)
Installation aborted.
"
Thanks
Click to expand...
Click to collapse
did you flash the latest version of 4ext recovery?
if not take it from here
http://d-h.st/rG7
extract the recovery.img and flash it via fastboot command
Spitfire98 said:
Thank you for the reply
Ok I did what you said, I'm currently trying to get the new latest version of CM12 - Lollipop for my sensation.
And yes I'm using 4ext recovery aswell.
[]
E:Error in /sdcard/cm-12-20150203-UNOFFICIAL-pyramid.zip
(Status 0)
Installation aborted.
Click to expand...
Click to collapse
1.) Make sure you have at least 4ext recovery v1.0.0.6 RC2 in order to install new ROMs. Otherwise you will very likely get a status 0 error with most ROMs.
2.) I suggest to use CM11 as a daily driver, Lollipop so far has not been stable enough on the Sensation, I had different kinds of problems. Still seems to be a bit experimental to me.
WiFi + ROM (status 0) ~ Problem SOLVED!
Okay, first of all, a huge thanks to everyone that replied and took the time to help me with my problem!
The WiFi problem occurred because I had the incorrect ROM Build name even though it was like the old untampered Ice Cream Sandwich (my stock O.T.A.update ICS was 3.32.x and the one I had downloaded and flashed myself was a stock ICS to bring back my phone's old OS but it was 3.33.x).
The problem of the status 0 error was that at first I was forgetting to flash the Boot.img file in the phone, but then it was because I had version 1.0.0.5 of 4ext recovery not 1.0.0.6 (the latest) as you guys suggested. I can't believe it was that simple but it's solved atleast now and I am infact currently running the latest CM12 Lollipop on my Sensation which looks amazing but since its still unofficial it has a few small bugs.
Once again Thanks all
Happy Devving!

Stuck at YU logo

1) Accidentally wiped all data including Internal Storage
2) Twrp 3.0 is working, but can't able to install any rom, Getting E:failed to mount / cache (Invalid argument) etc etc..
3)Getting "NO OS Installed" message in TWRP &- Internal Storage size is 0 (TWRP)
4) Followed Steps to flash factory image (WINDOWS)
Download the factory image fastboot package
Extract the contents of the fastboot package into a folder.
Download this flashing tools package
Extract the contents of the flashing tools zip into the same folder
To make sure, check that system.img, boot.img etc files are in the same folder as flash-all.bat, fastboot.exe etc
Connect your phone in fastboot mode, steps for which are : -
a. Power off your phone
b. Press and hold the Volume Up key
c. With the Volume Up key, connect the phone to your PC/Laptop with USB cable
d. You can let go off the Volume Up key when Fastboot Mode is displayed on the screen
Run flash-all.bat by double clicking on it.
A command window will open and flashing procedure will start
DO NOT disconnect the device during flashing procedure
The command window will close after the flashing process is over.
Disconnect the USB cable, and boot the phone normally by long pressing the Power button
But getting this error while flashing: http://imgur.com/g3NozUJ
After reboot,phone is stuck at YU logo..
Yuphoria stuck at YU Logo.
I had got notification for the OTA Cyanogen 12.1 Update and I had updated it. But even after reboot, the same 12.1 Update-notification would still appear again.
Later, I switched off Yuphoria to take out the External-SD-Card for data-transfer. Then when I switched on the Yuphoria, this Yu-Logo Boot-Loop Problem has started.
Now, My Yuphoria is Stuck at Yu-Logo on boot... and showing 'cannot mount partitions' errors when I boot custom-recovery twrp.
I have unlocked the bootloader.
From what I read online, I guess the memory partition-tables have got corrupted.... Now how can we solve this corrupted memory problem ?
I read about fastboot-flashing database.rfs or dbdata.rfs in some xda-developers Threads.
-----------------------------------------
I tried flash-all.bat with latest Cyanogen Official 12.1 ROM signed-fastboot.zip file... but still stuck at Yu-Logo on boot....
I fastboot boot trwp 2.6 custom-recovery.img and installed Cyanogen 12.1 ROM signed.zip file from external-sd card. But trwp says cannot mount partitions '/data', '/system', '/cache' etc...
---------------------------------------
I ran the command e2fsck /dev/block/bootdevice/by-name/system in terminal.
Then this message came : 'superblock has an invalid journal (inode 8) ext4'
I entered yes for correction multiple times and the process completed....
But still stuck at YU Logo on reboot.... Please Help.
-----------------------------------
I erased persist, then flashed persist.img.
Then I booted into twrp recovery, and adb sideload cm-12.1-YPG4PAS8A8-lettuce-signed.zip
The sideload started and then stopped with error : failed to unmount /cache ; failed to unmount /data ;
-----------------------------------
I boot into twrp 2.8.7.2 from fastboot-mode using command : sudo fastboot -i 0x2a96 boot twrp.img
Selected Wipe → advanced wipe → selected data :
It shows :
Mount Point : /data , File system : ext4 , Present: Yes, Removable: No, Size:0MB, Used: 0MB, Free 0MB, Backup Size: 0MB
Then I tapped on change/repair file system → change file system → EXT4 → Swiped IT...
Error : Format Failed.
E: Unknown MTP message type: 1
Failed to unmount '/data' (Invalid argument)
Error changing file system.
Updating Partition details.......
Failed to unmount '/system', '/data', '/cache' (Invalid arguments)
....done
Unable to mount storage.
After 'Change File System' Failed, I tried 'Repair File System' and 'Resize File System' also... all Failed similarly....
Only TWRP 2.8.7.2 and lower versions boots successfully in my Yuphoria.
TWRP 3.0.0 will not boot successfully. The TWRP logo will appear and then show command errors, and the phone will restart.
Please help me reinstall OS in my softbricked Yuphoria.
Goodison14 said:
I had got notification for the OTA Cyanogen 12.1 Update and I had updated it. But even after reboot, the same 12.1 Update-notification would still appear again.
Later, I switched off Yuphoria to take out the External-SD-Card for data-transfer. Then when I switched on the Yuphoria, this Yu-Logo Boot-Loop Problem has started.
Now, My Yuphoria is Stuck at Yu-Logo on boot... and showing 'cannot mount partitions' errors when I boot custom-recovery twrp.
I have unlocked the bootloader.
From what I read online, I guess the memory partition-tables have got corrupted.... Now how can we solve this corrupted memory problem ?
I read about fastboot-flashing database.rfs or dbdata.rfs in some xda-developers Threads.
-----------------------------------------
I tried flash-all.bat with latest Cyanogen Official 12.1 ROM signed-fastboot.zip file... but still stuck at Yu-Logo on boot....
I fastboot boot trwp 2.6 custom-recovery.img and installed Cyanogen 12.1 ROM signed.zip file from external-sd card. But trwp says cannot mount partitions '/data', '/system', '/cache' etc...
---------------------------------------
I ran the command e2fsck /dev/block/bootdevice/by-name/system in terminal.
Then this message came : 'superblock has an invalid journal (inode 8) ext4'
I entered yes for correction multiple times and the process completed....
But still stuck at YU Logo on reboot.... Please Help.
-----------------------------------
I erased persist, then flashed persist.img.
Then I booted into twrp recovery, and adb sideload cm-12.1-YPG4PAS8A8-lettuce-signed.zip
The sideload started and then stopped with error : failed to unmount /cache ; failed to unmount /data ;
-----------------------------------
I boot into twrp 2.8.7.2 from fastboot-mode using command : sudo fastboot -i 0x2a96 boot twrp.img
Selected Wipe → advanced wipe → selected data :
It shows :
Mount Point : /data , File system : ext4 , Present: Yes, Removable: No, Size:0MB, Used: 0MB, Free 0MB, Backup Size: 0MB
Then I tapped on change/repair file system → change file system → EXT4 → Swiped IT...
Error : Format Failed.
E: Unknown MTP message type: 1
Failed to unmount '/data' (Invalid argument)
Error changing file system.
Updating Partition details.......
Failed to unmount '/system', '/data', '/cache' (Invalid arguments)
....done
Unable to mount storage.
After 'Change File System' Failed, I tried 'Repair File System' and 'Resize File System' also... all Failed similarly....
Only TWRP 2.8.7.2 and lower versions boots successfully in my Yuphoria.
TWRP 3.0.0 will not boot successfully. The TWRP logo will appear and then show command errors, and the phone will restart.
Please help me reinstall OS in my softbricked Yuphoria.
Click to expand...
Click to collapse
Exact same problem for me... someone please help..
I too have been stuck up with the same problem, but in Yu Yureka...Brothers, Don't we really have a solution for this issue?!?!?...Please do something dear nerds lot of thanks!!
same prblm
anyone got solution for this ??
Exact problem.........
I ve gave it micromax service center, they asked 400 and began their work. after some time the man came out and sad, this is a board problem, you have to change the board. My friend is an embedded service engineer. He is saying its just a soft brick and the device is perfectly working. Those knowledgeless idiots dont want to find solution for this, the simply trying to change the board. Friends the problem we have is 100% a software issue, pls dont fall in their trap............
Same issue
Guys anyone got the solution ? Please help ...
Anybody got solutions, please respond
Same here
I tried everything but nothing seems to work. Someone help....
Seems to be Soft-Brick Software issue....
TWRP Recovery is not able to mount the /system , /cache and /data partitions...
but inside TWRP Recovery FileManager , we can open and browse all partiton files and system folders/files in /dev directory....
Also the TWRP Terminal shell can be used to run e2fsck and mke2fs commands...
So I think the /system, /cache and /data , and other corrupted android partitions like /misc can be repaired and mounted again, using the right steps and procedures....
Then I believe TWRP Recovery will mount partitons again and work, and we will be able to install/flash new ROM... Phone will boot into OS again...
We need Somebody with enough technical know-how to run Terminal Shell commands and repair corrupted android partitions.
Please if someone can help, would be greatful...
I used my Yuphoria for 10 months... now lying useless for one year...
---------- Post added at 11:42 AM ---------- Previous post was at 11:05 AM ----------
This XDA-Developers Thread has people trying and finding solutions to our problem.... Some even claim to have found the solution.
[Soft Brick] [Flash Stock] [Recovery] [ADB Driver] Yuphoria [Solution] by EssArr , 119 replies.
https://forum.xda-developers.com/yu-yuphoria/help/bricked-t3174710
Will try and find out a method there...
Got solved?
chattboyz said:
I ve gave it micromax service center, they asked 400 and began their work. after some time the man came out and sad, this is a board problem, you have to change the board. My friend is an embedded service engineer. He is saying its just a soft brick and the device is perfectly working. Those knowledgeless idiots dont want to find solution for this, the simply trying to change the board. Friends the problem we have is 100% a software issue, pls dont fall in their trap............
Click to expand...
Click to collapse
So did you get the soultion for it? If yes, what?
The post is of no help
Goodison14 said:
TWRP Recovery is not able to mount the /system , /cache and /data partitions...
but inside TWRP Recovery FileManager , we can open and browse all partiton files and system folders/files in /dev directory....
Also the TWRP Terminal shell can be used to run e2fsck and mke2fs commands...
So I think the /system, /cache and /data , and other corrupted android partitions like /misc can be repaired and mounted again, using the right steps and procedures....
Then I believe TWRP Recovery will mount partitons again and work, and we will be able to install/flash new ROM... Phone will boot into OS again...
We need Somebody with enough technical know-how to run Terminal Shell commands and repair corrupted android partitions.
Please if someone can help, would be greatful...
I used my Yuphoria for 10 months... now lying useless for one year...
---------- Post added at 11:42 AM ---------- Previous post was at 11:05 AM ----------
This XDA-Developers Thread has people trying and finding solutions to our problem.... Some even claim to have found the solution.
[Soft Brick] [Flash Stock] [Recovery] [ADB Driver] Yuphoria [Solution] by EssArr , 119 replies.
https://forum.xda-developers.com/yu-yuphoria/help/bricked-t3174710
Will try and find out a method there...
Click to expand...
Click to collapse
This is of no help as partitions are not getting mounted.
stuck at yu logo
i accidentially wiped my yu yurekas internal storage and got stucked at yu logo
i approched about 3 local service centers bt they said
it cannot be repaired because of failed to connect with their software box
and atlast i reched another localservice center come sales shop and they also advoced tge same bt understanding my sady situation the service boy at the shop asked me that "may i check it for further options if you allow to took the device as DEAD CONDITION for servicing bcz it may completely dead after this"
i agreed it
after a day he contacted me and said the problem has fix thank god
now its working fine
if any one want to know more details
such as about service centre
feel free to contact me through
[email protected]
thankyou:good:
Have anyone try to Flash stock rom?
nischait said:
Have anyone try to Flash stock rom?
Click to expand...
Click to collapse
Same problem here !!
Tried to flash the ROM with QFIL but the port is not detected by the software.
Also tried with fastboot.exe method still the same sometimes it says write failed for Size too large of system.img and if I change the default size limit (with -S option) it says "Error : Write failed"
degrader said:
Same problem here !!
Tried to flash the ROM with QFIL but the port is not detected by the software.
Also tried with fastboot.exe method still the same sometimes it says write failed for Size too large of system.img and if I change the default size limit (with -S option) it says "Error : Write failed"
Click to expand...
Click to collapse
Try annabathina method
nischait said:
Try annabathina method
Click to expand...
Click to collapse
Hi, can you share the link please?
degrader said:
Hi, can you share the link please?
Click to expand...
Click to collapse
Your device model please
Device is not getting detected
Hi,
I want to flash my Yuphoria. But, when i connect my device in Fastboot mode, my LAP (Windows 7 32 bit) is showing "Unknown USB". How to solve this issue??? please help me.
shashankdatta1218 said:
Hi,
I want to flash my Yuphoria. But, when i connect my device in Fastboot mode, my LAP (Windows 7 32 bit) is showing "Unknown USB". How to solve this issue??? please help me.
Click to expand...
Click to collapse
Install adb and fastboot drivers first

Categories

Resources