A
antalice
Membre
- Inscrit
- 3 Septembre 2012
- Messages
- 115
- Points
- 18
- #1
Bonjour,
Voila je veux installer Magisk par ADB ce qui évitera le root.
J'ai lu ce
J'ai fait adb version il est reconnu en version Android Debug Bridge version 1.0.32
J'ai appliqué adb devices me donne un tas de chiffre puis device.
La ou je ne comprends plus c'est à partir de cette étape:
Ouvrez le terminal, modifiez le répertoire dans le dossier zip et exécutez la commande suivante une ligne par ligne ( vous voudrez peut-être les copier car elles sont assez longues )
CODE: TOUT SÉLECTIONNER
adb shell "rm -rf /data/local/tmp/*"
adb push META-INF/com/google/android/update-binary common magisk_inject boot.img /data/local/tmp
adb shell "cd /data/local/tmp/magisk_inject; mv ../common/* .; chmod 755 *; sh ../update-binary indep boot_patch.sh ../boot.img; mv ../bin/busybox busybox"
adb pull /data/local/tmp/magisk_inject/new-boot.img
adb shell "cd /data/local/tmp; rm -rf *.img magisk_inject/*.img update-binary bin common"
* Vous devez maintenant voir un fichier new-boot.img dans le dossier zip. Il s'agit de l'image de démarrage magisk-patched. Vous pouvez maintenant flasher l'image via fastboot .
* Redémarrez et vérifiez si Magisk Manager est installé et que la version correspond à la dernière de l'OP ( tuto )
Merci d'avance pour votre futur aide
Voila je veux installer Magisk par ADB ce qui évitera le root.
J'ai lu ce
J'ai fait adb version il est reconnu en version Android Debug Bridge version 1.0.32
J'ai appliqué adb devices me donne un tas de chiffre puis device.
La ou je ne comprends plus c'est à partir de cette étape:
Ouvrez le terminal, modifiez le répertoire dans le dossier zip et exécutez la commande suivante une ligne par ligne ( vous voudrez peut-être les copier car elles sont assez longues )
CODE: TOUT SÉLECTIONNER
adb shell "rm -rf /data/local/tmp/*"
adb push META-INF/com/google/android/update-binary common magisk_inject boot.img /data/local/tmp
adb shell "cd /data/local/tmp/magisk_inject; mv ../common/* .; chmod 755 *; sh ../update-binary indep boot_patch.sh ../boot.img; mv ../bin/busybox busybox"
adb pull /data/local/tmp/magisk_inject/new-boot.img
adb shell "cd /data/local/tmp; rm -rf *.img magisk_inject/*.img update-binary bin common"
* Vous devez maintenant voir un fichier new-boot.img dans le dossier zip. Il s'agit de l'image de démarrage magisk-patched. Vous pouvez maintenant flasher l'image via fastboot .
* Redémarrez et vérifiez si Magisk Manager est installé et que la version correspond à la dernière de l'OP ( tuto )
Merci d'avance pour votre futur aide