Hello you again,
Reporting my actual status:
1. strace didn't work in my tablet. I tried to build, but it didn't
work too.
I'll try other options. Does anyone have some tip?
My last try was read $NDK/docs/STANDALONE-TOOLCHAIN.html and do the
steps to create my toolchain in froyo. I tried to build with it but no
success to run on tablet. It built an EABI4 file (ok) but when I ran,
I got the same error. After try to connect via telnet it stop the
execution of the ser2net on tablet. :(
Bye
Toni
> 2011/8/8 Chris Stratton <
cs07...@gmail.com>
>
> > On Monday, August 8, 2011 7:13:25 PM UTC-4, T0N1 wrote:
>
> >> 1. tried to compile with CodeSourcery and
>
> > Don't do that. It's rarely the right answer.
>
> OK. I saw that is very difficult to figure out the right toolchain for my
> tablet. Even to create it.
>
> > 2. tried to compile with NDK and it resulted a executable file!!!
> >> It ran ok and has a EABI version 4. But when I try to connect with
> >> telnet on it, it didn't work, and close the process. :S
>
> > Now that you have code that executes, you need to figure out why it fails.
> > Some choices:
>
> The compiled code is avaiable here (
http://www.antonio.spadim.com.br/arm/android/ser2net/build.20110809-01/)
> with the source and .mk that I used.
>
> I saw that when I use telnet protocol to watch simple device like barcode
> serial and RfID card readers (this is what I have here) it works fine. But
> when I try to use a USB/1-wire (Dallas converter, to read temperature - see
> more
onwww.owfs.org) it work for a little and stop ( =cancel the execution
> process, and close. I saw this with *ps.* The process disappears.). The same