2022年1月
通玄小论android 实时时间
android 需要显示实时时间,可以使用 google 提供好的 TextClock xml <TextClock android:layout_width="wrap_content" android:layout_height="wrap_conte...
[转] SOC分包方法
转自: https://shimo.im/docs/3RTDdGjQdTtjtPKj/read 本文是广和通的分包方法。 文档说明 本文档以SC826(MSM8953平台,Android 7)为例,描述如何对SOC镜像文件分包。 应用背景 客户用QFIL刷固件的时候,由于客户自己编译生成的...
[转] Android分区表详细解析哪里有
转自: http://cache.baiducontent.com/c?m=n2F9tWNTq3bABpgqBR7Rrnq7eJEBV0b-CYkrdH_ovC7GbC2ir5dWTxjAm4AY0et-bhlTXLonho7jd4FkJf_vKSDR5O3CN4gb4ortWKt2smBJD...
android 多线程
参考 理解 Activity.runOnUiThread https://www.jianshu.com/p/e39449026f21 Thread interrupt() 线程中断的详细说明 https://www.cnblogs.com/zh94/p/14097922.html Thr...
android 画线库
比较好用的画线库就是 MPAndroidChart 具体的资料可以参考: MPAndroidChart使用详解 https://blog.csdn.net/dapangzao/article/details/74949541 MPAndroidChart 之LineChart(1) http...
sg 滤波器
sg 滤波器: Savitsky Golay filter 库 github 上面可用的库有两个: savitzky-golay-filter: https://github.com/ruozhuochen/savitzky-golay-filter https://github.com/...
[转] 在Linux驱动中使用gpio子系统
转自: https://www.jianshu.com/p/f160209bd64b 内核相关文档 Documentation\devicetree\bindings\pinctrl\pinctrl-bindings.txt Documentation\gpio\gpio.txt Docu...
[转] 设备树详解
转自: https://blog.csdn.net/qq_28992301/article/details/53321610 设备树详解 在Linux3.x版本后,arch/arm/plat-xxx和arch/arm/mach-xxx中,描述板级细节的代码(比如platform_devic...
aosp gpio driver 和 dts 以及键值上报
配置和定义 gpio_power_detect { compatible = "quectel,gpio_power_detect"; pinctrl-names = "default"; ...
Duplicate class org.apache.maven.surefire.report.SafeThrowable found in modules jetified-common-java5-2.19.1
报错 今天在引入 jdsp 这个库是,直接使用 implementation 'com.github.psambit9791:jdsp:1.0.0',结果 androidstudio 报错如下: Duplicate class org.apache.maven.surefire.report...
最新回复