General :: Status 7 Error With CWM Or TWRP Recovery On Rooted Android

Nov 11, 2013

When installing certain custom ROMs on rooted Android smartphones or tablets, you will encounter Status 7″ error issues once in awhile with ClockworkMod (CWM) Recovery.Status 7 error is caused while the ROM's updater script file checks to see if the phone model of your phone is compatible with the ROM you are installing, called asserts.

Asserts is a safety mechanism so you don't accidentally install another phone model ROM on your phone. E.g. You tried to install Galaxy S2 ROM on a Galaxy S3 and ending up hard-bricking your phone but you got Status 7 error which saved you.this safety mechanism is great but there are times where even if you have the correct ROM for your phone, you will get Status 7 error.

This is due to an error by the developer of the ROM in the updater script, causing havoc, making people install another custom recovery like TWRP recovery for no reason. You can fix the issue by installing TWRP recovery but if you need to restore your CWM backups later down the line, you will have to re-install CWM recovery, causing a big hassle.

Also, if you update to the latest CWM Recovery using ROM Manager, usually this problem is fixed.But what if you did update to the latest CWM Recovery and still happens? And yes, it does happen even when you update your CWM recovery.

If you simply don't want to change your recovery (because if it ain't broke, don't fix it) or you still get Status 7 error after changing recovery, you can simply edit the updater script yourself to get rid of the asserts.All you need is a computer and a zipping program! (You might be able to even do it on your Android device with AndroZip and text editor but I haven't tried yet.) MAKE SURE THE ROM YOU ARE INSTALLING IS COMPATIBLE WITH YOUR ANDROID DEVICE AS INSTALLING WRONG ROM CAN BRICK YOUR DEVICE!

Make sure if you are installing a ROM on AT&T Galaxy S3, the ROM zip file you downloaded is for AT&T Galaxy S3 not for Verizon Galaxy S3.

Step 1. Copy the ROM zip file to your computer and extract it using your favorite unzipping software.

Step 2. Once unzipped, browse to the META-INF/com/Google/android directory. You will find two files called update-binary and updater-script.

Step 3. Rename updater-script to updater-script.txt and open with your favorite text file editor.

Step 4. Get rid of the line starting with assert to next semi-colon. Usually this is the first line or one of the first lines at the top of the text file. Just delete them.

Step 5. Save file.

Step 6. Rename updater-script.txt back to updater-script.

Step 7. Rezip all the files yo've unzipped.

Step 8. Copy the new, edited zip file to your phone.

Step 9. Try re-installing ROM, now it should install fine without Status 7 error.

General :: Status 7 Error with CWM or TWRP Recovery on Rooted Android


General :: CWM Recovery Error (status 0)

Jan 9, 2012

Tried customizing a ROM the other day using dsixda's kitchen utility and after I built the ROM and signed it, I tried flashing. It would open the zip file no problem but after a few seconds while hanging on the installing update, it says error flashing update and there's a line stating "(status 0)". My guess is that I have done something wrong when customizing the ROM.

I have a Nexus S with CWM 5.0.2.3.

View 1 Replies View Related

General :: TWRP Recovery Won't See SD

May 26, 2013

TWRP recovery won't see the internal storage on my phone anymore. It did, then I flashed TrickDroid and chose the "wipe" option, and now it won't. I've flashed CWM and that works, but TWRP won't, which sucks, because I only have a backup in TWRP and I haven't found a way to restore in CWM from a TWRP backup.

View 3 Replies View Related

General :: TWRP 2.5 - Get CWM Recovery To Stick?

Jul 3, 2013

So right now i am using TWRP 2.5 for the htc one v (cdma) and wanted to switch to CWM touch but when i download it from ClockWorkMod's website it gives me a zip file (so i cant fastboot flash it) and when i install it through my recovery it loads it up once but then the next time i boot into recovery it's back to twrp. get the CWM recovery to stick?

View 1 Replies View Related

General :: Flash New Bootloader Through CWM / TWRP Recovery?

Feb 5, 2014

I have an AT&T SGS4 with a melted USB port so there is no way for me to use fastboot or Odin to flash bootloaders, etc. Is it possible to flash a Samsung factory bootloader through recovery?

What I am trying to accomplish:

