摘要: cp prebuilts/build-tools/linux-x86/bin/ninja out/host/linux-x86/bin/ ln -sf out/combined-***.ninja build.ninja ninja services // 单独编译services模块,参数一般是s 阅读全文
posted @ 2021-07-06 17:30 雪中木叶 阅读(1290) 评论(0) 推荐(0)
摘要: 将git commit的默认编辑器从nano转为vim修改系统的配置git config --global core.editor vim 针对 git 项目修改.git/config core 中添加 editor=vim 护眼色值 R 199; G 237; B 204 阅读全文
posted @ 2021-07-01 15:31 雪中木叶 阅读(185) 评论(0) 推荐(0)
摘要: 几款常用的软件 xshell 替代品 mobaxterm 视频播放帧软件 Avidemux Beyond Compare 3 阅读全文
posted @ 2021-07-01 09:58 雪中木叶 阅读(43) 评论(0) 推荐(0)
摘要: 安装https://www.tecmint.com/sublime-text-editor-for-linux/$ wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - $ sudo ap 阅读全文
posted @ 2021-06-29 19:47 雪中木叶 阅读(49) 评论(0) 推荐(0)
摘要: repo forall -pvc git stash | tee repo forall -pvc git checkout | tee repo forall -pvc git reset --hard HEAD | tee repo forall -pvc git clean -dfx | te 阅读全文
posted @ 2021-06-29 09:54 雪中木叶 阅读(2891) 评论(0) 推荐(0)
摘要: adb rootadb remountadb shell "vndservice call display.qservice 15 i32 7 i32 1 i32 1"adb logcat SDM:V > sdm.logadb shell dumpsys SurfaceFlinger > sf.lo 阅读全文
posted @ 2021-01-11 10:20 雪中木叶 阅读(972) 评论(1) 推荐(1)
摘要: 1、设置常亮 adb shell settings put system screen_off_timeout 999999999 阅读全文
posted @ 2020-11-19 14:12 雪中木叶 阅读(141) 评论(0) 推荐(0)
摘要: Printf string ALOGD("goto Dither ON layername = %s ",layerSettings.mName.c_str()); 阅读全文
posted @ 2020-11-17 11:34 雪中木叶 阅读(406) 评论(0) 推荐(0)
摘要: kernel log 打印 adb shell dmesg --help 常用命令 adb shell dmesg | grep -Ei "XXX" 系统log打印 adb shell logcat --help 常用命令: adb shell logcat -b all | grep -Ei "X 阅读全文
posted @ 2020-08-20 10:59 雪中木叶 阅读(305) 评论(0) 推荐(0)
摘要: 在线查看手机里面的deconfig adb shell zcat /proc/config.gz | grep -Ei "fts"# CONFIG_TOUCHSCREEN_STMFTS is not setCONFIG_TOUCHSCREEN_ST_FTS_V521=y 在线查看devicetree 阅读全文
posted @ 2020-08-17 11:14 雪中木叶 阅读(142) 评论(0) 推荐(0)