AquaMail Forum

English - Android => Development builds => Topic started by: Kostya Vasilyev on July 23, 2014, 02:08:12 am

Title: 1.4.0.47
Post by: Kostya Vasilyev on July 23, 2014, 02:08:12 am
http://www.aqua-mail.com/download/AquaMail-market-1.4.0.47.apk

---

+ A setting to turn off the LED at night (under night / weekend mode).

---

+ Галочка для выключения светодиода (раздел ночное время / выходные в настройках).
Title: Re: 1.4.0.47
Post by: bschelst on July 25, 2014, 09:41:38 pm
This one fails to install over here
Title: Re: 1.4.0.47
Post by: Kostya Vasilyev on July 25, 2014, 09:53:49 pm
Do you have the Beta version installed?

Android won't let you "downgrade" applications, is just says "Installation failed" or something equally useful.

- You can install the latest beta -- I merge fixes from stable version into betas, you can tell by version name (e.g. beta 1.4.1-47-... has fixes from 1.4.0.47)

- Or join my Google+ community and then leave it, Google Play will downgrade to latest released 1.4.0 (specifically, 1.4.0.30).
Title: Re: 1.4.0.47
Post by: bschelst on July 26, 2014, 10:08:06 am
Sorry,  I was being stupid.
Title: Re: 1.4.0.47
Post by: pyler on July 26, 2014, 04:28:53 pm
Android won't let you "downgrade" applications, is just says "Installation failed" or something equally useful.

Now we can: http://forum.xda-developers.com/android/apps-games/root-appdowner-downgrade-apps-easy-t2828705 :) coded in less than one hour.
Title: Re: 1.4.0.47
Post by: mikeone on July 26, 2014, 05:10:58 pm

Great job, Pyler... 8)
Title: Re: 1.4.0.47
Post by: Kostya Vasilyev on July 26, 2014, 10:32:34 pm
Wow, that's amazing! Great!

Do you invoke "pm install -d -r" in a sub-process, or do you use the hidden PackageManager method / flag?
Title: Re: 1.4.0.47
Post by: pyler on July 27, 2014, 12:19:45 am
I just run two commands. su to get root access and pm install -r -d file.apk to install it. without root it doesn't work.

//but yes, there is hidden flag for it but we can't use it.