I am on Touchwiz 4.3 and the 4.4.2 KK release was leaked in our forum. I used the dsixda kitchen to break it down and made a ROM out of it that successfully flashed in recovery but kernel panics at the AT&T splash boot screen because the RAMdisk doesn't match the bootloader version. So I need to upgrade the bootloader to the 4.4.2 version so it will boot.

I unpacked the RAMdisk and there is nothing in any of the init.xx files that points to the bootloader. I even used a hex editor to look at the init binary which references the bootloader but there was nothing in there that I could change (from what I saw).

View 4 Replies View Related

General :: SD Card Not Detected In Recovery (TWRP)

Feb 5, 2013

My tablet is: Asus Transformer TF300T (rooted)

What I did:
- I accidentally wiped all data in tablet - ROM, etc. Only left is Team Win Recovery Project (TWRP) v2.2.0 recovery
- I put Android.zip (installation files) into MicroSD Card / uSD Card
- I boot into recovery (TWRP)
- TWRP does not read/detect the SD Card
- There is no files in /sdcard except one; /sdcard/TWRP/.twrps

I also
- installed adb on PC
- did 'adb devices' - no device detected when connect between tablet and PC How?

View 2 Replies View Related

General :: TWRP Not Install On Rooted Device - Xperia S V4.0.4

Dec 30, 2013

I have xperia s (st25a) phone with android 4.0.4.

I already have rooted it (SU installed) and bootloader unlocked. Fastboot reports the correct version "5".

However, when I try to install TWRP, it gives the following error:

>fastboot.exe flash boot stock-6.1.A.0.452-twrp-2.4.0.0.elf
sending 'boot' (8124 KB)...
FAILED (remote: The Device must be rooted first)

Why does TWRP think it's not rooted? I have setup SU to grant every root request too!

Another issue - when I try to enter recovery with stock image, my phone gets stuck on boot with Sony logo and I have to remove battery to shut it down. Why wouldn't stock recovery work?

View 2 Replies View Related

General :: Can Install Both CWM And TWRP Recovery In Micromax A116?

May 3, 2013

I have rooted my Micromax A116 and have installed CWM recovery. I need to install TWRP recovery. Can I do it or is it possible to install TWRP after installing CWM?

View 3 Replies View Related

General :: Flash New ROM In TWRP Recovery From Internal Storage Without Using PC

Feb 11, 2014

Is it possible to flash new ROM in TWRP recovery from internal storage without using PC. I moved new ROM to my phone and i can see it in TWRP but is it safe to install it like that? Should i move new ROM in some specific folder first or not?

View 1 Replies View Related

HTC Incredible :: Just Rooted And Having Error With Recovery

Oct 28, 2010

I recently got a new droid incredible (my first phone besides the crapy razer) and my friends told me to root it. I used the guides on these fourms, rooted it, and apparently it worked (I have superuser and can download root only apps). The only problem is that everywere, it says recover once you root. Every time I've tried this, it just leads to a black screen with two white lights on each side. I've tried everything to fix it; I've looked at multiple threads and youtube vids, I even found an app that should sent it into Clockwork recovery mod, but even then it still had the problem. Does anyone know how to fix this, or should I just try un-rooting it (maby I did something wrong and it dosent say) and re-rooting it again?

View 31 Replies View Related

HTC Desire :: E:Can't Open /cache/recovery/command - Error In Rooted

Aug 3, 2010

I've been reading this forum for awhile but can't find a solution to my problem...

1. I rooted my 2 HTC Desires 2 months ago, what went fine. Have been able to install apps that request root. And on 1 Desire I have put the Nexus1 Froyo OS.

2. Now when receive a OTA: error

3. I tried the manual update: error

Both phones came from HTC directly, any Sim Card is useable on them.

I first get the error "E:Can't open /cache/recovery/command", then I get:

"Verifying update package
E: failed to verify whole-file signature
E: signature verification failed
Installation aborted."

View 2 Replies View Related

General :: Status Bar App That Can Work With Non Rooted Phone

Nov 23, 2012

Is there any good status bar replacement app that can work with non rooted phone?

View 1 Replies View Related

General :: Error (status 6) In CWM?

Apr 22, 2011

When trying to flash my own made update.zips through CWM, I get the error message: Status 6.

