[TOOL] Mass Apk Installer /system install Linux & Windows v1.5 Update 18/6/2016

Search This thread

KarmaToBurn

Member
Oct 19, 2011
16
63
Athens
[TOOL] Mass Apk Installer /system install [OSX Linux Windows] v2.2 Update 2/4/2017

Apk mass installer is back and better than ever. Many things have been going on and development of the app has left behind but the project has started again.

First of all new support for other OS have been implemented including Linux and Osx , Windows has already been supported since version 0.
Now mass apk installer can also make backup's of android phones backing up apks from phone. Backup's can also exported to a zip file and even encrypted with AES 256 bit encryption. Installing apk's to phone from zip and encrypted files is also supported

Also there is support to store apk info and metadata in sqlite database this feature is beta

Last but not least apk mass installer has a new home in github the link is below
https://github.com/binary-signal/mass-apk-installer



Hi
This application automatically installs apk's to android phone or to /system partition with a few clicks
1.Extract the contents of the archive
2.Copy the apk's you want to install into the apk directory
3.Enable Unknown Sources in phone settings and USB debugging
4.Double click run.bat or run.sh
5.Wait....
6.Enjoy

Simple as that


Last Update 2/4/2017

Table of contents:
0x2: Software Description
0x3: How to use this software
0x4: Change Log



0x2: Software Description

This software automates the installation and backing up of apk's, Android applications to your Android phone. It
uses the adb interface provided by Google to install / back up applications via command line prompt to the
phone

0x3: How to use this software



Important Notice: In order the program work successfully you MUST have installed the usb drivers
for your phone model !


0x4: Change Log

v 2.2 Major update of code and new features
Added support for Mac OS X
Improved support for Linux
Added new feature back up phone apk's
Added zip archive support for backup's and install's features
Added AES 256 encryption to backup's
Removed feature apk installation to /sys partition
Added support for Android Nougat


v 1.5 Code maintenance
Fixed a bug when trying to create a directory already existed returned errors
Added some new future's overide the adb check state and refactored the dummy install process for apk's
In the new version the new future's will be added and manipulated via command line arguments
For now the new futures are experimental and not available to stable release only on beta release


v 1.4 Fixed an error about naming of apk'files containing space
character. Now the non valid apk names are fixed auto
matically and space character is replaced with '_' character
before installation.

v 1.3 Fixed some errors in messages while program was running
Now the apk folder ins't necessary to have only apk files, The program automatically separates
the apk's in the folder and installs them.It will skip non apks files
Installation size info is available now
Removed some unnecessary dll files from root folder
Wait for adb server a few seconds before try to install anything just to make sure the phone is connected
Wait for user input (Enter) to exit program
Update documentation

v 1.2 Now it is able to install apk's to /system partition. This future is extremely dangerous use it at your own rick
Update messages during runtime
v 1.1 Update Documentation, minor bug fixes


Please leave comments for this app Thank U !

USE THIS SOFTWARE WITH YOUR OWN RISK !!!!!!
 

Attachments

  • README.txt
    4.5 KB · Views: 3,224
  • screen.JPG
    screen.JPG
    68.5 KB · Views: 4,633
Last edited:

taaviu

Senior Member
Jan 11, 2010
2,172
769
Tallinn
HTC Desire
Sony Xperia V
Hi
This application automatically installs apk's to android phone or to /system partition with a few clicks
1.Extract the contents of the archive
2.Copy the apk's you want to install into the apk directory
3.Enable Unknown Sources in phone settings and USB debugging
4.Double click run.bat or run_sys.apk if you want to install to /system partition
5.Wait....
6.Enjoy

Simple as that

The app can run in Windows Xp SP2, Windows Vista and Windows 7 both x86 x86_64 arch

More Detailed Info
Read me file for apk install

Table of contents:

0x1: Contact Information
0x2: Software Description
0x3: How to use this software
0x4: Archive Contents
0x5: Change Log

0x1: Contact Information

You can sent requests, bugs and anything you want at: mvaggelis@gmail.com

0x2: Software Description

This software automates the installation of apk's, Android applications to your Android phone. It
uses the adb interface provided by Google to install application via command line prompt to the
phone

0x3: How to use this software

After downloading the rar file apkinstall.rar extract the contents of the archive in your desired
directory, for example C:\Users\User\Desktop\apkinstall. Then then open the newly creates directory.
You will notice there are a couple of file and some folders.Put tou apk's into tha apk folder and
then double click the run.bat. A console will appear and install automatically every apk you put in
the apk folder. After install the console will exit and you are done. Unplug your phone and enjoy
your new apps.

Important Notice: In order the program work succesfully you MUST have installed the usb drivers
for your phone model ! For sony erricson just install pc companion. This sofware was tested in
Windows Vista x86/x86_x64 & Windows 7 x86/x86_x64, propably Windows Xp SP2 and above is supported.

0x4: Archive Contents

apkinstall.rar -+
|- ADB -+
| |-adb.exe
| |-adblinux
| |-adbmac
| |-AdbWinApi.dll
| |-AdbWinUsbApi.dll
|-apk -+
|-AdbInterface.dll
|-apk_mass_install.exe
|-DriverInstaller.dll
|-run.bat
|-run_sys.bat

Notes: '+' sign is for directories

0x5: Change Log

v 1.2 Now it is able to install apk's to /system partition. This future is extremly dangerous use it at your own rick
Update messages during runtime
v 1.1 Update Documentation, Minnor bug fixes
Please leave comments for this app Thank U !

You can download the app from here
code.google.com/p/mass-apk-installer/

USE THIS SOFTWARE WITH YOUR OWN RISK !!!!!!

Thanks. Where download link??:confused:


Look agen :)
 

HieuKy02

Member
Dec 27, 2010
11
0
Is there an option to install the apks to the external SDcard instead of to the internal SDcard?

Thanks.
 
D

Deleted member 3105162

Guest
No offense to the OP for his work...but couldn't something like this be done with a single line batch script? (granted it would only install and not anything extra)

for /f %%a IN ('dir /b Apk\*.apk') do adb install Apk\%%a
 

HarshReality

Senior Member
Apr 1, 2010
89
9
Kokomo
This is damn funny.. an 'application' (Android) based on linux with a fancy wrapper/GUI and all these folks are making these really cool toys that are for... A WINDOWS MACHINE.


My head hurts
 

rddocke

Senior Member
May 1, 2011
917
164
dixon ca
Awsome.

My apps are the reason why I hate flashing new roms. It's just a pain.

But I will definitely be more inclined to trying new things now thanks to this thanks a lot *beginning process*
 

Omnichron

Senior Member
Dec 1, 2010
931
118
East Highland, CA
Hi
This application automatically installs apk's to android phone or to /system partition with a few clicks
1.Extract the contents of the archive
2.Copy the apk's you want to install into the apk directory
3.Enable Unknown Sources in phone settings and USB debugging
4.Double click run.bat or run_sys.apk if you want to install to /system partition
5.Wait....
6.Enjoy

Simple as that

The app can run in Windows Xp SP2, Windows Vista and Windows 7 both x86 x86_64 arch

More Detailed Info
Read me file for apk install

Table of contents:

0x1: Contact Information
0x2: Software Description
0x3: How to use this software
0x4: Archive Contents
0x5: Change Log

0x1: Contact Information

You can sent requests, bugs and anything you want at: mvaggelis@gmail.com

0x2: Software Description

This software automates the installation of apk's, Android applications to your Android phone. It
uses the adb interface provided by Google to install application via command line prompt to the
phone

0x3: How to use this software

After downloading the rar file apkinstall.rar extract the contents of the archive in your desired
directory, for example C:\Users\User\Desktop\apkinstall. Then then open the newly creates directory.
You will notice there are a couple of file and some folders.Put tou apk's into tha apk folder and
then double click the run.bat. A console will appear and install automatically every apk you put in
the apk folder. After install the console will exit and you are done. Unplug your phone and enjoy
your new apps.

Important Notice: In order the program work succesfully you MUST have installed the usb drivers
for your phone model ! For sony erricson just install pc companion. This sofware was tested in
Windows Vista x86/x86_x64 & Windows 7 x86/x86_x64, propably Windows Xp SP2 and above is supported.

0x4: Archive Contents

apkinstall.rar -+
|- ADB -+
| |-adb.exe
| |-adblinux
| |-adbmac
| |-AdbWinApi.dll
| |-AdbWinUsbApi.dll
|-apk -+
|-AdbInterface.dll
|-apk_mass_install.exe
|-DriverInstaller.dll
|-run.bat
|-run_sys.bat

Notes: '+' sign is for directories

0x5: Change Log

v 1.2 Now it is able to install apk's to /system partition. This future is extremly dangerous use it at your own rick
Update messages during runtime
v 1.1 Update Documentation, Minnor bug fixes
Please leave comments for this app Thank U !

You can download the app from here
code.google.com/p/mass-apk-installer/

USE THIS SOFTWARE WITH YOUR OWN RISK !!!!!!
download link?:confused:
 

Top Liked Posts

  • There are no posts matching your filters.
  • 52
    [TOOL] Mass Apk Installer /system install [OSX Linux Windows] v2.2 Update 2/4/2017

    Apk mass installer is back and better than ever. Many things have been going on and development of the app has left behind but the project has started again.

    First of all new support for other OS have been implemented including Linux and Osx , Windows has already been supported since version 0.
    Now mass apk installer can also make backup's of android phones backing up apks from phone. Backup's can also exported to a zip file and even encrypted with AES 256 bit encryption. Installing apk's to phone from zip and encrypted files is also supported

    Also there is support to store apk info and metadata in sqlite database this feature is beta

    Last but not least apk mass installer has a new home in github the link is below
    https://github.com/binary-signal/mass-apk-installer



    Hi
    This application automatically installs apk's to android phone or to /system partition with a few clicks
    1.Extract the contents of the archive
    2.Copy the apk's you want to install into the apk directory
    3.Enable Unknown Sources in phone settings and USB debugging
    4.Double click run.bat or run.sh
    5.Wait....
    6.Enjoy

    Simple as that


    Last Update 2/4/2017

    Table of contents:
    0x2: Software Description
    0x3: How to use this software
    0x4: Change Log



    0x2: Software Description

    This software automates the installation and backing up of apk's, Android applications to your Android phone. It
    uses the adb interface provided by Google to install / back up applications via command line prompt to the
    phone

    0x3: How to use this software



    Important Notice: In order the program work successfully you MUST have installed the usb drivers
    for your phone model !


    0x4: Change Log

    v 2.2 Major update of code and new features
    Added support for Mac OS X
    Improved support for Linux
    Added new feature back up phone apk's
    Added zip archive support for backup's and install's features
    Added AES 256 encryption to backup's
    Removed feature apk installation to /sys partition
    Added support for Android Nougat


    v 1.5 Code maintenance
    Fixed a bug when trying to create a directory already existed returned errors
    Added some new future's overide the adb check state and refactored the dummy install process for apk's
    In the new version the new future's will be added and manipulated via command line arguments
    For now the new futures are experimental and not available to stable release only on beta release


    v 1.4 Fixed an error about naming of apk'files containing space
    character. Now the non valid apk names are fixed auto
    matically and space character is replaced with '_' character
    before installation.

    v 1.3 Fixed some errors in messages while program was running
    Now the apk folder ins't necessary to have only apk files, The program automatically separates
    the apk's in the folder and installs them.It will skip non apks files
    Installation size info is available now
    Removed some unnecessary dll files from root folder
    Wait for adb server a few seconds before try to install anything just to make sure the phone is connected
    Wait for user input (Enter) to exit program
    Update documentation

    v 1.2 Now it is able to install apk's to /system partition. This future is extremely dangerous use it at your own rick
    Update messages during runtime
    v 1.1 Update Documentation, minor bug fixes


    Please leave comments for this app Thank U !

    USE THIS SOFTWARE WITH YOUR OWN RISK !!!!!!
    2
    Until now no , but in the future i might code something like that !
    2
    Until now no , but in the future i might code something like that !

    Just finished the new version fix some bugs and now you can install your apk's to
    /system partition ! Cheers !
    2
    Good news everyone new version of apk mass installer and binaries for everyone you can download the executable files in this link
    https://github.com/binary-signal/mass-apk-installer/releases
    2
    Hi
    This application automatically installs apk's to android phone or to /system partition with a few clicks
    1.Extract the contents of the archive
    2.Copy the apk's you want to install into the apk directory
    3.Enable Unknown Sources in phone settings and USB debugging
    4.Double click run.bat or run_sys.apk if you want to install to /system partition
    5.Wait....
    6.Enjoy

    Simple as that

    The app can run in Windows Xp SP2, Windows Vista and Windows 7 both x86 x86_64 arch

    More Detailed Info
    Read me file for apk install

    Table of contents:

    0x1: Contact Information
    0x2: Software Description
    0x3: How to use this software
    0x4: Archive Contents
    0x5: Change Log

    0x1: Contact Information

    You can sent requests, bugs and anything you want at: mvaggelis@gmail.com

    0x2: Software Description

    This software automates the installation of apk's, Android applications to your Android phone. It
    uses the adb interface provided by Google to install application via command line prompt to the
    phone

    0x3: How to use this software

    After downloading the rar file apkinstall.rar extract the contents of the archive in your desired
    directory, for example C:\Users\User\Desktop\apkinstall. Then then open the newly creates directory.
    You will notice there are a couple of file and some folders.Put tou apk's into tha apk folder and
    then double click the run.bat. A console will appear and install automatically every apk you put in
    the apk folder. After install the console will exit and you are done. Unplug your phone and enjoy
    your new apps.

    Important Notice: In order the program work succesfully you MUST have installed the usb drivers
    for your phone model ! For sony erricson just install pc companion. This sofware was tested in
    Windows Vista x86/x86_x64 & Windows 7 x86/x86_x64, propably Windows Xp SP2 and above is supported.

    0x4: Archive Contents

    apkinstall.rar -+
    |- ADB -+
    | |-adb.exe
    | |-adblinux
    | |-adbmac
    | |-AdbWinApi.dll
    | |-AdbWinUsbApi.dll
    |-apk -+
    |-AdbInterface.dll
    |-apk_mass_install.exe
    |-DriverInstaller.dll
    |-run.bat
    |-run_sys.bat

    Notes: '+' sign is for directories

    0x5: Change Log

    v 1.2 Now it is able to install apk's to /system partition. This future is extremly dangerous use it at your own rick
    Update messages during runtime
    v 1.1 Update Documentation, Minnor bug fixes
    Please leave comments for this app Thank U !

    You can download the app from here
    code.google.com/p/mass-apk-installer/

    USE THIS SOFTWARE WITH YOUR OWN RISK !!!!!!

    Thanks. Where download link??:confused:


    Look agen :)