riru-storage-isolation-v25.0.1-release.zip
136.5 KB
#### Changelog
- Enhancement module v25:
- Apps can no longer use non-accessible folders through Media Storage (old versions can't handle the new method added from Android 10)
- File monitor can record the event of apps use Media Storage
- Redo "the Media Storage part" from scratch, having much better performance and compatibility than before
- Improved File monitor UI
- Fix Gallery preview will crash the core service from Android 12 Beta 1
- Due to the massive changes of module v25, old versions of the enhancement module is no longer supported
- Remove some migration codes for super old versions
- Fix crash on x86 devices
#Magisk模块 #存储空间隔离
- Enhancement module v25:
- Apps can no longer use non-accessible folders through Media Storage (old versions can't handle the new method added from Android 10)
- File monitor can record the event of apps use Media Storage
- Redo "the Media Storage part" from scratch, having much better performance and compatibility than before
- Improved File monitor UI
- Fix Gallery preview will crash the core service from Android 12 Beta 1
- Due to the massive changes of module v25, old versions of the enhancement module is no longer supported
- Remove some migration codes for super old versions
- Fix crash on x86 devices
#Magisk模块 #存储空间隔离
RikkaApps/StorageRedirect-assets
#### Changelog
- Enhancement module v25:
- Apps can no longer use non-accessible folders through Media Storage (old versions can't handle the new method added from Android 10)
- File monitor can record the event of apps use Media Storage
- Redo "the Media Storage part" from scratch, having much better performance and compatibility than before
- Improved File monitor UI
- Fix Gallery preview will crash the core service from Android 12 Beta 1
- Due to the massive changes of module v25, old versions of the enhancement module is no longer supported
- Remove some migration codes for super old versions
- Fix crash on x86 devices
#### Download
App v6.0.0 (arm64)
Module v25.0.2 (Requires Riru v25+, app v6.0.0+)
#Magisk模块 #存储空间隔离
#### Changelog
- Enhancement module v25:
- Apps can no longer use non-accessible folders through Media Storage (old versions can't handle the new method added from Android 10)
- File monitor can record the event of apps use Media Storage
- Redo "the Media Storage part" from scratch, having much better performance and compatibility than before
- Improved File monitor UI
- Fix Gallery preview will crash the core service from Android 12 Beta 1
- Due to the massive changes of module v25, old versions of the enhancement module is no longer supported
- Remove some migration codes for super old versions
- Fix crash on x86 devices
#### Download
App v6.0.0 (arm64)
Module v25.0.2 (Requires Riru v25+, app v6.0.0+)
#Magisk模块 #存储空间隔离
RikkaApps/StorageRedirect-assets
#### Changelog
- Enhancement module v25:
- Apps can no longer use non-accessible folders through Media Storage (old versions can't handle the new method added from Android 10)
- File monitor can record the event of apps use Media Storage
- Redo "the Media Storage part" from scratch, having much better performance and compatibility than before
- Improved File monitor UI
- Fix Gallery preview will crash the core service from Android 12 Beta 1
- Due to the massive changes of module v25, old versions of the enhancement module is no longer supported
- Remove some migration codes for super old versions
- Fix crash on x86 devices
#### Download
App v6.0.0 (arm64)
Module v25.0.3 (Requires Riru v25+, app v6.0.0+)
#Magisk模块 #存储空间隔离
#### Changelog
- Enhancement module v25:
- Apps can no longer use non-accessible folders through Media Storage (old versions can't handle the new method added from Android 10)
- File monitor can record the event of apps use Media Storage
- Redo "the Media Storage part" from scratch, having much better performance and compatibility than before
- Improved File monitor UI
- Fix Gallery preview will crash the core service from Android 12 Beta 1
- Due to the massive changes of module v25, old versions of the enhancement module is no longer supported
- Remove some migration codes for super old versions
- Fix crash on x86 devices
#### Download
App v6.0.0 (arm64)
Module v25.0.3 (Requires Riru v25+, app v6.0.0+)
#Magisk模块 #存储空间隔离
贴吧TS_2.6_13.apk
248.8 KB
Android_Faker_1.3_103.apk
1.8 MB
uperf-dev-21.06.20.zip
2.2 MB
【更新日志】
1. 本次更新合并了20+个commit
2. 预调参配置增加
1. 天玑1100/1200
2. 骁龙780g
3. 修复负优化
1. 处理触摸事件序列存在触摸状态变化未通知上层,导致有时无法进入touch相关Hint
2. 无正向作用的sf.disable\_backpressure,可能导致60hz下掉帧
3. 线程分类器跳过com.android.systemui,可能导致“系统界面无响应”
4. android.bg设置了错误的优先级,导致使用百度地图时死机
5. 不够激进的Unity相关规则,导致基于Unity的场景加载偏慢
6. 应用音频相关线程优先级设置偏低,导致音频卡顿
4. 预调参调整
1. 放宽费电模式线程放置限制,跑分请使用费电模式
2. Heavyload采用松限制,配合长时长的Hint使用
5. 改进
1. SsAnim改为定时长类型Hint,状态进入退出更稳定
2. 动态高刷支持使用系统默认值“-1”
3. SfAnalysis和uperf进一步整合,移除Injector标志位
4. 先尝试不关闭SELinux注入,失败后设置SELinux许可模式后重试,此重试默认开启
5. 减少sensor、kswapd、电话数据对大核的唤醒
6. 显著提升开机初始化脚本执行速度,从30s降低到5s(sdm888平台测试)
6. 重构
1. 整合SsAnalysis到SfAnalysis,减少对system\_server侵入,减少死机概率
2. 新的poke方式,支持在设备SELinux规则限制内从surfaceflinger传递整形
3. 编译工程切换到cmake,编译参数更明确,NDK或许有些魔法
4. 用户态线程调度器前台后台参数完全隔离,实现更加灵活的规则设置
5. 分进程的线程分类器,实现更加灵活的规则设置
6. 常数时间复杂度的线程分类器缓存表
7. lock\_val和mutate支持批量操作
#Magisk模块 #yc调度
1. 本次更新合并了20+个commit
2. 预调参配置增加
1. 天玑1100/1200
2. 骁龙780g
3. 修复负优化
1. 处理触摸事件序列存在触摸状态变化未通知上层,导致有时无法进入touch相关Hint
2. 无正向作用的sf.disable\_backpressure,可能导致60hz下掉帧
3. 线程分类器跳过com.android.systemui,可能导致“系统界面无响应”
4. android.bg设置了错误的优先级,导致使用百度地图时死机
5. 不够激进的Unity相关规则,导致基于Unity的场景加载偏慢
6. 应用音频相关线程优先级设置偏低,导致音频卡顿
4. 预调参调整
1. 放宽费电模式线程放置限制,跑分请使用费电模式
2. Heavyload采用松限制,配合长时长的Hint使用
5. 改进
1. SsAnim改为定时长类型Hint,状态进入退出更稳定
2. 动态高刷支持使用系统默认值“-1”
3. SfAnalysis和uperf进一步整合,移除Injector标志位
4. 先尝试不关闭SELinux注入,失败后设置SELinux许可模式后重试,此重试默认开启
5. 减少sensor、kswapd、电话数据对大核的唤醒
6. 显著提升开机初始化脚本执行速度,从30s降低到5s(sdm888平台测试)
6. 重构
1. 整合SsAnalysis到SfAnalysis,减少对system\_server侵入,减少死机概率
2. 新的poke方式,支持在设备SELinux规则限制内从surfaceflinger传递整形
3. 编译工程切换到cmake,编译参数更明确,NDK或许有些魔法
4. 用户态线程调度器前台后台参数完全隔离,实现更加灵活的规则设置
5. 分进程的线程分类器,实现更加灵活的规则设置
6. 常数时间复杂度的线程分类器缓存表
7. lock\_val和mutate支持批量操作
#Magisk模块 #yc调度
Fake_Location_1.3.0.2_1018.apk
14 MB
更新内容:
修复 Android 11 重启问题
升级 位置模拟内核
升级 WIFI模拟内核
升级 步频模拟内核
升级 基站模拟内核
优化 反检测功能
优化 摇杆功能
优化 SIM卡信息模拟
优化 路线模拟里自动规划导航路线时的起止点搜索逻辑
优化 位置搜索, 支持所在地显示
...
#定位模拟
修复 Android 11 重启问题
升级 位置模拟内核
升级 WIFI模拟内核
升级 步频模拟内核
升级 基站模拟内核
优化 反检测功能
优化 摇杆功能
优化 SIM卡信息模拟
优化 路线模拟里自动规划导航路线时的起止点搜索逻辑
优化 位置搜索, 支持所在地显示
...
#定位模拟
👍1