How to reset or factory restore Celkon A518 device?
Celkon A518 is an Android device that offers a lot of features and options to its users. However, sometimes users might face some software issues or want to start fresh with a new Android version. In such cases, they may want to reset or factory restore their device. In this article, we will discuss the most common and recommended ways to reset or factory restore a Celkon A518 device.
## Method 1: Using the Factory Reset Procedure
The first method to reset Celkon A518 is using the factory reset procedure. This method involves resetting the device to its original state, which will delete all the user data and settings. Follow the steps below to perform a factory reset:
- Turn off the Celkon A518 device and wait for at least 5 seconds.
- Press and hold the Home button, Volume up button, and Power button simultaneously.
- Release the buttons returned after 5 seconds.
- Use the Volume button to select "Wipe data/factory reset" and press the Power button to confirm.
- The device will wipe data and return to its factory settings.
Note: This method will permanently delete all the data on the device, including contacts, messages, media files, and apps. Make sure to back up all your important data before performing a factory reset.
## Method 2: Using the Recovery Menu
Another method to reset Celkon A518 is using the recovery menu. The recovery menu is a specialized menu that enables you to perform some system-level operations such as factory reset. Follow the steps below to perform a factory reset using the recovery menu:
- Go to Settings and tap on the "About Phone" option.
- Scroll down and tap on the "Build Number" option several times until the "You are now a developer" message appears.
- Go back to Settings and tap on the "Developer Options" option.
- Enable "OEM unlocking" and "USB debugging."
- Connect the Celkon A518 device to a computer using a USB cable.
- Open the "Command Prompt" on the computer and enter the following commands:
```
adb devices
adb reboot recovery
adb push recovery.img /sdcard/
adb -s install /sdcard/recovery.img
adb reboot
```
- In the recovery menu, select "Wipe data/factory reset" and confirm.
- The device will wipe data and return to its factory settings.
Note: This method requires some technical skills and knowledge of Android recovery procedures. Make sure to follow the steps carefully and avoid making any mistakes.
## Method 3: Using the Android Debug Bridge
The third method to reset Celkon A518 is using the Android Debug Bridge (ADB). ADB is a powerful tool that allows you to interact with your Android device from the command line interface. Follow the steps below to perform a factory reset using ADB:
- Enable "USB debugging" on Celkon A518 device.
- Connect the Celkon A518 device to a computer using a USB cable.
- Open the "Command Prompt" on the computer and enter the following commands:
```
adb devices
adb push recovery.img /sdcard/
adb -s install /sdcard/recovery.img
adb reboot recovery
```
- In the recovery menu, select "Wipe data/factory reset" and confirm.
- The device will wipe data and return to its factory settings.
Note: This method requires technical skills and knowledge of Android recovery procedures. Make sure to follow the steps carefully and avoid making any mistakes.
In conclusion, there are three common and recommended ways to reset Celkon A518 device. The first method is using the factory reset procedure, the second method is using the recovery menu, and the third method is using