suhel28
Android Enthusiast
tis very easy to install multiple apk's in your phone via pc no root required
you'll need to have SDK/JAVA installed on your pc.
well if you haven't had it yet. go install it. an android user must have SDK in their PC
- Create a folder in any drive.
let say you created folder APK in C: Drive - copy all your apk you want to install in the APK folder
- Open CMD
- type the folder destination
cd c:\APK - now type
dir /s /b > print.txt
it will create a text file which will have the info of all the files in the directory
- open the print.txt (in notepad ofcourse)
- Press Ctrl+H (shortcut to replace)
- in the find box type
- in the replace box type
adb install -r c:\
now go
[*]File -> Save As
[*]in file name type PRINT.bat
[*]in save as type select all files
[*]Plug your phone to pc
[*]Select USB DEBUGGING ON
[*]Double Click the PRINT.bat
you're done...