Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Add some more apps.
Browse files Browse the repository at this point in the history
Added some more uneeded evenwell apps and 1 from Qualcomm.
  • Loading branch information
thanuj10 committed Jun 14, 2020
1 parent aa1b579 commit 9278086
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions batch-script
Expand Up @@ -34,8 +34,7 @@ echo.
echo.
echo While this script deletes most of the evenwell apps, Some of them will still be in the system. Mostly because they seem important.
echo.
echo.
echo I take no responsibility should something go wrong. Although I take a lot of care and time testing the script, There are chances that you can brick your phone.
echo WARNING! By using this script, You hereby agree you are responsible for any damages that occur to your phone. I, the author will absolutely under no circumstances take responsibilty if you manage to brick your phone.
echo.
pause

Expand Down Expand Up @@ -130,6 +129,11 @@ adb.exe shell pm uninstall --user 0 com.evenwell.factorywizard.overlay.base
adb.exe shell pm uninstall --user 0 com.evenwell.foxlauncher.partner
adb.exe shell pm uninstall --user 0 com.hmdglobal.datago
adb.exe shell pm uninstall --user 0 com.hmdglobal.datago.overlay.base
adb.exe shell pm uninstall --user 0 com.evenwell.phone.overlay.base
adb.exe shell pm uninstall --user 0 com.evenwell.settings.data.overlay.base
adb.exe shell pm uninstall --user 0 com.evenwell.SetupWizard.overlay.base
adb.exe shell pm uninstall --user 0 com.gti.qualcomm.datastatusnotification


echo.
echo.
Expand Down Expand Up @@ -242,6 +246,11 @@ adb.exe shell cmd install-existing --user 0 com.evenwell.factorywizard.overlay.b
adb.exe shell cmd install-existing --user 0 com.evenwell.foxlauncher.partner
adb.exe shell cmd install-existing --user 0 com.hmdglobal.datago
adb.exe shell cmd install-existing --user 0 com.hmdglobal.datago.overlay.base
adb.exe shell cmd install-existing --user 0 com.evenwell.phone.overlay.base
adb.exe shell cmd install-existing --user 0 com.evenwell.settings.overlay.data.base
adb.exe shell cmd install-existing --user 0 com.evenwell.SetupWizard.overlay.base
adb.exe shell cmd install-existing --user 0 com.qti.qualcomm.datastatusnotification


echo.
echo.
Expand Down

0 comments on commit 9278086

Please sign in to comment.