forked from Marocco2/AM-GApps-Tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1INSTALL.bat
43 lines (42 loc) · 873 Bytes
/
1INSTALL.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@Echo off
TITLE Send BusyBox and Gapps Minimal
Color 9f
Echo -
Echo Killing ADB Server
adb kill-server
Echo -
Echo Launching wconnect as usb
wconnect usb
Echo -
Echo Listing ADB Devices
adb devices
Echo -
Echo Pushing BusyBox and Gapps Minimal...
adb push Files\BusyBox /data/local/tmp/BusyBox
adb push Files\Gapps /data/local/tmp/Gapps
adb push Files\Other /data/local/tmp/Gapps/app
Echo -
Echo Now setting permissions for BusyBox ...
adb shell chmod 0755 /data/local/tmp/BusyBox/busybox
Echo Completed
Echo[
Echo We will configure it later.
Echo[
Echo Press enter pls
pause
cls
TITLE FOLLOW PART 2 OF THE GUIDE
color 9e
Echo !! Now, follow part 2 of the guide !!
Echo !! Now, follow part 2 of the guide !!
start "" Guide.txt
Echo[
Echo[
Echo[
Echo After you finished, reboot your phone.
Echo Press enter if your phone booted completely.
Echo[
Echo[
Echo[
pause
2CONF.bat