-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
233 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
#!/bin/bash | ||
|
||
# | ||
# Copyright 2019-Present A-Team Digital Solutions | ||
# | ||
# A-Team Moto-Common Bot Message | ||
# | ||
|
||
expect - <<_END_EXPECT | ||
spawn sudo ./Telegram_Bots/Telegram_Bot-$DEVICE_NAME.sh " | ||
Hello A-Team Users, | ||
A New Custom Rom Has Been Released On SourceForge📱👍😁 | ||
• $ROM_ZIP_NAME $MAJOR_VERSION.$MINOR_VERSION | UNOFFICIAL | ||
📱 Moto-Common Device Codename: $DEVICE_NAME | ||
📅 Build Date: $BUILD_DATE | ||
🔄 Android: $ANDROID_VERSION | ||
📀 Build Type: $ROM_BUILD_TYPE | ||
🔐 SeLinux: Permissive | Enforcing | ||
📀 A-Team Version: $INTERNAL_VERSION | ||
👨💻 Maintainer: @PizzaG | ||
• Uses A-Team Custom Rom Installer | ||
-Option To Disable Encryption | ||
-Recovery Install | ||
-Linux Install | ||
-Windows Install | ||
• Rom Installation | ||
*WILL WIPE DATA* | ||
-Flash Rom Zip From Recovery | ||
OR | ||
-Extract Rom Zip | ||
-Run .sh file To Flash Device - Linux | ||
OR | ||
-Run .bat File To Flash Device - Windows | ||
-After A-Team Installation Finishes In Rom, | ||
Open Magisk Manager and Select Magisk Direct Install | ||
-🥸Done!!👍😁 | ||
• Rom Download Link | ||
- https://sourceforge.net/projects/a-team-rom-downloads/files/$DEVICE_NAME/$ROM_NAME.zip | ||
• A-Team Changelog: | ||
-$CHANGELOG | ||
• Navigation Bar Spacing WorkAround | ||
-Open Settings | ||
-Select System | ||
-Select Gestures | ||
-Select Navigation Mode | ||
-Select Gesture Navigation | ||
-Select 3-Button Navigation | ||
-Go Back To Home/Desktop | ||
-NavBar Spacing Should Be Fixed Now | ||
• Known Bugs: | ||
-$BUGS | ||
• Bug Tracker For Moto-Common Devices | ||
- https://github.com/moto-common/bug_tracker | ||
" | ||
expect "Pass*" | ||
send "$pass\r" | ||
set timeout -1 ; # no timeout | ||
expect eof | ||
_END_EXPECT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
8 changes: 6 additions & 2 deletions
8
device/motorola/A-Team/Final_Zip/Devices/Amogus/A-Team_Rom_Flasher-WINDOWS.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
@echo off | ||
|
||
del /f Windows-log.txt | ||
IF EXIST Windows_log.txt ( | ||
del Windows_log.txt | ||
) | ||
|
||
%~d0 | ||
cd %~dp0\A-Team | ||
|
||
echo: | ||
.\WINDOWS.bat | ../Tee-Object Windows_log.txt | ||
cmd /c .\WINDOWS.bat 2>&1 | tee ../Windows_log.txt 2>&1 | ||
|
||
|
||
|
Oops, something went wrong.