Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow mass-updating apps on device #9

Open
DragoonAethis opened this issue Sep 4, 2014 · 4 comments
Open

Allow mass-updating apps on device #9

DragoonAethis opened this issue Sep 4, 2014 · 4 comments

Comments

@DragoonAethis
Copy link
Contributor

Raccoon can automatically update all .apks in its archives. It'd be pretty handy to have a way to utilize adb and update .apks on the connected device within the app.

@onyxbits
Copy link
Owner

onyxbits commented Sep 6, 2014

Am Donnerstag, den 04.09.2014, 09:27 -0700 schrieb DragoonAethis:

Raccoon can automatically update all .apks in its archives. It'd be
pretty handy to have a way to utilize adb and update .apks on the
connected device within the app.


Reply to this email directly or view it on GitHub.

I have plans going in that direction. No ETA though since I'm currently
in the process of restructuring my website.

@IzzySoft
Copy link

Meanwhile, that's a part my project Adebar covers: if you copy those .apk files into the corresponding "transfer dir(s)" (there're a install and a reinstall dir, the latter for updates), on the next run of Adebar (when transfers are enabled for that device), those apps would automatically be installed.

Adebar is more or less "plain Bash", and proved to run fine on different Linux distris. But that doesn't mean it cannot be used on other platforms (MacOS should work as it has Bash AFAIK). I even got a report recently from someone successfully using it with Cygwin, so Windows would be supported as well.

@onyxbits
Copy link
Owner

Raccoon v4.x includes ADB support and batch push to device.

Am Donnerstag, den 19.11.2015, 15:44 -0800 schrieb Izzy:

Meanwhile, that's a part my project Adebar covers: if you copy
those .apk files into the corresponding "transfer dir(s)" (there're a
install and a reinstall dir, the latter for updates), on the next run
of Adebar (when transfers are enabled for that device), those apps
would automatically be installed.

Adebar is more or less "plain Bash", and proved to run fine on
different Linux distris. But that doesn't mean it cannot be used on
other platforms (MacOS should work as it has Bash AFAIK). I even got a
report recently from someone successfully using it with Cygwin, so
Windows would be supported as well.


Reply to this email directly or view it on GitHub.

@IzzySoft
Copy link

Raccoon v4.x includes ADB support and batch push to device.

Great to read! And that will fit 99% of the cases. Adebar would cover the remaining 1% where a device is "not currently connected" ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants