Sorry for the length, but I've really been trying here.
OK, I think the problem is that the updates that I've downloaded don't think my device is a Manta device, and it is of course. I've looked at sites that have told me to remove the line starting with “assert” to next semi-colon in updater-script that is located in the META-INF/com/google/android directory in the zip file. Well I don't see the 'assert' line anywhere but I did see this in the updater-script:
"mount("ext4", "EMMC", "/dev/block/platform/dw_mmc.0/by-name/system", "/system");
file_getprop("/system/build.prop", "ro.build.fingerprint") == "google/mantaray/manta:4.3/JWR66Y/776638:user/release-keys" ||
file_getprop("/system/build.prop", "ro.build.fingerprint") == "google/mantaray/manta:4.4/KRT16O/907817:user/release-keys" ||
abort("Package expects build fingerprint of google/mantaray/manta:4.3/JWR66Y/776638:user/release-keys or google/mantaray/manta:4.4/KRT16O/907817:user/release-keys; this device has " + getprop("ro.build.fingerprint") + ".");
getprop("ro.product.device") == "manta" || abort("This package is for \"manta\" devices; this is a \"" + getprop("ro.product.device") + "\".");
ui_print("Verifying current system...");
show_progress(0.100000, 0);
apply_patch_check("/system/app/BasicDreams.apk","
This is just a small portion of the updater-script file, but then take a look at the error I get.
Installing update...
Verifying current system...
"EMMC: /dev/block/platform/dw_mmc.0/by-name/boot:4753408:1adedb8161f94667a9ccec68f290b921ea287736:489678:cbbf1d5f269c49b72b6cf43315767da32f733a63" has unexpected contents.
E:Error in /tmp/update.zip
(Status 7)
Installation aborted.
Notice the same line that is in the updater-script? I know this has something to do with it. This site here says you can either change recovery ROM's from Clockwork mod (which I had) to TWRP. I did that and still got the error, but there's got to be something else about this, otherwise this wouldn't be in the error. This site talks about how to get rid of status 7 errors, which is what I was getting. I don't actually see status 7 error since I switched back to TWRP, but I believe it's the same error.
How To Fix Status 7 Error with CWM Recovery on Rooted Android! | HighOnAndroid.com
Is there a way I can install Android 4.4 from Googe's site? The thing is, it's a tgz file and that won't work in Windows. You can access it, but at least I can't update it through adb. Can anyone help me install the factor file from Google? BTW, my last error said:
E:Error executing updater binary in zip '/data/media/0/sideload.zip'
EDIT
OK, last update tonight and I'll get back to it tomorrow so you guys can give me some input. I tried inputting a tgz file via sideload and it uploaded, but when it went to update, it said it was corrupted....sigh. Nite, or morning rather for me...later. I hope you guys can help me here. I've been trying for 3 days straight now, going on 4th tomorrow.