Re: how to free up space in rootfs

2010-02-26 Thread Dave Neary
Hi,

daniel young wrote:
> ok so i am trying to update to the most recent release of maemo.  i
> think its a bug where any apps you install from the maemo extras-devel
> get saved in rootfs.  it might be the apps from maemo extras-testing too
> but im not sure.  so apparently i have installed too many of them and i
> have no more room left in rootfs.  my question is whats the best way to
> go about making room.  should i uninstall some of the maemo extras-devel
> and how do i know which ones those are.  or should i just delete data
> out of rootfs and if so how would i do that.  thanks in advance.

http://wiki.maemo.org/Free_up_rootfs_space

Cheers,
Dave.

-- 
maemo.org docsmaster
Email: dne...@maemo.org
Jabber: bo...@jabber.org

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: how to free up space in rootfs

2010-02-26 Thread Dave Neary


Dave Neary wrote:
> http://wiki.maemo.org/Free_up_rootfs_space

Oops! Itchy trigger finger. Sorry for the duplicate!

Dave.

-- 
maemo.org docsmaster
Email: dne...@maemo.org
Jabber: bo...@jabber.org

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: how to free up space in rootfs

2010-02-26 Thread Paul Hartman
On Fri, Feb 26, 2010 at 2:49 AM, Dave Neary  wrote:
>
>
> Dave Neary wrote:
>> http://wiki.maemo.org/Free_up_rootfs_space
>
> Oops! Itchy trigger finger. Sorry for the duplicate!

Great minds think alike. :)
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: Dealing with N900 responsiveness (or lack of thereof)

2010-02-26 Thread Paul Hartman
On Wed, Feb 24, 2010 at 4:25 AM, Eero Tamminen  wrote:
> Hi,
>
> Does "killall tonegend" help?
>
> Then it's probably this:
>https://bugs.maemo.org/show_bug.cgi?id=6868

Although I didn't see any active CPU activity at the time for
pulseaudio, it is responsible for most of my CPU activity. I killed
tonegend anyway (until it stopped coming back) and now my phone has
>50% battery remaining after 24 hours. Maybe it's just a coincidence,
since I didn't touch my phone at all last night. I need more testing
to see... But thanks for the tip. :)
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


RE: SQLite

2010-02-26 Thread Dr. Nicholas Shaw
Here are the steps I used to compile/install SQLite onto my 810:

1.  Got scratchbox up-and-running.
2.  Under my user directory (logged in to scratchbox), created a directory
called tmp. Then got out of scratchbox.
3.  Went to sqlite.org ( http://www.sqlite.org/download.html ) and
downloaded the tarball of the complete source tree (sqlite-3 6 8-tar.gz) -
or whatever version is current.  
4.  Outside of scratchbox, I copied this file to the tmp directory I
created.
5.  Back inside scratchbox, I unzipped/untared the file (this creates a new
sqlite directory).
6.  Changed to the directory and compiled, ran make, and make install
according to the README.
7.  Located where make install put the files and the permissions then put
those files onto my 810, ran chmod +x on all and chown.  Here are the
locations and ownerships:

/usr/local/bin/sqlite executableuser:users
/usr/lib and /usr/local/lib (same files)

libsqlite3.aroot:staff
libsqlite3.la   root:staff
libsqlite3.so -> libsqlite3.so.0.8.6root:staff
libsqlite3.so.0 -> libsqlite3.so.0.8.6  root:staff
libsqlite3.so.0.8.6 root:staff

8.  Tested it on books.db (listing of my library). :-)
8.  cd /usr/bin
9.  ln -s /usr/local/bin/sqlite3.dat sqlite3 (creates a link)

Now you just call sqlite3 from wherever and you're up-and-running.

Regards,

Nick.

-Original Message-
From: maemo-users-boun...@maemo.org [mailto:maemo-users-boun...@maemo.org]
On Behalf Of Demetris
Sent: Thursday, February 25, 2010 10:26 PM
Cc: maemo-users@maemo.org
Subject: SQLite


Hi all,

