Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/K3V1991/APK-Bundle-Installer
Batch Script that allow you to install APK Bundles/Split APKs
https://github.com/K3V1991/APK-Bundle-Installer
adb android apk apks bat batch cmd commands fastboot installer platform-tools sdk tool usb windows
Last synced: 2 months ago
JSON representation
Batch Script that allow you to install APK Bundles/Split APKs
- Host: GitHub
- URL: https://github.com/K3V1991/APK-Bundle-Installer
- Owner: K3V1991
- Created: 2022-05-23T12:54:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T22:42:53.000Z (9 months ago)
- Last Synced: 2024-08-02T20:45:08.571Z (5 months ago)
- Topics: adb, android, apk, apks, bat, batch, cmd, commands, fastboot, installer, platform-tools, sdk, tool, usb, windows
- Language: Batchfile
- Homepage:
- Size: 12 MB
- Stars: 34
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome - K3V1991/APK-Bundle-Installer - Batch Script that allow you to install APK Bundles/Split APKs (Batchfile)
README
APK Bundle Installer
Batch Script that allow you to install APK Bundles/Split APKs
## NFO:
* Android Debug Bridge v1.0.41 (Version 34.0.1-9680074, March 2023)
* Full functional ADB (Android Debug Bridge)
* Double click the Open CMD.bat to easily open a Command Prompt## Requirements:
* Windows OS
* USB Driver for your Device or [Universal ADB Driver](https://adb.clockworkmod.com/)## Usage:
1. Download latest Release
2. Extract the Zip Archive
3. Place the ```APKs``` in the ```APKs``` Folder
3. Double click on ```APK Bundle Installer.bat```
4. Type: ```y``` and hit ```Enter``` to start Streamed Install
5. You shoud see Success after Installation## Enable Developer Options & USB Debugging:
Click to expand
1. Install the ```USB Driver``` for your Phone or ```Universal Adb Driver```
2. On your Phone, go to ```Settings``` > ```About Phone```. Find the ```Build Number``` and tap on it ```7``` times to enable ```Developer Options```
3. Now enter ```System``` > ```Developer Options``` and find ```USB debugging``` and enable it
4. Plug your Phone into the Computer and change it from ```Charge only``` to ```File Transfer Mode```
5. On your Computer, browse to the Directory where you extracted the ```APK Bundle Installer Zip```
6. Launch a ```Command Prompt``` with ```Open CMD.bat```
7. Once you’re in the Command Prompt, enter the following Command:
```
adb devices
```
8. System is starting the ADB Daemon (If this is your first Time running ADB, you will see a Prompt on your Phone asking you to authorize a Connection with the Computer. Click OK.)
9. Succesful enabled USB Debugging## Unable to connect to ADB:
Click to expand
1. AMD Bug - [XDA Thread](https://forum.xda-developers.com/t/fix-fastboot-issues-on-ryzen-based-pcs.4186321/)
2. Switch Device from ```Charging``` to ```File Transfer``` Mode
3. Install the latest Device Driver or Universal USB Driver
4. Try another USB Cable
5. Use another USB Port (USB 3.0 Port to USB 2.0)
6. Try to execute Fastboot Command without connecting your Phone, and once it says ```waiting for device``` plug in your USB Cable
7. Windows: Click ```Change advanced power setting``` on your chosen Plan and expand ```USB Settings```. Under ```USB Settings``` Section, expand ```USB selective suspend setting``` and change it to ```Disabled``` for On Battery and Plugged In
8. Try another PC
## Screenshot: