View Single Post
Old 12-04-2009, 04:03 PM   #15
Willo142
Enthusiast
Willo142 began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Sep 2009
Device: None
Thumbs down

Quote:
Originally Posted by silentspoon View Post
None of the people who developed the Universal Flasher, libprs, or the ebook python script, have responded to this thread with suggestions. When I didn't get support using ebook.py, I pretty much gave up on that path. I don't know if it's because I'm not asking the right questions, but I never got a response from the mobileread 'technical staff'.

I too saw some information on connecting at a low-level with libprs, but I don't know anything further. If I find anything, I'll let you know. Sony may reject my epub update because of this, so I'm still interested in uncovering a solution.

Depending on how technical you are, someone may have a pinout listed on here so that we could create a jtag cable and interface directly with the device via a console.
thats what im working on now, Luckily im pretty handy with Python, and iv managed to get the lib usb drivers too work and recognise it.

heres the output
Spoiler:
Code:
Device: \\.\libusb0-0002--0x054c-0x029b
  Device class: 0
  Device sub class: 0
  Device protocol: 0
  Max packet size: 32
  idVendor: 1356 (0x054c)
  idProduct: 667 (0x029b)
  Device Version: 01.00
  Configuration: 1
    Total length: 32
    selfPowered: 0
    remoteWakeup: 0
    maxPower: 232
    Interface: 0
    Alternate Setting: 0
      Interface class: 255
      Interface sub class: 0
      Interface protocol: 0
      Endpoint: 0x81L
        Type: 2
        Max packet size: 64
        Interval: 0
      Endpoint: 0x2L
        Type: 2
        Max packet size: 64
        Interval: 0
  Configuration: 2
    Total length: 32
    selfPowered: 1
    remoteWakeup: 0
    maxPower: 4
    Interface: 0
    Alternate Setting: 0
      Interface class: 255
      Interface sub class: 0
      Interface protocol: 0
      Endpoint: 0x81L
        Type: 2
        Max packet size: 64
        Interval: 0
      Endpoint: 0x2L
        Type: 2
        Max packet size: 64
        Interval: 0
Bus bus-0 Device \\.\libusb0-0002--0x054c-0x029b: ID 054c:029b Sony
<usb.DeviceHandle object at 0x013B2260>


so at least theres hope, im just wondering weather such a high level language can write too flash, looking at Ebook.py it should be able too, because you/i could change the mode into normal (although it didnt help lol)

i hope they reply, it will make the whole situation a bit easier.

if it does come back fixed, Wanna buy mine for $80? :P

as for the pinout.
Spoiler:


i dont fancy soldering that bad-boy lol

Last edited by Willo142; 12-04-2009 at 04:17 PM.
Willo142 is offline   Reply With Quote