- 博客(7)
- 资源 (1)
- 收藏
- 关注
原创 org.webrtc.VideoFrame转byte[]
前言 项目需要,获取WebRTC封装的VideoFrame中的byte,效率很慢,仅供参考方法 VideoFrame自带转I420的接口,转I420后,根据格式去除Y,U,V各分量,然后拷贝到数组中(通过实现onFrame接口,然后addSink实现接口的对象获取到VideoFrame)代码public void onFrame(VideoFrame var1) { VideoFrame.I420Buffer buffer = v...
2021-08-30 09:47:02 1181 2
原创 input joystick keyevent 109报错Error: Invalid arguments for command: keyevent
平台 Android 5.1问题 由于没有手柄,用命令模拟手柄按键,但是报错Error: Invalid arguments for command: keyevent,确认格式是按照Usage中说明的格式:130|root:/ # input joystick keyevent 109Error: Invalid arguments for command: keyeventUsage: input [<source>] <command...
2021-07-20 17:34:17 521
原创 安卓5.0设置安装位置后使用安装命令应用未安装在SD卡
平台Android 5.0问题使用命令pm set-install-location 2后,使用命令pm install -r example.apk,打开“设置-应用-SD卡”,应用未勾选,没有安装在SD卡中原因 5.0的源码中没有读取set的值,若不满足一系列判断(安装命令是否指定安装位置,应用自己是否指定安装位置),最后默认是安装在Internal解决方法 参考Android 4.4,不满足一系列判断时,再获取se...
2021-07-02 11:16:52 554
原创 Google Settings——Service Intent must be explicit: Intent { act=android.security.IKeyChainService}
平台:Android 4.4.2问题:GoogleSettings进入“安全—受信任凭据”报错:E/AndroidRuntime( 2512): Caused by: java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=android.security.IKeyChainService }E/AndroidRuntime( 2...
2021-06-28 10:49:31 805
原创 Android Studio 3.5.1查看源码出现Decompiled .class file,bytecode version:51.0(Java 7)
Android Studio 3.5.1查看源码:Decompiled .class file,bytecode version:52.0(Java 8)
2019-10-24 16:42:26 9201 5
原创 和风天气简单的返回
2019.10.24更新:这个接口变得太快了,直接给官方文档吧:https://dev.heweather.com/docs/getting-started/最近看《第一行代码》,发现最后实战环节的天气接口已经不能用了,看了一下原来接口变了,记录如下:和风天气:https://www.heweather.com官网上有详细的教程说明和文档,注册一下就可以使用免费的api啦...
2019-01-28 09:37:11 2854 4
原创 SVN的认证数据选项是灰色的
如图,安装好后Checkout时也没有弹出登录窗口,在设置中这些选项都是灰色的。已经重装了好几次,网上的方法:清DNS缓存,修改conf文件都使用了还是不行。求高数指点。 ...
2018-12-24 19:52:27 3134 2
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人