The Open Signed Online automation script introduced in my previous post has been slightly updated.
The new version creates an empty config file on the first run which can be filled with values later (using a text editor). This was added since most of the arguments passed to the previous version stayed the same for every SIS file and had to be repeated every time.
The config file is called opensignsis.config and is placed in the directory where the script is. Here's how it could look like:
[device]If you provide all this information in a config file then all you need to specify in arguments during the execution are the names of input and output SIS files. The values from the config file act as default values for the arguments so you can still provide all options in arguments if you want. You may omit any of the options in the config file if you always want to provide them in arguments.
imei = 123456789012345
[email]
email = foo.bar@gmail.com
server = pop.gmail.com
login = foo.bar
passwd = spam
ssl = yes
Download:
opensignsis.py 0.52 (11.07.2008)
0 Comments:
Post a Comment