I was able to install and run mySQL on both the N800 and N810 fairly 
easy.
I want to also test out the SQLite - I download the binaries for it from 
the SQLite
site (http://www.sqlite.org/sqlite3-3.6.22.bin.gz), chmod on it to x, 
and launch but
it fails - meaning it is not actiing as a binary for Linux. Any ideas or 
any links to
SQLite software for Diablo?

Thanks very much
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users

___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: Dealing with N900 responsiveness (or lack of thereof)

2010-02-26 Thread Eero Tamminen

Hi,

ext Michel Dänzer wrote:

So if you ever see pulseaudio using non-0 CPU when there's no sound
playing


That will be hard to check without using SSH, unless one
disables the touchscreen sounds... :-)


- Eero
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: Dealing with N900 responsiveness (or lack of thereof)

2010-02-26 Thread Eero Tamminen

Hi,

ext Dawid Lorenz wrote:

To list pulseaudio clients, use "pactl list".

Strangely:

r...@n900:~# pactl list
-sh: pactl: not found


It comes from pulseaudio-utils package.


- Eero
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


N900 often does not recognize when headphones are plugged in

2010-02-26 Thread Paul Hartman
Hi,

I'm fairly certain I saw a bug for the problem in subject, but I can't
seem to find it. Does someone know the bug number? Or if this will be
fixed in PR1.2? :) I don't want to file a duplicate if it's already
there.

Thanks
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: N900 often does not recognize when headphones are plugged in

2010-02-26 Thread Andrea Grandi
Hi,

On 26 February 2010 19:26, Paul Hartman  wrote:
> Hi,
>
> I'm fairly certain I saw a bug for the problem in subject, but I can't
> seem to find it. Does someone know the bug number? Or if this will be
> fixed in PR1.2? :) I don't want to file a duplicate if it's already
> there.

I can confirm this! It happened to me a lot fo times during these
days, both using Media Player to watch a movie or launching it from
gPodder to listen to some podcast.
I have to plug out my headset and plug in again to make N900 recognize them.

-- 
Andrea Grandi
email: a.grandi [AT] gmail [DOT] com
website: http://www.andreagrandi.it
PGP Key: http://www.andreagrandi.it/pgp_key.asc
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: N900 often does not recognize when headphones are plugged in

2010-02-26 Thread Venomrush

> Hi,
> 
> I'm fairly certain I saw a bug for the problem in subject, but I can't
> seem to find it. Does someone know the bug number? Or if this will be
> fixed in PR1.2? :) I don't want to file a duplicate if it's already
> there.
> 
> Thanks

I thought I was the only one!
I've filed one at https://bugs.maemo.org/show_bug.cgi?id=9237

It no longer work after I upgraded to PR1.1.1 Global

I have tried another earphone and that seems to work, seems like Nokia's
supplied earphone+mic is not working with new firmware?

I couldn't get it to work no matter how many different firmware I flash it
to.
-- 
View this message in context: 
http://n2.nabble.com/N900-often-does-not-recognize-when-headphones-are-plugged-in-tp4640899p4641438.html
Sent from the maemo-users mailing list archive at Nabble.com.
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: N900 often does not recognize when headphones are plugged in

2010-02-26 Thread Paul Hartman
On Fri, Feb 26, 2010 at 1:51 PM, Venomrush  wrote:
>
>> Hi,
>>
>> I'm fairly certain I saw a bug for the problem in subject, but I can't
>> seem to find it. Does someone know the bug number? Or if this will be
>> fixed in PR1.2? :) I don't want to file a duplicate if it's already
>> there.
>>
>> Thanks
>
> I thought I was the only one!
> I've filed one at https://bugs.maemo.org/show_bug.cgi?id=9237
>
> It no longer work after I upgraded to PR1.1.1 Global
>
> I have tried another earphone and that seems to work, seems like Nokia's
> supplied earphone+mic is not working with new firmware?
>
> I couldn't get it to work no matter how many different firmware I flash it
> to.

Okay, thanks, I added my experience in the comments of that bug.
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users