Have you deleted an important application on Honor 8A and donโt know how to get it back? This problem is familiar to many owners of budget smartphones, where memory often runs out, and cleaning leads to the loss of necessary apps. Fortunately, on Android 9 Pie (which is set to Honor 8A default) there are several ways to restore deleted applications - from simple to technically complex.
In this article we will look at 7 proven methodsincluding recovery via Google Playbackups, system settings and even tools for experienced users like ADB. We will pay special attention to the nuances of operation specifically on Honor 8A (models JAT-LX1/LX2/LX3), where the manufacturer sometimes limits standard Android functions. If you did not find the application in the store or it was pre-installed, we have solutions for these cases too.
Before you start, check:
- ๐ Do you have a backup copy in Google Drive or Huawei Cloud (if you used a Huawei account).
- ๐ฑ Is access to Google Play Market disabled on your phone (relevant for Chinese firmware).
- ๐ง Does your device have developer rights (will be needed for some methods).
1. Restoring through Google Play Store history
The easiest way to get back deleted applications is to use the download history in Google Play. This method works if:
- ๐ฑ The application was installed through the official store (not APK).
- ๐ค You are logged into the same account Googleas during installation.
- ๐ The application has not been removed from the store by the developer.
Instructions:
- Open Google Play Market to Honor 8A.
- Tap on profile avatar (in the upper right corner) โ select
Manage applications and device. - Go to the tab
ManagementโInstalledโNot installed. - In the list find the desired application and click "Install"**.
If the application is not displayed in the section Not installed, try:
- ๐ Enter the name manually in the Play Store search bar.
- ๐ง Check the mail associated with your Google account - there may be notifications about installations.
- ๐ Go to web version of the Play Store on your computer (sometimes more history is displayed there).
If the application was paid, but you already bought it, there will be an โInstallโ button in the Play Store without payment. Do not reinstall it through third-party sources, so as not to lose your license!
2. Restoring pre-installed Honor applications
On Honor 8A many applications (for example, Huawei AppGallery, Phone, Messagesare system and are not completely deleted - they are only disabled. To return them:
Steps:
- Go to
Settings โ Applications and notifications โ Applications. - Tap on the three dots in the upper right corner โ select
Show system processes. - Find the application you need (for example,
com.huawei.appmarketfor AppGallery) and open its page. - Click "Enable" (if the button is active) or "Cancel updates" (if the application was updated and stopped working).
If there is no button "Turn on"** the application has been completely uninstalled. In this case: Turn on** (for example
- ๐ง Try it reset settings to factory defaults (but this will delete all data!).
- ๐ฅ Install APK from official source (eg: Huawei AppGallery for branded applications).
How to find the package name of a system application?
To find the exact package name (for example, com.huawei.browser for the browser), install the application on your phone App Inspector (available in the Play Store) or use the ADB command:
adb shell pm list packages -f | grep 'huawei'
This will list all packages with names associated with Huawei/Honor.
3. Using Google or Huawei Cloud backups
If Honor 8A was turned on synchronization with Google Drive or Huawei Cloudthe chances of recovery are much higher. These services save:
- ๐ฑ List of installed applications (but not the APK files themselves).
- ๐ Data of some applications (if the developer supports backup).
- ๐ง System settings (including disabled applications).
Recovery via Google:
- Go to
Settings โ System โ Backup. - Make sure that it is enabled "Backup to Google Drive"** and the correct one is specified account.
- Perform reset to factory settings (
Settings โ System โ Reset). - When setting up for the first time after reset, select "Restore applications"** from backup.
Restore via Huawei Cloud:
This method only works if you used an account Huawei ID and enabled backup in Settings โ Huawei ID โ Cloud.
- Open the application "Cloud"** (or go to
Settings โ Huawei ID โ Cloud โ Data recovery). - Select the latest backup and check the box "Applications"**.
- Confirm the restoration and wait for it to complete (a stable Wi-Fi connection is required).
Charge the phone to at least 50%|Connect to Wi-Fi (mobile data may not be suitable)|Remember your Google/Huawei account password|Make a copy of important files to your computer|Make sure your phone has enough memory
-->
4. Restoring using ADB (for experienced users)
If standard methods do not help, you can try to restore deleted applications via Android Debug Bridge (ADB). This method is suitable for:
- ๐ง System applications that have been disabled or deleted.
- ๐ฆ Applications installed via APK (if traces remain in the system).
Requirements:
- ๐ป Computer with installed ADB and Fastboot.
- ๐ USB cable (preferably original).
- ๐ง Enabled USB debugging on Honor 8A (
Settings โ About phone โ Build numberโ tap 7 times, then return inSettings โ System โ For developers).
Instructions:
- Connect Honor 8A to your computer and confirm trust in the device.
- Open the command line (Windows) or terminal (macOS/Linux) and enter:
adb devicesMake sure the device is detected.
- To see a list of all installed (including disabled) applications:
adb shell pm list packages -f - To enable a disabled system application (for example,
com.huawei.android.launcher):adb shell pm enable com.huawei.android.launcher - If the application was completely uninstalled, but you know it
package name, try reinstalling the APK via ADB:adb install path/to/app.apk
Important: Not all system applications can be restored via ADB. Some packages (for example, Huawei branded services) may require original firmware and cause failures when forced on.
ADB is a powerful tool, but dangerous if used incorrectly. Never remove system packages with command pm uninstallif you are not sure of their purpose!
5. Searching for APK files manually
If an application has been uninstalled, but you remember its name, you can try to find and install it APK file manually. This method is suitable for:
- ๐ฑ Applications removed from the Play Store (but available on third-party resources).
- ๐ง Pre-installed Honor/Huawei applications (for example, Huawei Mobile Services).
- ๐ Regional blocked apps.
Where to look for APK:
- ๐ APKPure or APKMirror โverified sources.
- ๐ฆ Official website of the developer (for example, Huawei Mobile Services).
- ๐พ Archives with firmware for Honor 8A (there may be system APKs).
How to install:
- Download the APK to your phone or computer.
- Transfer the file to Honor 8A (for example, via USB or the cloud).
- Before installation, allow installation from unknown sources:
Settings โ Security โ Unknown sources(select a file manager or browser). - Launch the APK and follow the instructions.
Before installing the APK, check its hash sum (MD5/SHA-1) on a site like VirusTotalto avoid viruses.
6. Restoring through a factory reset
If none of the methods worked, the last chance is Full reset of the phone. This will return all pre-installed applications, but will delete:
- ๐ธ Photos, videos and music (if they are not saved in the cloud).
- ๐ฑ Manually installed applications and their data.
- ๐ง Wi-Fi, Bluetooth and accounts settings.
How to reset Honor 8A:
- Make a backup copy of important data (contacts, photos, messages).
- Go to
Settings โ System โ Reset. - Select
Reset settingsโDelete all data. - Enter your PIN or pattern to confirm.
- After reboot, follow the instructions in the setup wizard, selecting restore from backup (if available).
Reset to Factory settings are a last resort. Honor 8A after the reset, you may need to re-activate Huawei ID if the phone was linked to an account.
7. Alternative solutions if all else fails
If you were unable to restore the deleted application, consider alternatives:
| Application type | Alternative | Where to download |
|---|---|---|
| Branded browser Huawei | Google Chrome, Firefox, Kiwi Browser | Play Market |
| Huawei AppGallery | APKPure, Aurora Store | apkpure.com |
| Pre-installed games | Analogues in the Play Store (for example, Asphalt 9 instead of Huawei Racing) | Play Market |
| System utilities (for example, Phone Manager) | Files by Google, CCleaner | Play Market |
If we are talking about critical system application (for example, com.huawei.systemmanager), which was removed and the phone is now unstable, you may need reflash the device. To do this:
- ๐ง Find the official firmware for Honor 8A (model
JAT-LX1/LX2/LX3) website Huawei Support. - ๐ป Use the tool Huawei Multi-Tool or HiSuite for flashing.
- โ ๏ธ Please note that unofficial firmware may lead to loss of warranty or bricking of the phone.
Before flashing, check the version of your current firmware in Settings โ About phone โ Software version. Do not install an older version - this may cause errors!
Common errors and how to avoid them
When restoring applications on Honor 8A users often encounter typical problems:
โ ๏ธ Attention: If after restoration the application gives an error"The application has stopped", try clearing its cache and data inSettings โ Applications โ [application name] โ Storage โ Clear cache/Wipe data. If this does not help, the application may not be compatible with the version of Android on your phone.
Common mistakes:
- ๐ซ Installing APK from unknown sources without verification.
Solution: Always check the file hash and reviews about the source.
- ๐ Restoring from an old backup.
Solution: Use the latest copy, otherwise outdated versions of applications may be restored.
- ๐ง Attempting to enable a system application via ADB without root access.
Solution: Not all system packages can be activated without root access. If the command
pm enabledid not work, most likely the application was permanently deleted.
If you use unofficial firmware (for example, Custom ROM), please note that:
- ๐ฑ Many Huawei/Honor system applications may not work.
- ๐ง Restoration via Huawei Cloud will not be available.
- ๐ ๏ธ To return the original firmware, you will need to unlock the bootloader (which will void the warranty).
FAQ: Answers to frequently asked questions
Is it possible to restore deleted applications without a backup?
Yes, but the chances depend on the type of application:
- ๐ฑ Installed through the Play Store: can be returned through the download history (section 1 of the article).
- ๐ง System applications: try turning on via ADB (section 4) or resetting the phone to factory settings (section 6).
- ๐ฆ Installed via APK: you will have to search and install the file manually (section 5).
If an application was deleted a long time ago and was not saved in the Play Store history, it is almost impossible to restore it without a backup.
Why does the application not open after restoration?
Possible reasons:
- ๐ง The application is incompatible with the Android version on Honor 8A (Android 9 Pie).
- ๐ฑ Application data is damaged. Try clearing the cache and data in the settings.
- ๐ซ The application requires Google Play Services, which are disabled or deleted (relevant for Chinese firmware).
- ๐ ๏ธ The APK file is damaged or not intended for your processor architecture (Honor 8A uses
ARM64).
Solution: Try reinstalling the application, check for updates, or find an alternative.
How to recover data inside a deleted application (for example, saves in a game)?
Application data is stored separately from the APK files themselves. To restore them:
- If backup was enabled in Google Drive or Huawei Cloud, try to restore the data when you reinstall the application.
- Use specialized apps like Dr.Fone or EaseUS MobiSaver (required root access).
- For games, check whether the account is linked to Google Play Games or social networks (Facebook, VK). Often progress is saved in the cloud.
โ ๏ธ Attention: Most data recovery tools require root accesswhich may void the warranty Honor 8A.
Is it possible to restore pre-installed games from Huawei (for example, Knights and Dragons)?
Huawei branded games are usually not available in the Play Store. To return them:
- Try to find the APK on sites like APKPure (search by exact name).
- Install Huawei AppGallery (if it was deleted) - some games are available there.
- Reset your phone to factory settings - this will return all pre-installed games.
If the game was linked to Huawei ID, progress may be restored after re-installation.
What to do if, after restoring the application, the phone began to slow down?
Possible causes and solutions:
- ๐ฑ Many background processes: Go to
Settings โ Applications โ [name] โ Battery โ Limit background activity. - ๐ง Conflict with other applications: Try to remove recently installed apps.
- ๐๏ธ Not enough memory: Clear the cache in
Settings โ Memory โ Cleaning. - ๐ ๏ธ Damaged firmware: If the brakes appeared after a reset or firmware update, try flashing the phone with the official version of the software.