Cli-0.1.0- Based on ABCOM7927 for CubeRevo-MINI

bazinshine

Registered
Messages
138
Here I give you my teams first image for Cuberevo-Mini.

Unlike other team images, this image is based on official Abcom firmware, so file paths are similar to this..
Web-Interface is in beta-mode and still under construction, but you will be quite pleased with how the abcom interface is coming alond with our work,, in future releases we will be completing the 'services' tab,, and will look at fixing some css problems with internet explorer. so we recommend if possible using firefox browser. mainly control.html.
you can still use ipkg's with this image as its based on Abcom.

so here is the deatails of our first release image,,,

***************************************
**** THIS IMAGE CONTAINS NO KEYS ****
**** WE DO NOT CONDONE ILLEGAL TV, ****
**** Cli Team ****
***************************************

* full USB_NOBOOT image,,
*Based on Abcom7927 SVN
*Uk scan support( added missing frequancys )
*New style Cli-Abcom web interface
- Send messages to TV
- Send messages to LCD Screen
- Reboot /sleep Control
- ipkg addon support
- Client/Server Support
- USB Controls
- Plus more coming soon
*mgcamd/evocamd suport, (no evocamd binary in image)
*update Keys at touch of a button ( need to add Url to /var/etc/Keyupdate.url
*Cron Job Support - thanks to Foteans Compile Tutorial
*Email 0.2 plugin - Thanks to Kneubi
*Script plugin - thanks to Kneubi
*Web TV - thanks to Pacco
* extra commands for sbin like dc and tr
* RED.sh for easy change of red button use - current update keys
* green.sh for easy change of green button use - Restart cam

This is our first release and hope it keeps some people satisfied,,
please report bugs, or ideas to a post!
Special thanks to Topquark for his great help with this image.


Regards
Satman + Cli TeAm!

Old attachment removed to preserve space
 
Last edited by a moderator:

StanMT

Registered
Messages
27
how do you use these features? such as send message ect? cannot indentify the bins/scripts
 

StanMT

Registered
Messages
27
i cannot find control tab %)

i have home...addon...option...skins...free..password...client..server...keys...free

i would like to use them from bash not webif
 

StanMT

Registered
Messages
27
ok that is great thanks

already tried and works:

echo web_show_mess 5 test >/dev/commander

i see that /dev/commander is using named pipes..is it possible to have a list of available pipes?
 

bazinshine

Registered
Messages
138
not all pipes no, but there is a good few known ones ;)
check denktenk wiki for big list, but not all work on revo/mini.
check the scripts for what i have done already youl get a good idea
 

StanMT

Registered
Messages
27
yes i am seeing them! i found also the change channel one which is great

i will look over denktenk for a list of NP as I have some ideas for some scripts and plugins

i am glad you guys are revealing these named pipes as I cannot understand why these silly things are being kept like a secret!

If I buy a linux box it means I want to play with it not just watch telly ! I am moving from DM to IPBOX and find some things to be black magic and you really have to go through hell to find stuff unless some great guys like yourself reveal them!
 

bazinshine

Registered
Messages
138
try some of these
Show Current (Relook) Time in the telnet window

echo web_get_cur_time > /dev/commander
cat /dev/weboutput
This is in the units of seconds since January 1, 1980 and is used in the recording schedules.
Show Current Channel Number in telnet window

echo web_get_cur_ch_num > /dev/commander
cat /dev/weboutput
Switch to warm standby

echo web_warm_off >/dev/commander

Note: this command seems a bit slow at times.
Switch back to normal mode

echo web_warm_on >/dev/commander

Note: this command seems a bit slow at times.
Show Current Channel Name in telnet window

echo web_get_cur_ch > /dev/commander
cat /dev/weboutput
Show Current Volume on Screen

echo pipe_get_cur_vol > /dev/commander
Set the Volume

echo web_set_cur_vol 50 > /dev/commander
The range is 0 to 100 with 100 the loudest
Show a message on your TV screen

echo web_show_mess timeout message >/dev/commander

For example, to show a popup with the text "Hello, world!"
for 10 seconds:

echo web_show_mess 10 hello, world\! >/dev/commander
Dump list of recorded files

echo web_recorded_filelist >/dev/commander

The filelist can be found in /tmp/webfilelist
Dump tuner status

echo web_tuner_status > /dev/commander

The status can be found in /tmp/tuner_status
Dump EPG in XML file

echo web_get_cur_epg > /dev/commander

The XML file can be found in /tmp/webepg.xml
Add / delete recording schedule

I haven't tested this, but if someone else does, please correct
this entry

echo web_add_schedule ch_id start_time duration sch_type >/dev/commander

echo web_delete_schedule schedule_id > /dev/commander
Show a message on the Front Panel

front_ioctl –devname /dev/tts/1 –job puts "message"
Show the console window and its output

fb_ioctl -dev /dev/fb/0 connect # this turns on the console window
echo "Testing the df command" > /dev/vc/0 # send a message to the virtual console
df > /dev/vc/0 # send the df output to the virtual console

fb_ioctl -dev /dev/fb/1 connect # restore the normal picture
List the kernel messages in the telnet window

cat /proc/kmsg
(This command will continue listing any new kernel messages until Cntl-C)
List the disk statistics in the telnet window

cat /proc/diskstats
List the Processor Details in the telnet window

cat /proc/cpuinfo
Example output:

processor : 0
cpu : STBx25xx
clock : 252MHz
revision : 9.80 (pvr 5151 0950)
bogomips : 250.88
machine : relook400
plb bus clock : 63MHz
List the Memory Statistics in the telnet window

cat /proc/meminfo
List the Loaded Modules in the telnet window

cat /proc/modules
List the Current Mount Points

cat /proc/mounts

or just

mount
List the flash address mapping

cat /proc/mtd
List the Linux version in the telnet window

cat /proc/version
 

StanMT

Registered
Messages
27
thanks :p

was infact trying them as I found link removed

some work...some don't

i hope we find out more....its a pity this box seems so powerful but lacking alot of stuff that enigma has...maybe in time we get there :)
 

hajj_3

Registered
Messages
223
my tv freezes randomly, might be 20mins, might be 1.5hrs but it will stop for between 20secs and 2.5mins, no video or sound, this happens in the recording too to my esata 3.5" hdd. i have timeshifting turned off. Really hope you can fix this, its making the box unusable. This isnt for streaming btw, havent used that yet.
 

bazinshine

Registered
Messages
138
my tv freezes randomly, might be 20mins, might be 1.5hrs but it will stop for between 20secs and 2.5mins, no video or sound, this happens in the recording too to my esata 3.5" hdd. i have timeshifting turned off. Really hope you can fix this, its making the box unusable. This isnt for streaming btw, havent used that yet.

Is it FTA or Premium channel freezing?
 

bazinshine

Registered
Messages
138
itv and bbchd dont freeze here,, both FTA,,, and have not seen any freezing whatsoever.
check your signal of cable feed
 
Top