180 Commits

Author SHA1 Message Date
南宫雪珊 63b20ceca8 Update Samsung download mode documentation 2026-04-14 03:25:38 -07:00
topjohnwu e8a58776f1 Release Magisk v30.7
[skip ci]
2026-02-23 00:02:33 -08:00
Roshabor c07eac118c Update ota.md
Hi there, appreciate you and your work.

Proposing a small change to the A/B device update instructions, based on your changes within the Magisk app which made those instructions outdated/ invalid. 
Specifically, after installing Magisk to the new slot, apparently Magisk then instructs to go back to the system update and hit restart now, instead of the prior instructions which remain on this website of rebooting within the Magisk app. I just did testing, and rebooting within the Magisk app does not result in slot switch, which must be why you noe instruct to go back to system update for the restart now. 

Just thought I'd update the instructions for anyone who might be confused. 

Thx!
2026-02-05 11:13:49 -08:00
topjohnwu ccb264f33a Release Magisk v30.6
[skip ci]
2025-12-01 15:46:33 -08:00
topjohnwu 363566d0d5 Release Magisk v30.5
[skip ci]
2025-12-01 01:52:46 -08:00
topjohnwu c3db2e368d Release Magisk v30.4
[skip ci]
2025-10-02 04:30:47 -07:00
topjohnwu f16e93c7db Release Magisk v30.3
[skip ci]
2025-09-29 21:35:45 -07:00
topjohnwu 975120d6a6 Release Magisk v30.2
[skip ci]
2025-08-06 03:32:32 -07:00
topjohnwu a897e82fa4 Remove release notes
They are embedded into GitHub releases
2025-07-07 10:37:45 -07:00
topjohnwu ffa15831d3 Add release dates 2025-07-07 10:35:22 -07:00
topjohnwu a344ebf28c Add v30.1 changelog 2025-07-03 18:02:27 -07:00
pndwal d8c448b99d Update faq.md
Add information on restoring Magisk App functionality when stub and full apps conflict.
2025-07-03 02:51:01 -07:00
topjohnwu c78da1ce24 Update v30.0 changelog 2025-07-01 10:00:38 -07:00
topjohnwu 9907ce57aa Add Magisk r29.0 release notes 2025-05-14 01:13:37 -07:00
cheesetosti 6edc5e2037 Update install.md
fixed grammar n stuff
2025-04-01 12:13:29 -07:00
topjohnwu 1523ed9f78 Always go through rustup proxies 2025-04-01 10:01:35 -07:00
topjohnwu 494615d9a0 Support ./build.py emulator with an APK argument 2025-02-28 17:17:24 -08:00
vvb2060 afbfb81837 docs: add avd_magisk.sh to faq 2025-02-28 17:17:24 -08:00
LoveSy d2768357da Support systemlessly deleting files or folders
After we refactor the magic mount and always mount folder as tmpfs,
we can easily support deleting files or folders now. We recognize
dummy devices with major number 0 and minor number 0 as an indicator
for removing files and folders. This indicator is borrowed from
overlayfs.
2024-12-27 15:57:54 -08:00
Wang Han dadba44cf9 Update module installer guide about META-INF 2024-12-17 16:36:40 -08:00
topjohnwu 4eae66a1a7 Add v28.1 release notes 2024-12-06 17:38:43 -08:00
topjohnwu b7e0986a5c Add v28.0 changelog 2024-10-10 01:40:14 -07:00
Wang Han 250dc16007 Fix post-fs-data blocking time in doc
https://github.com/topjohnwu/Magisk/commit/f7d3d1eeaffd6ace0b7c3c654bbd389575126f3c.
2024-09-17 01:28:01 -07:00
Wang Han 53d7cbc11b Clarify magiskboot requirements for repacking img 2024-09-08 01:13:46 -07:00
LoveSy fbebb6ac10 Add action.sh for user to manually trigger modules' functionality from app 2024-09-08 01:12:30 -07:00
topjohnwu b26db8cee6 Switch over to ANDROID_HOME
Keep ANDROID_SDK_ROOT as a fallback
2024-07-21 00:53:13 -07:00
topjohnwu e32cd03d0b Update docs to cover riscv64 2024-07-02 14:53:46 -07:00
pndwal d0cf93a08d Fix typos install.md 2024-06-06 21:12:18 -07:00
topjohnwu 72b8d12ee4 Update development guide 2024-05-11 20:40:33 -07:00
pndwal 2b5fc75127 Update faq.md
Since system Safe Mode may activate without Magisk 'Safe Mode', this clarification will prevent users from erroneously concluding either that Safe Mode doesn't work or that modules are not the issue since 'Safe Mode' was apparently triggered...

