2025年1月3日星期五

openharmony hdc_std push file


hdc_std list targets

hdc_std file send  d:\doc\xxx.txt  /storage/media/100/local/files/Docs/Documents

repo 用法

repo init -u https://xxxx  -b  zzzz
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

repo切换分支_Android_闫珂的博客

repo切换分支_Android_闫珂的博客

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,适用于linuxwindows子系统

 
查看版本 
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年9月26日星期四

Google Pixel4 支持电信

 

Pixel 4刷机&常见问题指南

Pixel 4 XL刷入Magisk、Root

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, 刷入官方固件。

Pixel4-lineageos

Pixel4-GrapheneOS

安装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文件进行安装。

电信:Pixel2019-ChinaEnabler-by-Sun_Dream.zip

雷达:EnableSoli

riru-core

Riru-LocationReportEnabler