Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Tip us?
 
JDMpire
Old
#1  
JDMpire's Avatar
Senior Member - OP
Thanks Meter 3
Posts: 214
Join Date: Nov 2008
Location: East Coast
Default [Q] Batch install software

I was wondering if there is a way to point to a directory containing nothing but APK files and have each one installed on the device in question.

See I found myself needing to wipe my SGS3, I went ahead and backed up every USER installed app (from /data/app dir) and copied all the apks to my external SD card. After I install a fresh OS on the phone I would like to be able to have an app or some kind of batch file to point to where all the apks are and have them auto install.

EDIT: I just found THIS <APK batch installer>, would this work on our device?
Current phone lineup:

iPhone 5<white> (wife), Moto Atrix 4G (semi broken - MIUI rom), Samsung Galaxy S3 (Current) <blue, flip cover, Wicked Rom.

Other:

iPad 2 (wifey), Kindle touch, Samsung Ativ 500t (Windows 8 tablet, 11.6" of Awesome)
 
gtuansdiamm
Old
#2  
gtuansdiamm's Avatar
Senior Member
Thanks Meter 444
Posts: 2,830
Join Date: Nov 2010
Location: New York
I don't know about that but
I used titanium backup to backup my apps on My old phone and used it to batch restore

Sent from my SPH-L710 using xda premium
Why save the world when you can drop Axis
 
Randomacts
Old
#3  
Randomacts's Avatar
Senior Member
Thanks Meter 42
Posts: 501
Join Date: Jun 2012
I'm not sure if I am okay with you using the bear as a profile picture.

Sent from my SAMSUNG-SGH-I747 using xda app-developers app
 
MontyPyFly
Old
#4  
MontyPyFly's Avatar
Recognized Contributor
Thanks Meter 923
Posts: 479
Join Date: Jul 2012
Location: Golden CO

 
DONATE TO ME
Titanium back up (for rooted phones) free version will restore all the apps, but you have to hit "install" on each one as they come up.
I believe the Pro version does it automatically.
 
natefish
Old
#5  
natefish's Avatar
Senior Member
Thanks Meter 28
Posts: 644
Join Date: Mar 2008
Quote:
Originally Posted by MontyPyFly View Post
Titanium back up (for rooted phones) free version will restore all the apps, but you have to hit "install" on each one as they come up.
I believe the Pro version does it automatically.
Titanium Backup (Pro version) does what you want. Once you have the Pro version, click on the checkmark in the top right corner to see the batch operations.

And you do want the Pro because it works better than anything else I've tried. Go Backup and MyBackup have both failed for me before.
 
zmore
Old
#6  
zmore's Avatar
Senior Member
Thanks Meter 771
Posts: 1,374
Join Date: Apr 2011
Titanium Backup Pro is what you want.

But if you're cheap, and you don't care about app data, you can batch adb install all your apps with a simple batch or shell script like:

Code:
$ for app in *.apk; do echo "Installing $app ..." ; adb install $app; done
phone #1: SGS3 (SGH-i747); ROM: CM10.1 Nightly (JB 4.2.2); kernel: Stock @ 1.5GHz || KT747 @ 2.1GHz(!); misc: Incipio Silicrylic case; 64GB class10 microSDXC
phone #2: SGS1 Captivate (SGH-i897 r1008); ROM: CM10.1 M3 (JB 4.2.2); kernel: Stock @ 1.0GHz; misc: $0.99 silicone case; 32GB Lexar microSDHC
 
 
JDMpire
Old
#7  
JDMpire's Avatar
Senior Member - OP
Thanks Meter 3
Posts: 214
Join Date: Nov 2008
Location: East Coast
Quote:
Originally Posted by Randomacts View Post
I'm not sure if I am okay with you using the bear as a profile picture.

Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Its ok, I am
Current phone lineup:

iPhone 5<white> (wife), Moto Atrix 4G (semi broken - MIUI rom), Samsung Galaxy S3 (Current) <blue, flip cover, Wicked Rom.

Other:

iPad 2 (wifey), Kindle touch, Samsung Ativ 500t (Windows 8 tablet, 11.6" of Awesome)
 
jjlean
Old
#8  
jjlean's Avatar
Senior Member
Thanks Meter 97
Posts: 987
Join Date: May 2009
Location: Colorado Springs, CO
Quote:
Originally Posted by JDMpire View Post
Its ok, I am
Bwahaha

Sent from my SGH-T999 using xda app-developers app

 
Tags
apk, batch, install, multiple, reinstall
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Gear Up Because it’s Time to Save Earth

*Cue Dramatic Music*Put on your red and blue latex overalls and cape because it’s time to … more

Recognized Contributor Code of Conduct

During the first half of 2012, XDA initiated the Recognized Contributor (RC) program to recognize … more

Careers in Android: What Hiring Managers Won’t Tell You – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

Coloring Your Logcat World

Getting feedback for your app during development is as simple as adding logging info where necessary and looking … more