Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daboynb/magisk_for_linux
patch android images with magisk directly from pc
https://github.com/daboynb/magisk_for_linux
adb android linux magisk root
Last synced: about 2 months ago
JSON representation
patch android images with magisk directly from pc
- Host: GitHub
- URL: https://github.com/daboynb/magisk_for_linux
- Owner: daboynb
- License: gpl-3.0
- Created: 2022-05-24T06:44:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T16:54:52.000Z (4 months ago)
- Last Synced: 2024-10-12T21:07:01.006Z (2 months ago)
- Topics: adb, android, linux, magisk, root
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 35
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
If you wanna help me
# magisk_for_linux
- BEFORE RUN MAKE SURE YOU HAVE USB DEBUG ENABLED AND YOU HAVE TRUSTED THE COMPUTER.
- Tested on ubuntu (20.04, 21.10, 22.04) and debian 11 64 bit.# How to run
wget https://raw.githubusercontent.com/daboynb/magisk_for_linux/main/magisk.sh && chmod +x magisk.sh && ./magisk.sh
- When it ask for a device connect the phone
- Drag & drop into the terminal the stock boot.img
- Done, the patched boot.img will be inside the /home/$USER/Magisk/pc_magisk folder
# Credits
Based on the things discovered by https://dev.sect0uch.world/SecT0uch/Magisk_boot_flasher#run-patch-boot-locally.