answered
2014-02-04 22:07:44 +0200
Nux 8262 ●77 ●91 ●96
I tested and it works, but kind of fuzzy, so... you've been warned ;-)
- Enable adb.
- Login as root (preferably with WinSCP or something like that).
- Go to
/usr/share/applications
. - Open
apkd-mime-handler.desktop
. - Comment out
Exec
option. - Add new option:
Exec=/opt/alien/system/bin/adb install -r %F
- Save
The whole file should look like something this:
[Desktop Entry]
Type=Application
Name=Install APK files
#Exec=/usr/bin/apkd-install %F
Exec=/opt/alien/system/bin/adb install -r %F
MimeType=application/vnd.android.package-archive;
NoDisplay=true
As I said it works, but behaves a bit strange. When you click on apk file in transfers the first click shows no popup and the app icon will disappear. After second click the app will be installed and all data will be preserved (or it seems so after my testing).
You can also do this from command line (can be run as "nemo" user):
/opt/alien/system/bin/adb install -r /path/to/your/updated/application.apk
I was wondering the same thing.
tapio.oling ( 2013-12-29 16:12:53 +0200 )editI think you're talking about Yandex store. I don't use it but I can say that it is the same for Aptoide store. I have to go to the app launcher, remove the app myself and then, Aptoide is able to update it (reinstall it actually).
Elioty ( 2014-01-02 05:43:08 +0200 )editFor me 1mobile market isn't able to update too. And I'm running newest firmware.
jaine ( 2014-01-03 18:23:35 +0200 )edityeah same here with Aptoide. It doesn't install anything, just it prompts for an update. when updated it crashes doing it recurrently
debexpert ( 2014-01-17 21:56:15 +0200 )edit1.0.3.8 didn't bring any change here :(
tad ( 2014-02-01 14:05:00 +0200 )edit