-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #229 from IGPenguin/feature/compatiblity-fixes
Fix compatibility: arecord, iscreenshot + add apowerbutton
- Loading branch information
Showing
6 changed files
with
45 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
*DS_Store | ||
ios/go-ios | ||
ios/nohup.out | ||
ios/selfidentity.plist |
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,9 @@ | ||
#!/bin/bash | ||
source "$(dirname "$0")"/../common_tools | ||
android_choose_device | ||
|
||
# Reference for key events - https://gist.github.com/arjunv/2bbcca9a1a1c127749f8dcb6d36fb0bc | ||
|
||
echo "👋 Sending power button key event..." | ||
# Send POWER screen key event (key 26) | ||
adb -s "$SELECTED_DEVICE" shell input keyevent POWER &>/dev/null |
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 |
---|---|---|
@@ -1,7 +1,17 @@ | ||
🎉 This is a new version 1.4.0! | ||
🎉 This is a new (experimental) version 1.4.1! | ||
|
||
📹 arecord was updated to use scrcpy, this enables recording audio in your videos | ||
You can still use the legacy variant by adding -l flag to arecord command | ||
📹 arecord was fixed to work with latest scrcpy version | ||
If you are experiencing issues, try running "brew upgrade scrcpy" | ||
|
||
⭐️ Special thanks to Luís Pinho for proposing and drafting this change | ||
https://github.com/luispinho | ||
📷 iscreenshot was fixed to work with iOS 17 or newer | ||
This change is still experimental - please, report back any issues | ||
|
||
👋 apowerbutton was added based on a pull request by luispinho | ||
Thanks for your contribution, mate! | ||
|
||
⭐️ Special thanks to Lenka and František for proposing compatibility fixes | ||
https://github.com/vrbajiva | ||
https://github.com/franceskoooo | ||
|
||
💌 Rate Mobile Toolkit and provide optional feedback using this link | ||
https://forms.gle/nfBHeMSjxEQMs1kv5 |
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