zoukankan      html  css  js  c++  java
  • ubuntu11下编译AOSP for Desire 成功。

    Package OTA: out/target/product/bravo/full_bravo-ota-eng.jay.zip
    unzipping target target-files...
    running: unzip -o -q out/target/product/bravo/obj/PACKAGING/target_files_intermediates/full_bravo-target_files-eng.jay.zip -d /tmp/targetfiles-k5STfY
    --- target info ---
    blocksize = (int) 131072
    boot_size = (int) 2621440
    fstab = (dict) {'/sdcard': <common.Partition object at 0x85ee78c>, '/cache': <common.Partition object at 0x85ee5ec>, '/boot': <common.Partition object at 0x85ee56c>, '/system': <common.Partition object at 0x85ee80c>, '/recovery': <common.Partition object at 0x85ee72c>, '/sd-ext': <common.Partition object at 0x85ee86c>, '/data': <common.Partition object at 0x85ee66c>, '/misc': <common.Partition object at 0x85ee6cc>}
    recovery_api_version = (int) 3
    recovery_size = (int) 5242880
    system_size = (int) 150994944
    tool_extensions = (str) device/htc/common
    userdata_size = (int) 154796032
    using device-specific extensions in device/htc/common
    running: mkbootfs /tmp/targetfiles-k5STfY/BOOT/RAMDISK
    running: minigzip
    running: mkbootimg --kernel /tmp/targetfiles-k5STfY/BOOT/kernel --cmdline no_console_suspend=1 msmsdcc_sdioirq=1 wire.search_count=5 --base 0x20000000 --ramdisk /tmp/tmpLMV90v --output /tmp/tmp3Wh1dC
    running: mkbootfs /tmp/targetfiles-k5STfY/RECOVERY/RAMDISK
    running: minigzip
    running: mkbootimg --kernel /tmp/targetfiles-k5STfY/RECOVERY/kernel --cmdline no_console_suspend=1 msmsdcc_sdioirq=1 wire.search_count=5 --base 0x20000000 --ramdisk /tmp/tmpCbdzDe --output /tmp/tmpbjEcfG
    running: imgdiff /tmp/tmpH8givM /tmp/tmpZlOyug /tmp/tmpiLnK1P
    boot size (1902592) is 72.58% of limit (2621440)
    warning: no radio image in input target_files; not flashing radio
    running: openssl pkcs8 -in build/target/product/security/testkey.pk8 -inform DER -nocrypt
    running: java -Xmx512m -jar out/host/linux-x86/framework/signapk.jar -w build/target/product/security/testkey.x509.pem build/target/product/security/testkey.pk8 /tmp/tmpD08vk1 out/target/product/bravo/full_bravo-ota-eng.jay.zip
    done.
    jay@shelley:~/android/gingerbread$

     Mark一下,作为纪念。设备运行待检测。

  • 相关阅读:
    Linux vim 跳转到指定行
    Linux安装lamp过程中出的问题
    centos 7.4源码安装mysql5.5.20+apache 2.4.29+php5.3.28
    centos install vsftpd常见的错误:vsftpd: refusing to run with writable root inside chroot ()错误
    python join函数
    enumerate函数
    实战项目 1:5 行代码爬取国内所有上市公司信息
    python yield用法理解
    python time模块
    yolov5-OSError: [WinError 1455] 页面文件太小,无法完成操作。 Error loading "C:Anaconda3libsite-packages orchlibcaffe2_detectron_ops_gpu.dll"
  • 原文地址:https://www.cnblogs.com/googlegis/p/2978738.html
Copyright © 2011-2022 走看看