have fun!
It is only useful to UNIX (in this case, LINUX) users...Originally Posted by inijohan
Rick
have fun!
use next shell command in order to add your custom libraries
export LD_LIBRARY_PATH=/path/to/your/custom/libs:/lib:/usr/lib/ezx/lib:/usr/language/vr/english/lib:/usr/language/vr/mandarin/lib:/usr/language/vr/common/lib
Don't be like that, everyone has each talent.Originally Posted by inijohan
I love you man! (i.e., strace)
<pre>dd if=/dev/zero of=/ram/awsomeswap bs=1024 count=16384
mkswap -v0 /ram/awesomeswap 16384
sync
swapon /ram/awesomeswap</pre>
@inijohan
it's good for devs
it tells the dependencies for apps so you can do...
there are these tools for nearly all OSes, not just UNIX
yea, and ldd is much nicer than scraping through the binary and looking at the text to determine what it's dependencies are (even though that does work). Thanks to strace, I've almost got the NAPI decoded. The only thing that hacks me off about that is that the "dsm" process (usr/SYStapi/dsm) just in turn talks to the tapi service so I'm not sure that my efforts will be helping openezx much. The main thing I want is automated control over the gprs connection, so it auto-connects when my phone boots and automatically reconnects if it gets dropped.
By the way, what do you use to compile with?
Daniel
<pre>dd if=/dev/zero of=/ram/awsomeswap bs=1024 count=16384
mkswap -v0 /ram/awesomeswap 16384
sync
swapon /ram/awesomeswap</pre>