Jump to content

spootle

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by spootle

  1. Yeah my way was a hack, I was just interested in getting it to work Now I have an android phone so it doesn't matter much for me anymore, but if I ever go back to a java phone this will be the first app installed
  2. The feature doesn't exist, this app can only currently add files to webui by URL which "must be a publicly accessible url without the use of cookies" (from the source code comments). This feature wouldn't be too difficult to add, but since this isn't my app I'm not about to go adding features to it, you'll have to see if the app owner wants to add this for you.
  3. If the app doesn't let you upload a .torrent file maybe you could find some kind of ftp upload app that sends the .torrent to a folder on your uTorrent PC and set uTorrent to automatically add .torrents added to that folder, then control and monitor the torrent download using this app?
  4. I managed to put together a quick fix from the source so that the client can now connect to 2.0.1, only one tiny change was needed in the source Line 251 of uTorrent.java is "catch (TokenExpiredException e) {", because of this when connecting to 2.0.1 with token auth enabled the client never actually tries to get a token, and ends up throwing a ServerNotFoundException for an invalid request (HTTP error 400). If you change this line to "catch (Exception e) {" to catch the ServerNotFoundException as well then it refreshes the token and auths correctly. I'll leave it to the author to update the code and release an official build of this, the one I just built hasn't got versioning etc set up so it won't upgrade the already installed app. Edit: actually, since the developer has no eta on when he can fix this himself I have uploaded a version with my fix to http://users.tpg.com.au/spootle/uTorrent161.zip. You will need to uninstall the old version (remember your settings before doing this!) then install this one (or leave the old one installed and run them side by side if you want). The only change in this one is fixed token auth for 2.0.1 and updated version number to 1.61.
×
×
  • Create New...