danielpaulus / quicktime_video_hack

Record iOS device audio and video
MIT License
537 stars 113 forks source link

cant check udid when activate UBUNTU #94

Open appleshare opened 3 years ago

appleshare commented 3 years ago

hello Daniel, really good work!

I have a little problem,

when qvh devices send me one UDID but qvh activate send me another UDID.

user@ubuntu:~$ cd qvh/ user@ubuntu:~/qvh$ ./qvh devices {"devices":[{"deviceName":"iPhone","screen_mirroring_enabled":false,"udid":"00005080-001D591E2699804E","usb_device_info":"vid=05ac,pid=12a8,bus=1,addr=2"}]} user@ubuntu:~/qvh$ ./qvh --version {"version":"v0.6-beta"} user@ubuntu:~/qvh$ ./qvh activate --udid=00005080-001D591E2699804E {"error_message":"device not found, is it still connected?","original_error":"Device '00005080-001D591E2699804E' not found. Is it attached to the machine?"} user@ubuntu:~/qvh$ ./qvh --udid=00005080-001D591E2699804E activate {"error_message":"device not found, is it still connected?","original_error":"Device '00005080-001D591E2699804E' not found. Is it attached to the machine?"} user@ubuntu:~/qvh$ ./qvh activate {"level":"info","msg":"no usbSerial specified, using 00005080001D591E2699804E\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000'","time":"2021-05-09T18:59:21-07:00"} {"error_message":"device not found, is it still connected?","original_error":"Device '00005080-001D591E2699804E' not found. Is it attached to the machine?"} user@ubuntu:~/qvh$ ./qvh devices {"devices":[{"deviceName":"iPhone","screen_mirroring_enabled":false,"udid":"00005080-001D591E2699804E","usb_device_info":"vid=05ac,pid=12a8,bus=1,addr=2"}]} user@ubuntu:~/qvh$

i just cant pair iphone and ubuntu

on macos all work really fine, but i donk know what do whith ubuntu. Could this be due to the use of ubuntu inside the VMWARE virtual machine?

Tanzeel-inline commented 1 year ago

Were you able to fix the problem? I am getting the same issue. @danielpaulus