Trollkilla wrote:i would like to know if the DEVS of this project have thought or are planning to make this project work on a cfw ps3 ?
i know this in beta right now but i think making this work on cfw ps3 ‚ would help the scene move forward faster.

I don't have any experience with the PS3, but IF the current SDK (whether it is an open source one or Sony's official one) supports USB I/O AND someone ports/ported libusb or libopenusb to it, then it will be very easy to port libvitamtp over.
Now, while I am in this thread. If any developers are interested, I would love to have help writing a reference implementation for
https://github.com/yifanlu/VitaMTPdridri has been a TON of help, but his implementation is too advanced (having a database and such) to be considered "example code". It is a great end-user client that uses libvitamtp, but, I would like to write some heavily commented, and simple code that shows all the features of libvitamtp. Basically, it should contained all the features of the official CMA, but nothing more (a command line tool, no database, etc) written in simple C code.
Here's what I have so far:
https://github.com/yifanlu/VitaMTP/blob ... /opencma.c for you developers to get an idea of what I'm trying to do. As you can see, some functions have been implemented, but most are still undone.