[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2009-03-22 Thread quikcowboy
I Had a similar problem with a Sony Ericsson W595 with a 2GB M2 memory card, and resorted to purchasing a external card reader for a few pounds. I do have to admit this was an easy way out and avoided correcting the real problem. :( -- Free Space on Phone's SD Card Incorrect in Nautilus

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-14 Thread Daniel Holbach
Closing the bug report. ** Changed in: gnome-vfs-obexftp (Ubuntu) Status: Needs Info = Fix Released -- Free Space on Phone's SD Card Incorrect in Nautilus https://bugs.launchpad.net/bugs/116912 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-13 Thread Daniel Holbach
gnome-vfs-obexftp (0.3-0ubuntu1) gutsy; urgency=low * New upstream release: - Sync osso-gwobex and osso-gnome-vfs-extras changes from Maemo Subversion. - Instead of asking hcid to set up the RFCOMM device for communication, use an RFCOMM socket directly. This is both faster

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-13 Thread Mattias Eriksson
I have tried both 0.2 and 0.3 with my SonyEriksson z710. Both versions report 0 bytes free space, so I can't copy anyting to the phone. I tried 0.2 with my old phone K610 and that worked, but that phone didn't have a memory card. So in short... this bug still is valid for new SonyEricsson mobiles

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-13 Thread Daniel Holbach
Did you try to restart nautilus? Did you pair the phone with your machine properly? ** Changed in: gnome-vfs-obexftp (Ubuntu) Status: Fix Released = Needs Info -- Free Space on Phone's SD Card Incorrect in Nautilus https://bugs.launchpad.net/bugs/116912 You received this bug

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-13 Thread Mattias Eriksson
Just to be sure I tested again and restarted everyting (including phone, nautilus, bluez, gnome-vfs-daemon) and still not working. The phone is paired, and I can access the phone and browse the content, copy from the phone to the desktop but not to the phone. -- Free Space on Phone's SD Card

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-13 Thread Mattias Eriksson
I don't know if it helps, but it seems that there are no mem-type specified on this phone obexftp --bluetooth 00:16:B8:75:7F:34 --list Browsing 00:16:B8:75:7F:34 ... Channel: 7 Connecting...done Receiving (null)... ?xml version=1.0 encoding=UTF-8? !DOCTYPE folder-listing SYSTEM

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-13 Thread James Henstridge
Matthias: I don't think your problem is related to this bug report -- this one is about distinguishing what volume a particular directory resides on and returning the appropriate free space. Your one sounds more like faulty reporting of free space. I've heard of a few other people having trouble

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-13 Thread Mattias Eriksson
Ok, opened the bug 120214 -- Free Space on Phone's SD Card Incorrect in Nautilus https://bugs.launchpad.net/bugs/116912 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gnome-vfs-obexftp in ubuntu. -- desktop-bugs mailing list

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-12 Thread James Henstridge
Fixed in the 0.3 release. ** Changed in: gnome-vfs-obexftp (upstream) Status: Fix Committed = Fix Released -- Free Space on Phone's SD Card Incorrect in Nautilus https://bugs.launchpad.net/bugs/116912 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-11 Thread James Henstridge
I've made the above change, which seems to work at the GNOME-VFS level: import gnomevfs bda = '00:0E:ED:...' def free_space(path): ... uri = gnomevfs.URI('obex://[%s]%s' % (bda, path)) ... return gnomevfs.get_volume_free_space(uri) ... free_space('/')

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-11 Thread James Henstridge
Just tried restarting Nautilus again, and things started working. Nautilus now shows 25.2MB free on the memory card, and it let me copy a file to the memory card that wouldn't fit on the phone's memory. So this bug will be fixed for the 0.3 release (provided you have a Nokia phone, or one that

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-06-05 Thread James Henstridge
** Changed in: gnome-vfs-obexftp (upstream) Importance: Undecided = Medium -- Free Space on Phone's SD Card Incorrect in Nautilus https://bugs.launchpad.net/bugs/116912 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-05-30 Thread Daniel Holbach
Thanks for your bug report. James: do you have an idea about that? Should I forward the bug to some place? ** Changed in: gnome-vfs-obexftp (Ubuntu) Importance: Undecided = Medium -- Free Space on Phone's SD Card Incorrect in Nautilus https://bugs.launchpad.net/bugs/116912 You received

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-05-30 Thread James Henstridge
Daniel: I haven't yet set up a place to report bugs in gnome-vfs- obexftp. I should probably register it on Launchpad ... The obexftp method is just using the free space number for the first memory type. I notice the bug on my phone: it is returning the free space for the phone even though I

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-05-30 Thread Daniel Holbach
** Changed in: gnome-vfs-obexftp (Ubuntu) Status: Unconfirmed = Confirmed -- Free Space on Phone's SD Card Incorrect in Nautilus https://bugs.launchpad.net/bugs/116912 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-05-30 Thread James Henstridge
I just had a look at the OBEX spec, and it seems that this mem-type attribute is not part of the standard. In fact, the inclusion of this attribute in folder listings is the subject of one of Nokia's patent applications (http://www.freepatentsonline.com/20060095537.html), so it is probably not

[Bug 116912] Re: Free Space on Phone's SD Card Incorrect in Nautilus

2007-05-30 Thread James Henstridge
** Also affects: gnome-vfs-obexftp (upstream) Importance: Undecided Status: Unconfirmed ** Changed in: gnome-vfs-obexftp (upstream) Assignee: (unassigned) = James Henstridge Status: Unconfirmed = Confirmed -- Free Space on Phone's SD Card Incorrect in Nautilus