[Q] Huawei Ascend Y300: Back to Stock ROM Problems. - Upgrading, Modifying and Unlocking

Hello,
I need some help, because I can't find any solution on my own.
Short story: I need to go back to stock rom and it doesn't work. I can't flash it via fastboot, and recovery mode doesn't work, because I can't use touch and CWM doesn't work either.
Long story:
This morning I wanted to install a Custom ROM, because I've got problems with RAM and touch lately. I heard that touch might be a software problem, so I thought this could solve it.
After several problems with installing Cyanogenmod, I finally made it, just to find out it doesn't find my sd card, which meant I couldn't load my backuped files onto my phone, which meant it was useless.
When I finally gave up on the sd card problem, I just wanted to go back to stock ROM. I also found out that touch doesn't seem to be a problem caused by software, because it doesn't even work in recovery mode.
So now I can't go back to stock ROM. I downloaded the original version from the Huawei Website.
FIRST WAY: Recovery mode.
I can't make a factory reset, because my touchscreen doesn't allow me to swipe, which is needed in TWRP. CWM doesn't work for me, I've tried it several times, but when I go to recovery mode, I only stay at the "huawei ascend" logo. So TWRP; but this doesn't work because of touch problems.
SECOND WAY: Fastboot.
This should work better. BUT:
for fastboot -w I get this error:
Code:
erasing 'cache'...
FAILED (remote: Command not allowed)
for fastboot erasing cache it's the same.
When I just ignore that and go by fastboot update [file], I get the following:
Code:
sudo fastboot update '/home/laura/Schreibtisch/root/HUAWEI_Y300_firmware%28Y300-0100%2CAndroid%204.1%2CEmotion_UI%2CV100R001C00B189%2CGeneral%20version%29.zip'
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
At the moment I have TWRP installed and no OS, because I can't flash any.
Please help me out! I'm sitting here for eight hours, it's in the evening in Germany and I need my phone.
Thanks!!!
Laura

Related

Galaxy Nexus Does Not Boot Into Android - (Recovery/Download Mode works -Please Help)

