MiCode / patchrom

Use disassemble/assemble technology to porting miui to misc android devices
http://micode.net/forum-55-1.html
493 stars 370 forks source link

KeyError: '/boot' #57

Open brian-zou opened 11 years ago

brian-zou commented 11 years ago

Build full ota package: /home/dazhe/yuan/out/fullota.zip unzipping target target-files... using device-specific extensions in . using prebuilt boot.img... Traceback (most recent call last): File "/home/dazhe/tools/releasetools/ota_from_target_files", line 890, in main(sys.argv[1:]) File "/home/dazhe/tools/releasetools/ota_from_target_files", line 858, in main WriteFullOTAPackage(input_zip, output_zip) File "/home/dazhe/tools/releasetools/ota_from_target_files", line 438, in WriteFullOTAPackage common.CheckSize(boot_img.data, "boot.img", OPTIONS.info_dict) File "/home/dazhe/tools/releasetools/common.py", line 391, in CheckSize p = info_dict["fstab"][mount_point] KeyError: '/boot'

imanesaurus commented 10 years ago

in your recovery.fstab in metadata folder check /boot value, there's something wrong with that

deepsidhu1313 commented 8 years ago

I am having same error, is there any solution ??