-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrcpy issue on MacOS #190
Comments
Can you Open ADB Shell with PixelFlasher? and does that work? |
Could you enable debug logging and try again so the events are captured in the log, and then provide support.zip? Thanks |
Not working (same as first post of this thread). ADB option is still working well |
Here's mine: |
Thanks, I see that you set the path to:
PF attempted to run
Which would not work as that is not the full path to scrcpy, it needs to include the scrcpy executable. Please try setting to:
And test again
Replace @shailantani
Can you please try that from terminal and see if it works? Sorry, not having a Mac impedes my ability to provide quicker resolution and have to rely on your feedback. Thanks |
--> Done, scrcpy option works now |
Thanks @knutlegrand @shailantani I'll wait for your feedback, we know the feature works, something must be different on yours. |
Hi sorry for the delay, so running the command on terminal works |
PixelFlasher first dynamically creats a script in system temp directory with the following content.
This is based on the defined path of scrcpy and the connected / selected device. Then it launches the following command:
Can you create the temp.sh and launch and type the osascript command in terminal and see if it works for you please? Thanks |
try
see if this works
and then this
|
OHHHH Interesting, So I searched a bit more about the error and there has to be a change in the code: It should be:
So there were 2 changes I made:
Please do check it out once, Thanks. And let me know if further information is required! |
Thanks for the investigation. By the way point 2 is non-issue as PF always specifies full path. |
…ntially switch from Beta to Stable without a wipe. Credit to @tbalden for the discovery and @capntrips for the details of the process. - Select any img file and get additional image info. - #190 fix, scrcpy launch improvement. - Improved Menu to disabled advanced features when it's not enabled in the settings. (Previously only other GUI elements were hidden or disabled). - If KernelSU or APatch is installed, report their version as part of device details. - Improved logging. - Improved santization. - Other minor improvements and added stability.
@shailantani |
Hi, so I just tried that version. The scrcpy works, but "adb" stopped working now 😭 Heres the support file: |
I'm fed up with Apple shenanigans. Identical code, one to launch the adb shell the other to launch scrcpy. I'm not touching this until I hear from @knutlegrand or others if this is common issue for all. |
Have checked both versions
Why not using these commands ?
This might avoid the creation/deletion of a temporary script. Anyway, it's quite easy to launch adb & scrcpy directly from the terminal. I would say that there is definitely no need to waste too much time on this. |
That's exactly how it is done, on Linux and Windows, |
Please try this version. |
Both options are working on the same PF version ! Good job |
Thank you. |
Hi I'm sorry but could you tell me how I can run the app from the actions? Sorry for the doubt :") |
@shailantani |
You
@shailantani No, You have to unzip it, then you get "Contents" folder. Within this folder, navigate to folder MacOS. In terminal, enter following commands:
|
Awesome, will try it out. Thank you so much for the help 👍 |
@badabing2005 @knutlegrand Thanks a lot for all the help btw! |
- Logging improvements - When Magisk delta is installed, automatically set the package to: `io.github.huskydg.magisk`
For future reference, here is my method for testing PixelFlasher.app.zip files downloaded from GitHub Actions on macOS. This method should make testing a little more accurate than @knutlegrand’s method. To help anyone unfamiliar with Terminal, I wrote the steps in more detail, too.
This produces a new copy of the PixelFlasher app completely derived from the zip file. While testing, you can run this app where it is – you don’t need to overwrite your existing |
Hi I'm trying to use the scrcpy option on macOS, but it opens the terminal and just doesnt work.
I've set the scrcpy path as well, which is "/opt/homebrew/Cellar/scrcpy/2.4/bin/scrcpy"
I've set the same path in PixelFlasher as well. But when I click on the scrcpy option, the terminal opens with this error:
I'm using the PixelFlasher 6.9.1.3 version
The text was updated successfully, but these errors were encountered: