Hey Beezy, check my other thread. I got the actual app off of another forum and it gave me back the original vm application. Then, I tried flashing over the top to get the update and it didn't work. So, I pulled the apk from the zip and used adb install to try and get it on my phone when it gave me a message saying that the failure was due to it already existing.
C:\Users\IndyaBuckley\Desktop\android\tools>adb install c:\com.coremobility.app.
vnotes-2.apk
763 KB/s (1219440 bytes in 1.559s)
pkg: /data/local/tmp/com.coremobility.app.vnotes-2.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
C:\Users\IndyaBuckley\Desktop\android\tools>
Check around in data/app and system/app to see where it's already installed.Then remove that copy and i would just use a file manager to install it that way there is no issues.All you should have to do is click on the apk from astro and it should install.I think your getting error cause it's trying to install to system/app and in the rom we put VVM in data/app it does cause a little issue when trying to update apps.
To check for app do this
adb shell
ls /data/app
should be something like Sprint_VVm.apk
then do rm nameofVVM.apk then reboot,
then try installing