Skip to content
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

Screen is going blank when taking control of device with latest webdriveragent #138

Open
Gnanaprakash22 opened this issue Jan 10, 2025 · 11 comments
Assignees

Comments

@Gnanaprakash22
Copy link

Gnanaprakash22 commented Jan 10, 2025

[Video Attached]
https://drive.google.com/file/d/1pjmsvu4A2kfcl5uaqRl0l_Rh19HEmVzm/view?usp=sharing

Logs

INFO[1070] new client connected conn="&forward.ConnListener{listener:(*net.TCPListener)(0xc000c86000), quit:(chan interface {})(0xc0000ba2a0)}"
INFO[1070] Connected to port conn="&net.TCPConn{conn:net.conn{fd:(*net.netFD)(0xc000dd4080)}}" phonePort=9100
INFO[1070] outputReceived:fromProcess:atTime: fields.msg="2025-01-10 19:25:59.233953+0530 WebDriverAgentRunner-Runner[43332:6707618] Got screenshots broadcast client connection at 127.0.0.1:65166\n" fields.time=52544524937718 pid=43332
INFO[1070] outputReceived:fromProcess:atTime: fields.msg="2025-01-10 19:25:59.235023+0530 WebDriverAgentRunner-Runner[43332:6707618] Starting screenshots broadcast for the client at 127.0.0.1:65166\n" fields.time=52544524960752 pid=43332
ERRO[1092] forward: close clientConn --> deviceConn
ERRO[1092] forward: close clientConn <-- deviceConn

@shamanec shamanec self-assigned this Jan 10, 2025
@shamanec
Copy link
Owner

@Gnanaprakash22 please checkout and use the latest custom WDA and let me know if its okay now :)

@shamanec
Copy link
Owner

I added one more small optimisation because stream was kind of "flashing" when periodic frames were sent, should be even better now

@Gnanaprakash22
Copy link
Author

sure will check the latest version yet to update

@Gnanaprakash22
Copy link
Author

will it work with old GADS ver and new webdriveragent ?

@shamanec
Copy link
Owner

sure, the changes are only in the mjpeg stream code, so its unrelated to GADS version :)

@Gnanaprakash22
Copy link
Author

@shamanec i want to close this issue and #139 by setting up the latest version of GADS , but facing issues
I have created the ipa by resigning given ipa and creating ipa from your fork from
https://github.com/shamanec/GADS/blob/main/docs/provider.md#prebuilt-custom-webdriveragent

getting

INFO[0008] installation successful
INFO[0008] new client connected conn="&forward.ConnListener{listener:(*net.TCPListener)(0xc000436180), quit:(chan interface {})(0xc000256600)}"
INFO[0008] could not connect to phone conn="&net.TCPConn{conn:net.conn{fd:(*net.netFD)(0xc000484580)}}" err="Failed connecting to service, error code:3" phonePort=8100
ERRO[0009] Error accepting new connection accept tcp [::]:49842: use of closed network connection
INFO[0009] closed listener successfully phonePort=9500
ERRO[0009] Error accepting new connection accept tcp [::]:49843: use of closed network connection
INFO[0009] closed listener successfully phonePort=9100
ERRO[0009] Error accepting new connection accept tcp [::]:49841: use of closed network connection
INFO[0009] closed listener successfully

Provider logs

453d5ba3760208e5ebff9cb97d8af1f865e13b30, falling back to unsupervised pairing - open ./Provider1/supervision.p12: no such file or directory","time":"2025-02-04T14:46:33+05:30"}
{"event":"install_app_ios","level":"info","msg":"Attempting to install app ./Provider1/WebDriverAgent.ipa on device 453d5ba3760208e5ebff9cb97d8af1f865e13b30","time":"2025-02-04T14:46:35+05:30"}
{"event":"provider","level":"info","msg":"Resetting LocalDevice for device 453d5ba3760208e5ebff9cb97d8af1f865e13b30 after error. Cancelling context, setting ProviderState to init, Healthy to false and updating the DB","time":"2025-02-04T14:46:36+05:30"}
{"event":"ios_device_setup","level":"info","msg":"Running setup for device 453d5ba3760208e5ebff9cb97d8af1f865e13b30","time":"2025-02-04T14:46:37+05:30"}
{"event":"ios_device_setup","level":"info","msg":"Pairing device 453d5ba3760208e5ebff9cb97d8af1f865e13b30","time":"2025-02-04T14:46:37+05:30"}
{"event":"ios_device_setup","level":"warning","msg":"Could not read supervision.p12 file when pairing device with UDID: 453d5ba3760208e5ebff9cb97d8af1f865e13b30, falling back to unsupervised pairing - open ./Provider1/supervision.p12: no such file or directory","time":"2025-02-04T14:46:37+05:30"}

Also I m unable to generate certificate by following these to by pass trust popup
https://github.com/shamanec/GADS/blob/main/docs/provider.md#supervise-devices

I accidentally reset my iphone , is there a way to do it without reset

could you please help with these above 2 problems ?

@shamanec
Copy link
Owner

shamanec commented Feb 5, 2025

Unfortunately supervision does require the phone to be reset at least once so the MDM is applied, but supervision is NOT mandatory for GADS - it just makes initial device setup a little bit easier. The logs from the provider that you shared only present a warning - if the device is not supervised you should just click the Trust popup on the device itself if it appears. There is probably another problem at hand.

The logs for installing apps are not handled and they appear in the provider terminal output - do you see an error with WDA installation there? Does WDA appear as properly installed on device? Do you see it starting or not?

@Gnanaprakash22
Copy link
Author

Gnanaprakash22 commented Feb 5, 2025

wda installs fine but it is trying to launch and fails

Yes i dont see any error in provider log file , but there is some issue in establishing connection

do i need to provide the bundle id of IntegrationApp instead of WebDriverAgent ? in GADS UI

@shamanec
Copy link
Owner

shamanec commented Feb 5, 2025

No, you don't, but if you downloaded the IPA from the releases on my fork, it probably has the default com.facebook.WebDriverAgentRunner bundle ID. Did you change it while resigning or does the provider config have the correct bundle id? Maybe when it gets installed you can open Xcode > Devices & Simulators and see what bundle ID appears for WDA there

@Gnanaprakash22
Copy link
Author

Yes i'm using the ipa which i generated from the code of your forked repo , modified the bundle id and updated the same in UI

@shamanec
Copy link
Owner

shamanec commented Feb 5, 2025

Have you removed the XC*.framework folders from the .app? This could be the reason, sometimes it works, sometimes it needs resigning after, I don't know why it does that. If not, then no idea - not really sure how to debug it but I just got it running without issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants