Android OS Forum banner
1 - 7 of 51 Posts

· Average Android
Joined
·
335 Posts
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
 

· Average Android
Joined
·
335 Posts
Discussion Starter · #22 ·
TheExatledOne said:
Last part in adb didnt work for me says: mount: mounting /dev/block/mmcblk0p25 on /system failed: Device or resource busy
It's possible. I've had that issue after updating fonts sometimes too. It's not really necessary anyway since you're going to reboot regardless. I'll remove that step from the instructions.
 

· Average Android
Joined
·
335 Posts
Discussion Starter · #29 ·
auFan said:
I have tried to follow the instructions twice using root explorer. Both times, the reboot resulted in being stuck at the HTC Boot white screen. Ideas?
Thunderbolt, Synergy Rom, rooted
That's odd since the file comes FROM the Synergy ROM repo and is part of their build.

The camera flashable zip is a different fix. Does it work for the GTalk FC's as well? That one just seemed like a workaround to me, where as ziggy found the real source of the problem. Eh, I'm not a dev so I could be wrong on all counts.
 

· Average Android
Joined
·
335 Posts
Discussion Starter · #43 ·
The new lib is from a different ROM, so I'm not sure what other side effects that could have or what dependencies (kernel maybe). There's another flashable fix posted in this thread and in its own thread somewhere that replaces some other camera related files. You can try that one, people have reported success with it too.
 
1 - 7 of 51 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top