setti wrote:Nevertheless ive found just one typo in /mtd_rwarea/SamyGO.sh.
Yes, this typo is known, is planned to add missing ">" in next version. Not really big problem = no debug output... But thanks anyway, until now you`re second who noticed this (the first was DEUC)
setti wrote:
I've also inserted a check for /dtv/usb/sda1 before ...
if don`t mind will add this to hack image. The main problem here is that dongle can go w/o partition table and become sda instead of sda1. Must check this as well. Another possible situation - if more than one USB device is connected, so, the SamyGO root could become sdb/sdb1, sdc/sdc1 and so on. Theoretically it is possible and curent version of script doesn`t handle such possible errors.
I hope that the hospitality hack will replace the user widget sometime, so i can record ci+ encrypted chans from standby. (Autoticker is no option, as it takes hours before smarthub is up)
For only for samsung known reasons it is not possible to execute widgets from console on recent restricted firmwares. I think more realistic is to get firmware downgrade and combine hospitality hack with widget way to be started from console. Here is how the lua based widget can be started from console on SamyGO friendly firmwares.
Code: Select all
/mtd_rwarea/bin/murfd /mtd_rwarea/bin/libmurf.so luaopen_murfshell
You also can try this
set of files with another approach (and extra function) to hospitality hack. Perhaps console unlock should be added to next version of HH too

(rename serial_unlock to su2new. Ignore SamyGO.sh file, it is pre-pre-alpha version in this archive...)