linux下userspace code侦听GPIO硬件中断事件的方法示例代码
2022-08-18 09:05:03 1KB linux android gpio event
1
ubuntu下的android虚拟投屏软件。 安装及使用: # runtime dependencies sudo apt install ffmpeg libsdl2-2.0.0 sudo mkdir usr/local/share/scrcpy sudo cp scrcpy /usr/local/bin/ sudo cp scrcpy-server.jar /usr/local/share/scrcpy/ 确定/usr/local/bin/scrcpy执行权限 执行scrcpy即可
2022-08-05 20:00:47 37KB linux android
1
1. 在PC端运行iperf-2.0.4-win32\iperf.exe 2. 在MID端运行iperf 1) adb push iperf system/bin 2) adb shell chmod 777 system/bin/iperf 测试MID下行速率: 1) PC运行: iperf -c x.x.x.x -i 1 -w 1M -t 60 其中x.x.x.x为MID的IP地址 2) MID运行: system/bin/iperf -s 测试MID上行速率: 1) PC运行: iperf -s 2) MID运行: system/bin/iperf -c x.x.x.x -i 1 -w 1M -t 60 其中x.x.x.x为PC的IP地址
2022-08-05 20:00:46 769KB linux android
1
ZeroTermux -0.118.21.apk
2022-06-17 22:00:49 142.93MB linux android zerotermux termux
1
Android Studio Electric Eel 2022.1.1 Canary 2(android-studio-2022.1.1.2-linux.tar.gz) 适用于Linux x86_64系统。 Android Studio版本排序: Electric Eel | 2022.1.1 Dolphin | 2021.3.1 Chipmunk | 2021.2.1 Bumblebee | 2021.1.1 Arctic Fox | 2020.3.1 Android studio 4.2.2
2022-05-28 20:03:50 929.5MB android studio linux android
linux运行zipalign报错“error while loading shared libraries: libc++.so“ 相关文章链接https://blog.csdn.net/u010775335/article/details/124869330
2022-05-19 22:04:47 411KB linux android zipalign
毕业论文资料+嵌入式+车辆违规抓拍
2022-05-10 09:05:57 697KB 嵌入式 违规车辆抓拍 linux Android
1
在ubuntu linux下搭建android开发平台-补充版
2022-05-02 09:05:34 962KB ubuntu linux android 运维
1
Android Studio Bumblebee 2021.1.1 Patch 3 (android-studio-2021.1.1.23-linux.tar.gz)大黄蜂,适用于Linux 系统,是Android Studio 4.3(Android Studio Arctic Fox 2020.3.1.26新版本命名)版本之后的新版本Android Studio Bumblebee 可以理解为:Android Studio 4.4版本
2022-04-11 09:05:08 904.36MB android studio linux android
这个是我自己做的基于Android和Linux的智能家居,从学到做真的用了很久大概八年才做好,所以分高点。这个智能家居实现了用Android手机联网无线距离控制家中的东西,可以用Android手机实时查看家里温湿度,实时查看家里摄像头的监控,家里的烟雾,门磁还可以实时给Android手机报警,Android手机还可以实时控制家里灯光。压缩包包含所有的代码,包括我写的Android APP的工程,apk安装程序在Android工程里的bin目录下可以直接安到手机,剩下的是Linux的驱动还有服务器通信程序和一个shell,开机后运行shell后运行APP连接好硬件就可以运行了
2022-04-04 20:04:43 6.56MB Linux Android 智能家居 服务器
1