Re: Inclusion of kio-mtp in KDE SC Release 4.11

2013-03-23 Thread Philipp Schmidt
Hi, Am Samstag, 16. März 2013, 23:31:45 schrieb mailinglist.muktw...@gmail.com: > I was testing it under Arch, Kubuntu and openSUSE and it's still a bit > buggy both - Nexus 10 and Nexus 4 work only 2 out of 10 times and I get > protocol failed error. Yes please, when I test with my 3 devices it

Inclusion of kio-mtp in KDE SC Release 4.11

2013-03-15 Thread Philipp Schmidt
Hi, the MTP Kio-Slave is finally quite stable and I also just fixed the last bug that really prevented me from trying to get it included (the get() method wasn't working). So how do I proceed? Do I need to file a request somewhere? Hints highly appreciated, as is additional testing. Cheers, P

Re: Problems with Solid in kio-slave (Slots not called, properties not updated)

2013-03-11 Thread Philipp Schmidt
Hi, Am Mittwoch, 13. Februar 2013, 08:06:35 schrieb David Narvaez: > > I have been browsing projects.kde.org for half an hour now and can't find > > the piece of code you mentioned. Could you maybe point me into the right > > direction? :D > > The relevant commit is here[0], I have local changes

Re: Problems with Solid in kio-slave (Slots not called, properties not updated)

2013-02-12 Thread Philipp Schmidt
Am Dienstag, 12. Februar 2013, 13:41:23 schrieb David Narvaez: > The implementation that went into 4.10 depends on no signal/slots and > that works, but it is of course less efficient. I've given up for the > moment in trying to find a solution, but if you manage to solve your > situation please le

Re: Problems with Solid in kio-slave (Slots not called, properties not updated)

2013-02-12 Thread Philipp Schmidt
Hi David, Am Dienstag, 12. Februar 2013, 13:41:23 schrieb David Narvaez: > I have been debugging exactly the same situation in the Activities KIO > Slave. I tried putting the affected parts in their own thread, and > that didn't work. Right now I have a processEvents() call before using > those ob

Re: Problems with Solid in kio-slave (Slots not called, properties not updated)

2013-02-11 Thread Philipp Schmidt
Am Montag, 11. Februar 2013, 18:33:59 schrieb Alex Fiestas: > On Monday 11 February 2013 16:54:30 Philipp Schmidt wrote: > > I would like my kio_mtp slave to be notified by Solid::DeviceNotifier > > events. However I can't get the Solid::Devicenotifier to work within my > &g

Problems with Solid in kio-slave (Slots not called, properties not updated)

2013-02-11 Thread Philipp Schmidt
Hi, I would like my kio_mtp slave to be notified by Solid::DeviceNotifier events. However I can't get the Solid::Devicenotifier to work within my helper thread, as slots apparently can't be called from slave itself. A QTimer::singleShot() works fine. The exact same code, put into a simple QCore

Re: Call for testing: kio-mtp - Updated repo

2012-10-01 Thread Philipp Schmidt
If you haven't found out already, the Slave is now in playground. https://projects.kde.org/projects/playground/base/kio-mtp Please use this to check it out of git: git clone git://anongit.kde.org/kio-mtp Philipp >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Call for testing: kio-mtp

2012-10-01 Thread Philipp Schmidt
Am Montag, 1. Oktober 2012, 21:35:59 schrieb Daniel Nicoletti: > Ok, > I finally had a spare time to test, and must to say it's > already really good, but coping some files from > my cellphone to the desktop worked well and then it > started crashing, the dmesg output gives a good clue which > imo

Re: Call for testing: kio-mtp

2012-09-24 Thread Philipp Schmidt
Am Montag, 24. September 2012, 17:35:02 schrieb todd rme: > Does this depend on master or can it run on KDE SC 4.9? It should even run on 4.8. Device Notificator Integration is being worked on by Alex Fiestas, that will most likely only come with 4.10, but everything else should work fine with 4

Re: Call for testing: kio-mtp

2012-09-21 Thread Philipp Schmidt
Hi, thanks for the feedback! Am Freitag, 21. September 2012, 20:27:35 schrieb Ben Cooksley: > Thanks for writing this - it makes using an Android device > significantly easier I must say. > It worked perfectly fine with the Android tablet I tested it with. Perfectly is not the word I'd use, ther

Re: Call for testing: kio-mtp

2012-09-17 Thread Philipp Schmidt
Am Montag, 17. September 2012, 12:43:45 schrieb Daniel Nicoletti: > Ah another thing you said you open/close the device when talking to > it, that seems > fine but I noticed that it seems mtp has a limitation that you need to list all > files on a device before using, at least pluging a device ful

Re: Call for testing: kio-mtp

2012-09-17 Thread Philipp Schmidt
Am Montag, 17. September 2012, 12:09:15 schrieb Daniel Nicoletti: > Congrats! Thanks ;). > as soon as I got some spare time I'll take a look, > some time ago I found your code on some list and > was willing to continue it since I very upset with > mtp and linux (of course because of my new Androi

Call for testing: kio-mtp

2012-09-17 Thread Philipp Schmidt
Hello everyone, about half a year ago I boldly stated that I would implement a MTP KIO Slave. Well, my master thesis and other stuff kept me busy and from that work, but when I read that a Gnome developer published his first version of a GVFS implementation…. Well, let's say that competition is

Re: Get the source size from KIOSlave

2012-07-31 Thread Philipp Schmidt
Am Dienstag, 31. Juli 2012, 15:03:06 schrieben Sie: > On Tuesday 31 July 2012 10:23:11 Philipp Schmidt wrote: > > Hi, > > > > Am Dienstag, 17. Juli 2012, 13:30:53 schrieb David Faure: > > > On Tuesday 17 July 2012 13:16:56 David Faure wrote: > > >

Re: Get the source size from KIOSlave

2012-07-31 Thread Philipp Schmidt
a tempfile atm). Seeing as 4.9 has been tagged already, this will probably first be available in 4.10, right? Cheers, Philipp Schmidt >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Request for moving a project to playground: what's the reviewboard address for?

2012-02-06 Thread Philipp Schmidt
. I presume that reviewboard requests are sent to it, so big projects would probably use a mailinglist. So is it wise to use ones own email or is a seperate one smarter? Regards Philipp Schmidt >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

KIO: Get total size of data to be transmitted in put() method

2012-01-27 Thread Philipp Schmidt
Hi, in order to get file-transfers over MTP working without the need to buffer data in a temp-file I need to know the total filesize. Is that possible with KIO or do I have to put the entire data in a tempfile and then upload? Kind regards Philipp Schmidt >> Visit http://mail.kde.org/m

Can't use read() in class derived from KIO::SlaveBase

2012-01-16 Thread Philipp Schmidt
Hi, while implementing the get() method of my MTP Kio-Slave I ran into the problem that SlaveBase implements a read() function itself, therefore the compiler tells me there is no candidate for read(int fd, void* buffer, int length) [...]/kio_mtp.cpp:160:50: error: no matching function for call

Re: KIO-MTP development

2012-01-14 Thread Philipp Schmidt
, Philipp Schmidt wrote: > Hi all, > > > > this week I started developing a KIO-Slave for MTP since I now have a Galaxy > Nexus and like accessing it via Dolphin and not having to use mtpfs. You can > find it on github: > > > > https://github.com/hefeweiz3n/kio-mtp >

KIO-MTP development

2012-01-13 Thread Philipp Schmidt
shows them in Dolphin etc. Help is also appreciated :). Regards Philipp Schmidt >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<