240 发简信
IP属地:江西
  • 也能查到服务啦
    console:/ # ps -A | grep "galaxy"
    root 4927 4773 7460 3708 binder_thread_read 0 S android.hardware.galaxy_one@1.0-service
    我说原来怎么查不到服务的 原来被我ctrl C掉了

    Android HIDL服务实现-(Binderized Mode)(二)

    一、前言 正如 Android HIDL 概述[https://www.jianshu.com/p/b75c4321ae0a] 一文中简单的对 HIDL 的演进和新架构下 F...

  • 解决啦
    ./vendor/bin/hw/android.hardware.galaxy_one@1.0-service & 需要后台运行,再执行./system/bin/galaxy_test

    Android HIDL服务实现-(Binderized Mode)(二)

    一、前言 正如 Android HIDL 概述[https://www.jianshu.com/p/b75c4321ae0a] 一文中简单的对 HIDL 的演进和新架构下 F...

  • 您好 请问下执行galaxy_test后一直显示
    1|console:/ # ./system/bin/galaxy_test
    10-15 10:45:01.316 4858 4858 I ServiceManagement: getService: Trying again for android.hardware.galaxy_one@1.0::IGalaxyOne/default...
    10-15 10:45:02.317 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...
    10-15 10:45:03.317 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...
    10-15 10:45:04.317 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...
    10-15 10:45:05.318 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...
    10-15 10:45:06.318 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...
    10-15 10:45:07.319 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...
    10-15 10:45:08.319 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...
    10-15 10:45:09.320 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...
    10-15 10:45:10.320 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...
    10-15 10:45:11.321 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...
    10-15 10:45:12.321 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...
    10-15 10:45:13.322 4858 4858 W ServiceManagement: Waited one second for android.hardware.galaxy_one@1.0::IGalaxyOne/default. Waiting another...

    Android HIDL服务实现-(Binderized Mode)(二)

    一、前言 正如 Android HIDL 概述[https://www.jianshu.com/p/b75c4321ae0a] 一文中简单的对 HIDL 的演进和新架构下 F...

  • Android Studio 解决Handler土黄色警告

    警告代码: Handlerhandler =new Handler(){ @Override public void handleMessage(Message msg)...

  • 请问识别不到这个CODE_FOR_WRITE_PERMISSION怎么办

    Android动态权限申请

    从Android 6.0开始,权限不再是在manifest文件中粘贴一下即可,这时候权限也正式走进大家的视野。项目的6.0适配就是我做的,当时没有仔细总结,最近在另一个项目添...