patchrom icon indicating copy to clipboard operation
patchrom copied to clipboard

Can't dump from CWM

Open fedevd opened this issue 10 years ago • 0 comments

1406 files pulled. 0 files skipped. 3389 KB/s (739281047 bytes in 212.988s) Remount /system to be writable remount succeeded Run getfilesysteminfo to build filesystem_config.txt 113 KB/s (5572 bytes in 0.048s) Run getfilesysteminfo and recoverylink.py to recover symlink Recovery link files success Build apkcerts.txt 1500 KB/s (139142 bytes in 0.090s) Generate metadata used to build target files... Compress the target_files dir into zip file /home/federico/patchrom/test Build full ota package: /home/federico/patchrom/test/stockrom.zip unzipping target target-files... using device-specific extensions in . unable to load device-specific module; assuming none Traceback (most recent call last): File "/home/federico/patchrom/tools/releasetools/ota_from_target_files", line 884, in main(sys.argv[1:]) File "/home/federico/patchrom/tools/releasetools/ota_from_target_files", line 852, in main WriteFullOTAPackage(input_zip, output_zip) File "/home/federico/patchrom/tools/releasetools/ota_from_target_files", line 401, in WriteFullOTAPackage device_specific.FullOTA_Assertions() File "/home/federico/patchrom/tools/releasetools/common.py", line 690, in FullOTA_Assertions return self._DoCall("FullOTA_Assertions") File "/home/federico/patchrom/tools/releasetools/common.py", line 679, in DoCall getattr(self.miui_module, function_name)(((self,) + args), *_kwargs) File "/home/federico/patchrom/tools/releasetools/miui_releasetools.py", line 6, in FullOTA_Assertions info.script.Mount("/data") File "/home/federico/patchrom/tools/releasetools/edify_generator.py", line 140, in Mount p = fstab[mount_point] KeyError: '/data'

On Nexus 4 KitKat 4.4.4 with latest CWM dumping for v6 and '. build/envsetup.sh' executed as first step I can dump using TWRP but breaks radio (or not even dumped that partition, idk). With TWRP creates 'stockrom.zip' but without a working radio, on CWM I am stuck on that error. What should I do? Fix recovery? Fix mountpoints on Patchrom files? How can I fix radio issue using TWRP? Thanks!

fedevd avatar May 23 '15 15:05 fedevd