Skip to main content

Posts

Showing posts from August, 2021

About Factory Reset Protection (FRP)

Factory Reset Protection (FRP) is a security method designed to ensure that in the event of a lost or stolen phone, someone cannot simply wipe the phone and perform a factory reset. Starting with Android Lollipop, FRP is "standard" in Vanilla Android, and most of the companies that make our phones have implemented it in their own models. That's good - a stolen phone is harder to use, so it's less attractive to thieves, and anything that can protect our data on a lost phone is welcome. How does it work However, a problem can occur if you sell, trade or even distribute the phone without performing a factory reset. How it works explains why. To perform a factory reset, you must be logged in to the phone's "owner" account (which you used to configure it). This means that if you give me your phone, I can not reset it without logging in. There are random solutions on the internet, but they are usually fixed as soon as they are discovered. Before you ...

How to Flash Xiaomi Phones Using Updater and Fastboot

Before flashing your xiaomi phone, make sure you've unlocked the bootloader. I have written a tutorial for this on this blog. I assume you all understand the risks of flashing, so it's your own risk and please read the manual carefully to avoid damage Flashing Method With App Updater After Updating to latest MIUI stable/beta ROM via updater app, you can switch from Global stable to Global Beta, or China Stable to China Beta, but Beta to stable may not work. Download the file with the zip extension and move it to the phone's internal memory. Open the Updater App on your phone, and Click the three dots in the top right corner. Select choose update package - select the zip format file in the internal memory. Continue with Click OK - Reboot. TIPS: It is recommended to do a reset if switching rom from Stable to Beta for MIUI 12 or 10. WARNING: Do not downgrade using the Updater App . If it's already and experiencing problems, do flashing using Fastboot . Flash...

How to Unlock Xiaomi Phone Bootloader Easily

Maybe there are many tutorials, how to unlock the bootloader of a xiaomi smartphone. But sometimes we still have trouble understanding. For those who don't understand what a bootloader is, you can read in the previous post . For those of you who want to immediately unlock the bootloader, hopefully this article can help overcome it. Now that process is easier. No need to request bootloader unlock, just go to miui unlock and download Mi Unlock Tool. Note: - It is less secure when you unlock the device. Your personal information could be leaked or lost. Therefore, we do not recommend or recommend unlocking the device. Do this at your own risk. Download and extract Mi Unlock on your computer Go to device settings, All specifications - Tap the MIUI version 7 times. On Developer options: Enable USB debugging and Enable OEM unlocking. Now add the account and device from the developer option - Mi Unlock Status option. Try linking your account. If you see an error like 86012 ...

Understanding the Bootloader and the Effects of Unlocking

Bootloader is a tool that loads system software into the device and prioritizes processes running on the phone. The bootloader is locked on new phones to prevent damage to this tool from unauthorized use or modification. However, you can use Boot Loader Unlock to unlock this tool and access special system functions. By unlocking the bootloader, you can install your own firmware on your Android phone and get full access rights to make changes to your phone. These changes could include changing preinstalled software or even replacing the entire operating system. Some developers and enthusiasts unlock and root to experiment with apps or custom versions of Android. Locked Bootloader It's a way to restrict your access to in-memory application code so you can't read or write it. It does this in various ways in software and hardware. With Software: Use approval technique (three-way handshake with challenge) Use a password Using two the bootloader: The first level loader...

Universal Script - Disable DM-Verity, Force Encrypt and Quota Disc

Security enhancements are always updated to make android devices feel safe and to prevent Android device failures. DM-Verity is used to ensure that user data is more secure and that the status of the device when it is started is the same as when it was last used. However, this is a new issue for users who are interested in changing because it will be difficult to root the device. And if it is forced, there will definitely be a boot loop. As an XDA forum guide, Zackptg5 has finally come up with a formula to disable DM-Verity and force encryption on android devices. Zackptg5 creates a ZIP file that removes DM-Verity and ForceEncrypt from the boot.img file without using Magic. If the Android device is encrypted, back up all data in the internal storage as it runs in a consistent format. Formatting can be done using the fastboot or the TWRP already installed on the phone. In this version, there are new features for disk quota disabler and force encryption. So it's enough ...

Magisk - What is it and How to Use It

Know Your Magisk Magisk is a systemless root system. Basically, this means that you can change the phone system without changing the base code. Developed by Topjohnwu and launched in 2016, Magisk has broadened its horizons every year since then. Magisk Root is particularly beneficial for running financial applications. Rooting Rooting basically gives you the right to access functions of your phone that would be blocked either by the operator or by the actual operator of the phone. There are several applications that can only be accessed if your phone has root privileges. For example, you can download an advanced screen recorder. Rooting certain apps can save you battery life (now it's a savior), make free in-app purchases, or even speed up your phone's CPU by overclocking it. In short, a gold mining app and an opportunity to enhance your phone experience. Sample Case Suppose you want to run a banking application. But every time you open the application, you get a me...