hi,
so...is it the required files and steps for installing in e680 is
1. download your led.lin script
2. put it into the directory you gave in previous message?
any other files or command needed?
Thanks![]()
the led script by rpconnect is a bit unneedly complicated, use the script attached. The led file needs to go in /diska/.system/QTDownLoad/led/.
Or just edit the third cd line![]()
hi,
so...is it the required files and steps for installing in e680 is
1. download your led.lin script
2. put it into the directory you gave in previous message?
any other files or command needed?
Thanks![]()
1. yes
2. yes, well not necessary, you can change the path in the line cd /diska/.system/QTDownLoad/led
And ofcourse linloader is required.
Yes, but does it run Linux?
cool it works now..
will share my disco-led script
and a led-torch script that lights 10minutes long until it turns off automatically.
Y-cyas,
I did like you say but it's not work, did I miss anythings? mine is E680.
does your HP really work w/o telnet & cable?
Can you tell more details step by step for newbie? Many thanks.
You need to have linloader installed and you need to put the compiled led file into /diska/.system/qtapps. Then just run the script, that should work.
Yes, but does it run Linux?
I did as the same way ,put the leddisco.lin shared from y-cyas in that folder, I had linloader too, but it's seem nothing happen.
Could you tell me more details? Thanks a lot Maxx_730
you can copy/install the led-program and led-script with using just USB-mode or also telnet-mode..
my directory for led and led-scriptis (aka leddisco.lin, ledtorchON, ledtorchOFF or other) is
diska\qtapp\
so i change the led_script.lin(ex: leddisco.lin ) to this above directory, but you can change it for your led-directory may diska\led\ or otherwise and everywhere you like also on the sd card... then will it work..
after installing the led-script you dont need telnet or so just click on the led-script and hold it until "open with" appers and click on lin-loader then mark it and click "ok"..
here the LedTorchON script and LedTorchOFF script
I copied the scipt.lin into mmc open with lin-loader, mark always, the result: nothing happened.
The Led binary file & script.lin were copy directly into diska/.system/qtapp
w/o folder led via telnet.
I opened the scipt.lin with wordpad check the command cd /diska/.system/qtapp....Is it right?yes it's right
Did I miss anything?
Ok let's try again. hoping it's work. thanks for helping me.
which script.lin u using?
maybe u can try editing the script.lin to point to the led dir
ie to say ur LED file , where is it placed?
say diska/newgen
then in the script shld be
#!/bin/bash
delay=.5s
cd /diska/newgen
./led 1
sleep $delay
./led 2
sleep $delay
./led 3
sleep $delay
./led 4
sleep $delay
./led 5
sleep $delay
./led 6
sleep $delay
./led 1
sleep $delay
./led 2
sleep $delay
./led 3
sleep $delay
./led 4
sleep $delay
./led 5
sleep $delay
./led 6
sleep $delay
./led 0
i tried and it works
i like it very much![]()