LSPosed
Official webpage: lsposed.org Discussion Group: @LSPosedDiscussion CI Builds: @LSPosedArchives Admin Log: @lsposed_log
نمایش بیشتر📈 تحلیل کانال تلگرام LSPosed
کانال LSPosed (@lsposed) در بخش زبانی انگلیسی بازیگری فعال است. در حال حاضر جامعه شامل 193 004 مشترک است و جایگاه 528 را در دسته فناوری و برنامهها و رتبه 533 را در منطقه الصين دارد.
📊 شاخصهای مخاطب و پویایی
از زمان ایجاد در невідомо، پروژه رشد سریعی داشته و 193 004 مشترک جذب کرده است.
بر اساس آخرین دادهها در تاریخ 15 سپتامبر, 2026، کانال فعالیت پایداری دارد. در ۳۰ روز گذشته تغییر اعضا برابر 4 607 و در ۲۴ ساعت گذشته برابر 129 بوده و همچنان دسترسی گستردهای حفظ شده است.
- وضعیت تأیید: تأیید نشده
- نرخ تعامل (ER): میانگین تعامل مخاطب 51.74% است و در ۲۴ ساعت نخست پس از انتشار، محتوا معمولاً 10.80% واکنش نسبت به کل مشترکان کسب میکند.
- دسترسی پستها: هر پست به طور میانگین 99 783 بازدید دریافت میکند. در اولین روز معمولاً 20 833 بازدید جمعآوری میشود.
- واکنشها و تعامل: مخاطبان بهطور فعال حمایت میکنند؛ میانگین واکنش به هر پست 555 است.
📝 توضیح و سیاست محتوایی
نویسنده این فضا را محل بیان دیدگاههای شخصی توصیف میکند:
“Official webpage: lsposed.org
Discussion Group: @LSPosedDiscussion
CI Builds: @LSPosedArchives
Admin Log: @lsposed_log”
به لطف بهروزرسانیهای پرتکرار (آخرین داده در تاریخ 16 سپتامبر, 2026)، کانال همواره بهروز و دارای دسترسی بالاست. تحلیلها نشان میدهد مخاطبان بهطور فعال با محتوا تعامل دارند و آن را به نقطه اثرگذاری مهم در دسته فناوری و برنامهها تبدیل کردهاند.
io.github.[user name].[module name], which will automatically approve the submission. Other package names will generally not be approved.
This rule only applies to the approval of new modules and does not extend to existing modules, but we will begin checking whether the repository package name matches the released APK file.
由于AI普及,新模块提交加速,我们计划把模块仓库升级为自动审批模式。
仿照 Maven 中央仓库做法,提交者需要证明能控制模块包名所属的域名。如果没有域名,可以使用io.github.[user name].[module name],它会自动审批通过。其它包名原则上不会被批准。
该规则仅针对新模块审批,不溯及已有模块,但我们将开始检查仓库包名与发布的apk文件不符的情况。重要 - New XSharedPreferences 计划于 2.3.0 正式移除,模块页面已为有兼容风险的模块加入废弃警告。判断逻辑为 legacy 模块声明支持 nsp 并存在 others 可读 xml。升级到 libxposed 或将 xposedminversion 设置为 82 并删除 xposedsharedprefs 以移除警告。 新增 - 支持注入 HyperOS Runtime 应用(需要 ZN) - 在 A17 及以上以注入方式处理 dex2oat 包装器,避免挂载泄漏(需要 ZN) 改进 - 提升多进程应用中模块服务连接的稳定性 - 优化管理器中的兼容性状态展示与异常提示 修复 - 修复资源 Hook XML 重写长期失效的问题 - 修复模块热重载失败后可能产生状态异常的问题 - 修复 Hook 链调用及参数类型转换问题 - 修复系统框架在模块作用域中的排序 - 修复安全模式计数未在正常启动后重置的问题 - 修复 Dex 混淆及模块服务相关的内存泄漏
Important - New XSharedPreferences is scheduled for official removal in version 2.3.0. Deprecation warnings have been added to the module page for modules at risk of compatibility issues. The probe logic identifies legacy modules that declare support for nsp and contain an XML file with others readable permission. To eliminate the warning, upgrade to libxposed or set xposedminversion to 82 and remove xposedsharedprefs. Added - Support for injecting into HyperOS Runtime apps (requires ZN) - Handles the dex2oat wrapper via injection on A17 and above to prevent mount leaks (requires ZN) Improved - Improved stability of module service connections in multi-process apps - Optimized the display of compatibility status and error prompts in the Manager Fixed - Fixed an issue where resource hook XML rewriting had been failing for an extended period - Fixed an issue where a status exception might occur after a module hot reload failed - Fixed issues with hook chain calls and parameter type conversions - Fixed the sorting of the system framework within the module scope - Fixed an issue where the safe mode count was not reset after a normal startup - Fixed memory leaks related to DEX obfuscation and module services
新增 - 最低支持版本提升至 Android 9(API 28) - 高级隐藏功能现可支持 A12+ - 允许一键清空已选作用域 改进 - 优化安全模式对 System UI 的检测阈值 - 恢复管理器中的模块数量徽标 - 改进错误报告发送流程 修复 - 修复部分情况下无法启动守护进程的问题 - 修复 XposedHelpers.findField API 行为 - 修复 Android 17 下服务连接接口不兼容的问题 - 修复模块详情页弹出菜单显示层级异常的问题 - 修复 Markdown 样式在部分页面中显示异常的问题 Added - Raised the minimum supported version to Android 9 (API 28) - Advanced hiding is now supported on Android 12 and above - Added an option to clear all selected scope apps Improved - Optimized the System UI detection threshold in safe mode - Restored the module count badge in the manager - Improved the error report submission process Fixed - Fixed an issue that could prevent the daemon from starting - Fixed the behavior of the XposedHelpers.findField API - Fixed service connection incompatibility on Android 17 - Fixed incorrect popup menu layering on the module details page - Fixed Markdown styles being displayed incorrectly on some pages
新增 - 最低支持版本提升至 Android 9(API 28) - 高级隐藏功能现可支持 A12+ - 允许一键清空已选作用域 改进 - 优化安全模式对 System UI 的检测阈值 - 恢复管理器中的模块数量徽标 - 改进错误报告发送流程 修复 - 修复部分情况下无法启动守护进程的问题 - 修复 XposedHelpers.findField API 行为 - 修复 Android 17 下服务连接接口不兼容的问题 - 修复模块详情页弹出菜单显示层级异常的问题 - 修复 Markdown 样式在部分页面中显示异常的问题 Added - Raised the minimum supported version to Android 9 (API 28) - Advanced hiding is now supported on Android 12 and above - Added an option to clear all selected scope apps Improved - Optimized the System UI detection threshold in safe mode - Restored the module count badge in the manager - Improved the error report submission process Fixed - Fixed an issue that could prevent the daemon from starting - Fixed the behavior of the XposedHelpers.findField API - Fixed service connection incompatibility on Android 17 - Fixed incorrect popup menu layering on the module details page - Fixed Markdown styles being displayed incorrectly on some pages
Added Provided high-speed CDN for the module repository. If you dislike ads, please switch to backup CDN in settings. Added SystemUI safe mode. Improved - Enhanced hook compatibility and performance - Improved homepage device name recognition. Fixed - Fixed Android 17 QPR1 Beta 3 crash issues - Fixed a series of M3E theme-related issues - Fixed Markdown WebView reload handling issues 自上次更新以来的改动: 新增 - 提供模块仓库高速 CDN,若不喜欢广告请在设置切换备用 CDN - 新增 SystemUI 安全模式 改进 - 提升 hook 兼容性和性能 - 增强首页设备名称识别 修复 - 修复 Android 17 QPR1 Beta 3 崩溃问题 - 修复一系列 M3E 主题相关问题 - 修复 Markdown WebView 重载处理问题
settings.gradle.kts
maven {
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
mavenContent {
snapshotsOnly()
}
content {
includeGroup("io.github.libxposed")
}
}
Use snapshot builds:
compileOnly("io.github.libxposed:api:102.0.0-SNAPSHOT")
implementation("io.github.libxposed:service:102.0.0-SNAPSHOT")