extensions on usb?

    • i have 800se,
      if i download mytube,google maps ,subletitle player etc then the flash is full,
      picons i know how to install on usb but ipks?

      thanks

      ps:pp neverland 2.2 has memory expander plugin that removes extensions on usb,
      i ask if newnigma has something like that

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von redribo ()

    • did you install the picons on usb? skins need a lot of space!

      But do not deinstall newnigma2-HD and newnigma2Skin.new - I think that they are required


      if you need more space, it´s possible to transfer the plugins to usb in newnigma2 too. But there is no plugin recomended, you can do it manually. But it´s better to reinstall plugins and skins, which you wont need ...
      Gruß Fred

      Die Dreambox ist tot, es lebe die Dreambox

      Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von Fred Bogus Trumper ()

    • picons are on usb,

      i have download only dtv reloaded hd skin,i dont delete any skin.
      how i can transfer manuallyplugins on usb?

      i think that the developers of newnigma now that the image doesnt suport BA,they have to find a solution for the problem of space,
      maybe a plugin that make a symlink of extensions on usb will be perfect.
    • you can make the simlink like this:

      transfer plugins to usb /autofs/sdb1 is an example, replace it with the mountpoint of your stick!!!!
      1. copy the Folder Extensions to usb

      Quellcode

      1. root@dm800se:~# cp -a /usr/lib/enigma2/python/Plugins/Extensions /autofs/sdb1

      2. Remove the Folder Extensions from Flash

      Quellcode

      1. root@dm800se:~# rm -rf /usr/lib/enigma2/python/Plugins/Extensions

      3. create a symlink from /autofs/sdb1 to origin destination of Extensions

      Quellcode

      1. root@dm800se:~# ln -sf /autofs/sdb1/Extensions /usr/lib/enigma2/python/Plugins/Extensions


      now all your plugins are on usb, new one will installed there too

      but be carefull, don´t boot without stick, flashbackup will not work, I think


      if you want your Extension back in Flash (dangerous, if /Extensions needs to much space !!)

      1. delete symlink

      Quellcode

      1. root@dm800se:~# rm -rf /usr/lib/enigma2/python/Plugins/Extensions


      2. copy your Extensions back to flash

      Quellcode

      1. root@dm800se:~# cp -a /autofs/sdb1/Extensions /usr/lib/enigma2/python/Plugins


      3. delete Extensions on usb

      Quellcode

      1. root@dm800se:~# rm -rf /autofs/sdb1/Extensions


      do not reboot or restart between step 1-3 while transfering from/to usb. try it on your own risk ;)
      Gruß Fred

      Die Dreambox ist tot, es lebe die Dreambox

    • if you flash a new image the plugins on your stick are not available, because stick istn't mounted and extensions can't be updated.
      at next reboot with mounted/linked stick you have new image with old extensions!

      so don't worry and post your problems please ;)