wmic memphysical get MaxCapacity, MemoryDevices
cmd windows
<iframe width="100%" height="200" src="http://cochi.se/code/index.php?embed=6826e8ff33929" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 16/05/2025
1. Télécharger image sur le site Oneplus : http://downloads.oneplus.net/devices/oneplus-5t/ ou dumper son fichier boot.img
2. Extraire boot.img du fichier téléchargé
3. Patcher le fichier boot.img avec Magisk depuis le smartphone puis envoyer le fichier patched_boot.img obtenu sur le PC.
4. Redemarrer le smartphone en mode "bootloader"
5. Sur le PC en ligne de cmd :
fastboot devices
fastboot flash boot patched_boot.img
fastboot reboot
root oneplus android cmd
<iframe width="100%" height="344" src="http://cochi.se/code/index.php?embed=5a9a73605818b" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 03/03/2018
#In command prompt windows type :
diskpart
list disk
select disk 1 -> Where disk 1 is your blank usb
clean
create partition primary
select partition 1
active
format fs=ntfs quick
assign
exit
xcopy e:\*.* /s/e/f f:\ -> Where e: is the source and f: destination
windows cmd
<iframe width="100%" height="434" src="http://cochi.se/code/index.php?embed=570b62ec38a8b" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 11/04/2016