• 【转】android移植之request_suspend_state: wakeup & init: untracked pid xx exited问题的解决


    原文网址:http://blog.csdn.net/dragon101788/article/details/8187880

    Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    lib80211: common routines for IEEE802.11 drivers
    Registering the dns_resolver key type
    VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
    s3c-rtc s3c64xx-rtc: hctosys: invalid date/time
    eth0: link down
    eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
    IP-Config: Complete:
         device=eth0, addr=10.17.98.2, mask=255.255.255.0, gw=10.17.98.1,
         host=10.17.98.2, domain=, nis-domain=(none),
         bootserver=255.255.255.255, rootserver=10.17.98.1, rootpath=
    Looking up port of RPC 100003/2 on 10.17.98.1
    Looking up port of RPC 100005/1 on 10.17.98.1
    VFS: Mounted root (nfs filesystem) on device 0:14.
    devtmpfs: mounted
    Freeing init memory: 164K
    init: cannot open '/initlogo.rle'
    init: Unable to open persistent property directory /data/property errno: 2
    init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
    init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
    enabling adb
    adb_open
    sh: can't access tty; job control turned off
    $ warning: `rild' uses 32-bit capabilities (legacy support in use)
    request_suspend_state: wakeup (3->0) at 9647061791 (1970-01-01 00:00:09.646297565 UTC)
    init: untracked pid 57 exited
    init: untracked pid 61 exited
    request_suspend_state: wakeup (0->0) at 10556468227 (1970-01-01 00:00:10.555704332 UTC)
    init: untracked pid 77 exited
    init: untracked pid 78 exited
    request_suspend_state: wakeup (0->0) at 15070871761 (1970-01-01 00:00:15.070107956 UTC)
    init: untracked pid 82 exited
    init: untracked pid 84 exited
    request_suspend_state: wakeup (0->0) at 19556415746 (1970-01-01 00:00:19.555651460 UTC)

    修改init.rc里面
    mount rootfs rootfs / ro remount 改成
    mount rootfs rootfs / rw remount

    如果问题解决请顶一下哦~~~~~

  • 相关阅读:
    如何设置IIS实现无扩展名重写
    正则表达式基础知识
    Literal控件用法
    ajaxPro.dll基础教程
    PetShop的系统架构设计
    SQL点滴29—错误无处不在
    javascript中的正则表达式
    为什么开发环境如此之乱
    SQL点滴文章总结
    javascript读写cookie
  • 原文地址:https://www.cnblogs.com/wi100sh/p/4584497.html
Copyright © 2020-2023  润新知