openthos / linux-android-analysis

1 stars 0 forks source link

Daily Report 2016-06-13 ShiZhiQiang #30

Open qzsee opened 8 years ago

qzsee commented 8 years ago

2016-06-13 Report :

  1. 对Android OTA功能进行了比较细致的调研。
  2. 尝试对OTA升级包进行编译,但是出现错误 make: * No rule to make target 'otapackage'。** 暂 时没有解决
  3. 尝试使用另一种方法编译,但是依旧出现错误
Traceback (most recent call last):
  File "./build/tools/releasetools/ota_from_target_files", line 1549, in <module>
    main(sys.argv[1:])
  File "./build/tools/releasetools/ota_from_target_files", line 1506, in main
    WriteFullOTAPackage(input_zip, output_zip)
  File "./build/tools/releasetools/ota_from_target_files", line 590, in WriteFullOTAPackage
    recovery_img, boot_img)
  File "/home/entity/android5.1.1/build/tools/releasetools/common.py", line 1162, in MakeRecoveryPatch
    _, _, patch = d.ComputePatch()
  File "/home/entity/android5.1.1/build/tools/releasetools/common.py", line 928, in ComputePatch
    ttemp = tf.WriteToTemp()
AttributeError: 'NoneType' object has no attribute 'WriteToTemp'