Fixes this: #4624
2024-03-06 17:48:54 -08:00
LoveSy b6c24a3a8a No more sony init.real tricks
Co-authored-by: canyie <a1364259@163.com>
Co-authored-by: vvb2060 <vvb2060@gmail.com>
2024-02-29 23:40:00 -08:00
topjohnwu 5280982363 Add v27.0 changelog 2024-02-02 22:47:35 -08:00
LoveSy e94d65b4b2 Add resetprop -w for waiting property change
It's very easy to wait for property change both in Java and C++,
but it's not the case in shell script. With this patch, developers
can now easily to wait for property change, just like what we have
in `.rc` files, and to wait for boot complete.
2023-12-23 00:12:42 +08:00
残页 c013a349af Update install guide
- Remove boot vbmeta patching because the checkbox is removed in b1363ee
- Remove meaningless slot argument from `fastboot flash` as it will automatically flash the active slot. Fix #7571
2023-12-10 23:37:02 +08:00
canyie 63eef153de Warn about unsupported installation methods 2023-11-17 13:58:41 -08:00
canyie 68442f38ac Misc changes
- actions: Update all actions/checkout references to v4
- magiskboot: Add missing new line to dtb help message
- docs: Update documents, fix some errors and remove outdated info
2023-11-17 13:58:41 -08:00
topjohnwu 8ca8cdae97 Add v26.4 release notes 2023-11-05 23:07:53 -08:00
nkh0472 f80198a669 typo fix 2023-10-09 17:22:48 -07:00
topjohnwu 7297aba15a Add v26.3 release notes 2023-09-03 23:54:45 -07:00
Ylarod bc5d5f9502 Update details.md
The `MAGISKTMP` changed to `/debug_ramdisk` since https://github.com/topjohnwu/Magisk/pull/6931
2023-09-03 23:46:25 -07:00
topjohnwu e47e869f6b Update full changelog 2023-08-28 01:15:14 -07:00
topjohnwu eadb0307fa Add v26.2 release notes 2023-08-27 23:48:49 -07:00
BlackMesa123 0ba573b789 Additional Samsung devices install guide refactoring
Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com>
2023-08-18 17:24:25 -07:00
BlackMesa123 ec42ee152c Refactor Samsung devices install guide
Signed-off-by: BlackMesa123 <giangrecosalvo9@gmail.com>
2023-08-18 17:24:25 -07:00
topjohnwu a8c1ed8795 Update development docs 2023-05-13 02:38:03 -07:00
Ilya Kushnir 709f25f600 Fix changelog index 2023-04-12 02:46:21 -07:00
topjohnwu 2488668b06 Add v26.1 release notes 2023-04-11 01:52:45 -07:00
LoveSy 8dae7b5451 Update installation guide 2023-04-05 01:50:45 -07:00
topjohnwu 637a8af234 Add v26.0 release notes 2023-04-05 01:42:42 -07:00
topjohnwu 4e2b88b3d0 Rename rules to preinit
It is possible that we will allow more preinit files for modules.
Rename the partition and folders from rules to preinit.
2023-03-21 00:40:11 -07:00