Secure Embedded Platform with Advanced Process Isolation and Anonymity capabilities
江天一色
业精于勤荒于嬉,行成于思毁于随
2025年1月5日星期日
2025年1月3日星期五
openharmony hdc_std push file
hdc_std file send d:\doc\xxx.txt /storage/media/100/local/files/Docs/Documents
repo 用法
repo sync -j4 -c
repo forall -c 'git lfs pull'
repo start --all zzzzDev
cd .repo/manifests
git branch -a
repo init -u https://xxxx -b yyyy --no-repo-verify
repo sync -j4 -c
2024年12月16日星期一
wsl 安装 ubuntu
powershell 管理员
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
或者通过开启windows功能: hyper-v,适用于linux的windows子系统
查看版本
wsl -l -o
安装
wsl --install Ubuntu-20.04
迁移到D盘:
wsl --shutdown
wsl --export
Ubuntu-20.04 d:\ub.tar
wsl --unregister
Ubuntu-20.04
wsl --import
Ubuntu-20.04 d:\vm\ubuntu\ d:\ub.tar
OpenHarmony镜像编译
注意安装
sudo apt install gcc-arm-none-eabi
ubuntu 20.04执行hb提示:please call hb utilities inside source root directory
python3 -m pip install --user ohos-build==0.4.3
2024年11月5日星期二
2024年10月29日星期二
2024年9月26日星期四
Google Pixel4 支持电信
Google Pixel 4XL线刷固件、刷入Magisk面具进行root、解锁雷达和电信 Volte全记录
进入fastboot
Pixel4 已解bootloader。
关机,重启时长按 电源+音量减 进入fastboot模式。
将手机usb连接到pc。
PC线刷固件
线刷在 Factory Images for Nexus and Pixel Devices 下载 Pixel4 的full ota image,例如 flame-tp1a.221005.002-factory-f91d46b5.zip 。
解压已下载的zip文件,执行 flash-all, 刷入官方固件。
安装Magisk
在 Magisk 下载 Magisk 的apk,安装到手机。
从full ota image固件包中提取 boot.img,放入手机。
在手机上运行Magisk,点击“安装” -> “选择并修补一个文件” -> 选中boot.img -> 修补之后获得一个新文件,假设新文件名是 bootMagiskPatched.img 。
将bootMagiskPatched.img提取到PC。
关机,重启时长按 电源+音量减 进入fastboot模式。
fastboot flash boot bootMagiskPatched.img。
刷入Magisk。
刷入Magisk模块
下载模块对应的zip文件到手机。
在手机上运行Magisk,点击“模块”->“从本地安装”->选中对应模块的zip文件进行安装。