Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Samsung: Disable Xposed safe mode on Samsung Roms#79

Open
wanam wants to merge 3 commits intorovo89:masterfrom
wanam:master
Open

Samsung: Disable Xposed safe mode on Samsung Roms#79
wanam wants to merge 3 commits intorovo89:masterfrom
wanam:master

Conversation

@wanam
Copy link
Copy Markdown

@wanam wanam commented Oct 29, 2015

Samsung Knox/Mdpp will reject xposed art libraries and lead to a bootloop if TW hooks are not executed on Xposed Bridge, which makes this feature useless for TouchWiz users.

wanam and others added 2 commits July 9, 2016 11:43
We need to run TouchWiz hooks otherwise we will end with a boot-loop caused by Knox/Mdpp rejecting our custom art libraries.
This is to work around a new security feature introduced by Google in
the November 16 patches. It would abort the runtime if files are open
that are not whitelisted. To avoid this, we close the files ourselves
and reopen them after Zygote has forked. The mechanism is the same that
Google has introduced, with a few modifications to fit Xposed's needs.

This requires also a change on the Java side.

Fixes rovo89/XposedBridge#129.
Copy link
Copy Markdown

@Ridwanhidayat Ridwanhidayat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enable

Copy link
Copy Markdown

@zaaraameera2014 zaaraameera2014 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jdiig

Repository owner deleted a comment from wickedwayz03 Dec 18, 2018
Repository owner deleted a comment from wickedwayz03 Dec 18, 2018
Repository owner deleted a comment from wickedwayz03 Dec 18, 2018
Copy link
Copy Markdown

@adiebluxz adiebluxz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of #

Copy link
Copy Markdown

@Rwadxvv Rwadxvv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hg

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.