Notices


Reply
Thread Tools
Posts: 1 | Thanked: 0 times | Joined on Feb 2007
#1
Hi all,

Does anyone know if there is a webdav client for the N800, or whether there is any other tool available that I could use to mount my .mac iDisk on my N800?

Thanks,
John
 
Posts: 92 | Thanked: 0 times | Joined on Oct 2005
#2
I have been looking for the same so I can access my iDisk from my N810. Is there an app that has WebDav support? Thanks.

Jeff
 
tz1's Avatar
Posts: 716 | Thanked: 236 times | Joined on Dec 2007
#3
I did one for chinook (requires a number of kernel modules, coda or fuse, plus libneon, and a few other things).

Briefly, it does work and mounts mac iDisks. But it works from the xterm and needed scripts. I haven't tested under Diablo (I might try, but I have a few other things in the queue).

(Just tested under Diablo, it works)

http://www.zdez.org/nokdavfs2-0.0.1.deb

Depends on the fuse filesystem including the kernel module (fuse.ko - there is a package for this) and/or coda (coda.ko)

BUT after installing the deb, it also requires the following things to fix it as root:
(missing deb postinst I never really finished)

Code:
chown root /usr/etc/davfs2/secrets
chmod 0600 /usr/etc/davfs2/secrets
echo "davfs2:*:1234" >>/etc/group
echo "davfs2:*:1234:1234:davfs:/usr/etc/davfs2:/bin/sh" >>/etc/passwd
mv /usr/bin/mount.davfs /usr/bin/umount.davfs /sbin
mkdir /media/idisk
mount -t davfs http://idisk.mac.com/YOURNAME/ /media/idisk
will ask for username YOURNAME@mac.com and password

Note there is probably a better way to create the davfs2 user and group, it probably shouldn't have a shell.

I should add a maemo project for this...
 

The Following 2 Users Say Thank You to tz1 For This Useful Post:
Matyas's Avatar
Posts: 87 | Thanked: 25 times | Joined on Jul 2007 @ Italy
#4
Dear tz1,

Thank you for this contribution, it will be very useful. however, I can not make it work with Diablo. I have installed fuse, typed the code you reported, then tried the mount [...]. it simply say failed.

Do you have any advise,

Best regards,

Mattia
__________________
Nouveau venu ? Je peux vous aider :

Toutes les informations utiles (pages encore en anglais) : Présentez-vous à la communauté , L'essentiel pour bien commencer, Débuter sur Maemo 4 (N800 - N810), Le Wiki sur Maemo 5 (N900), La FAQ, Le sous-forum dédié aux communautés

En cas de souci, n'hésitez pas à me poser vos questions!

----------------

Benvenuto! Se hai bisogno di aiuto, sono a disposizione.
Ecco dove iniziare (in inglese):

Presentazioni dei nuovi iscritti,Primi passi per nuovi iscritti, Wiki per chi inizia con Maemo 4 (N800 - N810), Wiki per chi inizia con Maemo 5 (N900), FAQ, Subforum della Comunità

In caso di dubbi o domande non esitare: contattami!
 
Matyas's Avatar
Posts: 87 | Thanked: 25 times | Joined on Jul 2007 @ Italy
#5
I solved using the fuse packages found at this internet site: http://nakkiboso.com/maemofuse/

Extremely useful to upload vacation pictures to a remote location...

you have to install fuse_2.7.3_armel.deb neon_0.28.1_armel.deb davfs2_1.3.0_armel.deb and then mount -t davfs http://idisk.mac.com/YOURNAME/ /media/idisk
__________________
Nouveau venu ? Je peux vous aider :

Toutes les informations utiles (pages encore en anglais) : Présentez-vous à la communauté , L'essentiel pour bien commencer, Débuter sur Maemo 4 (N800 - N810), Le Wiki sur Maemo 5 (N900), La FAQ, Le sous-forum dédié aux communautés

En cas de souci, n'hésitez pas à me poser vos questions!

----------------

Benvenuto! Se hai bisogno di aiuto, sono a disposizione.
Ecco dove iniziare (in inglese):

Presentazioni dei nuovi iscritti,Primi passi per nuovi iscritti, Wiki per chi inizia con Maemo 4 (N800 - N810), Wiki per chi inizia con Maemo 5 (N900), FAQ, Subforum della Comunità

In caso di dubbi o domande non esitare: contattami!
 

The Following 3 Users Say Thank You to Matyas For This Useful Post:
jukey's Avatar
Posts: 246 | Thanked: 204 times | Joined on Jun 2007 @ Potsdam (Germany)
#6
Originally Posted by Matyas View Post
I solved using the fuse packages found at this internet site: http://nakkiboso.com/maemofuse/

Extremely useful to upload vacation pictures to a remote location...

you have to install fuse_2.7.3_armel.deb neon_0.28.1_armel.deb davfs2_1.3.0_armel.deb
This works fine but..
and then mount -t davfs http://idisk.mac.com/YOURNAME/ /media/idisk
...if I do this i get an error message:
Code:
mount: mounting http://mywebdavdomain.com/ on /mnt/test/ failed
Any idea?

Edit: /etc/davfs seems to be emty - could this be the problem?
Edit2: I used the opton -o for debug information and got the message: mount: can't find /mnt/test/ in /etc/fstab
What I have to put into fstab?
__________________
-> Join the SailfishOS Meetup Berlin - every first Monday a month <-

Me on twitter

Last edited by jukey; 2009-08-04 at 16:37.
 
Matyas's Avatar
Posts: 87 | Thanked: 25 times | Joined on Jul 2007 @ Italy
#7
Originally Posted by jukey View Post
This works fine but..


...if I do this i get an error message:
Code:
mount: mounting http://mywebdavdomain.com/ on /mnt/test/ failed
Any idea?

Edit: /etc/davfs seems to be emty - could this be the problem?
Edit2: I used the opton -o for debug information and got the message: mount: can't find /mnt/test/ in /etc/fstab
What I have to put into fstab?
Hi!

I personally mount the webdav share to a directory inside "user". The actual mount require the use of gainroot

I hope it was of any help.

Best Regards,
Matyas
__________________
Nouveau venu ? Je peux vous aider :

Toutes les informations utiles (pages encore en anglais) : Présentez-vous à la communauté , L'essentiel pour bien commencer, Débuter sur Maemo 4 (N800 - N810), Le Wiki sur Maemo 5 (N900), La FAQ, Le sous-forum dédié aux communautés

En cas de souci, n'hésitez pas à me poser vos questions!

----------------

Benvenuto! Se hai bisogno di aiuto, sono a disposizione.
Ecco dove iniziare (in inglese):

Presentazioni dei nuovi iscritti,Primi passi per nuovi iscritti, Wiki per chi inizia con Maemo 4 (N800 - N810), Wiki per chi inizia con Maemo 5 (N900), FAQ, Subforum della Comunità

In caso di dubbi o domande non esitare: contattami!
 
Reply


 
Forum Jump


All times are GMT. The time now is 04:37.