Hey Guys. I don't think the phone is bricked (I have access to Bootloader, CWM Recovery and Download Mode).
I was running Android Revolution HD ROM and out of the blue, the phone rebooted. But from this moment, it does not boot into Android. It just reboots, shows Google Logo, show the Nexus Boot Animation and then hangs for a second and reboots.
I figured it's a boot loop. So I wiped data/factory reset through CWM, wiped Dalvik Cache and flashed Revolution ROM again. Same result. I flashed Modaco iR5 and same result.
What do I do from here? Any help offered would be greatly appreciated. Thank you in advance.
RESOLVED! Thank you to afliopou, enumBoss and zyo (batch file to restore stock images - http://forum.xda-developers.com/showthread.php?t=1373995)
ragflan said:
Hey Guys. I don't think the phone is bricked (I have access to Bootloader, CWM Recovery and Download Mode).
I was running Android Revolution HD ROM and out of the blue, the phone rebooted. But from this moment, it does not boot into Android. It just reboots, shows Google Logo, show the Nexus Boot Animation and then hangs for a second and reboots.
I figured it's a boot loop. So I wiped data/factory reset through CWM, wiped Dalvik Cache and flashed Revolution ROM again. Same result. I flashed Modaco iR5 and same result.
What do I do from here? Any help offered would be greatly appreciated. Thank you in advance.
Click to expand...
Click to collapse
Maybe trying flash back to stock with fastboot following instructions here?
http://forum.xda-developers.com/showthread.php?t=1373995
Edit: and as enumBoss correctly asked which version is?LTE or GSM?
ragflan said:
Hey Guys. I don't think the phone is bricked (I have access to Bootloader, CWM Recovery and Download Mode).
I was running Android Revolution HD ROM and out of the blue, the phone rebooted. But from this moment, it does not boot into Android. It just reboots, shows Google Logo, show the Nexus Boot Animation and then hangs for a second and reboots.
I figured it's a boot loop. So I wiped data/factory reset through CWM, wiped Dalvik Cache and flashed Revolution ROM again. Same result. I flashed Modaco iR5 and same result.
What do I do from here? Any help offered would be greatly appreciated. Thank you in advance.
Click to expand...
Click to collapse
Is this an LTE or GSM device?
If it's GSM, I recommend flashing a different ROM. Probably something more stable. And do the whole thing - not just the rom, but the boot.img, etc. You can find that here: http://code.google.com/android/nexus/images.html
enumBoss said:
Is this an LTE or GSM device?
If it's GSM, I recommend flashing a different ROM. Probably something more stable. And do the whole thing - not just the rom, but the boot.img, etc. You can find that here: http://code.google.com/android/nexus/images.html
Click to expand...
Click to collapse
Hi. It's a GSM Version. I've tried flashing both Android Revolution HD and Modaco Ir5. Same Result. I can try VillainROM but I doubt that will help. (I'm doing that right now. I've just pushed VillainROM using this command: adb push VillainROM_whatever.zip to /data/media. Will try flashing that and report back).
I just tried restoring my nandroid backup and CWM restored the boot image, system and then it says 'Error While Restoring /data'.
Does that mean something is wrong with my internal storage?
ragflan said:
Hi. It's a GSM Version. I've tried flashing both Android Revolution HD and Modaco Ir5. Same Result. I can try VillainROM but I doubt that will help.
I just tried restoring my nandroid backup and CWM restored the boot image, system and then it says 'Error While Restoring /data'.
Does that mean something is wrong with my internal storage?
Click to expand...
Click to collapse
Maybe something wrong with your backup.Try to flash stock rom
afilopou said:
Maybe something wrong with your backup.Try to flash stock rom
Click to expand...
Click to collapse
I'll do that now. Oddly adb doesn't find the device when it's in bootloader mode. It finds it fine when it's in recovery mode and I'll able to push and pull stuff.
I think I'm missing fastboot drivers or something. I'll try flashing stock stuff.
I'm unable to push another ROM so I have to flash stock images. the internal storage is in read-only mode.
ragflan said:
I'll do that now. Oddly adb doesn't find the device when it's in bootloader mode. It finds it fine when it's in recovery mode and I'll able to push and pull stuff.
I think I'm missing fastboot drivers or something. I'll try flashing stock stuff.
Click to expand...
Click to collapse
This is normal.ADB not working when you are in fastboot.Did you try the thread i post you? When you are in fastboot you must first go through cmd in the folder that conatains fastboot.exe and then type in cmd "fastboot devices" .
eg cd C:/root (root is the folder that conatains fastboot)
then type "fastboot devices"
afilopou said:
This is normal.ADB not working when you are in fastboot.Did you try the thread i post you? When you are in fastboot you must first go through cmd in the folder that conatains fastboot.exe and then type in cmd "fastboot devices" .
eg cd C:/root (root is the folder that conatains fastboot)
then type "fastboot devices"
Click to expand...
Click to collapse
Yeap. I read the thread you posted. Downloaded the zip file and extracted it. After which I rebooted into bootloader mode and ran the batch file from the extracted directory.
It flashed the stock images in bootloader mode and rebooted twice and I'm booted into Android now. Thank you very much, kind sir.
For my reference (and to learn), what could have gone wrong? The ROM was up and running fine and I titanium restored only user apps and didn't touch system apps at all. Everything was fine and a random reboot caused the phone not to boot into Android anymore. I've had 3 other Android devices before the Nexus (Galaxy S, SII and G1) and never had such an issue.
ragflan said:
Yeap. I read the thread you posted. Downloaded the zip file and extracted it. After which I booted into bootloader mode and ran the batch file.
I'm booted into Android now. Thank you very much.
For my reference (and to learn), what could have gone wrong? The ROM was up and running fine and I titanium restored only user apps and didn't touch system apps at all. Everything was fine and a random reboot caused the phone not to boot into Android anymore.
Click to expand...
Click to collapse
Who knows? Only the android god
afilopou said:
Who knows? Only the android god
Click to expand...
Click to collapse
Haha amen to that. With Galaxy S and SII, I just used ODIN to flash a firmware. With Nexus, I just have to use that post. Thanks again!
Did you flash a new kernel? If so, that could be (part of) the issue
EddyOS said:
Did you flash a new kernel? If so, that could be (part of) the issue
Click to expand...
Click to collapse
Nope. Well, it was part of the ROM (Modaco and Android Revolution HD). I didn't flash it separately.
EddyOS said:
Did you flash a new kernel? If so, that could be (part of) the issue
Click to expand...
Click to collapse
I've just experienced the exact same thing..
And the ONLY thing I've done today was install NFC Taginfo.
I noticed apps starting to crap out and figured I'd done something wrong and restarted.. got stuck in a boot loop..
went into CWM to restore an old back up and it failed with 'Error while restoring /data' (I'd gotten 'Error while backing up /data' when trying to back it up).
wiped everything (twice).. formatted everything (twice).. tried to restore and still no go.. interesting that it didn't seem to have any issue when formatting /data.
Am only running rooted stock (not even any MODs) so find this all rather peculiar.
Will try and push the stock ROM this evening when I get home.
EDIT: Used the method listed above to flash the original stock image which worked... although it did erase everything on my phone (kinda wish I'd known that before but what can you do). Would really like to know how I went from a seemingly normal phone to a not very useful paperweight!? Thankfully it's resolved.
I'm having the same issue. However, I can't flash stock, as my baseband is different. Can someone please advise? Here is my fastboot flash attempt. Thanks.
C:\itl41f>flash-windows.bat
C:\itl41f>fastboot-windows flash bootloader bootloader-maguro-primekj10.img
sending 'bootloader' (2308 KB)... OKAY
writing 'bootloader'... OKAY
C:\itl41f>fastboot-windows reboot-bootloader
rebooting into bootloader... OKAY
C:\itl41f>fastboot-windows flash radio radio-maguro-i9250xxkk1.img
sending 'radio' (12288 KB)... FAILED (command write failed (Too many links))
C:\itl41f>fastboot-windows reboot-bootloader
rebooting into bootloader... FAILED (command write failed (No such file or direc
tory))
C:\itl41f>fastboot-windows -w update image-yakju-itl41f.zip
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
< waiting for device >
--------------------------------------------
Bootloader Version...: PRIMEKJ10
Baseband Version.....: I9250UGKK7
Serial Number........: 0146914C0C019006
--------------------------------------------
checking product... OKAY
checking version-bootloader... OKAY
checking version-baseband... FAILED
Device version-baseband is 'I9250UGKK7'.
Update requires 'I9250XXKK1'.
C:\itl41f>
Click to expand...
Click to collapse

[Q] Flashed EU HOX with AT&T stuff and BRICKED! Please help

I'm desparate, please help me!
I flashed the remove-3-dot for the AT&T HOX, but I have another one. Now I cannot go back, since the device doesn't completely boot.
It is stuck with the HTC figures showing up and halfway the music stops and the device hangs.
I can go to recovery, but since the Àll-In-One Kit from Hasoon2000 doesn't see the device when in recovery (CWM 5.8.2.7 Touch), I cannot even put anything to the SD card, so I cannot even flash anything else!
Please help me before the battery dies out!! (I cannot turn it off since lonng press of the power button only restarts the booting)
If you have CWM did you made a nondroid backup?
Bright.Light said:
I'm desparate, please help me!
I flashed the remove-3-dot for the AT&T HOX, but I have another one. Now I cannot go back, since the device doesn't completely boot.
It is stuck with the HTC figures showing up and halfway the music stops and the device hangs.
I can go to recovery, but since the Àll-In-One Kit from Hasoon2000 doesn't see the device when in recovery (CWM 5.8.2.7 Touch), I cannot even put anything to the SD card, so I cannot even flash anything else!
Please help me before the battery dies out!! (I cannot turn it off since lonng press of the power button only restarts the booting)
Click to expand...
Click to collapse
THIS will help you
@muamers: Thanks!!
I already found out how to turn the device off, not draining the battery anymore.
I also flashed the new CWM 5.8.3.1 so it should have some ability to charge.
I am currently downloading the latest stock 1.29.401.11 and will try to flash that one.
I did search, but it's difficult currently. However, I made a permanent link to the Wiki - it's more than useful (the reason it exists, I know...)
Oh - it wasn't bricked (because it still did some stuff)
@jeyml: No, I did not do that (didn't know it was possible)
Does that mean that I could recover with the rom exactly as it was put on the device? (including installed ZIP files)
Bright.Light said:
@muamers: Thanks!!
I already found out how to turn the device off, not draining the battery anymore.
I also flashed the new CWM 5.8.3.1 so it should have some ability to charge.
I am currently downloading the latest stock 1.29.401.11 and will try to flash that one.
I did search, but it's difficult currently. However, I made a permanent link to the Wiki - it's more than useful (the reason it exists, I know...)
Oh - it wasn't bricked (because it still did some stuff)
@jeyml: No, I did not do that (didn't know it was possible)
Does that mean that I could recover with the rom exactly as it was put on the device? (including installed ZIP files)
Click to expand...
Click to collapse
Yup.It is actualy quite simple,i always do a backup before i flash something or update my ROM and other stuff.You keep the volume down + power button.After that you enter recovery mode (you will need to have CWM) and you have an option there "backup and restore",enter there and make a backup.Next time if you have any problems just enter again in the CWM,go to "backup and restore" and restore the backup you've made.It saves everything you have (i mean the ROM setting and such.Apps and other stuff must be backed up with Titanium Backup).
The backups you made are saved in the SD card in the nandroid directory if i remember corectly,so if you update you're ROM to...1.29 for example and have a 1.28 backup just enter there and delete it and make a new backup of the 1.29 so you don't get confused in so many backups and if you ever have problems and restore a 1.28 backup on you'r 1.29..well...you realize that the phone isn't going to work anymore.So,be carefoul.
Didn't work... I downloaded this rom: RUU_ENDEAVOR_U_ICS_40_HTC_Europe_1.29.401.11_Radio_1.1204.105.14_release_260491_signed
did everything this page told us: http://forum.xda-developers.com/showthread.php?t=1609190
But I do not see anything change... It's still stuck in the boot process.
I don't know what I am doing wrong...
I also didn't find a clear guide for how to do things - it's all pieces which everyone has to put together, making it hard when there is a real problem.
If this can be solved, I will investigate the nand backup for certain!
For now I need my phone, but it does not work...
Oh - how does the charging with the new clockwork work? I don't see anything happen, so I am afraid the battery will be down soon.
edit: It was on power all night and when I looked it had the screen on. Unplugging and replugging and the gren light went on. Does that mean the battery is filled?
One important fact: the adb command cannot find the device and I don't know why!
How did you flash the RUU? You have to connect the phone in FASTBOOT to the PC and then run it (with a locked bootloader) and it replaces the entire system
EddyOS said:
How did you flash the RUU? You have to connect the phone in FASTBOOT to the PC and then run it (with a locked bootloader) and it replaces the entire system
Click to expand...
Click to collapse
with a LOCKED bootloader?
Mine is unlocked...
I will try to relock the boorloader (saw somewhere a snippet)
Tried with a locked one:
Code:
D:\One_X_All-In-One_Kit_v1.0\Data>fastboot oem lock
... INFOLock successfully...
OKAY [ 0.143s]
finished. total time: 0.143s
D:\One_X_All-In-One_Kit_v1.0\Data>fastboot flash boot boot_signed.img
sending 'boot' (4288 KB)... OKAY [ 0.667s]
writing 'boot'... FAILED (remote: not allowed)
finished. total time: 0.874s
D:\One_X_All-In-One_Kit_v1.0\Data>fastboot flash system system.img
sending 'system' (963584 KB)... FAILED (remote: (00000008))
finished. total time: -0.000s
The bootloader loocks relocked ok (as it shows on top of that screen)
But flashing is impossible and, of cause, I don't know why
Adb will work in recovery but only if you boot the recovery from fastboot.
Fastboot boot recovery recovery.img
ok, next approach:
- Booted to fastboot
- unlocked bootloader with the unlock .bin file
- fastboot boot Recoveries\CWM5.8.3.1.img
- adb push rom.zip /sdcard/
- waited 5 minutes until done
- in recovery: Install zip from sdcard
- manual selected the rom.zip (yes, it was actually on the SDcard, so adb did its job)
- got an error that the image was bad:
ClockworkMod Recovery v5.8.3.1
-- Installing: /sdcard/rom.zip
Finding update package...
Opening update package...
E:Can't open /sdcard/rom.zip
I think I will have to get another image, right?
This one was extracted from
RUU_ENDEAVOR_U_ICS_40_HTC_Europe_1.29.401.11_Radio_1.1204.105.14_release_260491_signed.exe
I started the program and searched for the rom.zip in my temp folder. Was this ok?
Run .11 RUU, wait until load all completely, now go to %temp% in your pc and find a folder that contain a ROM.ZIP file... Unzip the files and flash the boot_signed.img and the recovery_signed.img, then relock your phone fastboot oem lock) do a factory reset (with the new recovery) and then try to run the .11 RUU.
THAT SHOULD WORK
pd: sorry for my poor english.
Sent from my HTC One X using XDA
Bright.Light said:
ok, next approach:
- Booted to fastboot
- unlocked bootloader with the unlock .bin file
- fastboot boot Recoveries\CWM5.8.3.1.img
- adb push rom.zip /sdcard/
- waited 5 minutes until done
- in recovery: Install zip from sdcard
- manual selected the rom.zip (yes, it was actually on the SDcard, so adb did its job)
- got an error that the image was bad:
ClockworkMod Recovery v5.8.3.1
-- Installing: /sdcard/rom.zip
Finding update package...
Opening update package...
E:Can't open /sdcard/rom.zip
I think I will have to get another image, right?
This one was extracted from
RUU_ENDEAVOR_U_ICS_40_HTC_Europe_1.29.401.11_Radio_1.1204.105.14_release_260491_signed.exe
I started the program and searched for the rom.zip in my temp folder. Was this ok?
Click to expand...
Click to collapse
You haven't a clue have you?
You don't flash an RUU from CWM, it's a Windows application!
1. Boot phone into FASTBOOT
2. Connect to the PC
3. Lock the bootloader
4. Run the RUU
Job done
@wolfraim: Yes, the factory reset was the one culprit, it seems!
EddyOS: Tried that so many times, but finally wolfraim added a crucial point: Factory reset!
Now the RUU install from the PC is working... (Have to wait for some time ...)
* I have to go for now, right after the flash is done.
When I've got the time, I will try to make some more notes and maybe another step-by-step story on how to make the device work again.
Thank you very much for your patience and help!
This is why I love the xda-developers site so much!
(and all possible ways included on XDA to brick my device is the reason why I hate xda sometimes... )
edit: Flashing has succeeded! Software number: 1.29.401.11, so it seems I also have the latest ROM update now.
I'll make a recovery backup asap and will try the titanium backup too.
Oh, this one is SU-locked of cause, so I will have to install the SU zip file again... Much work is to be done yet. Maybe I should look for a good ROM in the Android development area.

Nexus 7 completely bricked?

So I have no OS on my Nexus 7, nor can I flash one. All conventional methods of installing an operating system on to this POS have met with utter failure.
Brief histroy:
-Had CM 11 nightly build until it "imploded" (any shortcut would take me to a PIN screen, users deleted profiles deleted themselves, random reboot every 5 minutes) and stopped functioning.
-Decided to return to an earlier of CM, so I dl'd an earlier version and pushed the .zip to CWM recovery. Big mistake. CWM decided to repartition everything in an erroneous manner rather than just wipe Dalvik cache.
-Now CWM will not open any .zip pushed through ADB. Just a generic "failed to open file" message.
-Sheer desperation and four hours of driver Hell finds me in fastboot and trying to flash a stock image.
-Latest Android system image will not flash. Period. Using the flashall.bat script, the error about a missing system.img pops up. I am staring at system.img right next to the .bat.
-Download Android L preview and run flashall.bat, operating system installs after about 30 minutes and numerous errors that the script "seemed" to fix about missing partitions.
-Reflash TWRP
-Android L gets stuck in non-bootable state (spinning colored ball logo thing) after a random restart.
-Now TWRP cannot find any .zip that I manually push through ADB. I can see it in File Manager, but nowhere else. Flashing custom ROM at this point not possible.
-Return to Android KitKat stock image and manually flash system.img through fastboot. Tablet will not boot, goes directly to black screen after bootloader.
So WTF do I do at this point? I have just about had it with all things Android right now. CWM doesn't work. TWRP doesn't work. Stock images don't work. Fastboot doesn't work. What else is there?
Cortimi said:
So I have no OS on my Nexus 7, nor can I flash one. All conventional methods of installing an operating system on to this POS have met with utter failure.
Brief histroy:
-Had CM 11 nightly build until it "imploded" (any shortcut would take me to a PIN screen, users deleted profiles deleted themselves, random reboot every 5 minutes) and stopped functioning.
-Decided to return to an earlier of CM, so I dl'd an earlier version and pushed the .zip to CWM recovery. Big mistake. CWM decided to repartition everything in an erroneous manner rather than just wipe Dalvik cache.
-Now CWM will not open any .zip pushed through ADB. Just a generic "failed to open file" message.
-Sheer desperation and four hours of driver Hell finds me in fastboot and trying to flash a stock image.
-Latest Android system image will not flash. Period. Using the flashall.bat script, the error about a missing system.img pops up. I am staring at system.img right next to the .bat.
-Download Android L preview and run flashall.bat, operating system installs after about 30 minutes and numerous errors that the script "seemed" to fix about missing partitions.
-Reflash TWRP
-Android L gets stuck in non-bootable state (spinning colored ball logo thing) after a random restart.
-Now TWRP cannot find any .zip that I manually push through ADB. I can see it in File Manager, but nowhere else. Flashing custom ROM at this point not possible.
-Return to Android KitKat stock image and manually flash system.img through fastboot. Tablet will not boot, goes directly to black screen after bootloader.
So WTF do I do at this point? I have just about had it with all things Android right now. CWM doesn't work. TWRP doesn't work. Stock images don't work. Fastboot doesn't work. What else is there?
Click to expand...
Click to collapse
Is this an LTE or WiFi model? Do you have the nexus root tool kit installed on your computer and able to get to fastboot?
someolddude said:
Is this an LTE or WiFi model? Do you have the nexus root tool kit installed on your computer and able to get to fastboot?
Click to expand...
Click to collapse
WiFi model, fastboot and adb are fine, no toolkits.
Cortimi said:
WiFi model, fastboot and adb are fine, no toolkits.
Click to expand...
Click to collapse
Get the toolkit by wugfresh and you should be able to restore it.
someolddude said:
Get the toolkit by wugfresh and you should be able to restore it.
Click to expand...
Click to collapse
Nope. Using the Flash Stock + Unroot option gives the exact same error as doing it manually.
Flash Stock + Unroot...
------------------------------------------------------------------
sending 'bootloader' (3911 KB)...
OKAY [ 0.129s]
writing 'bootloader'...
OKAY [ 1.283s]
finished. total time: 1.412s
rebooting into bootloader...
OKAY [ 0.006s]
finished. total time: 0.006s
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
failed to allocate 754455404 bytes
error: update package missing system.img
Booting up your freshly flashed stock device...
------------------------------------------------------------------
Wait for your device to finish booting up...
- It may appear to be boot looping; just wait...
- It could take 5-10 minutes; please be patient...
When its finally booted back up, please remember
to re-enable USB debugging if you plan on using
the toolkit to perform other operations.
NOTE: If this process was too quick and your device
is still in bootloader mode, then flashing stock may
have failed or been incomplete. Simply check the
log above: if you notice it skipped steps because it
didn't meet certain requirements, like the bootloader
or baseband version, then consider enabling 'Force Flash'
mode in the toolkits options menu and trying the
'Flash Stock + Unroot' processs again. Cheers.
Press any key to exit...
Click to expand...
Click to collapse
Attempting to flash CWM recovery (found here: http://forum.xda-developers.com/showthread.php?t=2583845) results in a stuck bootloader screen. I was able to re-flash TWRP, but it is still useless as it simply does not function in any useful manner whatsoever.
Cortimi said:
Nope. Using the Flash Stock + Unroot option gives the exact same error as doing it manually.
Attempting to flash CWM recovery (found here: http://forum.xda-developers.com/showthread.php?t=2583845) results in a stuck bootloader screen. I was able to re-flash TWRP, but it is still useless as it simply does not function in any useful manner whatsoever.
Click to expand...
Click to collapse
Same problem with mine, cm11 as well.
I like some of the CM features but ever device Ive flashed and had trouble with it has been when Ive went with "Cyanide Mod"
You figure something out, please let me know and I will do the same.
I've got the LTE but my daughter has the WiFi only and is also unlocked. I can make a bone stock backup of here's which is on 4.4.4 if you want to try and restore it to yours.

[Q] Tried to install MIUI kitkat (using CWM) it failed, now the phone is bricked

Long story short, I installed CWM and then downloaded one of the ROMS from this site.
It failed and now the phone is constantly stuck on the Huawei Logo.
I have put what i believe to be an official rom (B510.zip) on my sd card and booted into recovery using the power on and + volume.
I have then tried to install it but receive an error:
Status 7 failed to stat "/system/build.prop" No such file or directory
Installation aborted.
Please can anyone help?
daniel.locke6 said:
Long story short, I installed CWM and then downloaded one of the ROMS from this site.
It failed and now the phone is constantly stuck on the Huawei Logo.
I have put what i believe to be an official rom (B510.zip) on my sd card and booted into recovery using the power on and + volume.
I have then tried to install it but receive an error:
Status 7 failed to stat "/system/build.prop" No such file or directory
Installation aborted.
Please can anyone help?
Click to expand...
Click to collapse
Hello !
Sorry to say, you have a duty to be informed, before take the actions on your device
Now is to late, but next time, take time to documenting yourself to avoid any issues .
First, here is no working CWM for our P6 - you must use TWRP .
Second , if you have already a custom recovery installed on your device, you cannot flash a Stock Huawei Firmware !
On Generals or Q&A forum for P6 you will find all you need .
Best regards !
surdu_petru said:
Hello !
Sorry to say, you have a duty to be informed, before take the actions on your device
Now is to late, but next time, take time to documenting yourself to avoid any issues .
First, here is no working CWM for our P6 - you must use TWRP .
Second , if you have already a custom recovery installed on your device, you cannot flash a Stock Huawei Firmware !
On Generals or Q&A forum for P6 you will find all you need .
Best regards !
Click to expand...
Click to collapse
Hindsight is a great thing, but of course this does not fix my problem.
I have managed to connect to the phone via fastboot. I have downloaded what I believe to be a stock rom and tried to flash the boot.img: fastboot flash boot boot.img
FAILED (remote: partition does not exist)
I have also tried to flash system.img: fastboot flash system system.img
FAILED (remote: data too large)
Do you have a fix for this?
I have found a fix
Okay,
So I have actually found a fix for this problem.
If any user is facing the same problem as me; where they are just stuck on the huawei logo here is my fix:
Put the phone into fastboot mode: Power and Volume down (the phone has to be connected via USB)
Open fastboot: fastboot devices (this checks that the device is connected)
fastboot flash recovery recovery.img (I go this by downloading the stock rom from huawei's site and then extracted the recovery.img using the huawei update extractor).
The reason I had to reflash the recovery was because it was corrupt and I could not access it.
Finally, once this was complete, I then took out the sd card from the phone, made a folder within it called dloader and put in the UPDATE.APP from the extracted zip rom file (downloaded from huawei's site) )
I then turned the phone off and then loaded into recovery mode. This mode automatically then looks for the dloader folder, in which it located the UPDATE.APP.
The install then began, and after about 10 minutes the phone was no longer SOFT Bricked.

C1905 - "Error mounting /data"

Hey folks,
I've just unlocked my bootloader and flashed the newest PhilZ Recovery. I've been following THIS tutorial.
Fastboot didn't encounter any issues, so I thought everything went fine. But after flashing the recovery image, my phone got stuck while booting. The Sony logo shows up, the screen turns black and that's where it gets stuck.
Trying to erase userdata, factory reset etc didn't help. While resetting it shows up the following message
Code:
"Error mounting/formatting /data"
So I tried to mount it manually in the recovery, but it shows the same error. Seems like a permission problem?!
Since I don't have a ROM on my SD-card yet I tried to install one via fastboot.
Code:
fastboot update ArchiDroid_V3.0.1.1-nicki.zip
But..
Code:
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
Now I'm stuck. I don't think installing a new ROM will work if I can't even mount /data. So first thing is to fix this and then I'll be able to install a new ROM. Am I right?
By the way : fastboot has no problem detecting my device, but adb can't find it?! D:
I appreciate any kind of help! Thanks in advice!
Gruß aus Deutschland,
furi ;D
furiify said:
Hey folks,
I've just unlocked my bootloader and flashed the newest PhilZ Recovery. I've been following THIS tutorial.
Fastboot didn't encounter any issues, so I thought everything went fine. But after flashing the recovery image, my phone got stuck while booting. The Sony logo shows up, the screen turns black and that's where it gets stuck.
Trying to erase userdata, factory reset etc didn't help. While resetting it shows up the following message
Code:
"Error mounting/formatting /data"
So I tried to mount it manually in the recovery, but it shows the same error. Seems like a permission problem?!
Since I don't have a ROM on my SD-card yet I tried to install one via fastboot.
Code:
fastboot update ArchiDroid_V3.0.1.1-nicki.zip
But..
Code:
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
Now I'm stuck. I don't think installing a new ROM will work if I can't even mount /data. So first thing is to fix this and then I'll be able to install a new ROM. Am I right?
By the way : fastboot has no problem detecting my device, but adb can't find it?! D:
I appreciate any kind of help! Thanks in advice!
Gruß aus Deutschland,
furi ;D
Click to expand...
Click to collapse
have you try to flash any rom except that? because when i try to flash archidroid i've same problem like you can't mount but when i try to install any rom like cm my device can mount normally.
Nicklas Van Dam said:
have you try to flash any rom except that? because when i try to flash archidroid i've same problem like you can't mount but when i try to install any rom like cm my device can mount normally.
Click to expand...
Click to collapse
I did. Tried 3 different ROMs and everyone gave me the same outcome.
But it seems like I fixed it by returning to stock using FlashTool and a stock ROM. I went all over again and now it's installing the ROM. I hope it's working now.
E: Yup, it's working fine now. But thanks anyway!

Categories

Resources