AllShare (MirrorLink, Miracast...) not working after rooting
Re: AllShare (MirrorLink, Miracast...) not working after roo
we don`t play with drm. Weird that mir* stuff won`t work. You could disable scripts one by one and check, maybe here is some certain script/module what prevents your app to work correctly.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: AllShare (MirrorLink, Miracast...) not working after roo
file: /mnt/etc/init.d/01_01_catch_crap.init
line 30:

When i comment it out Mirrorlink starts to work. But all other rooting stuff stops to work. Is there any way to "live" rmmod this module?
line 30:
Code: Select all
insmod $MOD_DIR/kernel/drivers/pty/anyver.ko || dmesg | tail >> $LOGFILE 2>&1

When i comment it out Mirrorlink starts to work. But all other rooting stuff stops to work. Is there any way to "live" rmmod this module?
Code: Select all
# rmmod anyver.ko
rmmod: chdir(3.8.13): No such file or directory
# depmod
depmod: chdir(3.8.13): No such file or directory
# modinfo anyver.ko
modinfo: can't open '/lib/modules/3.8.13/modules.dep': No such file or directory
Re: AllShare (MirrorLink, Miracast...) not working after roo
Well. Possible to get stuff working without that module.
Your kernel requres modules, version 0128. Modules we shipp with samyext4 are 0128. the anyver.ko makes your kernel happy with modules different version. Basically, we don`t know what exact module prevents miracast from starting. Maybe anyver does something by self, but i think this is problem of other modules.
Leave01_01_catch_crap.init script and anyver.ko enabled and try to disable other (one by one). Check for miracast after every script disable (reboot first).
Your kernel requres modules, version 0128. Modules we shipp with samyext4 are 0128. the anyver.ko makes your kernel happy with modules different version. Basically, we don`t know what exact module prevents miracast from starting. Maybe anyver does something by self, but i think this is problem of other modules.
Leave01_01_catch_crap.init script and anyver.ko enabled and try to disable other (one by one). Check for miracast after every script disable (reboot first).
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: AllShare (MirrorLink, Miracast...) not working after rooting
Is there a solution for this problem yet? Also in latest samygo it is still an issue 

*** UE40H6470 *** F/W: T-MST14DEUC-2130.0 *** OTA & OTN disabled ***
Re: AllShare (MirrorLink, Miracast...) not working after rooting
Screen Mirror at least fixed:
1) Important do that first!! Go to /dtv/usb/sd* and make a backup of your samyext4.img
2) Disable that script by renaming /mnt/etc/init.d "01_01_catch_crap.init" to "01_01_catch_crap.dis".Reboot TV.Working at H series with firmware MST14
If root is not working for you take out usb stick and copy back samyext4.img (from backup) to samygo folder.
1) Important do that first!! Go to /dtv/usb/sd* and make a backup of your samyext4.img
2) Disable that script by renaming /mnt/etc/init.d "01_01_catch_crap.init" to "01_01_catch_crap.dis".Reboot TV.Working at H series with firmware MST14
If root is not working for you take out usb stick and copy back samyext4.img (from backup) to samygo folder.
Re: AllShare (MirrorLink, Miracast...) not working after rooting
Disable SSH ONLY it is said to help with your shitty shit 

I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
Re: AllShare (MirrorLink, Miracast...) not working after rooting
I checked all modules and its defintive thats avyver.ko its causing the miracast/mirrorlink bug,
Another way to bypass anyver.ko?
Another way to bypass anyver.ko?
Re: AllShare (MirrorLink, Miracast...) not working after rooting
I disabled sshd and it is working as well.
*** UE40H6470 *** F/W: T-MST14DEUC-2130.0 *** OTA & OTN disabled ***
Re: AllShare (MirrorLink, Miracast...) not working after rooting
Seems consistent that disabling anyver.ko solves issue since any further module insertion fails then.
Disabling only ssh is enough though
Disabling only ssh is enough though

I do NOT receive any PM. Please use forum.
Re: AllShare (MirrorLink, Miracast...) not working after rooting
Yes you are right.But there is somethinhg strange i disable ssh.init and all ok.zoelechat wrote:Seems consistent that disabling anyver.ko solves issue since any further module insertion fails then.
Disabling only ssh is enough though
But there are still port 3023 open ssh (that doesnt work) ?With SSH initiated only work port 22 (not 3023)