摘要: > 转载自:https://zhuanlan.zhihu.com/p/28626505 阅读全文
posted @ 2023-07-24 18:41 火丶意志 阅读(25) 评论(0) 推荐(0)
摘要: > 转载自https://zhuanlan.zhihu.com/p/454418451 ### 低版本IOS Safari浏览器不兼容ES6语法 这是我首次跟safari浏览器打交道,在跟别的公司对接H5页面的时候发现的问题,他们的app最低可支持ios10的系统安装,他们的测试在用ios11.2的 阅读全文
posted @ 2023-07-24 11:10 火丶意志 阅读(277) 评论(0) 推荐(0)
摘要: https://forum.xda-developers.com/t/guide-steps-to-unbrick-redmi-note-7-lavender.3922543/ 阅读全文
posted @ 2023-03-08 16:45 火丶意志 阅读(22) 评论(0) 推荐(0)
摘要: 参考:https://wiki.lineageos.org/devices/lavender/install 参考:https://wiki.lineageos.org/devices/lavender/build 阅读全文
posted @ 2023-03-07 18:08 火丶意志 阅读(94) 评论(0) 推荐(0)
摘要: 现象:进入bootloader后执行fastboot devices,输出?????? 后断开连接。 解决方法; 使用USB 2.0连接,未亲测。参考:https://android.stackexchange.com/questions/248927/fastboot-devices-return 阅读全文
posted @ 2023-03-07 17:05 火丶意志 阅读(334) 评论(0) 推荐(0)
摘要: 参考:https://forum.xda-developers.com/t/change-boot-logo-on-your-xiaomi-redmi-note-7.3952453/ 阅读全文
posted @ 2023-03-07 16:51 火丶意志 阅读(40) 评论(0) 推荐(0)
摘要: 参考:https://romprovider.com/change-boot-logo-redmi-9-prime/ 工具:https://sites.google.com/site/kadanutilities/home/logobuilder-en firmware下载: https://miu 阅读全文
posted @ 2023-02-28 16:52 火丶意志 阅读(92) 评论(0) 推荐(0)
摘要: 通过以下命令移动文件夹 robocopy C:\Users\test\ E:\test\ /move /e C盘满了怎么办? 文件移动到其他盘,通过软连接访问 mklink /d "C:\Users\Administrator.AAA" "Z:.AAA" 阅读全文
posted @ 2023-02-27 10:02 火丶意志 阅读(140) 评论(0) 推荐(0)
摘要: https://magiskcn.com/ 机型:红米note8 采用Magisk进行root,LineageOS官网的suroot包不会玩,安装失败 从LineageOS系统包中解压出boot.img 安装步骤生成magisk_patched-版本_随机.img 执行命令fastboot flas 阅读全文
posted @ 2023-02-23 17:14 火丶意志 阅读(1349) 评论(0) 推荐(0)
摘要: 参考:https://miuiver.com/how-to-flash-lineageos/ 实操机型:红米note8 1. 下载Android Platform-Tools 2. 下载对应机型的TWRP(Recovery) 3. 下载对应机型的LineageOS系统包 4. 执行命令安装recov 阅读全文
posted @ 2023-02-23 15:16 火丶意志 阅读(2979) 评论(0) 推荐(1)