Help

kaktoos

Member
Messages
91
hi,
I use nemesis 2.4
I have picons in my HDD , so How can I use them without installing new picon by internet ?
Because nemesis image is large and DM 800 flash memory is very small .
How can I set my picons address on nemesis 2.4 ?

Thanks
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,546
OK ftp in to your 800 and fing this folder

media/hdd/picon and ftp all your picons to that folder and reboot.

If you dont have that folder just make one but it must be at the location media/hdd/picon
 

kaktoos

Member
Messages
91
OK ftp in to your 800 and fing this folder

media/hdd/picon and ftp all your picons to that folder and reboot.

If you dont have that folder just make one but it must be at the location media/hdd/picon

I Have that folder .
But nemesis can not identify my picons .
 

cokesux

Senior Member
Messages
190
In telnet:

Code:
ln -s /media/hdd/picon /usr/share/enigma2/picon

i.e. create a symbolic link pointing from where Nemesis expects the picons (/usr/share/enigma2/picon) to where they actually exist (/media/hdd/picon)...

--

Ps. "Help" is a truly horrible non descriptive subject for a post, you might want to think of something a little more specific next time. Some folks won't even bother reading such posts... ;)
 
Last edited:

BM300

Super VIP
Messages
886
In telnet:

Code:
ln -s /media/hdd/picon /usr/share/enigma2/picon

i.e. create a symbolic link pointing from where Nemesis expects the picons (/usr/share/enigma2/picon) to where they actually exist (/media/hdd/picon)...

--

Ps. "Help" is a truly horrible non descriptive subject for a post, you might want to think of something a little more specific next time. Some folks won't even bother reading such posts... ;)

Thanks for the tip cokesux,

May be the moderators could kindly change the subject title to "picon problem" or something similar.​
 
Top