KasCust

Root | Firmware | Custom Rom | Custom Recovery

    

Here are necessarry instructions to install custom rom or flashing custom recovery or rooting device!




ADB Setup

    
    

Requirements:

PC and USB Cable. Download Drivers. Download ADB Tools

Steps:

1. Enable "USB Debugging" from Developer Options. 2. Connect device with pc. 3. Unzip "Platform Tools.zip" or ADB other zip file. 4. Navigate to unzipped folder 5. Clear the adress bar and type "cmd" and press enter. 6. A Command Line/PowerShell window will be opened. 7. Type "adb devices" in that and press enter. 8. Select "Remember this computer" and click allow in USB debugging prompt from phone. 9. If you can't do step 8 you have to search more drivers for your pc. Install proper drivers and repeat from step 2. 10. If your device codename appears, then you have successfully setup ADB. Now you can use ADB commands!

Unlock Bootloader

    
    

Requirements:

PC, USB Cable and ADB Setup.
Caution: All data will be lost on factory reset!

Steps:

1. Enable "OEM Unlocking:Allow the bootloader to be unlocked" from Developer Options. 2. ADB Setup 3. Type "adb reboot bootloader" and hit enter. 4. Your device will boot to fastboot showing FastBoot text with broken android icon. 5. Type "fastboot devices" and hit enter. If your device codename appears go to next steps. 6. Type "fastboot oem unlock-go" and press enter. 7. Setup your factory reset phone and navigate to settings. In Developer Options you will see "Your bootloader is already unlocked". 8. Now you can root, install custom rom or custom recovery!

Custom Recovery

    
    

Requirements:

PC, USB Cable, Unlocked Bootloader and ADB Setup. Download TWRP Recovery file suitable for your device from this link or search in google for the file.

Steps:

1. ADB Setup 2. Type "adb reboot bootloader" and hit enter. 3. Your device will boot to fastboot showing FastBoot text with broken android icon. 4. Type "fastboot devices" and hit enter. If your device codename appears go to next steps. 5. Type "fastboot flash recovery" and hit space and drag and drop twrp image file. press enter. 6. Type "fastboot boot" and hit space and drag and drop twrp image file. press enter. 7. Your device will successfully start TWRP recovery. Now it's time to install new OS/ROM!

Custom Rom

    
    

Requirements:

Unlocked Bootloader and Custom recovery. Download Custom rom file suitable for your device from this links: LineageOS, Pixel Experience, Resurrection Remix, AOSP Extended, Evolution-X, Revenge OS, Corvus ROM, Resurrection Remix, Arrow OS, Havoc OS, crDroid or search in google for the file.

Steps:

1. Reboot to Custom TWRP Recovery. You may use the spanvious paragraph to start TWRP recovery. 2. Click on Wipe. Select system, dalvik-cache and internal storage. 3. Swipe to right and press home. 4. Tap on install. Navigate to custom rom file and click on it. 5. Swipe to right and wait. 6. After installation is complete, click on home and select reboot and then tap system. 7. Custom OS/ROM installation successful!

Root with custom recovery

    
    

Requirements:

Unlocked Bootloader and Custom TWRP Recovery. Download Magisk

Steps:

1. Reboot to custom TWRP recovery. You may use the previous paragraph to start TWRP recovery. 2. Tap on install. Navigate to magisk file and click on it. 5. Swipe to right and wait. 3. After installation is complete, click on home and select reboot and then tap system. 7. Root successful!

Root without custom recovery

    
    

Requirements:

PC, USB Cable, ADB Setup and Unlocked Bootloader. Download Magisk Download Firmware file suitable for your device from this links: Xiaomi, Samsung, Huawei or search in google for the file.

Steps:

1. Unzip the firmware zip file. 2. Intall magisk manager and open the app. 3. Click on install after magisk. 4. Select patch a file. 5. Navigate to "boot.img" in unzipped firmware. 6. Select it and press okay/patch. Keep data connection on and wait a while. 7. Copy magisk_patched.img from download folder of internal storage to pc. 8. ADB Setup 9. Type "adb reboot bootloader" and press enter. 10. Type "fastboot boot" , hit space, drag and drop the patched file and press enter. 11. Type "fastboot reboot" and press enter. 12. Root successful!

Contact me