0% found this document useful (0 votes)
40 views2 pages

AquaMail Updateto PRO by ADB

here is the step-by-step description of the way I updated from the FREE version to the PRO version of AquaMail by command line ADB.

Uploaded by

Dado Gaudi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views2 pages

AquaMail Updateto PRO by ADB

here is the step-by-step description of the way I updated from the FREE version to the PRO version of AquaMail by command line ADB.

Uploaded by

Dado Gaudi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

AquaMail update by ADB.

txt
1. Connect XiaoMi Redmi Note 3 Pro via USB to the Windows 10 PC

2. Set RedMi Note in "File Transfer (MTP)" mode

3. Open the Window's command prompt and type

c:\adb>adb devices to list the connected Android devices

c:\adb>adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
e578ac28 device

c:\adb>adb install -r AquaMail-Pro-1.13.1-727.apk


3024 KB/s (9984814 bytes in 3.223s)
pkg: /data/local/tmp/AquaMail-Pro-1.13.1-727.apk
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]

c:\adb>adb backup -noapk -f aquamail.ab org.kman.AquaMail


Now unlock your device and confirm the backup operation.

Unistall AquaMail free version

c:\adb>adb uninstall -k org.kman.AquaMail


The -k option uninstalls the application while retaining the data/cache.
At the moment, there is no way to remove the remaining data.
You will have to reinstall the application with the same signature, and fully
uninstall it.
If you truly wish to continue, execute 'adb shell pm uninstall -k
org.kman.AquaMail'

c:\adb>adb shell pm uninstall -k org.kman.AquaMail


Success

c:\adb>adb install AquaMail-Pro-1.13.1-727.apk


4071 KB/s (9984814 bytes in 2.394s)
pkg: /data/local/tmp/AquaMail-Pro-1.13.1-727.apk
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]

c:\adb>adb devices
List of devices attached
e578ac28 device

c:\adb>adb -s e578ac28 uninstall org.kman.AquaMail


Success

c:\adb>adb install AquaMail-Pro-1.13.1-727.apk


2239 KB/s (9984814 bytes in 4.354s)
Pagina 1
AquaMail update by ADB.txt
pkg: /data/local/tmp/AquaMail-Pro-1.13.1-727.apk
Success

c:\adb>adb restore aquamail.ab


Now unlock your device and confirm the restore operation.

AquaMail backup in
/storage/emulated/0/backup/AquaMail

backup password: spiderman

backup accounts, app settings

Pagina 2

You might also like