DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: update.zip error (status 6)

  1. Master Droid
    maderschramm's Avatar
    Member #
    83905
    Join Date
    Jul 2010
    Location
    Madison, WI
    Posts
    672
    Phone
    Droid X Custom Setup
    #1

    update.zip error (status 6)

    Been making an update.zip for clockworkmod recovery and get the above error while flashing (Status 6).

    Researched it and it seems to be something to do with the updater-script.

    I've quadruple checked it and started by editing and old updater-script with notepad++ then saving the file as type "All Files".

    Wondering if anyone can help me find the cause. It's for a DX, but I figured this kind of thing (updater-script) was pretty universal.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Super Moderator
    furbearingmammal's Avatar
    Member #
    78594
    Join Date
    Jun 2010
    Location
    So far north in NY I smell maple syrup when the wind blows out of the west.
    Posts
    10,371
    Liked
    32 times
    Twitter
    @FurryVarmint
    Premium Member
    #2
    Quote Originally Posted by maderschramm View Post
    Been making an update.zip for clockworkmod recovery and get the above error while flashing (Status 6).

    Researched it and it seems to be something to do with the updater-script.

    I've quadruple checked it and started by editing and old updater-script with notepad++ then saving the file as type "All Files".

    Wondering if anyone can help me find the cause. It's for a DX, but I figured this kind of thing (updater-script) was pretty universal.
    It's possible that it's saving Windows-only formatting in it. I had that problem with a text file I was working on for a script.
  4. Developer
    jeffv2's Avatar
    Member #
    151962
    Join Date
    Dec 2010
    Location
    south jersey
    Posts
    1,241
    Liked
    3 times
    Phone
    galaxy nexus
    DroidForums.net Developer
    #3
    jEdit - Programmer's Text Editor - overview ... i think its the best text editor for windows, then again i haven't used windows in years
  5. Master Droid
    maderschramm's Avatar
    Member #
    83905
    Join Date
    Jul 2010
    Location
    Madison, WI
    Posts
    672
    Phone
    Droid X Custom Setup
    #4
    it's possible fur, and thanks for the link jeff. Although, to be honest, I'm not going to use it. I've decided to write it from scratch with gedit (again) and saving it as UNIX/LINUX. I'm deleting my comments and complicated code (progress bar) to see if I can't simplify it and get it to read properly. I'm also cross-checking with vim to make sure the formatting is right.
  6. Super Moderator
    furbearingmammal's Avatar
    Member #
    78594
    Join Date
    Jun 2010
    Location
    So far north in NY I smell maple syrup when the wind blows out of the west.
    Posts
    10,371
    Liked
    32 times
    Twitter
    @FurryVarmint
    Premium Member
    #5
    Good Luck!
  7. Master Droid
    maderschramm's Avatar
    Member #
    83905
    Join Date
    Jul 2010
    Location
    Madison, WI
    Posts
    672
    Phone
    Droid X Custom Setup
    #6
    thanks, another question, when you zip the file, do you compress it or are you using the .zip as a "store" with no compression. I've noticed other people have their update.zips compressed to a degree, and I get the same error flashing with no compression and regular .zip compression.

    using 7-zip by the way, and/or archive manager (or whatever the stock ubuntu compression util is)
  8. Super Moderator
    furbearingmammal's Avatar
    Member #
    78594
    Join Date
    Jun 2010
    Location
    So far north in NY I smell maple syrup when the wind blows out of the west.
    Posts
    10,371
    Liked
    32 times
    Twitter
    @FurryVarmint
    Premium Member
    #7
    I've seen people use 7zip and do "ultra" compression and have fantastic results.
  9. Master Droid
    maderschramm's Avatar
    Member #
    83905
    Join Date
    Jul 2010
    Location
    Madison, WI
    Posts
    672
    Phone
    Droid X Custom Setup
    #8
    huh. interesting. I'll give that a shot (the update.zip is quite large so the more compression the better).
  10. Steel Droid ROM Developer
    chevycam94's Avatar
    Member #
    67883
    Join Date
    May 2010
    Location
    Central Ohio
    Posts
    1,336
    Liked
    159 times
    Twitter
    chevycam94
    Phone
    Droid 1, Droid 3, Galaxy Nexus
    DroidForums.net Developer
    #9
    If your going to compress it, use "Ultra"for the compression level, and "Deflate" as the method. Its the only way that I seem to get it to work right.

    And yes, you need to save your updater-script in UNIX file format. :-D
    Motorola Droid 1
    Steel Droid v12.0 (GB WIP)
    RZ's 2.0.3 Recovery

    Droid 3 v5.0 (5.7.906-based)

    Galaxy Nexus (32GB)
    Steel Droid GNex JELLYBEAN v7.0 (AOSP 4.2.2 Hybrid WIP)
    Vanir AK kernel 1.0.2 mod

    TWRP 2.4.4.0 Recovery
    JRO03O bootloader and JDQ39 radios

    If you like my work, please donate!
  11. Master Droid
    maderschramm's Avatar
    Member #
    83905
    Join Date
    Jul 2010
    Location
    Madison, WI
    Posts
    672
    Phone
    Droid X Custom Setup
    #10
    ok. wrote the file at work with gedit, saved as filetype unix/linux. edited it later with vim to confirm formatting etc., put it on the cloud, downloaded it on home computer (7x64) which doesn't hide known filetypes. file showed up as "updater-script.txt"

    renamed to "updater-script"

    zipped archive with 7-zip with ultra compression and deflate as the compression method 32 dictionary size 128 word size no split volumes add and replace update mode zipcrypto encryption method and no param's.

    compressing now, I'm going to shower and then update with the result

    Error in /sdcard/update.zip
    (Status 6)
    Installation aborted.

    ...

    I'm going to murder someone.

    INTERESTING NOTE:

    I created a test.zip which only has a meta-inf directory. I used my old updater.script, but deleted all the code and replaced it with [ui_print("Test");]

    runs.

    ANOTHER UPDATE:

    edited the updater-script with notepad++ again, saved as type "all files" and made a more complex ui_print setup - runs

    FURTHER UPDATE:

    put the running updater-script into the old filetree (includes system folder, etc.) - takes longer to open update package, runs
    Last edited by maderschramm; 12-31-2010 at 06:44 PM.