This points toward a mistake in my updater-script file, but I cannot find my mistake.. I tried multiple things and ended up with this.. But it seems to be wrong! I keep getting (Status 6) error.

ui_print("Google apps update for SuperSlim Edition");
ui_print("Performing Update");
ui_print("Mounting mount points");
run_program("/sbin/busybox", "mount", "/system");
show_progress(0.100000, 0);

[Code] ......

View 8 Replies View Related

General :: CWM Error Status 7 When Flashing

Feb 5, 2012

I tried flashing my own stripped runnymede, get this error in cwm, "error status 7 (expects 4args, got 3)".

View 1 Replies View Related

General :: HTC View 4G Status 7 Error?

Jul 24, 2013

Sprint view 4g
revolutionary unlocked
hboot 6.13.1002 s-off radio 1.05.11.0531 CWM=v4.0.1.4

I used multitool to get the above, now I am attempting to flash any rom that is compatible, I am finding I receive the same error each time I attempt to install zip from SD, a status 7, which as I understand is a bootloader issue??

Installing update....
assert failed: gerpopr("ro.product.device") === "supersonic" || getprop("ro.build.prduct") == "supersonic";
e:Error in /sdcard/blackdome-v2.2r1-jb.supersonic.zip
(status 7)

So I originally thought 'supersonic' was simply saying it was not intended for my device, however, I also tried several others all echoing the same error.

View 1 Replies View Related

General :: CM 10.1 - Stuck With Error Status 7

Oct 15, 2013

how to complete the 10.1 Nightly update from ICS 4.0.4.I'm half there in the process but it always ends with this error: Installing update assert failed: get prop("ro.product.device") == "p990" || getprop("ro.build.product") == "p990"

E: Error in /sdcard/cm-10.1-20131006-NIGHTLY-p990.zip

Installation aborted.I'm using latest ROM Manager and the phone is rooted ok.I'm stuck and have read for 10 hours online and on YouTube without finding a resolution?

View 9 Replies View Related

General :: Error (Status 7) - Porting ROM To Wildfire

Mar 22, 2012

Just started with one. But while flashing the ROM i'm getting Status 7 error.

I took RazoDroid ROM which is for Galaxy Fit and SplashMod ROM of Wildfire.

The following are the steps i followed while porting which were guided from here.
1.Extracted boot.img and replaced the kernel from SplashMOD.
2.From the ramdisk changed to init.buzz.rc
3.Repacked kernel.
4.Replaced the following folders/files from SpashMOD

Code:
/system/lib/modules/
/system/lib/hw/
/system/usr/keylayout/

[Code]....

Else the procedure itself is wrong or the ROM can not be ported?

View 4 Replies View Related

General :: CWM Error (Status 0) When Flashing Customized ROM?

Jan 10, 2012

I have been cooking a customized ICS ROM using dsixda's kitchen and all I done was deodex the ROM and add some other stuff like bash, nano etc. I then built and signed it. When I attempt to flash it tells me there is an error in the .zip file and displays (status 0). I am guessing I have done something wrong when building the ROM in dsixda's kitchen.

What a status 0 error means in CWM and how I can fix it?

View 9 Replies View Related

General :: How To Fix Updater-script Error Status 6

Apr 17, 2013

I'm trying to flash my own rom (mtk6589 device) but I get status 6 error on CWM each time I try to flash it.

Here is my updater-script, where is the mistake?

Code:

show_progress(0.950000, 50);
format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
package_extract_file("check_data_app", "/tmp/check_data_app");
set_perm(0, 0, 0777, "/tmp/check_data_app");
run_program("/tmp/check_data_app");

[code]....

View 8 Replies View Related

General :: Status 7 Error In CWM When Flashing New Roms

Apr 30, 2013

How to fix status 7 when flashing new rom. I have created a new rom and a error occurred its status 7

My phone model: GT-S5300 - Rooted with Remix v2 Rom

View 1 Replies View Related

General :: Can Blackberry Playbook Be Rooted And Android With Recovery Be Installed

Dec 3, 2011

Can the blackberry Playbook be rooted and a Android with recovery be installed? .

View 9 Replies View Related

General :: Allwinner A13 - Installation Aborted Status 0 Error

Apr 23, 2013

