Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-self authored Aug 31, 2024
1 parent 956d349 commit ac7b7f0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ execute_adb_command "content insert --uri content://settings/secure --bind name:
execute_adb_command "am start -c android.intent.category.HOME -a android.intent.action.MAIN"
```
### wait for 5 seconds
sleep 5

```
execute_adb_command "am start -n com.android.settings/com.android.settings.Settings"

### wait for 5 seconds
sleep 5

### reboot the device
execute_adb_command "reboot"
```
then reboot..

### main.py

Expand Down

0 comments on commit ac7b7f0

Please sign in to comment.