Running "more" on /usr/bin/cherry shows that it includes this string: Sorry if these are false leads. As I said, I don't know how to read the inside of a binary file, but I thought these things were interesting.
hexdump -C | less strings | sort -u | less objdump | less and when the binary is not stripped nm | sort -u | less
echo "deb http://repository.maemo.org/ fremantle/sdk free non-free" >> /etc/apt/sources.list echo "deb http://repository.maemo.org/ fremantle/tools free non-free" >> /etc/apt/sources.list apt-get update apt-get install less apt-get install binutils apt-get install bsdmainutils