What is build.prop on Android? How to edit it

The build.prop file in Android is a system file that contains various system properties, such as device model, Manufacture, Software Version, and other system settings. It is located in the /system/ directory on an Android device and is used by the operating system to determine how it should behave on a device. The build.prop file … Read more

How to create rawprogram0.xml patch0.xml parse gpt_main0.bin

gpt_main0.bin is a Partition table file of a qualcomm device, which contains Partition layouts of a physical storage device like emmc or ufs. You can parse it by following the below Instructions. Note: this method work only for EMMC devices. Steps: download ROM2box move gpt_main0.bin to rom2box root folder run rom2box.exe go to qualcomm tab, … Read more

How to Get Package Name app icon and Main Activity using ADB

ADB or Android Debug Bridge is a command-line tools used for developing and modifying Android devices. ADB allows developers to access the Internal systems of an Android device and perform actions such as installing and debugging apps, copying files to and from the device, and running shell commands. Here is the Instructions to obtain app name, App … Read more

Download MyUI 5.0 Android 13 GSI Custom ROM

MyUI is a custom mobile operating system developed by Lenovo Inc, a multinational computer hardware and electronics company. It is based on the open-source Android operating system and is used on Motorola-branded smartphones and tablets. MyUI includes a range of customization options, allowing users to personalize their devices with different themes, wallpapers, and icon packs. … Read more

How to Restore bootloader on OnePlus 9RT

Restoring a bootloader typically involves reinstalling the software that manages the boot Process of your device. The Steps we share below are works only on OnePlus 9RT which lossed bootloader after relocking it. Steps to Enable/Restore bootloader on OnePlus 9RT download this software (F.13) update package use Oplus local updater & Install it wipe data & … Read more