Doogee N30 Firmware Flash File (Stock ROM)

Stock ROM or Firmware refers to the version of the operating system that comes pre-installed on a device by the manufacturer. It is an unmodified version of the firmware that is distributed with a device and can be used to restore it to its original state. Doogee N30 Stock Firmware is useful for fixing issues such as hang on … Read more

How to Fix Qualcomm Crashdump Mod on OnePlus 9 Pro

Qualcomm Crashdump mod on OnePlus 9 Pro indicate a software issue. if you are facing this issue on your device then you can fix it by following below Instructions. Solution: reflash stock ROM using fastboot command fastboot –set-active=a fastboot erase userdata fastboot flash recovery recovery.img fastboot flash boot boot.img fastboot flash dtbo dtbo.img fastboot flash … Read more

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