Skip to main content

Posts

Showing posts from September, 2021

Understanding EDL Mode and How to Do It

EDL Mode Explanation In this article, I will explain how to do EDL mode on Qualcomm based android phones. EDL mode is a state where Qualcomm android phones can download firmware. The download in question is flashing the firmware. In addition, EDL mode also helps resurrect a dead phone, which cannot be flashed using fastboot mode or using recovery. If the phone is successfully converted into EDL Mode, you can flash it using QFIL or Mi Flash Tool. How to Enter EDL Mode There are 4 ways that Qualcomm android phones can enter EDL mode: Using the key combination Through ADB Via Fastboot mode Using Test Points Using the key combination Make sure the phone is in the off position. Press the volume up and down buttons at the same time and don't let go. Connect the phone to the computer using a USB cable. If that doesn't work, try pressing only one button, either volume up or down. Through ADB Type the command below in the command prompt window adb devices adb r...

How to Flash MediaTek Phone Using SP Flash Tool

SP Flash Tool is a program used for phones with MediaTek chipsets as a firmware flashing tool. The Sp Flash Tool itself was developed by the MediaTek company as a measuring tool for the development of processor devices to determine the capabilities of the processor. In addition SP Flash Tool also has other functions: Flashing custom rom Install recovery like TWRP Resurrecting a totally dead phone Format and Reset MediaTek phone Verify on Memory Test Before flashing, you first prepare the necessary materials: Latest SP Flash Tool Software MediaTek VCOM Drivers Firmware for your phone [search on google] File in the form of Scatter.txt USB Cable Let's get started Warning: Don't format if you're not sure and don't have the stock rom of your phone. Open the SP Flash Tool and enter the scatter by clicking Scatter-loading on the right Turn off the phone Click the Format Tab, and never format the Android Secure Boot In the dialog box that appears...

Steps to Flash Stock Rom of Samsung Android Phone Using Odin

If you are using a Samsung phone, this is the best advice you can get when downloading Samsung Odin to flash on your Android device. This application has the ability to flash ROM, custom ROM, recovery file, kernel, and also root packages. If you need a flash Android smartphone or tablet to fix boot loop, app crashes, and app related errors, this guide will show you how to using odin appropriately. The flash process is a bit critical and difficult, but most of the firmware available from Samsung may also tempt you to take a look at this process. Samsung Odin download can update system root package to get admin privileges and make you super user on your smartphone. Once you have administrator access, you can access all files and data on the mobile operating system. Preparation Before Flashing with Odin Download Samsung Android Phone with USB Debugging enabled Firmware that suits the type of phone Software Odin Download Samsung USB Driver USB Cable Since the flashing proce...

Restore Command Prompt Menu in Windows 10

Microsoft has hidden the command line in the Power User menu (Windows key + X) , File Explorer and the Windows 10 extended context menu (Shift + right click) . How to return the option to run the Windows 10 command prompt " Open Command Window Here " from the Windows 10 context menu by right-clicking. Add "Open Command Window Here" to the Windows 10 folder's context menu Step 1: To open the Windows 10 Command Prompt here, first press Windows and + R on the keyboard to open Run. Type regedit and press Enter to open the keyboard. Step 2: Go to the following path: HKEY_CLASSES_ROOT \ folder \ shell \ cmd Step 3: Right-click the cmd button. Navigate to and click Permissions. Step 4: Click Advanced. Step 5: Click the Change link. Step 6: Enter your username and click " Confirm Names " to confirm. Click OK when done. Step 7: Check the box " Replace owner for subcontainers and objects ". Click Apply and then OK . Step...

What is ADB and How to Install it in Windows

What is Android Debug Bridge (ADB)? The internal structure of the Android Debug Bridge (ADB) is based on the classic client-server architecture. There are three components that make up the whole process. A client, that is, a PC or Mac that you have connected to an Android device. We send commands from this computer to our device using a USB cable (and in some cases wirelessly). A daemon (adbd) that executes commands on a device. The daemon runs as a background process on any device. A server that manages communication between a client and a daemon. The server runs as a background process on a PC / Mac. How does ADB work? Since the ADB consists of three parts (client, daemon, and server), certain parts must come first. So, if you've restarted your computer (and haven't set it up to start the daemon on startup), you'll need to start it before you can send traffic to the target Android device. The following message is displayed on the command line or in Terminal wh...

Fixed Miracle Box Start Button Version 2.27 and 2.28

If you're using Miracle Box, and suddenly the Start button doesn't work, it's because the version of the Miracle Box software you're using is too old. If you use Miracle with a box, simply by upgrading to the latest version, the problem will be resolved. But if you only use the Miracle version without the box, then a slight modification is needed to the installation file. Fixed Miracle Box Start Button First Method: Make sure you close the Miracle application that is running on the computer. Then go to the installation folder, where you installed the miracle software. Look for the folder with the name Box_Data , and find the Handle.ini file. Delete the file, and reopen the Miracle software. Second Method: Go to the folder where you installed the Miracle software. Download the Start Button Fixer file then extract it at the location where you installed the Miracle software. Run Miracle as Administrator. Third Method: By changing the date and year on the c...