Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-self authored Aug 28, 2024
1 parent 73fd61b commit 04ca774
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
from usbswitcher import samsungGalaxyToModemMode
from at_utils import enableADB
from adb_utils import waitForDevice, uploadAndRunFRPBypass

def main():
samsungGalaxyToModemMode()
enableADB()
waitForDevice()
uploadAndRunFRPBypass()

if __name__ == "__main__":
main()
v def main():
samsungGalaxyToModemMode ( )
enableADB( )
waitForDevice ( )
uploadAndRunFRPBypass ()
if
__name__ == "__main__":
main ( )

0 comments on commit 04ca774

Please sign in to comment.