Hopefully this works, and hopefully I'm not stepping on any toes by posting it. But it seems ziggy has found the problem in an expired libOlaEngine.so file, and posted a fix on the Synergy google code svn, specifically r197. I don't have the issue so I haven't tested it. I'll update the post title once I have some confirmations.
http://code.google.com/p/synergy-thunderbolt/source/list
Some people have been asking for installation instructions:
1) Download the file
- Go to
http://bit.ly/p5DyQJ (easier to enter on your phone)
- Click r197
- Click the file name (under 'Affected files')
- Click 'View raw file', save it to your SDCARD
2a) Using RootExplorer
- Copy the new file from your SDCARD
- Mount /system as read/write
- Go to /system/lib and paste the file, overwriting the old one
- Press and hold on the file and select Permissions
- Set: Owner - read/write, Group - read, Others - read, click OK
- Press and hold again, select Change owner
- Set both to '0 - root'
2b) Using ADB
Code:
<br />
# busybox mount -o remount,rw /system<br />
# cp /sdcard/libOlaEngine.so /system/lib/<br />
# chown 0:0 /system/lib/libOlaEngine.so<br />
# chmod 0644 /system/lib/libOlaEngine.so<br />
3) Reboot