Author Topic: 1.4.0.47  (Read 6155 times)

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
1.4.0.47
« 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).

---

+ Галочка для выключения светодиода (раздел ночное время / выходные в настройках).
« Last Edit: July 27, 2014, 01:59:42 am by Kostya Vasilyev, Aqua Mail »
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

bschelst

  • Newbie
  • *
  • Posts: 20
Re: 1.4.0.47
« Reply #1 on: July 25, 2014, 09:41:38 pm »
This one fails to install over here

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: 1.4.0.47
« Reply #2 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).
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

bschelst

  • Newbie
  • *
  • Posts: 20
Re: 1.4.0.47
« Reply #3 on: July 26, 2014, 10:08:06 am »
Sorry,  I was being stupid.

pyler

  • Sr. Member
  • ****
  • Posts: 412
Re: 1.4.0.47
« Reply #4 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.
Do you want to use the latest AquaMail version?
Try AquaMail Updater!

mikeone

  • Hero Member
  • *****
  • Posts: 2762
Re: 1.4.0.47
« Reply #5 on: July 26, 2014, 05:10:58 pm »

Great job, Pyler... 8)

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: 1.4.0.47
« Reply #6 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?
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

pyler

  • Sr. Member
  • ****
  • Posts: 412
Re: 1.4.0.47
« Reply #7 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.
« Last Edit: July 27, 2014, 12:22:37 am by pyler »
Do you want to use the latest AquaMail version?
Try AquaMail Updater!