Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
f6274d94
Commit
f6274d94
authored
Jan 25, 2022
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add setprop warnings
parent
2b303a7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
guides.md
docs/guides.md
+1
-0
No files found.
docs/guides.md
View file @
f6274d94
...
...
@@ -237,6 +237,7 @@ In Magisk, you can run boot scripts in 2 different modes: **post-fs-data** and *
-
This stage is BLOCKING. The boot process is paused before execution is done, or 10 seconds have passed.
-
Scripts run before any modules are mounted. This allows a module developer to dynamically adjust their modules before it gets mounted.
-
This stage happens before Zygote is started, which pretty much means everything in Android
-
**WARNING:**
using
`setprop`
will deadlock the boot process! Please use
`resetprop -n <prop_name> <prop_value>`
instead.
-
**Run scripts in this mode only if necessary!**
-
late_start service mode
-
This stage is NON-BLOCKING. Your script runs in parallel along with the booting process.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment