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

can someone suggest what other things to do if your device is not supported by thisss? #533

Open
koyitokyo opened this issue Jun 29, 2024 · 16 comments

Comments

@koyitokyo
Copy link

i tried several times only to find out that the camera is not supported, the camera is sony dsc-hx7v btww! if y'all know any other way, please do tell. thank youuu!

@VinBones
Copy link

VinBones commented Jul 1, 2024

hello. Lil story here, I managed to do this on the same camera model 2 months ago using the Dev build (pmca-gui-v0.18-22-ga82f5ba-win). Now I got another camera of the same model and it isn't working... tried it again on the tweaked one and it somehow now doesn't support it. It's either the USB or the drivers messing up... will see if I can redo what I did. Another possibility is the computer running the program too fast, read it somewhere here a while ago but can't remember the rest.

@koyitokyo
Copy link
Author

aw, okay thank you!

@VinBones
Copy link

VinBones commented Jul 3, 2024

aw, okay thank you!

Hey I figured it out!! :) have to use .14 dev build. Here's the file.

pmca-console.and.gui-v0.18-14-gd7267ea-win.zip

449813238_1137047147577952_138171880294504975_n
448726703_980119007233401_744779147241028053_n

@koyitokyo
Copy link
Author

THANK YOUUU! Will try later 🫶🥹

@koyitokyo
Copy link
Author

the camera suddenly disconnects when I click the service modeee aaaa

@koyitokyo
Copy link
Author

koyitokyo commented Jul 3, 2024

WAIT THANK YOU, I DID ITTT! YOU'RE A LIFESAVERRR

@VinBones
Copy link

VinBones commented Jul 3, 2024

the camera suddenly disconnects when I click the service modeee aaaa

WAIT THANK YOU, I DID ITTT!

no problem 😎 gotta say this camera is so nice to use also

@Shade3692
Copy link

WAIT THANK YOU, I DID ITTT! YOU'RE A LIFESAVERRR

How did u fix this I am running into the same problem

@koyitokyo
Copy link
Author

I used this! This is from VinBones, all credits to him. Hey I figured it out!! :) have to use .14 dev build. Here's the file.

pmca-console.and.gui-v0.18-14-gd7267ea-win.zip Download Zadig as well and plug your camera into your PC or Laptop and open Zadig, click options and then click list all devices. Find your camera and change the driver into libusbk, and wait for it. After that, open the the pmca gui that you downloaded. Check your camera info first then go to tweaks and click service mode. Wait until a window opens up with tickboxes in it then tick the languages. That's itt!

@koyitokyo
Copy link
Author

After enabling it, I went back to zadig and changed the driver into the windows one just to be safe!

@Shade3692
Copy link

I used this! This is from VinBones, all credits to him. Hey I figured it out!! :) have to use .14 dev build. Here's the file.

pmca-console.and.gui-v0.18-14-gd7267ea-win.zip Download Zadig as well and plug your camera into your PC or Laptop and open Zadig, click options and then click list all devices. Find your camera and change the driver into libusbk, and wait for it. After that, open the the pmca gui that you downloaded. Check your camera info first then go to tweaks and click service mode. Wait until a window opens up with tickboxes in it then tick the languages. That's itt!

I did everything and followed the steps but each time it gives me this:

Using drivers Windows-MSC, Windows-MTP, Windows-vendor-specific, libusb-MSC, libusb-MTP, libusb-vendor-specific
Looking for Sony devices

Querying mass storage device
Sony DSC is a camera in mass storage mode

Switching to service mode
Traceback (most recent call last):
File "pmca\usb\driver\generic\libusb.py", line 79, in read
File "usb\core.py", line 1034, in read
File "usb\backend\libusb0.py", line 558, in bulk_read
File "usb\backend\libusb0.py", line 697, in __read
File "usb\backend\libusb0.py", line 447, in _check
usb.core.USBError: [Errno None] b'libusb0-dll:err [_usb_reap_async] timeout error\n'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "pmca-gui.py", line 117, in do
File "pmca-gui.py", line 152, in start
File "pmca\commands\usb.py", line 669, in senserShellCommand
File "pmca\usb\sony.py", line 920, in authenticate
File "pmca\usb\sony.py", line 914, in sendAuthPacket
File "pmca\usb\driver\generic_init
.py", line 94, in read
File "pmca\usb\driver\generic\libusb.py", line 81, in read
pmca.usb.driver.generic.GenericUsbException

After a bit I think at one point it did show me the boxes but for the languages it said 1/35 and when clicked it gave me that same message above. I don't know how to fix it.

@Shade3692
Copy link

I got it to work after a bit. Thank you so much for you help. You a real one

@koyitokyo
Copy link
Author

You're welcome!

@Nebulater
Copy link

I used this! This is from VinBones, all credits to him. Hey I figured it out!! :) have to use .14 dev build. Here's the file.
pmca-console.and.gui-v0.18-14-gd7267ea-win.zip Download Zadig as well and plug your camera into your PC or Laptop and open Zadig, click options and then click list all devices. Find your camera and change the driver into libusbk, and wait for it. After that, open the the pmca gui that you downloaded. Check your camera info first then go to tweaks and click service mode. Wait until a window opens up with tickboxes in it then tick the languages. That's itt!

I did everything and followed the steps but each time it gives me this:

Using drivers Windows-MSC, Windows-MTP, Windows-vendor-specific, libusb-MSC, libusb-MTP, libusb-vendor-specific Looking for Sony devices

Querying mass storage device Sony DSC is a camera in mass storage mode

Switching to service mode Traceback (most recent call last): File "pmca\usb\driver\generic\libusb.py", line 79, in read File "usb\core.py", line 1034, in read File "usb\backend\libusb0.py", line 558, in bulk_read File "usb\backend\libusb0.py", line 697, in __read File "usb\backend\libusb0.py", line 447, in _check usb.core.USBError: [Errno None] b'libusb0-dll:err [_usb_reap_async] timeout error\n'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "pmca-gui.py", line 117, in do File "pmca-gui.py", line 152, in start File "pmca\commands\usb.py", line 669, in senserShellCommand File "pmca\usb\sony.py", line 920, in authenticate File "pmca\usb\sony.py", line 914, in sendAuthPacket File "pmca\usb\driver\generic__init_.py", line 94, in read File "pmca\usb\driver\generic\libusb.py", line 81, in read pmca.usb.driver.generic.GenericUsbException

After a bit I think at one point it did show me the boxes but for the languages it said 1/35 and when clicked it gave me that same message above. I don't know how to fix it.

I'm trying to do this with an A6700, and I'm getting this:

Using drivers Windows-MSC, Windows-MTP, Windows-vendor-specific, libusb-MSC, libusb-MTP, libusb-vendor-specific
Looking for Sony devices

Querying mass storage device
Traceback (most recent call last):
File "pmca\usb\driver\generic\libusb.py", line 85, in write
File "usb\core.py", line 986, in write
File "usb\core.py", line 113, in wrapper
File "usb\core.py", line 229, in setup_request
File "usb\core.py", line 113, in wrapper
File "usb\core.py", line 178, in managed_claim_interface
File "usb\backend\libusb0.py", line 537, in claim_interface
File "usb\backend\libusb0.py", line 447, in _check
usb.core.USBError: [Errno None] b'libusb0-dll:err [claim_interface] could not claim interface 0, win error: Cannot create a file when that file already exists.\r\n'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "pmca-gui.py", line 117, in do
File "pmca-gui.py", line 152, in start
File "pmca\commands\usb.py", line 660, in senserShellCommand
File "pmca\commands\usb.py", line 222, in getDevice
File "pmca\commands\usb.py", line 184, in listDevices
File "pmca\usb_init_.py", line 26, in init
File "pmca\usb_init_.py", line 50, in reset
File "pmca\usb\driver\generic_init_.py", line 138, in sendCommand
File "pmca\usb\driver\generic_init_.py", line 118, in writeCommand
File "pmca\usb\driver\generic_init
.py", line 97, in write
File "pmca\usb\driver\generic\libusb.py", line 87, in write
pmca.usb.driver.generic.GenericUsbException

What did you do that helped your situation? It's a different camera but I'm hoping it might work...

@Nebulater
Copy link

I managed to get the window for the language to open but when I click it I get:

Waiting for camera to switch...
Found a camera in service mode
Authenticating
Traceback (most recent call last):
File "pmca-gui.py", line 184, in do
File "pmca\platform\tweaks.py", line 179, in setEnabled
File "pmca\platform\tweaks.py", line 54, in setEnabled
File "pmca\platform\backup.py", line 78, in writeProp
File "pmca\platform\backup.py", line 49, in write
File "pmca\platform\backup.py", line 34, in write
File "pmca\platform\backend\senser.py", line 32, in writeBackup
File "pmca\usb\sony.py", line 1041, in writeBackup
File "pmca\usb\sony.py", line 993, in _sendAdjustControlPacket
Exception: Senser adjust control error 129

@koyitokyo
Copy link
Author

https://www.youtube.com/watch?v=BJhheKXs39A

try following this step by step video 😁 let me know if it works or not

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

4 participants