WooBoxForMIUI-1.6.6-release.apk
1 MB
- [新增] 隐藏NFC图标 (@YuKongA)
- [新增] 显示 WIFI 标准 (@YuKongA)
- [修复] 新版手机管家显示电池温度异常 (@GSWXXN)
- [修复] 隐藏网速单位 (@GSWXXN)
- [修复] 公测版控制中心天气异常
- [其他] 更新Blockmiui至上游版本
--- #WooBoxForMIUI
- [New] Hide NFC icon (@GSWXXN)
- [New] Show WIFI standard (@YuKongA)
- [Fix] The new version of the SecurityCenter shows the battery temperature abnormal (@GSWXXN)
- [Fix] Hide Network speed unit (@YuKongA)
- [Fix] The weather is abnormal in the public beta version of the control center
- [Other] Update Blockmiui to the upstream version
- [新增] 显示 WIFI 标准 (@YuKongA)
- [修复] 新版手机管家显示电池温度异常 (@GSWXXN)
- [修复] 隐藏网速单位 (@GSWXXN)
- [修复] 公测版控制中心天气异常
- [其他] 更新Blockmiui至上游版本
--- #WooBoxForMIUI
- [New] Hide NFC icon (@GSWXXN)
- [New] Show WIFI standard (@YuKongA)
- [Fix] The new version of the SecurityCenter shows the battery temperature abnormal (@GSWXXN)
- [Fix] Hide Network speed unit (@YuKongA)
- [Fix] The weather is abnormal in the public beta version of the control center
- [Other] Update Blockmiui to the upstream version
WooBoxForMIUI-1.6.7-release.apk
1.1 MB
- [新增] 居中挖孔屏幕的网速右显
- [新增] 支持居中挖孔屏幕,切换状态栏布局
- [新增] 自定义时钟模式切换(预设/极客)
- [修复] 截图无限裁切导致的FC (@YuKongA)
- [修复] 应用无法横屏 (@YuKongA)
--- #WooBoxForMIUI
- [New] The network speed of the center hole screen is displayed on the right
- [New] Support the center hole screen, switch the status bar layout
- [New] Custom Clock Mode Switch (Preset/Geek)
- [Fix] FC caused by infinite cropping of screenshots (@YuKongA)
- [Fix] App cannot be landscaped (@YuKongA)
- [新增] 支持居中挖孔屏幕,切换状态栏布局
- [新增] 自定义时钟模式切换(预设/极客)
- [修复] 截图无限裁切导致的FC (@YuKongA)
- [修复] 应用无法横屏 (@YuKongA)
--- #WooBoxForMIUI
- [New] The network speed of the center hole screen is displayed on the right
- [New] Support the center hole screen, switch the status bar layout
- [New] Custom Clock Mode Switch (Preset/Geek)
- [Fix] FC caused by infinite cropping of screenshots (@YuKongA)
- [Fix] App cannot be landscaped (@YuKongA)
一则关于我对官改包的见解
————————————
从去年9月份开始,我就调整了方向,我做官改包只讲究一个原则,只往正确的方向发展。稳定效率优先,不要什么💩功能都往包上加,包括但不限于去除FBE加密(Data加密)/SELinux宽容/EROFS分区系统转EXT4。
我承认可能以上操作会带来一定的便利性,但同时带来的负面影响一定大于便利性。其实上述的很多操作都有其他的解决办法:
- 例如EROFS分区无法修改System分区,那可以采取systemless(Magisk模块)的方式进行修改,只需要创建/data/adb/modules/项目名称/system文件夹作为根目录使用即可,还不会因为错误的修改导致设备无法启动。
- SELinux不宽容无法使用某些东西,那可以写sepolicy规则。如果直接宽容有没有想过更多的软件会因为SELinux宽容导致异常或使用漏洞未经用户授权即可拿到比root更高的权限从而损坏设备。
————————————
官改包通常是一个新手的第一课,我希望看见的官改包,应该给用户带来真正便利的东西,而不是堆屎山,如果你用过其他作者的官改包,你们可能会发现,他们的momo可能存在很多问题,而我的包momo是非常干净的。
从MIUI13开始,我的高级设置也解耦合成独立模块【WooBox For MIUI】 了,之所以这么做是因为通过以前的反编译方式会导致部分APP执行效率变低,功耗增高,且无法动态hook用户分区内的新版APP,关键是还不易维护。
刷机包也变成了全系列卡刷线刷二合一的一体包,集成与ROM包一对一适配的TWRP,卡刷包也优化了很多,例如音量键选项、自动验证md5、优化体积大小、优化执行效率等功能。
————————————
但如果执意要为了便利性而放弃安全性和稳定性,那么我的官改包可能不太适合你们使用,建议找一些其他开发者的包。
————————————
从去年9月份开始,我就调整了方向,我做官改包只讲究一个原则,只往正确的方向发展。稳定效率优先,不要什么💩功能都往包上加,包括但不限于去除FBE加密(Data加密)/SELinux宽容/EROFS分区系统转EXT4。
我承认可能以上操作会带来一定的便利性,但同时带来的负面影响一定大于便利性。其实上述的很多操作都有其他的解决办法:
- 例如EROFS分区无法修改System分区,那可以采取systemless(Magisk模块)的方式进行修改,只需要创建/data/adb/modules/项目名称/system文件夹作为根目录使用即可,还不会因为错误的修改导致设备无法启动。
- SELinux不宽容无法使用某些东西,那可以写sepolicy规则。如果直接宽容有没有想过更多的软件会因为SELinux宽容导致异常或使用漏洞未经用户授权即可拿到比root更高的权限从而损坏设备。
————————————
官改包通常是一个新手的第一课,我希望看见的官改包,应该给用户带来真正便利的东西,而不是堆屎山,如果你用过其他作者的官改包,你们可能会发现,他们的momo可能存在很多问题,而我的包momo是非常干净的。
从MIUI13开始,我的高级设置也解耦合成独立模块【WooBox For MIUI】 了,之所以这么做是因为通过以前的反编译方式会导致部分APP执行效率变低,功耗增高,且无法动态hook用户分区内的新版APP,关键是还不易维护。
刷机包也变成了全系列卡刷线刷二合一的一体包,集成与ROM包一对一适配的TWRP,卡刷包也优化了很多,例如音量键选项、自动验证md5、优化体积大小、优化执行效率等功能。
————————————
但如果执意要为了便利性而放弃安全性和稳定性,那么我的官改包可能不太适合你们使用,建议找一些其他开发者的包。
小米VAB系列线刷中断导致无限FastBoot无法开机的解决办法
Xiaomi VAB series fastboot flash rom interruption causes infinite FastBoot can not boot the solution
https://www.coolapk1s.com/feed/37897384
Xiaomi VAB series fastboot flash rom interruption causes infinite FastBoot can not boot the solution
https://www.coolapk1s.com/feed/37897384
Coolapk1S
酷安动态
有效解决870、888、8G1等VAB系列机型在线刷ROM包、清除数据、设置活动槽位时设备连接中断,导致的无限FastBoot。
——————————
操作注意:
‼️如果设备没有遇到无限FastBoot请不要使用以下操作,可能导致更严重的错误。
——————————
准备工作:
小米官方线刷工具MiFlash、官方线刷包。
——————————
操作流程:
①根据需求,修改官方线刷脚本。
- 使用【flash_all.bat】全部清除脚本为例
fastboot %* flash partition:0…
——————————
操作注意:
‼️如果设备没有遇到无限FastBoot请不要使用以下操作,可能导致更严重的错误。
——————————
准备工作:
小米官方线刷工具MiFlash、官方线刷包。
——————————
操作流程:
①根据需求,修改官方线刷脚本。
- 使用【flash_all.bat】全部清除脚本为例
fastboot %* flash partition:0…
This media is not supported in your browser
VIEW IN TELEGRAM
Fix ROM recovery script the problem of garbled code in English environment
WooBoxForMIUI-1.6.8-release.apk
1.1 MB
- [新增] 新控制中心天气 (不完美)
- [新增] 显示编译时间 (@xiaowine)
- [新增] 防止杀死后台应用 (@ztc1997)
- [新增] 使 Millet 更加激进 (@ztc1997)
- [新增] 隐藏 新HD 图标 (@xiaowine)
- [新增] Android13核心破解支持
- [同步] 同步blockmiui上游版本
--- #WooBoxForMIUI
- [New] New control center weather (not perfect)
- [New] Show compile time (@xiaowine)
- [New] Prevent killing background apps (@ztc1997)
- [New] Made Millet more aggressive (@ztc1997)
- [New] Hide new HD icon (@xiaowine)
- [New] Android13 core patch support
- [Sync] Sync blockmiui to upstream version
- [新增] 显示编译时间 (@xiaowine)
- [新增] 防止杀死后台应用 (@ztc1997)
- [新增] 使 Millet 更加激进 (@ztc1997)
- [新增] 隐藏 新HD 图标 (@xiaowine)
- [新增] Android13核心破解支持
- [同步] 同步blockmiui上游版本
--- #WooBoxForMIUI
- [New] New control center weather (not perfect)
- [New] Show compile time (@xiaowine)
- [New] Prevent killing background apps (@ztc1997)
- [New] Made Millet more aggressive (@ztc1997)
- [New] Hide new HD icon (@xiaowine)
- [New] Android13 core patch support
- [Sync] Sync blockmiui to upstream version
MIUI14发布啦,系统应用补全指南:【应用商店】-【我的】- 【系统应用管理】
MIUI14 is released, the system application complementary guide: [GetApps] - [Account] - [Manage system apps]
MIUI14 is released, the system application complementary guide: [GetApps] - [Account] - [Manage system apps]
因为更换了NFC修复方案,K50系列应该也能正确修复了。
--------
所有机型升级到V14.0.22.12.8.DEV后,如果遇到不能开启NFC的BUG。
请用MT管理器ROOT模式删除 /data/dalvik-cache 和 /data/system/package_cache 后重启
--------
所有机型升级到V14.0.22.12.8.DEV后,如果遇到不能开启NFC的BUG。
请用MT管理器ROOT模式删除 /data/dalvik-cache 和 /data/system/package_cache 后重启
WooBoxForMIUI-1.6.9-release.apk
1.1 MB
- 适配Android多版本大框架
- 修复Android13核心破解
- 修复MIUI14上的移除OTA验证
- 修复MIUI14壁纸缩放
- 修复MIUI14手机管家电池温度
- 修复MIUI14上截图无限裁切
- (MIUI14功能持续修复中)
- Adapt to Android multi-version framework
- Repair Android13 core patch
- Fix remove OTA verification on MIUI14
- Fix MIUI14 wallpaper scaling
- Fix MIUI14 SecurityCenter battery temperature
- Fixed infinite cropping of screenshots on MIUI14
- (MIUI14 function continues to be repaired)
- 修复Android13核心破解
- 修复MIUI14上的移除OTA验证
- 修复MIUI14壁纸缩放
- 修复MIUI14手机管家电池温度
- 修复MIUI14上截图无限裁切
- (MIUI14功能持续修复中)
- Adapt to Android multi-version framework
- Repair Android13 core patch
- Fix remove OTA verification on MIUI14
- Fix MIUI14 wallpaper scaling
- Fix MIUI14 SecurityCenter battery temperature
- Fixed infinite cropping of screenshots on MIUI14
- (MIUI14 function continues to be repaired)
WooBoxForMIUI-1.7.0-release.apk
1.1 MB
- [新增] 禁用频繁安装应用检查 (@qqlittleice233)
- [修复] 新版本桌面时钟常显 (@YukongA)
- [修复] 时钟极客模式自定义无法换行
- [修复] A13中部分场景无法强制截图 (@MonwF)
- [修复] A13中双排时钟无法居中对齐
- [修复] A13自定义网络类型文本
- [修复] A13隐藏网络类型图标
- [修复] A13中大移动类型图标
- [优化] UI细节
- [优化] 项目结构
- (MIUI14功能持续修复中)
---
- [New] Disable installation's count checking (@qqlittleice233)
- [Fix] AlwaysDisplayTime on newer version miuihome (@YukongA)
- [Fix] Clock customization geek mode cannot wrap
- [Fix] A13 cannot be forced to take screenshots in some scenes (@MonwF)
- [Fix] A13 dual-row clock cannot be center align
- [Fix] A13 custom network type text
- [Fix] A13 hidden network type icons
- [Fix] big mobile type icons in A13
- [Optimization] UI details
- [Optimization] Project structure
- (MIUI14 function continues to be repaired)
- [修复] 新版本桌面时钟常显 (@YukongA)
- [修复] 时钟极客模式自定义无法换行
- [修复] A13中部分场景无法强制截图 (@MonwF)
- [修复] A13中双排时钟无法居中对齐
- [修复] A13自定义网络类型文本
- [修复] A13隐藏网络类型图标
- [修复] A13中大移动类型图标
- [优化] UI细节
- [优化] 项目结构
- (MIUI14功能持续修复中)
---
- [New] Disable installation's count checking (@qqlittleice233)
- [Fix] AlwaysDisplayTime on newer version miuihome (@YukongA)
- [Fix] Clock customization geek mode cannot wrap
- [Fix] A13 cannot be forced to take screenshots in some scenes (@MonwF)
- [Fix] A13 dual-row clock cannot be center align
- [Fix] A13 custom network type text
- [Fix] A13 hidden network type icons
- [Fix] big mobile type icons in A13
- [Optimization] UI details
- [Optimization] Project structure
- (MIUI14 function continues to be repaired)
WooBoxForMIUI-1.7.1-release.apk
1.1 MB
- [新增] 大移动类型图标仅显示上网卡开关
- [新增] 大移动类型图标位置切换
- [同步] 最新翻译
---
- [New] Big Mobile Type Icon only shows the network card switch
- [New] Big Mobile Type Icon Location switch
- [Sync] Latest translations
- [新增] 大移动类型图标位置切换
- [同步] 最新翻译
---
- [New] Big Mobile Type Icon only shows the network card switch
- [New] Big Mobile Type Icon Location switch
- [Sync] Latest translations
WooBoxForMIUI-1.7.2-release.apk
1.1 MB
- [新增] 自定义时钟极客模式支持更多内容
- [新增] 禁用最近任务壁纸压暗效果 (@YuKongA)
- [新增] 桌面滚动显示应用名称 (@YuKongA)
- [修复] A13开启大移动类型图标后非上网卡显示箭头
- [同步] BlockMIUI版本
- [同步] Crowdin翻译
- (MIUI14功能持续完善中)
---
- [New] custom clock geek mode supports more content
- [New] Disable the recent task wallpaper darkening effect (@YuKongA)
- [New] Desktop rolling display app name (@YuKongA)
- [Fix] A13 opens the big mobile type icon and displayed the activity icon in non-network card
- [Sync] Blockmiui version
- [Sync] Crowdin translation
- (MIUI14 function continues to improve)
- [新增] 禁用最近任务壁纸压暗效果 (@YuKongA)
- [新增] 桌面滚动显示应用名称 (@YuKongA)
- [修复] A13开启大移动类型图标后非上网卡显示箭头
- [同步] BlockMIUI版本
- [同步] Crowdin翻译
- (MIUI14功能持续完善中)
---
- [New] custom clock geek mode supports more content
- [New] Disable the recent task wallpaper darkening effect (@YuKongA)
- [New] Desktop rolling display app name (@YuKongA)
- [Fix] A13 opens the big mobile type icon and displayed the activity icon in non-network card
- [Sync] Blockmiui version
- [Sync] Crowdin translation
- (MIUI14 function continues to improve)
WooBoxForMIUI-1.7.3-release.apk
1.1 MB
- [修复] 去除游戏自动连招黑名单
- [修复] 开启大移动类型图标后,连接WiFi,非上网卡仍显示的问题
- [同步] Crowdin翻译
- [同步] BlockMIUI版本
---
- [Fix] Remove the game macro blacklist
- [Fix] After turning on the big mobile type icon, the problem that the non-network card is still displayed when connected to WiFi
- [Sync] Crowdin translation
- [Sync] BlockMIUI version
- [修复] 开启大移动类型图标后,连接WiFi,非上网卡仍显示的问题
- [同步] Crowdin翻译
- [同步] BlockMIUI版本
---
- [Fix] Remove the game macro blacklist
- [Fix] After turning on the big mobile type icon, the problem that the non-network card is still displayed when connected to WiFi
- [Sync] Crowdin translation
- [Sync] BlockMIUI version
WooBoxForMIUI-1.7.4-release.apk
1.1 MB
- [新增] 修改最近任务划卡动画
- [新增] 桌面快捷小窗
- [修复] A13大移动类型图标的一些问题
- [修复] A13状态栏兼容模式
- [修复] A13控制中心时钟对齐问题
- [修复] A13状态栏布局切换功能
- [修复] A13状态栏兼容模式横屏
- [优化] 统一A13状态栏兼容模式
- [同步] Crowdin翻译
- [同步] BlockMIUI版本
---
- [New] Modify the remove card animation in Recent UI
- [New] MIUIHome quickly open small window
- [Fix] Some bugs of the A13 big mobile type icon
- [Fix] A13 status bar compatible mode
- [Fix] A13 control center clock alignment problem
- [Fix] A13 status bar layout switch
- [Fix] A13 status bar compatible mode horizontal screen
- [Optimize] Unified A13 status bar compatibility mode
- [Sync] Crowdin translation
- [Sync] Blockmiui version
- [新增] 桌面快捷小窗
- [修复] A13大移动类型图标的一些问题
- [修复] A13状态栏兼容模式
- [修复] A13控制中心时钟对齐问题
- [修复] A13状态栏布局切换功能
- [修复] A13状态栏兼容模式横屏
- [优化] 统一A13状态栏兼容模式
- [同步] Crowdin翻译
- [同步] BlockMIUI版本
---
- [New] Modify the remove card animation in Recent UI
- [New] MIUIHome quickly open small window
- [Fix] Some bugs of the A13 big mobile type icon
- [Fix] A13 status bar compatible mode
- [Fix] A13 control center clock alignment problem
- [Fix] A13 status bar layout switch
- [Fix] A13 status bar compatible mode horizontal screen
- [Optimize] Unified A13 status bar compatibility mode
- [Sync] Crowdin translation
- [Sync] Blockmiui version