|
2008-03-27
, 11:25
|
|
Posts: 1,412 |
Thanked: 594 times |
Joined on Aug 2005
@ Recife, Brazil
|
#122
|
|
2008-03-27
, 11:40
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#123
|
|
2008-03-27
, 13:58
|
|
Posts: 1,412 |
Thanked: 594 times |
Joined on Aug 2005
@ Recife, Brazil
|
#124
|
|
2008-03-27
, 15:23
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#125
|
Also, did you see the we are going to upload the desktop version for people to be able to test their plugins without needing to send to device etc
I will also ask you one thing : I really need the maemo extras statistics but for me (I don't know if my dns / proxy problem) I cannot access your site since last week! :/
can you send it to me on my handful AT gmail email ?
I would be just great!
|
2008-03-27
, 15:45
|
Posts: 6 |
Thanked: 0 times |
Joined on Mar 2008
|
#126
|
Neil -- no problem.
Let's say you want to make your youtube video directory on your external SD card (/media/mmc1):
mkdir /media/mmc1/youtube
this will create the directory. Now, we'll move the already collected files in your canola youtube directory there:
mv /home/user/.canola/youtube/videos/* /media/mmc1/youtube/
that'll put everything you've collected so far into the new directory. Now that the directory is empty, you can remove it:
rmdir /home/user/.canola/youtube/videos/
now, just create the link:
ln -s /media/mmc1/youtube/ /home/user/.canola/youtube/videos/
when you next start up canola, it'll find all the stuff you've previously saved there, in the new directory.
|
2008-03-27
, 15:49
|
Posts: 22 |
Thanked: 0 times |
Joined on Dec 2007
|
#127
|
Well, that is a bug it should have shown that but I think in your case it fails even before the error is throw ;/
Anyways you give us some hint, and we will try to reproduce to add the correct error messages.
Marcelo
|
2008-03-27
, 20:28
|
|
Posts: 566 |
Thanked: 145 times |
Joined on Feb 2008
@ Tallahassee, FL
|
#128
|
what i am doing wrong here?
|
2008-04-09
, 03:23
|
Posts: 22 |
Thanked: 0 times |
Joined on Dec 2007
|
#129
|
i didn't try to create the link to my memory card, but i did removed alot of file the internal memory, now have 59mb free space, but still don't work for me
I notice one problem may be related, that is now seem can't watch youtube on the browser anymore, but still no problem on the mytube.
Saka
|
2008-04-09
, 12:49
|
|
Posts: 1,412 |
Thanked: 594 times |
Joined on Aug 2005
@ Recife, Brazil
|
#130
|
Anyway, I will try it out later. Thanks!
Saka