fdroidcl icon indicating copy to clipboard operation
fdroidcl copied to clipboard

Enhance install -u with ability to exclude an app and jump if error

Open Mannshoch opened this issue 5 years ago • 2 comments

I dont know why but if I use fdroidcl on a phone I get a install: could not install net.osmand.plus: exit status 1 this app was bought and installed by Google play. fdroidcl stop on this error and do not proceed further.

Please add an exclude option and also a skip error option to the install command.

Mannshoch avatar Dec 23 '20 16:12 Mannshoch

It would be better to just not suggest upgrading apps which cannot be upgraded. Ideally we'd detect this if the signature is not the same, but if that is not possible, we could perhaps check which apps were installed via other stores.

mvdan avatar Feb 26 '21 21:02 mvdan

I recently had an interesting case where one app was not able to install. In the result the problem was the size of the app all other were small enough but this one app was too huge to install. Also in this case I got an exit status 1.I had not only to remove files on my device but also to force a media rescan. After that it worked.

Mannshoch avatar Mar 09 '21 14:03 Mannshoch

Implemented with https://github.com/mvdan/fdroidcl/releases/tag/v0.6.0.

Linus789 avatar Jan 12 '23 22:01 Linus789

Best thanks @Linus789 for your Work 👍

Mannshoch avatar Jan 18 '23 20:01 Mannshoch