Speeddymon
New Member
Ive downloaded the patch that seemed to do nothing and I'm inspecting it now. I never received the update on my phone, I'm not blocking OTA and I am running 2.0.1 .. The first thing I noticed is that both the linux boot loader and the motorola boot loader get flashed with this update, along with another partition which I haven't seen before called cdt:
After extracting a 2.0.1 system image I have and the update and running md5 sums on everything, I can say that the system directory between the 2, aside from missing some files in the new update, has 100% identical files. As for the other images in the new update, I haven't checked, but I'd gamble that there isn't any change there either.
Code:
assert(package_extract_file("mbm.bin", "/tmp/mbm.img"),
write_raw_image("/tmp/mbm.img", "mbm"),
delete("/tmp/mbm.img"));
assert(package_extract_file("lbl", "/tmp/lbl.img"),
write_raw_image("/tmp/lbl.img", "lbl"),
delete("/tmp/lbl.img"));
assert(package_extract_file("cdt.bin", "/tmp/cdt.img"),
write_raw_image("/tmp/cdt.img", "cdt"),
delete("/tmp/cdt.img"));
After extracting a 2.0.1 system image I have and the update and running md5 sums on everything, I can say that the system directory between the 2, aside from missing some files in the new update, has 100% identical files. As for the other images in the new update, I haven't checked, but I'd gamble that there isn't any change there either.