Sure! Take a look at this: https://forum.xda-developers.com/showthread.php?t=1766475. Good luck!I'll give it a shot, do you have any link? I don't know what it is and I definitely need a guide for that.
Sure! Take a look at this: https://forum.xda-developers.com/showthread.php?t=1766475. Good luck!I'll give it a shot, do you have any link? I don't know what it is and I definitely need a guide for that.
Again, thank you so much for your reply, but I'm still in trouble.
I have that directory on the desktop with the files inside (adb.exe, fastboot.exe, ecc..), but I can't install them.
Double clicking doesn't do anything, and in the command prompt the command adb version gives me an error saying that the it can't find such command.
Prompt screenshot (it's in italian)
![]()
It suggest me to type .\adb, it works but I don't know what to do with all those lines, I've tried to read through it but I don't understand very much about it.
I don't know what's wrong with me.
cmd
Did anyone noticed that installing Magisk on Stock rom, makes it kinda slow. Considering that Magisk is running always in background to allow/disallow things. System-less after all have some effect I think so
Can't really say I've experienced that.
Any other changes in the meantime that could have caused that perhaps?
Ah, the command prompt you get is PowerShell, and not the legacy cmd.exe (you're probably using Windows 10). It wasn't clear from your previous message where the screenshot doesn't display for me.
As suggested you could preface each command with "." (e.g. "adb" becomes ".\adb" etc.), or you could simply add one step of your own and then proceed with the instructions as provided.
Once you have opened the command prompt as instructed (which in your case is the PowerShell command prompt), execute
then proceed with the rest of the instructions.Code:cmd
[Instead of adding the "cmd" step, you could also change your default command prompt to that, but that's off-topic.]
adb version
adb devices
fastboot devices
adb reboot bootloader
adb reboot recovery
fastboot devices
fastboot oem unlock
fastboot reboot
fastboot flash recovery filename.img
fastboot boot filename.img
fastboot format userdata
fastboot reboot
fastboot reboot-bootloader
fastboot flash bootloader C:\bullhead\images\bootloader-bullhead-bullhead-xx.xx.img
fastboot reboot-bootloader
fastboot flash radio C:\bullhead\images\radio-bullhead-bullhead-xx.xx.img
fastboot reboot-bootloader
fastboot flash boot C:\bullhead\images\boot.img
fastboot erase cache
fastboot flash cache C:\bullhead\images\cache.img
fastboot flash recovery C:\bullhead\images\recovery.img
fastboot flash system C:\bullhead\images\system.img
fastboot flash vendor C:\bullhead\images\vendor.img
fastboot flash bootloader C:\bullhead\images\bootloader-bullhead-bullhead-xx.xx.img
fastboot reboot-bootloader
fastboot flash radio C:\bullhead\images\radio-bullhead-bullhead-xx.xx.img
fastboot reboot-bootloader
fastboot flash boot C:\bullhead\images\boot.img
fastboot erase cache
fastboot flash cache C:\bullhead\images\cache.img
fastboot flash recovery C:\bullhead\images\recovery.img
fastboot flash system C:\bullhead\images\system.img
fastboot flash vendor C:\bullhead\images\vendor.img
fastboot oem lock
fastboot reboot
fastboot flash bootloader C:\bullhead\images\bootloader-bullhead-bullhead-xx.xx.img
fastboot reboot-bootloader
fastboot flash radio C:\bullhead\images\radio-bullhead-bullhead-xx.xx.img
fastboot reboot-bootloader
fastboot flash boot C:\bullhead\images\boot.img
fastboot erase cache
fastboot flash cache C:\bullhead\images\cache.img
fastboot flash recovery C:\bullhead\images\recovery.img
fastboot flash system C:\bullhead\images\system.img
fastboot flash vendor C:\bullhead\images\vendor.img
fastboot reboot
adb reboot bootloader
adb reboot recovery