- Amiko Alien SHD 8900 HD — Spark.How to ad and delete Emu plugins. How to add CCCAM/NEWCAMD client support on the Amiko Alien 2. CCCAM C: example.server. Enigma2 plugin softcams cccam arm 2.3.1 r0 OpenPLi 6.x all: 14:46. New enigma 2 plugin OscamSmartcard 2.4 HD+: HD01, HD02, HD03, HD04: 16:44.
- Mipsel is used for old boxes dm800 clones with old openpli 2.1 sh4 is used for boxes like spark. How to upload CCcam.cfg and CCcam.prio into Dreambox 800HD.
- Cccam 2 2 1 Enigma2 Spark 8900 Download
- Cccam 2 2 1 Enigma2 Spark 8900 Manual
- Cccam 2 2 1 Enigma2 Spark 8900 Software
- Cccam 2 2 1 Enigma2 Spark 8900 Camera
- Cccam 2 2 1 Enigma2 Spark 8900 Manual
New Emu Firmware 1.2.48 For AMIKO2 25.May.2012 Latest Firmware For AMIKO ALIEN2 v.1.2.48 Release Notes for v1.2.48 New Features: Updated 3G Modem Drivers(Huawei E1752, E173, E367, Sierra AirCard 250U) Provider List selection for 3G Modems, User Font support for the On-Screen Display(.TTF,.TTC formats)(Loadable from external USB storages). July 6, 2018 March 26, 2021 admine2 CCcam, CCcam.cfg, CCcam.prio, CCcam.providers, Dreambox, emu, enigma2, OpenATV, OpenATV 6.2, softcam, Vu+, Vuplus Here is a tutorial on the installation and configuration of CCcam on the Vu+ decoder under a OpenATV 6.2 image.
To install it inside a box you can login with telnet or ssh. The command to install is opkg install httplink
example:
opkg install http://example.com:8000/enigma2/XtreamTV_0.0.1_armv7a.ipk
opkg install http://example.com:8000/enigma2/XtreamTV_0.0.1_mips32el.ipk
opkg install http://example.com:8000/enigma2/XtreamTV_0.0.1_mipsel.ipk
opkg install http://example.com:8000/enigma2/XtreamTV_0.0.1_sh4.ipk
Information about which you version you need to install on boxes
Mips32el is used for the most boxes. Example VU zero, Vu Duo, Zgemma and mostly above openpli 4 boxes or new images.
Mipsel is used for old boxes dm800 clones with old openpli 2.1
sh4 is used for boxes like spark
armv7a is used by new boxes like vu 4k and gigablue sf4008
So most used and strongly suggested is using the mips32el.
When u have it installed the plugin should appear in the menu called XtreamTV, open this and there will be an MAC written. You have to send us this MAC address, after that we can verify and activate the box.
If you want to remove the plugin from the box, u can write
Cccam 2 2 1 Enigma2 Spark 8900 Download
opkg remove XtreamTV
its also possible to install again after this command.
Dear Goldern Members,Here's the easiest / simplest method to increase the flash memory of your spark 7162 or any other enigma2 receiver. This method is best for Spark and Old DreamBox receivers.
Note: By this way you can shift many folders like; cam folder, keys folder, skins folder, plugins folder etc your receiver flash memory to USB / Hard Drive.
There are two methods
1- By TelNet Method (for this method first copy paste your desired folder to USB and then give below command through Telnet
ln -sf '/autofs/sda1/tuxbox' '/etc/tuxbox'; echo '>>> DONE <<<';
Definitions / Explanations for the above command line
ln -sf ' ____________________ (is compulsory)
/autofs/sda1/tuxbox ________ (is path to folder in your USB)
' ' ________________________ (is again compulsory)
/etc/tuxbox _______________ (is shortcut for a folder you want to move to USB)
'; echo '>>> DONE <<<'; ______ (is compulsory).