Posts

Showing posts with the label Os

What is bootloader and how to unlock the bootloader in an Android phone

WHAT IS BOOTLOADER AND HOW TO UNLOCK BOOTLOADER ON ANDROID PHONES bootloader is a code that is executed before any Operating System starts to run. The concept of bootloaders is universal to virtually all Operating systems that inculcates operating systems on your PC, laptop, smartphones, and other such devices. Bootloaders basically package the instructions to boot operating system kernel and most of them also have their own debugging or modification environment. As the bootloader kicks off before any piece of software on your device, it makes it extremely processor specific and every motherboard has it’s own bootloader. This is one reason that all Android phones have different Custom ROMS developed due to high variance of processing hardware present on the device. The iDevices running iOS somewhat share the same hardware specs and hence you don’t see much variance in their bootloaders. ANDROID BOOTLOADERS Every Android phone has a bootloader that instructs the operating system kernel ...