View Single Post
Posts: 11 | Thanked: 8 times | Joined on Mar 2010 @ Sabah, Malaysia
#116
@maxximuscool
I too would like to convert it into a proper application, rather than just a command-line script. I'm slowly picking up the Maemo development environment. Perhaps in the near future or maybe someone else on this thread can do it

@saud khan
I -think- the following procedure should work..

Installation - this will install the scripts into /home/user/bracketing/:
  1. Run X Terminal
  2. Go into the directory where you downloaded/copied bracketing.20100415.tar.gz
  3. Run the following command (without quotes): "tar -xvzf bracketing.20100415.tar.gz -C /home/user/"
  4. Run the following command (without quotes): "chmod 755 /home/user/bracketing/*"
  5. Run the following command (without quotes): "mkdir /home/user/MyDocs/hdr/"
Usage:
  1. Run X Terminal, if it isn't running yet
  2. Run the following command (without quotes): "cd /home/user/bracketing/"
  3. You should be able to run "./bracket-manual.sh" or "./bracket-auto.sh" now.

Note: You don't need to sudo gainroot