I tried to hide "su" binary in renaming the /system/xbin of my TV palyers. The TV player is starting well with the LeelBox splash screen but it froze at the end of the animation.
I've got the recovery menu start but I didn't find any firmware from Leelbox to download.
Which one could I use to substitute?
I'm trying to be connected on the devices with adb :
My Linux PC could see the AMLogic device with the lsusb command.
:~$ lsusb
.../...
Bus 001 Device 019: ID 1b8e:c003 Amlogic, Inc.
I think I configured well adb rules
:~$ more /etc/udev/rules.d/51-android.rules
.../...
# adb protocol amLogic
SUBSYSTEM=="usb", ATTR{idVendor}=="1b8e", ATTR{idProduct}=="c003", MODE="0600", OWNER="user"
../..
:~$ adb devices -l
List of devices attached
Any help are welcome