Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
Added a selection option. (maybe this will resolve #1?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marocco2 committed Aug 17, 2015
1 parent 9fc25de commit a27d442
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 2CONF.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ adb install Files\Gappsinstall\com.android.vending.apk
adb install Files\Gappsinstall\com.google.android.gsf.login.apk
adb install Files\Gapps\app\com.google.android.play.games.apk
adb install Files\Gapps\app\com.google.android.gms.apk

ECHO ...............................................
ECHO PRESS 1 if you want finish the setup now.
ECHO[
ECHO PRESS 2 if you want install all GApps
ECHO ...............................................
SET /P M=Type 1 or 2, then press ENTER:
IF %M%==1 GOTO FINISH
IF %M%==2 GOTO FULL


:FULL
cls
Echo -
Echo Installing YouTube
Expand Down Expand Up @@ -88,6 +100,9 @@ cls
Echo -
Echo Installing Google Hangout
adb install Files\Apps\Hangout.apk
GOTO FINISH

:FINISH
Echo Wait 5 seconds
Ping 127.0.0.1 -n 5 >nul
pause
Expand Down

0 comments on commit a27d442

Please sign in to comment.