ReSpot - Remote control Spotify with your Android
respot.apk now available here on h3x.se
Last modified on 2016-01-02 00:25:05 GMT. 5 comments. Top.
Finally took some time and compiled a new .apk file (have pretty much not touched the client code in almost 12 months..).
Download link for your convenience: respot.apk
ReSpot "unpublished" from Android Market
Last modified on 2013-02-16 20:50:49 GMT. 9 comments. Top.
As I'm no longer actively developing Servify nor ReSpot I've decided to pull it from the Android Market.
I will make the .apk file available here on h3x.se instead for those that still use it.
FIXED: 'HRESULT: 0x800703E6 invalid access to memory location'
Last modified on 2012-01-18 04:15:25 GMT. 0 comments. Top.
After a long time, this issue has been solved.
The windows version of servify now uses libspotify v10. Unfortunately other issues have arisen with the linux version of libspotify. Therefore linux still uses the old version.
Thanks to those who tested this windows version.
Facebook and Spotify
Last modified on 2011-10-13 12:25:35 GMT. 1 comment. Top.
New Spotify accounts that sign up through Facebook is unable to use Servify.
An upgrade of the libspotify version that Servify uses is needed in order to support the Facebook logins.
Update: Facebook accounts can use Servify with their device login. Read more here: https://sonos.custhelp.com/cgi-bin/sonos.cfg/php/enduser/std_adp.php?p_faqid=1166
Mac Servify autostart tip
Last modified on 2011-04-24 18:26:31 GMT. 3 comments. Top.
Another tip submitted by a user:
Tip for autostarting Servify on a Mac:
Create this one-line AppleScript in AppleScript Editor:
do shell script "cd /Applications/Servify; mono Servify.exe username password 1337 320 >/dev/null 2>&1 &"
Save the script as a run-only application. Finally add the saved application to the Login items of your account settings.
Details at http://iloapp.vidartysse.net/blog/vidarismer?Home&post=5
Windows autostart tip
Last modified on 2011-03-23 01:21:39 GMT. 8 comments. Top.
submitted by a user on the facebook page:
small tip for those who want to run the .bat file unvisible: make a .vbs file with the following lines in it:
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\Program Files\servify\remote_spotify.bat" & Chr(34), 0
Set WshShell = Nothingplease make sure that you enter the right path to your .bat file, but that's obvious I think. you could place this .vbs file into your startup folder.
End of News Feed