Clockwork update.zip error "status 6"

This is a discussion on Clockwork update.zip error "status 6" within the Droid Development forums, part of the Droid Hacking category; Trying to install a modified update.zip I made, and I keep getting an error, Status 6. If I swap in say, Pete's updater_script, into the ...

+ Reply to Thread
Results 1 to 9 of 9

Thread: Clockwork update.zip error "status 6"

  1. Steel Droid ROM Developer
    chevycam94's Avatar
    Member #
    67883
    Join Date
    May 2010
    Location
    Central Ohio
    Posts
    1,035
    Liked
    91 times
    Twitter
    chevycam94
    Phone
    Droid 1, Droid 3, Galaxy Nexus
    DroidForums.net Developer
    #1

    Exclamation Clockwork update.zip error "status 6"

    Trying to install a modified update.zip I made, and I keep getting an error, Status 6. If I swap in say, Pete's updater_script, into the update.zip, then try to install again, it works just fine. So I have narrowed it down to the updater-script. Not sure whats holding me back here.

    Is there anything special I should do to the updater-script file? signing the zip file doesnt change anything. What gives here?
    Motorola Droid 1
    Steel Droid v10.6 (GB)
    Stock CM7 2.3.7 kernel
    RZ's 2.0.3 Recovery
    32GB MicroSD (class 4)

    Droid 3
    v4.7 (GB 5.7.906)
    v5.5 (ICS 4.0.4)

    Rick#2's 1.08e SafeStrap

    Galaxy Nexus (32GB)
    Steel Droid GNex v3.85 (ICS 4.0.4)
    Steel Droid GNex v4.0 (ICS 4.0.4 WIP)
    Faux 17u 4.0.x kernel

    TWRP 2.1.2 Recovery
    IMM76K bootloader and radios

    If you like my work, feel free to donate!
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Droid Newbie
    tmcb82's Avatar
    Member #
    102711
    Join Date
    Aug 2010
    Posts
    3
    Phone
    DROID 1
    #2
    Quote Originally Posted by chevycam94 View Post
    Trying to install a modified update.zip I made, and I keep getting an error, Status 6. If I swap in say, Pete's updater_script, into the update.zip, then try to install again, it works just fine. So I have narrowed it down to the updater-script. Not sure whats holding me back here.

    Is there anything special I should do to the updater-script file? signing the zip file doesnt change anything. What gives here?
    I have the same problem.... any help would be great! Thanks!
  4. Steel Droid ROM Developer
    chevycam94's Avatar
    Member #
    67883
    Join Date
    May 2010
    Location
    Central Ohio
    Posts
    1,035
    Liked
    91 times
    Twitter
    chevycam94
    Phone
    Droid 1, Droid 3, Galaxy Nexus
    DroidForums.net Developer
    #3
    Tmcb82. Send me your zip and I will fix it. Status 6 is basically trying to read a file that's not encoded in UNIX. Thanks ChevyNo1 for pointing that out!
    Motorola Droid 1
    Steel Droid v10.6 (GB)
    Stock CM7 2.3.7 kernel
    RZ's 2.0.3 Recovery
    32GB MicroSD (class 4)

    Droid 3
    v4.7 (GB 5.7.906)
    v5.5 (ICS 4.0.4)

    Rick#2's 1.08e SafeStrap

    Galaxy Nexus (32GB)
    Steel Droid GNex v3.85 (ICS 4.0.4)
    Steel Droid GNex v4.0 (ICS 4.0.4 WIP)
    Faux 17u 4.0.x kernel

    TWRP 2.1.2 Recovery
    IMM76K bootloader and radios

    If you like my work, feel free to donate!
  5. Droid Newbie
    pkopalek's Avatar
    Member #
    53690
    Join Date
    Mar 2010
    Posts
    3
    Phone
    HTC Droid Eris
    #4
    Quote Originally Posted by chevycam94 View Post
    Tmcb82. Send me your zip and I will fix it. Status 6 is basically trying to read a file that's not encoded in UNIX. Thanks ChevyNo1 for pointing that out!
    I'm getting this same problem with a completely different phone and recovery.

    What a pain. All I did to the update.zip was take some things OUT of the update-script, and remove some files from the files within update.zip, and re-sign the zip file.

    Hmmm...
  6. Droid Newbie
    tmcb82's Avatar
    Member #
    102711
    Join Date
    Aug 2010
    Posts
    3
    Phone
    DROID 1
    #5
    Quote Originally Posted by pkopalek View Post
    Quote Originally Posted by chevycam94 View Post
    Tmcb82. Send me your zip and I will fix it. Status 6 is basically trying to read a file that's not encoded in UNIX. Thanks ChevyNo1 for pointing that out!
    I'm getting this same problem with a completely different phone and recovery.

    What a pain. All I did to the update.zip was take some things OUT of the update-script, and remove some files from the files within update.zip, and re-sign the zip file.

    Hmmm...
    Make sure you edit the updater-script with only a true unix compatiable editor like notepad or notepad++ NOT wordpad or alike as it make it unreadable by android and produce an error 6.
  7. Droid Newbie
    pkopalek's Avatar
    Member #
    53690
    Join Date
    Mar 2010
    Posts
    3
    Phone
    HTC Droid Eris
    #6
    Quote Originally Posted by tmcb82 View Post
    Quote Originally Posted by pkopalek View Post
    Quote Originally Posted by chevycam94 View Post
    Tmcb82. Send me your zip and I will fix it. Status 6 is basically trying to read a file that's not encoded in UNIX. Thanks ChevyNo1 for pointing that out!
    I'm getting this same problem with a completely different phone and recovery.

    What a pain. All I did to the update.zip was take some things OUT of the update-script, and remove some files from the files within update.zip, and re-sign the zip file.

    Hmmm...
    Make sure you edit the updater-script with only a true unix compatiable editor like notepad or notepad++ NOT wordpad or alike as it make it unreadable by android and produce an error 6.

    Oh, that's exactly what I did too, I used Wordpad, because of how it parses the lines 'better looking' than Notepad for me.

    Thanks for your help. That's perfect.
  8. Developer Relations
    guidot's Avatar
    Member #
    36269
    Join Date
    Feb 2010
    Location
    Massachusetts
    Posts
    5,976
    Liked
    291 times
    Twitter
    guidot42
    Phone
    XT862/A855
    Premium Member
    #7
    You do realize this thread is over a year old?

    1.Need to Flash a ROM? - Flashing ROM - Best Practices
    2.Need to Install Safestrap on your D3? - Install Safestrap D3
    3.Need to Install a ROM using Safestrap on your D3? - Flashing a ROM using Safestrap
    4.Guidelines of Conduct on Droidforums.net - Guidelines of Conduct
  9. Senior Droid
    holmes6's Avatar
    Member #
    132751
    Join Date
    Nov 2010
    Location
    New England Patriots
    Posts
    140
    Phone
    Galaxy Nexus - Kang
    #8
    add another year and still helpful

    it's amazing how many people don't understand that someone besides the op may find the thread useful.. . the info stays for other people with the same question.
  10. Droid Newbie
    insink71's Avatar
    Member #
    245134
    Join Date
    Jan 2012
    Posts
    1
    Phone
    Droid Incredible 2
    #9
    Quote Originally Posted by chevycam94 View Post
    Tmcb82. Send me your zip and I will fix it. Status 6 is basically trying to read a file that's not encoded in UNIX. Thanks ChevyNo1 for pointing that out!
    Ok so are there tools out there for fixing this problem? What if the corruption may or may not be isolated to updater.script? In other words, is there a tool that scans folders and converts any files found not encoded correctly to unix encoding? Thank you for clearly stating the problem.

    Rob

Sponsors

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. HELP! Clockwork "MD5 mismatch" in recovery...
    By icculusX in forum Hacking Help
    Replies: 23
    Last Post: 08-30-2011, 08:07 AM
  2. Replies: 10
    Last Post: 08-24-2010, 02:00 AM
  3. "Error Occured"....can't flash clockwork.. help
    By jbrock98 in forum Rescue Squad Help
    Replies: 2
    Last Post: 05-19-2010, 08:18 PM
  4. weird error help "error running priveleges"!?
    By dfine06 in forum Rescue Squad Help
    Replies: 81
    Last Post: 04-19-2010, 12:17 PM
  5. Replies: 6
    Last Post: 03-20-2010, 11:08 AM

Search tags for this page

android recovery error status 6
,
android recovery status 6
,
android status 6
,
clockwork recovery error status 6
,
clockwork recovery status 6
,
clockwork status 6
,
cwm error 6
,

cwm error status 6

,

cwm status 6

,

error in update.zip status 6

,

error status 6

,
error status 6 cwm
,
recovery error status 6
,
status 6
,

status 6 error

Click on a term to search our site for related topics.