Advertisement
motafoca

update.zip error

Jul 7th, 2011
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Install system fs image: out/target/product/dnp725/system.img
  2. out/target/product/dnp725/system.img+ total size is 128553216
  3. Package target files: out/target/product/dnp725/obj/PACKAGING/target_files_intermediates/cyanogen_dnp725-target_files-eng.root.zip
  4. Package OTA: out/target/product/dnp725/cyanogen_dnp725-ota-eng.root.zip
  5. ./build/tools/releasetools/ota_from_target_files -v \
  6. -p out/host/linux-x86 \
  7. -k build/target/product/security/testkey \
  8. --backup=true \
  9. --override_device=dnp725 \
  10. out/target/product/dnp725/obj/PACKAGING/target_files_intermediates/cyanogen_dnp725-target_files-eng.root.zip out/target/product/dnp725/cyanogen_dnp725-ota-eng.root.zip
  11. unzipping target target-files...
  12. running: unzip -o -q out/target/product/dnp725/obj/PACKAGING/target_files_intermediates/cyanogen_dnp725-target_files-eng.root.zip -d /tmp/targetfiles-ku92TS
  13. Traceback (most recent call last):
  14. File "./build/tools/releasetools/ota_from_target_files", line 813, in <module>
  15. main(sys.argv[1:])
  16. File "./build/tools/releasetools/ota_from_target_files", line 768, in main
  17. OPTIONS.info_dict = common.LoadInfoDict(input_zip)
  18. File "/home/tablet/source/build/tools/releasetools/common.py", line 136, in LoadInfoDict
  19. makeint("userdata_size")
  20. File "/home/tablet/source/build/tools/releasetools/common.py", line 131, in makeint
  21. d[key] = int(d[key], 0)
  22. ValueError: invalid literal for int() with base 0: '0fc80000'
  23. make: *** [out/target/product/dnp725/cyanogen_dnp725-ota-eng.root.zip] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement