[maemo-users] Gainroot Access

2006-04-13 Thread Amichai Rotman
Hi Al,I tried following the Gainroot HOTO on the Maemo WiKi - and succeeded to gain root access. I edited the Gainroot script like so:#!/bin/sh -etrap exit SIGHUP SIGINT SIGTERMPATH=/bin:/usr/bin:/sbin:/usr/sbin #MODE=`/usr/sbin/chroot /mnt/initfs cal-tool --get-rd-mode`#if [ x$MODE = xenabled

Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-13 Thread Kemal Hadimli
can you try this, to be sure the binary is not corrupt somehow: $ md5sum /var/lib/install/usr/bin/maemopadplus what you should get is: 977c7fa27e8364d9509f7efd4c6c545f /var/lib/install/usr/bin/maemopadplus if not, uninstall the .deb and try installing again :) if it is, then i still don't

Re: [maemo-users] Gainroot Access

2006-04-13 Thread Amichai Rotman
Thanks Andrew,Can someone fix the guide, maybe to a step-by-step guide so it is clearer?Shuould I just follow the no editor instructions?Can any of you post the file as it sould be?Should I just follow the sudoers instructions? If I follow the sudoers instructions now, before re-flashing, will it

Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-13 Thread Kemal Hadimli
also try this one: $ ldd /var/lib/install/usr/bin/maemopadplus |grep sql if you get something like: libsqlite3.so.0 = /var/lib/install/usr/lib/libsqlite3.so.0 (0x4000b000) then it's ok. if you get libsqlite3.so.0 = not found or such, then you either have a LD_LIBRARY_PATH

Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-13 Thread Andrew Barr
On Thursday 13 April 2006 10:26, Kemal Hadimli wrote: also try this one: $ ldd /var/lib/install/usr/bin/maemopadplus |grep sql if you get something like: libsqlite3.so.0 = /var/lib/install/usr/lib/libsqlite3.so.0 (0x4000b000) then it's ok. if you get libsqlite3.so.0 = not

Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-13 Thread Andrew Barr
On Thursday 13 April 2006 11:10, Andrew Barr wrote: Unfortunately this checks out fine, as well as the MD5 digest of the maemopadplus binary--do you have a hash value for the libsqlite3.so.0.8.6 binary I could check against? Also what's the version of the libsqlite3 .so supposed to be? It

[maemo-users] Gaim does not save account-data

2006-04-13 Thread Clemens Eisserer
Hi there! I've just tried gaim on my Nokia770 and it works quite well, a bit unpolished but it works. Except that it does not save account-data like e.g. password or icq-number. Is this behaviour normal (=not implemented)? Thank you in advance, lg Clemens

Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-13 Thread Kemal Hadimli
my md5sum for the /var/lib/install/usr/lib/libsqlite3.so.0.8.6 is d81d83d92d0f9ea4f798bebe70224bfe (so i also have the 0.8.6) On 4/13/06, Andrew Barr [EMAIL PROTECTED] wrote: On Thursday 13 April 2006 11:10, Andrew Barr wrote: Unfortunately this checks out fine, as well as the MD5 digest of

Re: [maemo-users] Video encoding script

2006-04-13 Thread Brad Midgley
Ville Here's a simple video encoding script to encode videos easily to 770 format. Maybe it'll be useful for someone: http://www.cs.tut.fi/~ranki/projects/encode770/ fwiw, I tried a couple of these with video that had no audio sync problems and it always played on the 770 with sync problems.

Re: [maemo-users] Video encoding script

2006-04-13 Thread Hilary Miller
I've used mencoder in the following waymencoder %anymovie% -oac mp3lame -lameopts abr:br=64 -ovc lavc -lavcopts vcodec=mpeg4:mbd=1:vbitrate=300 -vf scale=240:144 -ffourcc DIVX -ofps 25000/1001 -o %anymovie_now_nokia770_sized%.avibut whenever the resulting video file is large, like 100megs, the

Re: [maemo-users] Video encoding script

2006-04-13 Thread Adilson Oliveira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hilary Miller escreveu: I've used mencoder in the following way mencoder %anymovie% -oac mp3lame -lameopts abr:br=64 -ovc lavc -lavcopts vcodec=mpeg4:mbd=1:vbitrate=300 -vf scale=240:144 -ffourcc DIVX -ofps 25000/1001 -o

Re: [maemo-users] Video encoding script

2006-04-13 Thread Michael P. Lococo
Here's a simple video encoding script to encode videos easily to 770 format. Maybe it'll be useful for someone: http://www.cs.tut.fi/~ranki/projects/encode770/ fwiw, I tried a couple of these with video that had no audio sync problems and it always played on the 770 with sync problems. argh.