Written Guide:
Are you the one who formats the Android phone every now and then for various reasons and wish to install all your backed up apps at once without having to hit that install button for every app? If yes, then this guide is for you. Keep reading and I’ll show you how to install multiple apps using adb.
– Procedure to batch install apps using adb:
* First of all, turn on “adb debugging” on your phone. To do this,
* Go to about phone, tap on build number 7 times.
* Come back and you will see “Developer options” listed.
* Now open “Developer options” and turn on “USB Debugging”.
* Now connect your phone to PC.
* Copy all your apps(apks) to a folder in your PC.
* Open the folder where you copied all the apps, press and hold shift button and right click anywhere on the folder and select “Open command window here”.
* As a result a command prompt window will be opened, in that command prompt type command “adb devices”, now see if the phone is asking for permission, if yes then grant the permission.
* Your phone will now be listed in the command prompt.
* Now, type the this command inside the braces [dir /s /b (greater than symbol here) installapps.bat]
* As a result, inside the apps folder you will see a file named “installapps”, right click on it and open it with notepad.
Using replace all option, replace the path with adb install -r” (-r is optional)
* In addition to that replace .apk with .apk”
* Save and close the notepad.
* Finally double click on “installapps.bat” file and see all your apps get installed seamlessly.
* Therefore using this simple trick to install apps using adb you can save much time and effort.
Credits:
Video by S M Shareef
Voice over by Maimoona Shaik
Logo designed using: Business graphic by Freepik from Flaticon is licensed under CC BY 3.0. Made with Logo Maker
BGM: Spring In My Step – Silent Partner
Intro made using Blender and template by Velosofy :
Nguồn:https://hdwallpaperslovely.com/
Xem thêm Bài Viết:
- Đọc ngay hướng dẫn cài twrp Recovery hiệu quả trên thiết bị Android
- Bỏ túi cách thêm IDM vào Chrome tiện lợi không phải ai cũng biết
- Bỏ túi thông tin hướng dẫn sử dụng adb fastboot zenfone 5 flash Asus
- Hướng dẫn cài đặt và sử dụng Adobe Audition 1.5 chi tiết nhất
- Khắc phục lỗi ‘adb’ is not recognized as an internal or external command
love your accent
Thank u sister u saved my day❤️❤️
Very useful video
Where is the link please help
thanks
Thanks!
-_-
@echo off
set "Filtru=apk"
for /f "delims=" %%i in ('dir /b /s /a-d ^| findstr /i "%Filtru%"') do adb install -r "%%~i"
pause
thanks !
Just use https://forum.xda-developers.com/showthread.php?t=1817391
Can i install apk with adb without unknown surcess on ?
I got error: 'adb' is not recognized as an internal or external command,
operable program or batch file. Please help
execellent