I have compiled cwm for an allwinner a13 tablet I am stuck for in for on recovery but can't do any thing it just reboots to recovery if I select reboot system and can't install backup restore.

Only adb side loading works tried to install another working old cwm it shows successfully installed but it reboots to the same recovery.

I tried to install a custom rom but first I got first error in get prop =build Id

So removed get prop lines in updater script now I am getting installation aborted status 0 error

View 3 Replies View Related

General :: Samsung Galaxy Mini 2 Error Status 7

Jan 24, 2013

I am new to rooting and installing custom roms. I followed a tutorial on how to root my phone and i succeed. But then i tried to install cyanogenmod and then i got: status 7, installation abort.

The model of my phone is GT-S6500D, and i downloaded the cyanogenmod from here

My clockworkmod version is 5.2.0.8

View 3 Replies View Related

General :: Unable To Flash Custom Rom Due To Error (status 0)

Sep 29, 2012

This is the first (and only) time that I have try to root my phone (with the AAHK). After alot of reading I managed to ROOT my Desire HD and it says S-OFF.

The problem is that I am not able to install a costum ROM. I have tried the following roms:
1. Android_Revolution_HD-4G_6.3.3
2. TrickDroid_v2.0.0_C2

And I allways get the same error. It says status 0. I found in some other threads on XDA-devoloppers that the problem is: "Wrong update-binary".

Software information:

Android version: 2.3.3
HTC Sense version: 2.1
Kernel version: 2.6.35.10-gd2564fb
htc-kernel@and18-2#1
Software number: 2.50.405.2

View 1 Replies View Related

General :: Flash Gapps - Rooted But No Recovery?

Jun 26, 2012

I have been lucky enough to been given a Huawei P1 and a P1 XL.

I have managed to root it successfully which is great but the rom on both does not come with Google Apps Suite.

I know it's possible to flash the gapps once rooted and you have a recovery on Huawei's as I have done this on my honour.

The Chinese recovery available for P1 doesn't work on my P1 or XL.

Is there any way to flash the gapps packaged without a recovery or to do it manually?

View 1 Replies View Related

General :: Yahoo Mail - Deleting Account / Getting Invalid Status Error?

Mar 31, 2012

Starting the other day I stopped getting emails for my yahoo account. When I tried to delete the account I got an error saying invalid status.

View 3 Replies View Related

General :: How To Install ClockWorkMod Recovery In (rooted) Spice Mi 320

Jun 14, 2013

how to install clockwork mod recovery in my (rooted) spice mi 320 to install a custom rom ? i tried rom manager but my device is not listed.

android version - 2.3.4
kernal version - 2.6.35.7
baseband version is MAUI.11AMD.W11.19.sp.v1.P5

View 1 Replies View Related

General :: Status Bar Icon Not Turning Blue - Play Store Server Error

Jul 12, 2012

I was having problems with the play store and I was told to clear data from the Play Sore and GoogleServicesFramework app. That didn't work and I got a server error. Also my signal bars and wifi/3G icon are not turning blue as usual when connected. I feel disconnected from the play store .

View 1 Replies View Related

Motorola Droid : Rooting - Cant Open Cache/recovery/command Error In Recovery

Feb 12, 2010

I took unrooted my phone today because I was going to excange it for a new one because of a loose headphone jack but it turns out it was my headphones. I used SMupdater and it went fine. now when I try ot root again I get a "can't open cache/recovery/command" error in recovery and it wont let me select any of the options by hitting the camera button. idk what to do

View 2 Replies View Related

General :: CWM Recovery Install Error?

Jun 8, 2012

I was rooted my SGS i9000(XXJVS) with SuperOneClick 2.3.3 and successfully rooted my phone, but superuser did not been installed, so I installed from Android Market. Then I downloaded ROM manager, and selected "Flash ClockworkMod Recovery". It has been downloaded, allowed superuser permissions, and ROM Manager wrote that it has been downloaded. But if I reboot into recovery mode, I get a message that writes:

Verifying update package... (meanwhile a bar fills up to about 15%)
E:failed to verify whole-filesignature
E:signature verification failed Installation aborted.

And I got a normal recovery mode.What should I do to install CWM? I only clicked "Root" button in SuperOneClick 2.3.3 and I didn't do any wipe data.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved