- 03 Jan, 2017 2 commits
- 02 Jan, 2017 3 commits
- 01 Jan, 2017 8 commits
- 30 Dec, 2016 1 commit
-
-
topjohnwu authored
-
- 29 Dec, 2016 3 commits
- 28 Dec, 2016 1 commit
-
-
topjohnwu authored
-
- 27 Dec, 2016 1 commit
-
-
topjohnwu authored
This is the issue that has been haunting since day 1. Root and mounted files randomly disappears, and only an reboot can fix it. The issue is that Zygote requires some time to isolate the mount namespace for the children it forks (read: most processes), so in rare cases such as the CPU is on heavy load, or CPU is in deep sleep, it takes longer than usual to finish the mount namespace isolation. Magisk Hide kicks in before the isolation is done, and it will switch to Zygote's namespace and do the unmounting. All children will then lose the mounted files, which includes root. The solution is to first find the namespace id of Zygote, and wait a small period of time and retry if the namespace isn't isolated yet.
-
- 22 Dec, 2016 3 commits
-
-
topjohnwu authored
Finally fix #12
-
Paulo d'Castro authored
-
Paulo d'Castro authored
-
- 18 Dec, 2016 3 commits
- 10 Dec, 2016 4 commits
- 09 Dec, 2016 1 commit
-
-
topjohnwu authored
-
- 08 Dec, 2016 4 commits
-
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
1. It seems that many part of the system is upset about symlinks, revert to bind mounts 2. New system and vendor mirror implementation found, no need to copy anything 3. Thanks to the new mirror implementation, adding new items to /system and /vendor is now possible 4. Re-written some coding style
-
- 06 Dec, 2016 1 commit
-
-
topjohnwu authored
1. Remove stage 4 bind which mount files back, use symlinks instead 2. libs do not support symlink, make a copy to data if needed 3. Proper support for adding new files into /system/vendor on devices with separate vendor partition
-
- 05 Dec, 2016 3 commits
- 28 Nov, 2016 1 commit
-
-
topjohnwu authored
Fixes #13 and #17
-
- 14 Nov, 2016 1 commit
-
-
topjohnwu authored
-