![]() |
[N900] Script with desktop shortcut
Hi All,
Basically i want to the following commands to run as a script when i press the shortcut on my desktop. Code:
sudo gconftool -s /apps/osso/hildon-home/task-shortcuts-size -t int 62 |
Re: [N900] Script with desktop shortcut
2 Attachment(s)
Hi,
Copy the script (as user) at the following folder and give it execute rights: Quote:
The copy the .desktop file at: Quote:
|
Re: [N900] Script with desktop shortcut
or simply use Desktop Command Execution Widget
|
Re: [N900] Script with desktop shortcut
How can I do the same and run my script as root? Thanks, sorry to bump an old thread.
|
Re: [N900] Script with desktop shortcut
Assuming you have rootsh installed
Code:
echo "sh /path/to/script" | root |
Re: [N900] Script with desktop shortcut
So something like:
Exec="sh /usr/local/bin/BlueSkyResize.sh" | root is enough? thanks Jon! |
Re: [N900] Script with desktop shortcut
Exec=echo "sh /usr/local/bin/BlueSkyResize.sh" | root
|
Re: [N900] Script with desktop shortcut
JonWW, another problem...
I've tried what you've said doing the following: Quote:
What can I do to get around this? Thanks again. |
Re: [N900] Script with desktop shortcut
Quote:
Code:
#!/bin/sh Cheers |
Re: [N900] Script with desktop shortcut
Saturn, thank you, although that didn't work.
I'm having this issue where I can't run the below commands in a script, for whatever reason. I'm probably doing something wrong. I can run the commands manually, after I've typed 'root', else I get 'no such file or directory' and 'does not exist' errors. Could you assist? If you need more info please don't hesistate to ask, there is some on the neopwn howto thread as I was trying to troubleshoot there to no avail. Summerising what I said, running the script doesn't work. But if I run this command, once I've rooted, it works. Code:
rmmod wl12xx; rmmod mac80211; rmmod cfg80211; insmod /home/user/MyDocs/neo/compat.ko; insmod /home/user/MyDocs/neo/rfkill_backport.ko; insmod /home/user/MyDocs/neo/cfg80211.ko; insmod /home/user/MyDocs/neo/mac80211.ko; insmod /home/user/MyDocs/neo/wl1251.ko; insmod /home/user/MyDocs/neo/wl1251_spi.ko Code:
#!/bin/sh Code:
: not foundh: line 2: Code:
-rwxr-xr-x 1 root staff there is probably some fundamental flaw the in way im doing things, i just cant seem to figure it. hope you can help. Thanks again. K |
All times are GMT. The time now is 10:56. |
vBulletin® Version 3.8.8