Skip to main content

Posts

Showing posts from April, 2022

Windows 10 Lock Screen Background Picture Location

Windows 10 Lock Screen Background Picture Folder Windows 10 Lock Screen Background Picture Location Open this folder using Windows Explorer %USERPROFILE%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets But files do not have an extension. How to open the lock screen background picture Do not change these files, Just copy all these files to a temp folder. After copying the files to the folder, then open the command line window by typing CMD in the address bar of that folder. It will open up the command line window.  Then type ren *.* *.jpg Now you will be able to open or even see them from the thumbnail view.

Android - Rooting ? - Bootloader unlock? - Custom ROM ? What is the order??

Rooting your Android? What is rooting?? Unlocking the bootloader ??? Confused! Root The term root in the IT world initially came from the UNIX / Linux Operating Systems.  New stand-alone Android is built on top of the Linux OS. The root is equivalent to Administrator in Windows. So root access is administrative access to the file system. The root can add, edit and delete system files. The root has the ability to change system files such as installing a system-wide ad-blocker by modifying the host file on your device, or uninstalling system apps, such as bloatware that comes pre-installed on your device. Without the root, one can only see files in the root directory instead of editing them. Rooting Giving administrative access to the entire OS.   Bootloader A bootloader is a firmware, very similar to BIOS in a computer. It initializes the Linux kernel and loads all the necessary components required to boot into the Android. And it manages direct access to the device's partitions. Un