v1.9.1 #2728
Replies: 6 comments 1 reply
-
Thx for your hard work 👍 |
Beta Was this translation helpful? Give feedback.
-
1.9.1 is not working appropriately on my phone (Munch, running Evolution X 7.9.5). |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
显示lsposed未安装是什么意思? |
Beta Was this translation helpful? Give feedback.
-
the demo of using lsposed new API is not clear,can u write down a wiki about how to develop a lsposed module using new api? |
Beta Was this translation helpful? Give feedback.
-
API Changes
Currently, most part of the new API has been roughly stable (except
helper
). We hope developers can test the new API to provide feedback on possible issues. The modern API will be published to Maven Central with the release of LSPosed 2.0.0, so before this, you can make suggestions to help make it better.android
package besidessystem_server
(See this commit): For historical reasons, the package name ofsystem_server
was changed toandroid
(See this commit from rovo89). To correct this behavior, for legacy modules, no code adjustment is needed, but the system framework is displayed assystem
instead ofandroid
in manager, with a new packageandroid
which is responsible for system dialogs, etc. For modern modules, the meaning ofsystem
andandroid
in the declared scope have the same meaning as they display in manager.Changelog
processName
forhandleLoadedPackage
'slpparam
isFirstPackage
forafterHookedMethod
getModule()
return valueAfterHooker
class nameLoadedApks
rather than allIActivityManager.bindService
for Android 14API 变更
目前,新 API 的大部分已经相对稳定(除了
helper
)。我们希望开发者能够测试新 API,并提供反馈以解决可能存在的问题。现代 API 将在 LSPosed 2.0.0 发布时发布到 Maven Central,因此在此之前,您可以提出建议以帮助改进它。system_server
外的android
进程(查看此提交):由于历史原因,
system_server
的包名被更改为android
,ChooserActivity
等系统UI的包名被更改为system
(请参阅 rovo89 的此提交)。为纠正此行为,管理器作用域界面中的system
和android
的含义现与它们的实际含义相同。我们保留传统模块代码层面的相反含义,但现代模块已得到更正。更新日志
handleLoadedPackage
的lpparam
中的processName
afterHookedMethod
的isFirstPackage
getModule()
返回值引起的 NPEAfterHooker
类名中的拼写错误LoadedApks
而不是全部清除IActivityManager.bindService
Contributors
@libxzr @yujincheng08 @Howard20181 @vvb2060 @Dr-TSNG @naicfeng @aviraxp @StefMa @delvinru @5ec1cff @anonymix007 @JasonKhew96
Full Changelog: v1.8.6...v1.9.1
This discussion was created from the release v1.9.1.
Beta Was this translation helpful? Give feedback.
All reactions