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/
linker/linker.c:1155| ERROR: Library 'libhgl.so' not found signal 11 (Segmentation fault), address is (nil) from 0x41971860
LD_PRELOAD=/apkenv/bionic/libhgl.so apkenv Sonic4.apk
apkenv: error while loading shared libraries: libcutils.so: cannot open shared object file: No such file or directory
undefined symbol: dl_unwind_find_exidx
linker/linker.c:1382| ERROR: 0 cannot locate 'glBindFramebuffer'... linker/linker.c:2057| ERROR: failed to link libAngryBirdsFriends.so Missing library dependencies.
LD_PRELOAD=/apkenv/bionic/libAngryBirdsFriends.so apkenv /apkenv/App/AngryBirdsFriends.apk