Index: /ipk/source.sh4/swapemus_gbox_804/CONTROL/control
===================================================================
--- /ipk/source.sh4/swapemus_gbox_804/CONTROL/control	(revision 18496)
+++ /ipk/source.sh4/swapemus_gbox_804/CONTROL/control	(revision 18497)
@@ -1,5 +1,5 @@
 Package: enigma2-plugin-swapemus-gbox.804
 Version: 1.0
-Description: gbox 804 with autoident for card hd+, skyde and Configs! SWAPSTICK IS NEEDED!
+Description: gbox 804 and Configs! SWAPSTICK IS NEEDED!
 Section: swapemus
 Priority: optional
Index: k/source.sh4/swapemus_gbox_804/var/swap/bin/startgbox_804_swap
===================================================================
--- /ipk/source.sh4/swapemus_gbox_804/var/swap/bin/startgbox_804_swap	(revision 18496)
+++ 	(revision )
@@ -1,61 +1,0 @@
-#!/bin/bash
-#
-
-echo start
-rm /tmp/gbox.read
-(sleep 5;touch /tmp/gbox.kill)&
-/var/swap/bin/gbox_804_swap > /tmp/gbox.read
-
-echo "###########################################################################################"
-echo "###########################################################################################"
-echo "###########################      read CAM IDent       #####################################"
-echo "###########################################################################################"
-echo "###########################################################################################"
-
-card1=`cat /tmp/gbox.read | grep "CAM IDent" | grep -v UA:0x | cut -d ":" -f3`
-
-if [ ! -z "$card1" ];then 
-	echo "[startgbox] card1 $card1"
-
-	#| sed -e 's/.\{7\}$//'
-	v1=`echo $card1 | cut -c1`
-	v2=`echo $card1 | cut -c2`
-	v3=`echo $card1 | cut -c3`
-	v4=`echo $card1 | cut -c4`
-	v5=`echo $card1 | cut -c5`
-	v6=`echo $card1 | cut -c6`
-	v7=`echo $card1 | cut -c7`
-	v8=`echo $card1 | cut -c8`
-	
-	rsa1="$v1$v2 $v3$v4 $v5$v6 $v7$v8"
-	echo "[startgbox] rsa1 $rsa1"
-	
-	sed "s/B: {.*/B: { $rsa1 { A7 64 2F 57 BC 96 D3 7C }}/" -i /var/swap/keys/nagra
-fi
-
-card2=`cat /tmp/gbox.read | grep "CAM IDent" | grep UA:0x | cut -d ":" -f3 | sed -e 's/^0x//'`
-
-if [ ! -z "$card2" ];then 
-	echo "[startgbox] card2 $card2"
-
-	#| sed -e 's/.\{7\}$//'
-	v1=`echo $card2 | cut -c1`
-	v2=`echo $card2 | cut -c2`
-	v3=`echo $card2 | cut -c3`
-	v4=`echo $card2 | cut -c4`
-	v5=`echo $card2 | cut -c5`
-	v6=`echo $card2 | cut -c6`
-	v7=`echo $card2 | cut -c7`
-	v8=`echo $card2 | cut -c8`
-	
-	rsa2="$v1$v2 $v3$v4 $v5$v6 $v7$v8"
-	echo "[startgbox] rsa2 $rsa2"
-	
-	sed "s/B: {.*/B: { $rsa2 { A7 64 2F 57 BC 96 D3 7C }}/" -i /var/swap/keys/nagra
-fi
-
-if [ ! -z "$card1" ] && [ ! -z "$card2" ];then 
-	sed "s/B: {.*/B: { $rsa1 { A7 64 2F 57 BC 96 D3 7C }}\nB: { $rsa2 { A7 64 2F 57 BC 96 D3 7C }}/" -i /var/swap/keys/nagra
-fi
-
-/var/swap/bin/gbox_804_swap &
Index: /ipk/source.sh4/swapemus_gbox_804/var/swap/etc/gbox_804_swap.emu
===================================================================
--- /ipk/source.sh4/swapemus_gbox_804/var/swap/etc/gbox_804_swap.emu	(revision 18496)
+++ /ipk/source.sh4/swapemus_gbox_804/var/swap/etc/gbox_804_swap.emu	(revision 18497)
@@ -1,4 +1,4 @@
-emuname  =Gbox 804 swap
-binname  =gbox_804_swap
-startcam =/var/swap/bin/startgbox_804_swap
+ emuname  =Gbox Version 802 swap
+binname  =gbox_802_swap
+startcam =cd /var/swap/bin; ./gbox_804_swap &
 stopcam  = touch /tmp/gbox.kill