Page 1 of 2 1 2 LastLast

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. Update: Status Error 7 ??
    By andylulzyou in forum Droid X General Discussions
    Replies: 5
    Last Post: 10-09-2011, 07:42 PM
  2. Droid X baseband E:Error in /sdcard/update.zip (Status 0)
    By gtelnet in forum Droid X Tech Support
    Replies: 3
    Last Post: 01-09-2011, 07:47 PM
  3. Baseband update (Status 0) error.
    By lash444 in forum Droid X Hacks
    Replies: 2
    Last Post: 12-03-2010, 02:22 PM
  4. Status error 7 when upplying update.zip
    By cb3FSU in forum Rescue Squad Help
    Replies: 1
    Last Post: 05-16-2010, 04:05 PM
  5. Update to 2.0.1 - Error status 7
    By psufan5 in forum Android Tech Support
    Replies: 4
    Last Post: 12-23-2009, 07:56 AM

Search tags for this page

(status 6) installation aborted
,
clockwork mod status 6
,

clockworkmod error status 6

,
clockworkmod recovery error status 6
,

clockworkmod status 6

,
error in /sdcard/update.zip (status 6)
,
error in /sdcard/update.zip status 6
,
error in sdcard status 6
,
error status 6 installation aborted
,

installation aborted status 6

,
recovery status 6
,
status 6 clockworkmod
,
status 6 error
,

status 6 installation aborted

,
stratus 6 installation aborted
Click on a term to search our site for related topics.
Find us on Google+