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

Samsung: Disable Xposed safe mode on Samsung Roms #79

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wanam
Copy link

@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

@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

@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

@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

@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.

None yet