Reply
Thread Tools
erendorn's Avatar
Posts: 738 | Thanked: 983 times | Joined on Apr 2010 @ London
#21
1) cd = change directory, cp = copy
2) go to /dev/mmcblk1p1/ and type ls to see if it is the good folder. I would think it would be meego root, and you better use /dev/mmcblk1p1/home/something/music (I don't know what something is, and you may have to create the music folder)
3) folders are case sensitive mydocs != MyDocs
4) you can autocomplete folders name by hitting "tab". If you type "cp -R /h" and then tab, it will finish the folder (you will have "cp -R /home")
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#22
yes i know i typed mydocs here. type MyDocs in phone. hey and i did use /dev/mmcblk1p1/audio/music but it said no such directory
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#23
hey i am sorry if im not getting it. can u please tell me a set of commands? like with choices if one doesnt work then i should try other? can u like tell me some commands to just import music? it would be reallty helpful
thanks in advance
 
erendorn's Avatar
Posts: 738 | Thanked: 983 times | Joined on Apr 2010 @ London
#24
Seriously, try to search or understand what you are doing. if you don't, there is no need to help you. Meego is not ready for you if you can't understands these basics.
I'll list commands here, SEARCH GOOGLE for the ones you don't understand.
DON'T write commands on your phone that you don't understand.

Code:
sudo gainroot
mkdir /media/meego
mount -t ext4 /dev/mmcblk1p1 /media/meego/
cp -R /home/user/MyDocs/.sound/* /media/meego/home/meego/Music/
chown -R 500:500 /media/meego/home/meego/Music
umount /media/meego/
#remove sd card to be sure
rm -R /media/meego
exit
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#25
i should write this on maemo?
 
erendorn's Avatar
Posts: 738 | Thanked: 983 times | Joined on Apr 2010 @ London
#26
yes


(need 10 char)
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#27
hey i wrote the mount code but it said wrong fs typr bad option bad superlock. then i used dmesg l tail n it gave me cant find ext4 filesystem
 
erendorn's Avatar
Posts: 738 | Thanked: 983 times | Joined on Apr 2010 @ London
#28
if you have power kernel it should work (worked on mine). Can't help you on that one. recheck spelling.
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#29
hey sorry wrote it on meego. now on maemo and after mount command i get no such file. i checked for typos
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#30
i dont have power kernel isntalled right now
 
Reply

Tags
epic facepalm, rtfm dude!, spoonfeed alert, this is classic, yasirrfc


 
Forum Jump


All times are GMT. The time now is 06:00.