上一页 1 2 3 4 5 6 7 8 ··· 20 下一页

2023年8月16日

设备树编译

摘要: 设备树编译DTC反编译:adb pull /sys/firmware/fdt .dtc -I dtb -O dts fdt > my.dts 阅读全文

posted @ 2023-08-16 14:08 huangguanyuan 阅读(34) 评论(0) 推荐(0)

批量处理文件

摘要: for /f %i in ('dir /a-d /b /s /ON kmesglog_*.tar') do (winrar E %i)for /f %i in ('dir /a-d /b /s /ON kmesglog_*.tar') do (del /Q %i)for /f %i in ('dir 阅读全文

posted @ 2023-08-16 14:07 huangguanyuan 阅读(27) 评论(0) 推荐(0)

2023年7月26日

xx

摘要: SRNG PDEV 相关内存 /* Ring used to replenish rx buffers (maybe to the firmware of MAC) */ struct dp_srng rx_refill_buf_ring[MAX_PDEV_CNT]; struct dp_srng 阅读全文

posted @ 2023-07-26 10:04 huangguanyuan 阅读(185) 评论(0) 推荐(0)

2023年7月5日

Windows 扫描当前网络。

摘要: netsh wlan show all 阅读全文

posted @ 2023-07-05 17:00 huangguanyuan 阅读(20) 评论(0) 推荐(0)

2022年8月30日

简单罗列几种可能导致无法上网的原因

摘要: 简单罗列几种可能导致无法上网的原因: WiFi网络未验证(portal网络),访问时路由器会重定向到二次登录网址 运营商服务器或代理服务器问题,无法连接到外网 DNS服务器问题,导致DNS解析失败 系统时间不正常,导致证书失效,SSL/TLS握手失败,HTTPS无法上网 TCP连接长时间无数据收发, 阅读全文

posted @ 2022-08-30 10:46 huangguanyuan 阅读(2561) 评论(0) 推荐(0)

2021年9月20日

Git代理\Linux终端清屏\HK\断点续传\windows 登陆ssh

摘要: [Git代理,没有验证] export http_proxy=http://127.0.0.1:1080 export https_proxy=https://127.0.0.1:1080 git config --global http.proxy = http://127.0.0.1:1080 阅读全文

posted @ 2021-09-20 12:27 huangguanyuan 阅读(80) 评论(0) 推荐(0)

2021年9月18日

wpa_supplicant 认知!

摘要: kernel -> wpa_supplicant初始化: wpa_driver_nl80211_init_nl_global @ driver_nl80211.c (初始化注册process_global_event)1、 监听nl套接字。2、 int process_global_event(st 阅读全文

posted @ 2021-09-18 23:10 huangguanyuan 阅读(248) 评论(0) 推荐(0)

2021年9月8日

加快Androd 编译!

摘要: 【2021-09-08】 使用方法./prebuilts/build-tools/linux-x86/bin/ninja -f out/combined-xxx.ninja 相当于make,xxx为对应的lunch项,示例编译Settings./prebuilts/build-tools/linux 阅读全文

posted @ 2021-09-08 17:53 huangguanyuan 阅读(370) 评论(0) 推荐(0)

2021年8月27日

How to build iwpriv tool

摘要: step1:https://hewlettpackard.github.io/wireless-tools/wireless_tools.29.tar.gz step2:Below is the sample of Android.mk:# This is a sample Android.mk f 阅读全文

posted @ 2021-08-27 14:24 huangguanyuan 阅读(376) 评论(0) 推荐(0)

2021年3月25日

android anr 中查看 线程间死锁。

摘要: 找关键字Blocked, 发现tid=66 与tid=67 发生死锁。 "WifiP2pService" prio=5 tid=66 Blocked | group="main" sCount=1 dsCount=0 flags=1 obj=0x14485288 self=0x70e4e6cc00 阅读全文

posted @ 2021-03-25 15:22 huangguanyuan 阅读(518) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 20 下一页

导航