[Recovery]Clockwork Mod 6.0.1.2

TheManii

Wiki Admin / Recognized Contributor
Dec 8, 2010
3,585
1,649
0
I will be releasing 6.0.1.1 soon, and it will have some fomratting changes

6.0.1.1 doesnt actually have anything terribly important
 

elsaghir

Senior Member
Jan 26, 2011
74
15
0
Newport News, VA USA
Streak 5

Please forgive me if this question was asked before.
I have streak 5 and I am running ICS 4.0.4_r2.1 now, in the Gapps package, it says it will require Clockwork Mod 6.0 or other.
So, is this compatible with ICS 4.0.4_r2.1? I am also going to test Longhorn 2.9.1 would this be compatible with it too?
Is everyone making new roms now compatible with CWM 6.0.1.1?
I did not want to flash this and then mess everything I have on the phone for no reason, I like to ask first, and I did search this thread and could not find a clear statement regarding Streak 5. Thanks,
 

TheManii

Wiki Admin / Recognized Contributor
Dec 8, 2010
3,585
1,649
0
This is for the S7, the one you want is for the S5.

I tested it with AOSP/ICS and it seems to work, I havnt done thourgh testing yet though.

There is still a streakmod specific gapps if you still wish to use it.
 
  • Like
Reactions: elsaghir

jpmi23

Senior Member
Oct 24, 2008
328
33
0
Detroit-Metro
twitter.com
How long should it take to flash this? I noticed it a bit larger that some of the other CWM images, but shouldn't it be fairly quick to flash? Mine sits on sending for a few minutes.

Nevermind. I see that I had my phone plugged in to the PC too. <-- dummy.
 
Last edited:

TheManii

Wiki Admin / Recognized Contributor
Dec 8, 2010
3,585
1,649
0
If anyone can tell me why these errors occur and how to fix it:

Code:
prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/target/product/streak7/obj/STATIC_LIBRARIES/libminizip_intermediates/libminizip.a(minizip.o): in function check_exist_file:bootable/recovery/utilities/../../../external/zlib/contrib/minizip/minizip.c:158: error: undefined reference to 'fopen64'
prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/target/product/streak7/obj/STATIC_LIBRARIES/libminizip_intermediates/libminizip.a(minizip.o): in function isLargeFile:bootable/recovery/utilities/../../../external/zlib/contrib/minizip/minizip.c:228: error: undefined reference to 'fopen64'
prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/target/product/streak7/obj/STATIC_LIBRARIES/libminizip_intermediates/libminizip.a(minizip.o): in function isLargeFile:bootable/recovery/utilities/../../../external/zlib/contrib/minizip/minizip.c:232: error: undefined reference to 'fseeko64'
prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/target/product/streak7/obj/STATIC_LIBRARIES/libminizip_intermediates/libminizip.a(minizip.o): in function isLargeFile:bootable/recovery/utilities/../../../external/zlib/contrib/minizip/minizip.c:233: error: undefined reference to 'ftello64'
prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/target/product/streak7/obj/STATIC_LIBRARIES/libminizip_intermediates/libminizip.a(minizip.o): in function getFileCrc:bootable/recovery/utilities/../../../external/zlib/contrib/minizip/minizip.c:189: error: undefined reference to 'fopen64'
prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/target/product/streak7/obj/STATIC_LIBRARIES/libminizip_intermediates/libminizip.a(minizip.o): in function minizip_main:bootable/recovery/utilities/../../../external/zlib/contrib/minizip/minizip.c:463: error: undefined reference to 'fopen64'
prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/target/product/streak7/obj/STATIC_LIBRARIES/libbusybox_intermediates/libbusybox.a(mktemp.o): in function mktemp_main:external/busybox/debianutils/mktemp.c:94: warning: warning: tempnam() possibly used unsafely; consider using mkstemp()
collect2: ld returned 1 exit status
make: *** [out/target/product/streak7/obj/EXECUTABLES/recovery_intermediates/LINKED/recovery] Error 1
This issue was introduced in
Add minizip tool. · 4e734a3 · CyanogenMod/android_bootable_recovery · GitHub:

It's some sort of issue in zlib, and until someone can tell me how to fix/workaround it, I cant build newer versions of CWM for any device.
 

TheManii

Wiki Admin / Recognized Contributor
Dec 8, 2010
3,585
1,649
0
I've seen that, and that's not it.

It did lead me to what I was missing:
minizip: fix up erroneous fopen64 usage. · fe301a9 · CyanogenMod/android_external_zlib · GitHub:

Seems that the commit isnt being propagated back to the CM9 branch, the fix was included in CM91/ICS

Looks like I'll have to migrate my stuff to CM91 eventually

As a note: I will not be migrating over to JB for the purposes of building CWM any time soon, it requires (slight) syntax changes and a new update-binary.
I dont expect them to be backwords or forwards compatable, so until there's enough changes in CWM/JB to warrent it, we'll be sticking with CWM/ICS for until then.

Currently CWM/JB is only a single revision ahead of CWM/ICS, it will fall further and further behind as work ramps up on CM10.


Do you have any opinion on it giveen?
What the difference mainly will mean are incompatable update scripts/binaries.

Edit: actually come to think of it: I would strongly prefer staying on CWM/ICS as it would also affect my S5/S10/V builds


Edit2: TWRP/JB is still in development, so we dont have a choice.
 
Last edited:

giveen

Senior Member
Jul 6, 2010
2,174
1,560
0
Caldwell, ID
Easiest thing to do is to just create a new directory and build from there.
Like I have to CM10 builds now, one for TWRP and one for CM10, that way my commits to each don't affect one or the other.
 

elsaghir

Senior Member
Jan 26, 2011
74
15
0
Newport News, VA USA
Does this update support new internal SD cards 8&16 GB?
I did upgrade mine to 16GB and having very slow sluggish performance using Ics ROM.
I will try to do some experiments with the SD format ext4 and see if any improvement.
Edit:
sorry I meant to put this in the DS5


Sent from my SAMSUNG-SGH-I717 using xda premium
 
Last edited:

wptski

Senior Member
Dec 8, 2011
1,371
157
0
Warren, MI
Last edited:

jonzey231

Senior Member
Dec 21, 2010
177
47
48
Columbus, OH
Recovery will not flash

I'm simply trying to update to stock honeycomb (or higher). I'm happy to root if necessary as long as cellular data work. When I try flashing an updated stock recovery or even try to flash CWM via fastboot I get an error that says
"Failed to process command getvar: partition-type: recovery error(0x2)"
Looks like this on the tablet:

IMG_20140207_120104.jpg

Looks like this on the command prompt

IMG_20140207_120056.jpg


Not sure why I would be having partition issues when I just did a full NVFlash last night.

Any help would be much appreciated.

Oh and when I try to update via settings > software update I get this
"The value for the parameter: servicetag is missing"
Looks like this when I go to update it:

IMG_20140207_120837.jpg
 

TheManii

Wiki Admin / Recognized Contributor
Dec 8, 2010
3,585
1,649
0
Is the version in the 1st/3rd picture correct?
If you really are on 336, that's a froyo rom

Compatable roms:
  • Supported:
    • Stock 5xx
  • Not supported:
    • Stock 3xx
You must upgrade to 5xx/honeycomb to be able to use normal versions.


I do have S7f-3.0.2.0.img which was supposed to be for stock 3xx bootloaders.
But I definitely cant provide support on it as
  1. I've never used my s7 with a 3xx rom
  2. I dont have my s7 handy/dont use it anymore