Build number/fingerprint for Android Things

谁说我不能喝 提交于 2019-12-20 03:13:19

问题


I'm using the Developer Preview of Android Things on my Raspberry Pi 3 and now, that the Preview 2 is released, I was asking myself if my RPi will get this via OTA.

Where can I find the build number to check against my device

generic/iot_rpi3/rpi3:7.0/NIF73/3565696:userdebug/test-keys

On the developer page I didn't find anything and before I rebuild by sdcard, it would be easier to compare it.


回答1:


so I'm not sure if this is preview 1 or 2

generic/iot_rpi3/rpi3:7.0/NIF73/3565696:userdebug/test-keys is the fingerprint for Preview 1, so you're still on it.

You can

  • getprop ro.build.id to see the build number which is also reflected on the Release Notes (the hint came from @Devunwired, so don't forget to upvote his comment)
  • getprop ro.build.date to see the date of a build. Preview 2 should give you February 2017 instead of December 2016 for Preview 1.


来源:https://stackoverflow.com/questions/42329683/build-number-fingerprint-for-android-things

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!