Advertisement
infected_

Untitled

May 23rd, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. default_system_dev_certificate = (str) build/target/product/security/testkey
  2. extfs_sparse_flag = (str) -s
  3. extra_recovery_keys = (str) build/target/product/security/cm build/target/product/security/cm-devkey build/target/product/security/bacon
  4. fs_type = (str) ext4
  5. fstab = (dict) {'/cache': <common.Partition object at 0x2ac8e0428e50>, '/boot': <common.Partition object at 0x2ac8e0428dd0>, '/system': <common.Partition object at 0x2ac8e0428e10>, '/data': <common.Partition object at 0x2ac8e0428e90>}
  6. fstab_version = (int) 2
  7. mkbootimg_args = (str) --ramdisk_offset 0x02000000
  8. recovery_api_version = (int) 2
  9. recovery_size = (int) 20971520
  10. selinux_fc = (str) /tmp/targetfiles-TPtddA/BOOT/RAMDISK/file_contexts
  11. system_size = (int) 1056964608
  12. tool_extensions = (str) device/sony/yuga/../common
  13. update_rename_support = (str) 1
  14. use_set_metadata = (str) 1
  15. userdata_size = (int) 2147483648
  16. using device-specific extensions in device/sony/common
  17. unable to load device-specific module; assuming none
  18. using custom bootimage makefile device/sony/fusion3-common/custombootimg.mk...
  19. using prebuilt boot.img...
  20. using custom bootimage makefile device/sony/fusion3-common/custombootimg.mk...
  21. using prebuilt recovery.img...
  22. running: imgdiff -b /tmp/targetfiles-TPtddA/SYSTEM/etc/recovery-resource.dat /tmp/tmpQkCq7e /tmp/tmpimUZGK /tmp/tmpqQshft
  23. Traceback (most recent call last):
  24. File "./build/tools/releasetools/ota_from_target_files", line 960, in <module>
  25. main(sys.argv[1:])
  26. File "./build/tools/releasetools/ota_from_target_files", line 928, in main
  27. WriteFullOTAPackage(input_zip, output_zip)
  28. File "./build/tools/releasetools/ota_from_target_files", line 484, in WriteFullOTAPackage
  29. MakeRecoveryPatch(OPTIONS.input_tmp, output_zip, recovery_img, boot_img)
  30. File "./build/tools/releasetools/ota_from_target_files", line 399, in MakeRecoveryPatch
  31. recovery_type, recovery_device = common.GetTypeAndDevice("/recovery", OPTIONS.info_dict)
  32. File "/home/infected_/cyan_11/build/tools/releasetools/common.py", line 985, in GetTypeAndDevice
  33. return PARTITION_TYPES[fstab[mount_point].fs_type], fstab[mount_point].device
  34. KeyError: '/recovery'
  35. make: *** [/home/infected_/cyan_11/out/target/product/yuga/cm_yuga-ota-2bb7a44737.zip] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement