View Single Post
Old 02-01-2012, 10:38 PM   #57
dave2008
Addict
dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.
 
Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
Quote:
Originally Posted by sh0gunb0y View Post
hey dave2008, how did u put the script together using WinSCP ? i have SSH and putty everything on kindle. Can you give me little more detail here please ? thank you
Sry that I haven't test it with WinSCP because currently I dont have a windows system in my laptop. I use scp in my Linux and just put my scripts in /mnt/us/myhacks directory (any other directory should work too). then

Code:
F E = !/mnt/us/myhacks/flashDis.sh &
should be able to invoke the script. After reload launchpad, try "shift + f + e" to turn the hack on.

BTW, sry for the misleading comment in my previous code, it should be:

Code:
[Actions]
;; toggle flashDis hack on, disable flash
F E = !/Path/to/the/script/flashDis.sh &
;; toggle flashDis hack off, enable flash
F D = !kill -SIGTERM `cat /var/run/flashDis.pid` &

Last edited by dave2008; 02-01-2012 at 10:46 PM.
dave2008 is offline   Reply With Quote