Hi,
I tried to root my ES8090 with SW 002005 to install OSCAM.
Unfortunattly it failed with the same message as in
viewtopic.php?p=84219#p84219
Here is what I did:
1. I created a 4GB fat USB Stick with 2 folders:
The Data Folder contains:
Code: Select all
128mb.xfs
data.zip
run.sh
samyext4.img
UEP_killer.sh
The SamyGo-F Folder contains:
Code: Select all
config.xml
index.html
widget.info
.settings
CSS
data
icon
JavaScript
The run.sh:
Code: Select all
#!/bin/sh
for USB in ${1:- \
/dtv/usb/sd* } ; do
echo "checking $USB"
sleep 1
if [ -e "$USB/SamyGO_data/samyext4.img" ];
then
echo "Found USB at: $USB"
echo "OK" > "$USB/SamyGO2.txt"
samygo_data_dir="$USB/SamyGO_data"
fi
done
cd /tmp
if [ -z "$samygo_data_dir" ]
then
echo "SamyGO_data not found."
exit 1
fi
rm "$samygo_data_dir/sam.log"
/bin/sh -x "$samygo_data_dir/run1.sh" >> "$samygo_data_dir/sam.log" 2>&1
#/bin/sh -x "$samygo_data_dir/run1.sh" >> /mtd_rwcommon/sam.log 2>&1
2. I plug the stick to the TV and Reboot. Then I start samygo installation but it installs in endless cycles. I had to press return on the Remote to stop that process.
3. After Reboot the Samygo Icon was there, but no telent or FTP access.
4. So now I deinstalled the samygo apps...
Now I have some Questions before I try next:
- Are the files on the stick complete?
- Is the run.sh the right one?
- Is it worth to try other sticks? Are a 8GB stick in fat32 usable?
- Do I have to leave the stick for ever in the TV? (I read some posts were people took the stick off and it worked well...)
- Do I have to deinstall and install newly (like I did now) or just install again or just plug another stick with the same files?
- Do the other functions like timeshift still work after rooting?
Thanks for your Support...