Jump to content
Ketarin forum

shawn

Moderators
  • Posts

    1,181
  • Joined

  • Last visited

Everything posted by shawn

  1. That's the command extensions version in use. 2 is what it should be, so this isn't it.
  2. Another option might be to shell out to IE or Firefox with the 'get' URL. Testing it here, that does work...but it saves it to your browser download location.
  3. I don't see a way to get it thru this site without javascript support. Are there any other sites that provide the download?
  4. Any chance you don't have command extensions enabled? "if defined" relies on windows shell command extensions to operate. Check with: echo %CMDEXTVERSION%
  5. Thanks, Flo! I appreciate your consideration.
  6. What language is your operating system? Open the file in notepad and use "save as" then in the "encoding" format select "ANSI". Try that and let me know how it works.
  7. Please add the ability to process a URL within the "/install" switch. For example: ketarin /install=http://example.com/s/ipnetinfo.xml Currently an error is raised that says "setup cannot be started: URI formats are not supported."
  8. Hi, Omni - check out my recent iOS template. It's a pretty simple prototype template and functionally only relies on one input variable. The others are either cosmetic or are behavioral effects like deleting the previous download or the category. Something to understand, however, is that templates based on prototype templates don't ever re-prompt you. Instead, they use the previous input values to replace the functional behaviors, selections and variables with the previous answers you assigned. Those values are (currently) preserved thru any proto-template changes in assignment order. Thus, you'll only see the "update apps" prompt once - and don't have an option to re-assign or fix values.
  9. The "row 4 column 30" issue is an invalid quote. Your text editor is replacing the quote character with a left quote or right quote, which is invalid XML. However, SF changed their site so the automatic processing from this template simply won't work this way anymore. I'm working on a replacement, but it's a slow process creating a universal method. Give me some time.
  10. Is there any way to add a section to the status bar that shows the current bandwidth speed? For example, on some apps that are very large (iOS 5 for iPhone 4 GSM is 774mb). Waiting for the green slice on the progress bar to move sufficiently to be able to troubleshoot the app profile can take several minutes of patience. I'm not good with patience. What I'd like is to have something in the status bar, to the right of the "by status" block, that indicates current estimated bandwidth (3mbps, 680kbps, 220kbps, 0kbps, ...). It should only display during the updating process.
  11. shawn

    iOS template

    This template is essentially a group of templates to get the most recent iOS version for various devices. Load the template, select your device model and other options. Save, update. <?xml version='1.0' encoding='utf-8'?> <Jobs> <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="debb1deb-1024-1975-abcd-aa0000000011"> <Name><placeholder name="Application Name?" value="" /></Name> <Category><placeholder name="Application Category?" value="Updates\iOS" options="{categories}" /></Category> <IgnoreFileInformation>false</IgnoreFileInformation> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator>version</VariableChangeIndicator> <CanBeShared>true</CanBeShared> <ShareApplication>true</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <SetupInstructions /> <WebsiteUrl /> <UserAgent /> <UserNotes /> <Variables> <item> <key> <string>schangelog</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>http://iphoneroot.com/firmwares/</TextualContent> <Name>schangelog</Name> </UrlVariable> </value> </item> <item> <key> <string>swebsite</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>http://support.apple.com/downloads/#{model:urlencode}</TextualContent> <Name>swebsite</Name> </UrlVariable> </value> </item> <item> <key> <string>snotes</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <Name>snotes</Name> </UrlVariable> </value> </item> <item> <key> <string>model</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent><placeholder name="Device Model?" value="iPhone 3GS" options="iPhone 3GS|iPhone 4 GSM|iPhone 4 CDMA|iPad|iPad 2 (WiFi)|iPad 2 (WiFi+3G)|iPad 2 (WiFi+CDMA)|iPod Touch 3G|iPod Touch 4G" /></TextualContent> <Name>model</Name> </UrlVariable> </value> </item> <item> <key> <string>download</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>href="([^'"]+)"[^>]+>{model}</Regex> <Url>http://iphoneroot.com/firmwares/printpage/</Url> <Name>download</Name> </UrlVariable> </value> </item> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>{download:regex:_([\d\.]+)_:1}</TextualContent> <Name>version</Name> </UrlVariable> </value> </item> <item> <key> <string>spc</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>ios</TextualContent> <Name>spc</Name> </UrlVariable> </value> </item> </Variables> <DeletePreviousFile><placeholder name="Delete Previous Version?" value="true" options="false|true" /></DeletePreviousFile> <SourceType>FixedUrl</SourceType> <TargetPath>.\{category}\{appname:regexreplace:([\s\t\r\n\-\\&\/]+):_}-{version}.{url:ext}</TargetPath> <FixedDownloadUrl>{download}</FixedDownloadUrl> <Enabled>true</Enabled> <FileHippoId /> </ApplicationJob> </Jobs>
  12. Is it possible that the Guid you're trying to use already exists in your database? Export all, search for the guid. Alternatively, the only thing I can think of is maybe you've got some other problem with the XML. What editor are you using? Maybe it's performing a lazy encoding in the background, and that's causing the problem. The file I attached which is just a copy & paste of the code you posted above, has an MD5 of "7682ceef 3877bc94 d433e054 8ed68d70". Download and test the attachment, THEN open it up in your editor, save it and test again. prototype.xml
  13. I'm using an external logging script that alerts one of my servers (in order to update an RSS feed) that an update has been released. I don't currently use the exit codes and wget for downloading those apps that really need it (where there are multiple files), because there hasn't been a way to both use an external download script and still trigger the internal "after update" script that I require for monitoring.
  14. are you getting a specific error message?
  15. I'm not getting any import errors with your template. What are you using for the input values?
  16. Thanks, Flo! Can you add an exit code 4 that *does* trigger the after-update command - but in every other way acts like code 3?
  17. Currently using 1.6.1b2, but have been using this template with 1.6+ since release.
  18. Does the new "external download" behavior still run the "after update" script?
  19. I just tested it from the download and it's a binary match for the one I uploaded, and is working fine for me.
  20. I added it as an attachment to the first post in the thread.
  21. I personally wouldn't want it to sequence the exclusive downloads together. This would cause problems for some sites that implement other forms of throttling - it's more reliable, IMO, to have them scattered throughout the rest.
  22. You can do this one with {property:FixedDownloadUrl} ... - though FileHippo apps won't display a URL.
  23. You can do this with a custom column. Add a custom column with the value of "{property:ExclusiveDownload}"
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.