View Single Post
Sohil876's Avatar
Posts: 130 | Thanked: 132 times | Joined on Jan 2013 @ India
#1140
Originally Posted by amr.fayz View Post
version for N900

http://www.mediafire.com/download/c6...ayz%282%29.rar

Super Hexagon Working And all the previous games but

Sonic4.apk give

HTML Code:
linker/linker.c:1155| ERROR: Library 'libhgl.so' not found
signal 11 (Segmentation fault), address is (nil) from 0x41971860

i put libhgl.so and loading it


HTML Code:
LD_PRELOAD=/apkenv/bionic/libhgl.so apkenv Sonic4.apk
and give

HTML Code:
apkenv: error while loading shared libraries: libcutils.so: cannot open shared object file: No such file or directory

add libcutils.so and try again and give

HTML Code:
undefined symbol: dl_unwind_find_exidx

Angry Birds Friends give

HTML Code:
linker/linker.c:1382| ERROR:     0 cannot locate 'glBindFramebuffer'...

linker/linker.c:2057| ERROR: failed to link libAngryBirdsFriends.so
Missing library dependencies.

i put libAngryBirdsFriends.so and run

HTML Code:
LD_PRELOAD=/apkenv/bionic/libAngryBirdsFriends.so apkenv /apkenv/App/AngryBirdsFriends.apk

give the same

HTML Code:
undefined symbol: dl_unwind_find_exidx

What is the solution to this problem is it from sdl or libc.so ?


.........


http://forums.libsdl.org/viewtopic.p...1302b98cca6a53


http://warpedtimes.wordpress.com/cat...id-technology/
Thanks for the n900 version, but can you also please specify which file and folder goes where, where should i put your binary/modules/bionic libs, which folder i need to create and chmod... Sorry but this thread has become too big to read all pages and the wiki seems outdated so i thought why not ask someone who got it right

EDIT:- Okay i got it working after trying it for sometime, so now the question is can i put this binary to/usr/bin/ without copying modules and bionics to that folder?

Last edited by Sohil876; 2013-08-09 at 04:54.