Page 5 of 5

Re: [App] rccli K/M/Q, send keys from cmdline (no root required)

Posted: Thu Mar 26, 2020 9:43 am
by slawqo
mu6470 firmware dump ... from emmc new board (never used) and 2 eeproms

ori update file UHD: https://drive.google.com/open?id=1CkMCo ... r0W0buktyX

ori update file FHD: https://drive.google.com/open?id=1GNn26 ... qvACLRcprZ

DUP FILE: https://drive.google.com/open?id=1icPUL ... Sd7nIyy0At

IC's dumps:
smu6xxx_IC_DUMPS.rar
PM 4 pass 2 main emmc dump

Re: [App] rccli K/M/Q, send keys from cmdline (no root required)

Posted: Tue Mar 31, 2020 6:16 pm
by spiderjuka
Hello,

I need to eccli for TP-Link Archer C7 (mips24kc).
I downloaded OpenWrt Build System from https://github.com/openwrt/openwrt.git
I prepared /compiled openwrt system without problem.
Unfortunatelly I don't know how to use libwebsockets library - I downloaded github but during compilation some errors occured - see logs
https://pastebin.com/H79YmBt5

Could you help me?
Maybe you can make me rccli for mips24ck?

Thank you.
Best Regards

Re: [App] rccli K/M/Q, send keys from cmdline (no root required)

Posted: Tue Mar 31, 2020 8:18 pm
by zoelechat
Well, from the beginning I used a dubious version of libwebsockets, and when I realized I was bored...
You can comment the faulty ssl condition in code, it's not used/supported anyway.

ps: otherwise if you've got a link, or the exact name of toolchain ('mips24kc' is not enough to decide), I think I've got a dd-wrt package somewhere :)

Re: [App] rccli K/M/Q, send keys from cmdline (no root required)

Posted: Wed Apr 01, 2020 3:28 pm
by spiderjuka
Hello,

Thank you for the hint! After put comments in couple places - compile process was passed OK.
In addition I had to downloaded zlib libraries to complete the process successfully.
Finally rccli works on OpwnWRT TP-Link Archer C7!

Best Regards.
Jerzy Dybczak.

Re: [App] rccli K/M/Q, send keys from cmdline (no root required)

Posted: Wed Oct 14, 2020 9:21 pm
by hotm
zoelechat wrote: Sun Dec 02, 2018 9:10 pm No need to report fw>=1250 anymore now 1st (and last) post explicitly tells it won't work.
My new TV is UE32M5502 firmware T-KTSDEUC 1241.0 (came with this firmware from the store).
The rccli windows application works like a charm!
From windows thow, rccli cannot send INFO+FACTORY , because cannot pipe two commands like in linux.

Re: [App] rccli K/M/Q, send keys from cmdline (no root required)

Posted: Wed Oct 14, 2020 10:53 pm
by zoelechat
hotm wrote: Wed Oct 14, 2020 9:21 pm From windows thow, rccli cannot send INFO+FACTORY , because cannot pipe two commands like in linux.
No pipe there, but only successive launches (INFO then FACTORY)
You can use && between commands for one-liner in Windows (and Linux!)

Re: [App] rccli K/M/Q, send keys from cmdline (no root required)

Posted: Sat Sep 25, 2021 7:17 pm
by hotm
Is there a possibility for launching rccli from Wan and control TV in Lan? Does it work on certain port ?

Re: [App] rccli K/M/Q, send keys from cmdline (no root required)

Posted: Sat Sep 25, 2021 7:56 pm
by zoelechat
As long as given IP/hostname is reachable, forwarded port shouldn't matter... It connects to port 8001.

Re: [App] rccli K/M/Q, send keys from cmdline (no root required)

Posted: Tue Aug 19, 2025 4:11 pm
by hotm
Hello.
I am trying to use RCCLI on Raspberry pi zero W.
Arm-static - from first post says Segmentation fault.
Arm-static.rpi - from later post says Segmentation fault.

root@DietPi:~# lscpu
Architecture: armv6l
Byte Order: Little Endian
CPU(s): 1
On-line CPU(s) list: 0
Vendor ID: ARM
Model name: ARM1176
Model: 7
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 1
Stepping: r0p7
CPU(s) scaling MHz: 100%
CPU max MHz: 1000.0000
CPU min MHz: 700.0000
BogoMIPS: 1423.06
Flags: half thumb fastmult vfp edsp java tls
root@DietPi:~#

What can I do?