Hi Shuxiang,
On Thu, Mar 31, 2011 at 03:15:48PM +0800, Shuxiang Lim wrote:
> I wonder if there anybody has tried my solution,for I've got no feedback
> till now?
I don't have any android devices so I unfortunately couldn't try this. But
it seems you've done some great work, thanks!
Christophe
Hi,
Looks great! As soon as I get my hands on an Android tablet, I
will definitely give it a go :)
Best Regards,
Attila Sukosd
-
DTU Computing Center - www.cc.dtu.dk
att...@cc.dtu.dk
On Thu, Mar 31, 2011 at 10:10 AM, Shuxiang Lim wrote:
> Mae govannon!
Mae govannon!
Well,this has nearly been solved by recross-compiling the openssl
statically and building libssl/libcrpt.a into libspicec, but I still cannot
use the system ones, never mind.
*root@gnollwood:/angmar/gtk/spice-gtk-0.5/gtk# l libspicec.so snappy
-rwxr-xr-x 1 root root 5.6M 2011-03-
Hi,
I wonder if there anybody has tried my solution,for I've got no feedback
till now?
Now,because the deps of spicec-gtk are so MANY,thus use the static libs
shall be economic,
hence the new snappy/libspicec.so:
*# arm-eabi-readelf -d libspicec.so
Dynamic section at offset 0x38bf98 contains 22
Hi!
There already exist libssl.so and libcrypto.so in Android (in /system/lib/
of my device),
but my snappy/libspicec.so got only SEGFAULT if using them,I hope someone
has time to check why.
Besides these. All the functions in snappy/libspicec.so works well with
all my built libs.
.eg. I use
amakefile attathed.
On Fri, Mar 25, 2011 at 2:41 PM, Shuxiang Lim wrote:
> Hi,guys!
>This is my instructions and patches for porting snappy/libspicec-glib.so
> extracted from spicec-gtk-0.5 onto Android-ARM.
>It's still nascent and raw though, more hacking is needed!
>These are my st
Hi,guys!
This is my instructions and patches for porting snappy/libspicec-glib.so
extracted from spicec-gtk-0.5 onto Android-ARM.
It's still nascent and raw though, more hacking is needed!
These are my steps, suppose you're familiar with cross compiling.
1.I use the android NDK provided b