AquaMail Forum
English - Android => Development builds => Topic started 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).
---
+ Галочка для выключения светодиода (раздел ночное время / выходные в настройках).
-
This one fails to install over here
-
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).
-
Sorry, I was being stupid.
-
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.
-
Great job, Pyler... 8)
-
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?
-
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.