Trick to Downgrade an App without Losing Data on Android - No Root


Trick to Downgrade an App without Losing Data on Android - No Root

After a long time I'm gonna post another awesome trick for you . In this article you will find the answer of " How to downgrade an App without losing app data" and the best thing is you don't need a rooted device . Well , I'm gonna use ADB method in this article . Don't know whats ADB ? check this out https://developer.android.com/studio/command-line/adb.html
What if I say you, that you can easily downgrade the applications in the non-rooted device as well and that too in a very easy way. You need to type some commands and that’s it and you can enjoy it.

  • If you have already backed up the Older version of the app then you dont have to download again.
  • well , If you think How to Find Old Version Of Apps? Now, here’s the main question that where can you find the old version any application the answer is APK Mirror which has all the old version of the application and you can download the application for free.
Trick to Downgrade an App without Losing Data on Android - No Root

-:Requirements:-

  • You need an old version of the application which you can download it from APK Mirror 
  • ADB Drivers 
  • USB Data Cable 
  • USB Debugging should be turned on , check your Device's developer option.
Google it if you Don't know how to install and Run ADB Drivers. Its easy AF :D

Note : Don't Have a PC ? No need to worry , Read full post to find out how to do this trick on Android

-:Steps to Downgrade an App Without Losing Data on Android – No Root:-

  • First Install the ADB Drivers from the link given in the requirements. 
  • Open the ADB folder and command prompt. 
  • Copy the application in your ADB drivers folder 
  • You need to run the below command to push the application into your SD card.
Run ADB 

Type adb push app.apk /sdcard/app.apk and hit Enter

( In app.apk there will be the name of the application which is in your folder and in /sdcard/app.apk you will shift the application to SD card using ADB command. )

Now type the below command to install the application. 

adb shell pm install -r -d /sdcard/app.apk

( In the above command in place of /sdcard/app.apk, you will name your application and press enter. That’s it! If you see a success message you have successfully downgraded the application. You can follow this trick using Termux and Terminal Emulator if you don’t have PC. )

In this way you can downgrade an app to older version . Remember that this tricks works for that application which is not server side. Enjoy the trick and let your friends too try this amazing trick . Don't forget to share :) Cheers !


Keywords: Trick to Downgrade an App without Losing Data on Android - No Root
Trick to Downgrade an App without Losing Data on Android - No Root Trick to Downgrade an App without Losing Data on Android - No Root Reviewed by Benk on 10:35 PM Rating: 5

No comments:

Powered by Blogger.