D
D
Damir Sinitsyn2016-02-07 19:32:03
Android
Damir Sinitsyn, 2016-02-07 19:32:03

Is there a way to run xposed modules without the framework itself?

Is it possible to run its module without installing the xposed framework itself? (For example, screeoffanimation)
As far as I understand, xposed itself provides access to modules to the "subsoil of the system" and nothing more.
I do not want to install it just because of the small space on the internal memory card.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sta-s2z, 2016-02-07
@Fenteron

xposed does not provide any subsoil,
roughly speaking, the xposed framework intercepts system calls and allows you to replace classes that will be executed. Those. instead of a class from the system or application, a class from the xposed module is executed. You can replace not only classes, but also resources.
Accordingly, of course, you can get the functionality without xposed, you just need to manually replace the classes that the module inserts into the system or application. Those. assembly / disassembly / debugging apktools / smali / baksmali shines for you in full growth.
As for screenoff, if an "old TV" is enough, then it can be turned on by simply changing one bool in framework-res

X
Xasweil, 2016-02-07
@Xasweil

As far as I know, it’s impossible, there are modules that support part of their functionality without a framework, but they can be counted on the fingers (GEL Settings for example) and you can hardly call them something full-fledged.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question